americanexpress / jest-image-snapshot

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.
Apache License 2.0
3.81k stars 197 forks source link

chore(deps): bump yargs-parser, @commitlint/cli and conventional-commits-parser #336

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Bumps yargs-parser to 20.2.9 and updates ancestor dependencies yargs-parser, @commitlint/cli and conventional-commits-parser. These dependencies need to be updated together.

Updates yargs-parser from 10.1.0 to 20.2.9

Release notes

Sourced from yargs-parser's releases.

yargs-parser yargs-parser-v20.2.9

Bug Fixes

  • build: fixed automated release pipeline (1fe9135)

yargs-parser yargs-parser-v20.2.8

Bug Fixes

  • deno: force relese for Deno (6687c97)
  • locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
  • perf: address slow parse when using unknown-options-as-args (#394) (441f059)
  • string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)

yargs-parser yargs-parser-v15.0.3

Bug Fixes

  • build: should use releases_created when using manifest (49ea4ef)

yargs-parser yargs-parser-v15.0.2

Bug Fixes

  • perf: address slow parse when using unknown-options-as-args (#400) (bc387ec)
Changelog

Sourced from yargs-parser's changelog.

20.2.9 (2021-06-20)

Bug Fixes

  • build: fixed automated release pipeline (1fe9135)

20.2.8 (2021-06-20)

Bug Fixes

  • locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
  • perf: address slow parse when using unknown-options-as-args (#394) (441f059)
  • string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)

20.2.7 (2021-03-10)

Bug Fixes

  • deno: force release for Deno (6687c97)

20.2.6 (2021-02-22)

Bug Fixes

  • populate--: -- should always be array (#354) (585ae8f)

20.2.5 (2021-02-13)

Bug Fixes

20.2.4 (2020-11-09)

Bug Fixes

20.2.3 (2020-10-16)

Bug Fixes

  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#336) (3ae7242)

... (truncated)

Commits
  • 3859e74 chore: release main (#404)
  • 1fe9135 fix(build): fixed automated release pipeline
  • 9eb9c2f chore: release main (#398)
  • 4b9e134 build: should be releases_created
  • 441f059 fix(perf): address slow parse when using unknown-options-as-args (#394)
  • fb22816 build: switch from master to main
  • a0a0814 build: switch to manifest based releases (#396)
  • 088481c docs: fix typos in README.md (#379)
  • 6877a2d test: add test for optimized output (#373)
  • 2cfab05 refactor: quote properties used for meta-programming
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.


Updates @commitlint/cli from 8.3.5 to 17.6.5

Release notes

Sourced from @​commitlint/cli's releases.

v17.6.5

17.6.5 (2023-05-30)

Bug Fixes

  • add named export to @​commitlint/parse (#3614) (2cd236b)

v17.6.4

17.6.4 (2023-05-07)

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.4

v17.6.3

17.6.3 (2023-05-04)

Bug Fixes

  • config-lerna-scopes: add missing dependency (#3607) (2fff094)

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3

v17.6.2

17.6.2 (2023-05-03)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.6.1...v17.6.2

v17.6.1

17.6.1 (2023-04-14)

Bug Fixes

  • rules: avoid processing strings with case-less Letter category symbols in subject-case (#3586) (70a4450), closes #3585

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

17.6.5 (2023-05-30)

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

17.6.3 (2023-05-04)

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

17.6.1 (2023-04-14)

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

17.6.0 (2023-04-13)

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

17.5.1 (2023-03-28)

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

17.5.0 (2023-03-22)

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

17.4.4 (2023-02-17)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by escapedcat, a new releaser for @​commitlint/cli since your current version.


Updates conventional-commits-parser from 3.0.8 to 3.2.4

Release notes

Sourced from conventional-commits-parser's releases.

conventional-commits-parser-v3.2.4

3.2.4 (2021-12-29)

Bug Fixes

  • support BREAKING-CHANGE alongside BREAKING CHANGE (#882) (e6f44ad)

conventional-commits-parser conventional-commits-parser-v3.2.3

Bug Fixes

conventional-commits-parser conventional-commits-parser-v3.2.2

Bug Fixes

  • conventional-commits-parser: address CVE-2021-23425 (#841) (02b3d53)

conventional-commits-parser conventional-commits-parser-v3.2.1

Bug Fixes

  • handle missing header in merge commit (#757) (d189d3e)
Changelog

Sourced from conventional-commits-parser's changelog.

{ "packages/conventional-changelog-conventionalcommits": "4.6.2", "packages/conventional-changelog-cli": "2.2.2", "packages/conventional-changelog": "3.1.25", "packages/conventional-commits-parser": "3.2.4", "packages/git-raw-commits": "2.0.11" }

Commits
  • 1d0f62d chore(master): release conventional-commits-parser 3.2.4 (#896)
  • 95384db chore(master): release git-raw-commits 2.0.11 (#894)
  • e6f44ad fix: support BREAKING-CHANGE alongside BREAKING CHANGE (#882)
  • b2245a7 fix: allow raw commits to be filtered by path and date range (#893)
  • 1fe2f29 build: switch order of tag and release
  • 1827696 chore(master): release conventional-changelog-conventionalcommits 4.6.2 (#877)
  • a46590f chore(deps): update dependency sinon to v12 (#869)
  • 8ce6a7b chore(master): release conventional-changelog-cli 2.2.2 (#884)
  • 4da337a build: confirm configuration issue
  • c010c88 build: add conventional-changelog to config
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for conventional-commits-parser since your current version.


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/americanexpress/jest-image-snapshot/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

oneamexbot commented 7 months ago

:tada: This PR is included in version 6.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: