Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @commitlint/cli to v6 - autoclosed #276

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2018

This Pull Request updates dependency @​commitlint/cli from v5.2.8 to v6.1.3

Note: This PR was created on a configured schedule ("every weekend" in timezone Europe/Paris) and will not receive updates outside those times.

Release Notes

v6.0.0

Bug Fixes
  • allow [0] shorthand (84cf938)
  • correctly resolve parserOpts #​115 #​95 (1353dd5)
  • ignore branch merges with newlines (#​214) (c94c4dc)
  • sanitize ensure.case #​211 (#​217) (03aeefc)
Styles
  • validate rule configuration (edf7187)
BREAKING CHANGES
  • Due to additional validation while reading
    commitlint config, previously ignored rule
    settings are now considered critical errors
    when starting the CLI. The new behaviour is
    designed to help developers find issues with
    their configuration quicker.

5.2.6 (2017-12-21)

Bug Fixes
  • ignore semver commits with chore type (cdbb085), closes #​198

5.2.5 (2017-12-08)

Bug Fixes
  • core: use correct report message #​192 (e3a78bc)

5.2.4 (2017-12-08)

Note: Version bump only for package @​commitlint/root

5.2.3 (2017-12-05)

Bug Fixes
  • cli: add support for GIT_PARAMS on windows (c62bd41), closes #​103 #​175

5.2.2 (2017-11-30)

Bug Fixes
  • travis-cli: read push commits directly (9bc56c6)

5.2.1 (2017-11-30)

Bug Fixes
  • travis-cli: lint ranges only for pr builds (85b201f)

v6.0.1

Fixues

rules: remove typo in error message of type-case


v6.0.2

Bug Fixes
  • ignore branch merges with multiple newlines (#​227) (1f0c5ca)
  • remove typo in error message of type-case (cb577cb)

v6.0.4

Bug Fixes
  • remove faulty bin entry #​259 (beafbc6)

v6.0.5

Bug Fixes
  • remove utils from prod dependencies (4fb858a)

v6.1.0

Bug Fixes
  • parse: default to angular preset for empty parserOpts (#​265) (ccb03b4), closes #​262
Features
  • add "--config" option (#​261) (2c03ec6)

6.0.5 (2018-01-31)

Bug Fixes
  • remove utils from prod dependencies (4fb858a)

6.0.4 (2018-01-31)

Bug Fixes
  • remove faulty bin entry #​259 (beafbc6)

6.0.3 (2018-01-31)

Bug Fixes
  • update dependency cosmiconfig to ^4.0.0 (#​234) (7f94ac5)
  • update dependency semver to v5.5.0 (#​236) (6c52bd9)

6.0.2 (2018-01-12)

Bug Fixes
  • ignore branch merges with multiple newlines (#​227) (1f0c5ca)
  • remove typo in error message of type-case (cb577cb)

6.0.1 (2018-01-09)

Note: Version bump only for package @​commitlint/root


Commits

v6.0.0

  • edf7187 style: validate rule configuration
  • 84cf938 fix: allow [0] shorthand
  • a546630 docs: describe parse usage
  • 9ae22f7 test: add isse prefix case
  • 7e610e0 test(rules): add issue prefix case
  • f3583a0 test(core): add cases for references
  • 1353dd5 fix: correctly resolve parserOpts #​115 #​95
  • 75274d5 docs: endorse travis cli helper
  • 47b8dd3 docs: use correct link
  • 87eb33b chore: update dependency conventional-changelog-angular to v1.6.0 (#​216)
  • c94c4dc fix: ignore branch merges with newlines (#​214)
  • 03aeefc fix: sanitize ensure.case #​211 (#​217)
  • c315d76 docs: add roadmap
  • df0e9a7 docs: use semicola consistently
  • 154c0c0 chore: update dependency docsify-cli to v4.2.0
  • 9c437c0 docs: use correct bin name
  • 0e4238c chore: update dependency eslint to v4.15.0
  • 19a1862 v6.0.0

v6.0.2

  • cb577cb fix: remove typo in error message of type-case
  • d22af03 v6.0.1
  • db304d2 chore: update dependency prettier to v1.10.1
  • 9dc7418 chore: update dependency dependency-check to v2.10.0 (#​226)
  • 0de6afb chore: update dependency prettier to v1.10.2 (#​225)
  • 8ff5be2 chore: update dependency execa to v0.9.0
  • 1f0c5ca fix: ignore branch merges with multiple newlines (#​227)
  • a40b6a8 v6.0.2

v6.0.4

  • d5985e8 chore: update dependency lerna to v2.7.1
  • 8e74a40 chore: update dependency dependency-check to v3.0.0
  • 7f94ac5 fix: update dependency cosmiconfig to ^4.0.0 (#​234)
  • 6c52bd9 fix: update dependency semver to v5.5.0 (#​236)
  • b14bfc2 Revert "chore: update dependency dependency-check to v3.0.0"
  • 3d47a91 docs: use absolute URLs in CONTRIBUTING.md
  • 5baf11d chore: regenerate lockfile
  • 9028aa6 chore: publish only needed files
  • 2c196ca chore: make public
  • 820c6c2 v6.0.3
  • beafbc6 fix: remove faulty bin entry #​259
  • ce05c39 v6.0.4

v6.0.5

  • 4fb858a fix: remove utils from prod dependencies
  • d9e29bd chore: remove superfluous dev dependency
  • a46c898 v6.0.5

v6.1.0

  • 5bc01f0 chore: pin dependencies
  • 73fd0fd chore: update dependency eslint to v4.17.0
  • 2c03ec6 feat: add "--config" option (#​261)
  • ccb03b4 fix(parse): default to angular preset for empty parserOpts (#​265)
  • 8dbab0c v6.1.0

v6.1.2

  • d063f65 docs(travis-cli): correct spelling of intented
  • 620913b refactor: split @​commitlint/core into sub packages
  • b7d8768 docs: reflect new packages in docs
  • ff65e2e chore: update dependency @​commitlint/test to v6.1.0
  • 5a25d50 chore: update dependency chalk to v2.3.1
  • 0d25fcd chore: update dependency eslint to v4.18.0
  • 221dbd1 chore: update lodash monorepo packages
  • 0bef9ac chore: update dependency conventional-changelog-angular to v1.6.4
  • 4bcfda6 chore: update dependency lerna to v2.9.0
  • 86f0ce6 chore: update dependency lint-staged to v6.1.1
  • cc9e213 chore: update dependency conventional-changelog-angular to v1.6.5
  • a7e2669 chore: update dependency eslint to v4.18.1
  • 962b468 chore: update dependency xo to v0.20.3
  • 7082d33 chore: update dependency globby to v8.0.1
  • fa69299 fix(ensure): ignore word delimiters for case matching #​291
  • b45e25f v6.1.1
  • f592206 v6.1.2

v6.1.3

  • 3311abb docs: use --save-dev to align with main project
  • 4d18b7a docs: recommend config-conventional
  • 6dfcded docs: --save-dev to align with other examples
  • 4e23f38 docs: update api pkg teaser to reflect split
  • d6bece4 chore: update dependency @​commitlint/test to v6.1.2
  • 3361713 docs: fix typo
  • b1454d1 chore: update dependency conventional-changelog-angular to v1.6.6 (#​300)
  • ddb470c feat: add bitbucket merge commits to ignore list (#​304)
  • 8b00d72 v6.1.3

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 8 times, most recently from 47f52ba to a3918c9 Compare January 17, 2018 15:08
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 5 times, most recently from 994149a to 4c6b687 Compare January 20, 2018 05:25
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 11 times, most recently from 1357ea7 to daf9934 Compare February 3, 2018 11:54
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 6 times, most recently from 32718c7 to 9870db1 Compare February 10, 2018 04:25
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 7 times, most recently from 450e859 to 1e377ac Compare February 17, 2018 04:25
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 10 times, most recently from efe8cc5 to 9f439b3 Compare February 24, 2018 03:46
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch 5 times, most recently from 6824cbc to ba9197a Compare March 3, 2018 04:17
@renovate renovate bot force-pushed the renovate/commitlint-cli-6.x branch from ba9197a to cac1790 Compare March 3, 2018 08:22
@renovate renovate bot changed the title chore(deps): update dependency @commitlint/cli to v6 chore(deps): update dependency @commitlint/cli to v6 - autoclosed Mar 4, 2018
@renovate renovate bot closed this Mar 4, 2018
@renovate renovate bot deleted the renovate/commitlint-cli-6.x branch March 4, 2018 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant