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

[renovate] Update all dependencies (major) #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@semantic-release/commit-analyzer ^8.0.1 -> ^13.0.0 age adoption passing confidence devDependencies major
@semantic-release/git ^9.0.0 -> ^10.0.1 age adoption passing confidence devDependencies major
@semantic-release/npm ^7.1.0 -> ^12.0.1 age adoption passing confidence devDependencies major
chai (source) 4.3.4 -> 5.1.2 age adoption passing confidence devDependencies major
mocha (source) 8.3.2 -> 10.8.2 age adoption passing confidence devDependencies major
node (source) >=v14.16.0 -> >=22.11.0 age adoption passing confidence engines major

Release Notes

semantic-release/commit-analyzer (@​semantic-release/commit-analyzer)

v13.0.0

Compare Source

Bug Fixes
  • log the raw message again (e2f5d6c)
Features
  • support latest conventional-changelog packages (0254d7a)
BREAKING CHANGES
  • by supporting the latest major versions of conventional-changelog packages, we are
    dropping support for previous major versions of those packages due to the breaking changes between
    majors. this only impacts your project if you are installing alongside semantic-release, so updating
    those packages to latest version should be the only change you need for this update. no action
    should be necessary if you are using default semantic-release config

v12.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (f3358dd)
  • node-versions: dropped support for node v18 and v19 (0a23b82)
BREAKING CHANGES
  • exports: exports has been defined, which prevents access to private apis (which arent
    intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported

v11.1.0

Compare Source

Features

v11.0.0

Compare Source

Bug Fixes
  • config-loader: accounted for normalization of preset interfaces (3ff9458)
  • deps: update dependency conventional-commits-filter to v4 (99dcf7e)
Features
  • conventional-changelog-presets: supported new preset format (f3b88d3)
  • node-versions: raised the minimum node version to v18.17 and dropped v19 support (a681fbd)
BREAKING CHANGES
  • node-versions: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
  • conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility

v10.0.4

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-parser to v5 (a7201b6)

v10.0.3

Compare Source

Reverts
  • Revert "fix(deps): update dependency conventional-commits-parser to v5 (#​501)" (ab3ee9f), closes #​501
  • Revert "chore(deps): update dependency conventional-changelog-atom to v4 (#​502)" (f21eb8e), closes #​502
  • Revert "chore(deps): update dependency conventional-changelog-ember to v4 (#​504)" (c48b533), closes #​504

v10.0.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-parser to v5 (#​501) (91cf4d5)

v10.0.1

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-angular to v6 (#​460) (0607201)
  • deps: update dependency conventional-commits-filter to v3 (#​461) (97d683f)
  • deps: update dependency conventional-commits-parser to v4 (#​462) (5d94efa)

v10.0.0

Compare Source

Code Refactoring
Features
  • deps: raised the peer-dependency requirement on semantic-release to v20.1.0 (e1ab8ea)
  • node-versions: raised the minimum required node version to v18 (affeb23)
BREAKING CHANGES
  • deps: the minimum required version of semantic-release is now v20.1.0 in order to support
    loading ESM plugins
  • node-versions: the minimum required version of node is now v18
  • esm: @semantic-release/commit-analyzer is now a native ES Module. It has named exports
    for each plugin hook (analyzeCommits)

v9.0.2

Compare Source

Bug Fixes
  • bump conventional commits parser to version 3.2.3 (#​289) (fc0a88a)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • the minimum required version of node is now v14.17
semantic-release/git (@​semantic-release/git)

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (7ab65f8)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

v9.0.1

Compare Source

Bug Fixes
semantic-release/npm (@​semantic-release/npm)

v12.0.1

Compare Source

Bug Fixes
  • deps: update dependency execa to v9 (9ac5ed0)

v12.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (9e193c2)
  • node-versions: dropped support for node v18 and v19 (2df962b)
BREAKING CHANGES
  • exports: exports has been defined, which prevents access to private apis (which arent
    intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported

v11.0.3

Compare Source

Bug Fixes

even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully

v11.0.2

Compare Source

Bug Fixes
  • deps: update dependency npm to v10.2.5 (42b5dec)

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Bug Fixes
  • deps: update dependency npm to v10 (819f257)
Features
  • node-versions: raised the minimum required node version to v18.17 and dropped v19 support (6413130)
BREAKING CHANGES
  • node-versions: node v18.17 is now the minimum required version and support for v19 has been dropped

v10.0.6

Compare Source

Bug Fixes

v10.0.5

Compare Source

Bug Fixes

v10.0.4

Compare Source

Bug Fixes

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Bug Fixes
  • aggregate-error: upgraded to the latest version (7285e05)
  • deps: upgraded npm to v9 (2a79f80)
  • execa: upgraded to the latest version (7c74660)
  • normalize-url: upgraded to the latest version (b55bb01)
  • remove support for legacy auth (51ab3c8)
  • tempy: upgraded to the latest version of tempy (f1992a5)
Code Refactoring
  • esm: converted the package to esm (2d8ff15)
Features
  • node-versions: dropped support for node versions below v18 (aff3574)
  • semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (22e70ad)
BREAKING CHANGES
  • deps: the direct dependency on npm has been upgraded to v9. details of breaking changes
    can be found at https://github.com/npm/cli/releases/tag/v9.0.0
  • semantic-release-peer: the required version of semantic-release has been
    raised to v20.1.0 in order to support loading of ESM plugins
  • aggregate-error: due to the aggregate-error upgrade, thrown errors are no longer iterable, but instead list the errors under an errors property
  • legacy authentication using NPM_USERNAME and NPM_PASSWORD is no longer supported. Use NPM_TOKEN instead.
  • node-versions: node v18 is now the minimum required node version
  • esm: @semantic-release/npm is now a native ES Module. It
    has named exports for each plugin hook (verifyConditions, prepare,
    publish, addChannel)

v9.0.2

Compare Source

Bug Fixes
  • deps: update dependency fs-extra to v11 (7157d76)
  • deps: update dependency npm to v9 (28265ec)
  • deps: update dependency registry-auth-token to v5 (187671f)
  • revert): "fix(deps: update dependency npm to v9" (#​561) (c28a848)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Bug Fixes
  • add preferLocal option to allow execa to use local npm version (#​445) (002439e)
  • updated the peer requirement for semantic-release to the new stable version (575a5a4)
  • updated the peer requirement on semantic-release to a version matching the engines definition of this package (2d1f5f2)
  • upgrade npm dependency to v8 (a12d6e5)
BREAKING CHANGES
  • the minimum required peer of semantic-release has been raised to match the engines.node requirements of this package
  • npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL

Co-authored-by: Matt Travi programmer@travi.org

v8.0.3

Compare Source

Reverts

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

Co-authored-by: Matt Travi programmer@travi.org

v7.1.3

Compare Source

Bug Fixes
  • use NPM_CONFIG_USERCONFIG in get-registry to match auth (#​362) (13200ca)

v7.1.2

Compare Source

Bug Fixes
  • deps: update dependency fs-extra to v10 (80fde1e)

v7.1.1

Compare Source

Bug Fixes
  • deps: update dependency normalize-url to v6 (97ca719)
chaijs/chai (chai)

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

mochajs/mocha (mocha)

v10.8.2

Compare Source

🩹 Fixes
📚 Documentation
  • indicate 'exports' interface does not work in browsers (#​5181) (14e640e)
🧹 Chores
  • fix docs builds by re-adding eleventy and ignoring gitignore again (#​5240) (881e3b0)
🤖 Automation

v10.8.1

Compare Source

🩹 Fixes

v10.8.0

Compare Source

🌟 Features
🩹 Fixes
📚 Documentation
🧹 Chores

v10.7.3

Compare Source

🩹 Fixes

v10.7.0

Compare Source

🎉 Enhancements

v10.6.1

Compare Source

🐛 Fixes

v10.6.0

Compare Source

🎉 Enhancements

v10.5.2

Compare Source

🐛 Fixes

v10.5.1

Compare Source

🐛 Fixes

v10.5.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other

Configuration

📅 Schedule: Branch creation - "after 7am on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 7, 2021
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 8630044 to a957afc Compare June 18, 2021 08:44
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from a957afc to d4eb5ba Compare July 3, 2021 09:46
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from d4eb5ba to 93b89dd Compare July 25, 2021 17:06
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 93b89dd to dd54604 Compare October 20, 2021 07:03
@renovate renovate bot changed the title [renovate] Update dependency mocha to v9 [renovate] Update all dependencies (major) Oct 20, 2021
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from dd54604 to 31e671e Compare March 7, 2022 07:59
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 31e671e to 1638d8d Compare March 26, 2022 12:49
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 1638d8d to 0614eb8 Compare May 16, 2022 03:01
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 0614eb8 to 93d8d03 Compare June 18, 2022 14:40
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 93d8d03 to eb92dae Compare September 25, 2022 12:27
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from eb92dae to 20529dc Compare November 20, 2022 21:06
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 20529dc to 552927c Compare March 16, 2023 21:53
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 552927c to 6b1211f Compare March 24, 2023 22:52
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 6b1211f to 7020970 Compare April 17, 2023 12:39
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 3ad49b4 to c16f879 Compare June 9, 2023 22:32
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from c16f879 to 69f46e2 Compare June 20, 2023 21:19
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 69f46e2 to 2e90fef Compare July 18, 2023 22:16
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 2e90fef to 31209d1 Compare August 9, 2023 17:20
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 31209d1 to b025c72 Compare August 19, 2023 18:26
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from b025c72 to d21b697 Compare September 2, 2023 07:35
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 8065686 to 6188ebb Compare September 23, 2023 07:01
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 6188ebb to 39cde0a Compare October 14, 2023 10:37
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 8cead1d to b7982b6 Compare November 4, 2023 09:33
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from b7982b6 to a5f1a35 Compare November 11, 2023 10:09
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from a5f1a35 to c1af5ca Compare November 25, 2023 07:44
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from c1af5ca to 3fd94a4 Compare December 9, 2023 07:18
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 3fd94a4 to f1375fd Compare December 30, 2023 07:20
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from f1375fd to 7dbd48d Compare January 13, 2024 07:37
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 7dbd48d to 15b0735 Compare January 27, 2024 08:22
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 15b0735 to 93ca033 Compare February 10, 2024 09:46
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 93ca033 to fb3d053 Compare February 17, 2024 11:03
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from fb3d053 to f400f04 Compare March 2, 2024 10:30
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from f400f04 to 30044b8 Compare March 16, 2024 09:09
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 6f66549 to 966afbe Compare March 30, 2024 08:30
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 966afbe to eeb5120 Compare April 6, 2024 08:05
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from eeb5120 to 67b7928 Compare April 13, 2024 08:15
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 67b7928 to 5f464f2 Compare May 11, 2024 11:11
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 5f464f2 to 2dd1620 Compare June 1, 2024 07:02
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 2dd1620 to 65748f5 Compare June 22, 2024 07:28
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 57c1ff5 to 72d297a Compare July 6, 2024 09:43
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 72d297a to a3b4f83 Compare July 13, 2024 08:46
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 946759d to b91813d Compare July 27, 2024 09:06
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from b91813d to aa14c11 Compare August 10, 2024 10:28
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from aa14c11 to bc3faf8 Compare August 24, 2024 10:06
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from bc3faf8 to 07bbfc8 Compare October 5, 2024 07:37
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 07bbfc8 to 3ef3608 Compare October 26, 2024 07:14
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 3ef3608 to 09d5677 Compare November 2, 2024 10:29
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 09d5677 to 77fbccb Compare December 7, 2024 07:59
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 77fbccb to e81e133 Compare January 4, 2025 10:23
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from e81e133 to 6c2a7af Compare January 11, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants