Skip to content

[renovate] Update all dependencies (major)#29

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-all-dependencies
Open

[renovate] Update all dependencies (major)#29
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-all-dependencies

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 7, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/commit-analyzer ^8.0.1^13.0.1 age adoption passing confidence
@semantic-release/git ^9.0.0^10.0.1 age adoption passing confidence
@semantic-release/npm ^7.1.0^13.1.4 age adoption passing confidence
chai (source) ^4.3.4^6.2.2 age adoption passing confidence
eslint (source) ^7.23.0^10.0.2 age adoption passing confidence
mocha (source) ^8.3.2^11.7.5 age adoption passing confidence
semantic-release 1925.0.3 age adoption passing confidence
sinon (source) ^14.0.0^21.0.1 age adoption passing confidence

Release Notes

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

v13.0.1

Compare Source

Bug Fixes

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)

v13.1.4

Compare Source

Bug Fixes

v13.1.3

Compare Source

Bug Fixes

v13.1.2

Compare Source

Bug Fixes

v13.1.1

Compare Source

Bug Fixes
  • publish-dry-run: temporarily remove the addition of dry-running the publish step (30bd176)

v13.1.0

Compare Source

Features
  • trusted-publishing: verify auth, considering OIDC vs tokens from various registries (e3319f1), closes #​958
  • trusted-publishing: refine the messages for related errors (316ce21), closes #​958
  • trusted-publishing: make request to verify if OIDC token exchange can succeed (c80ecb0), closes #​958
  • trusted-publishing: pass id-token as bearer header for github actions (d83b727), closes #​958
  • trusted-publishing: pass id-token as bearer header for gitlab pipelines (6d1c3cf), closes #​958
  • trusted-publishing: handle failure to retrieve id-token in the context of github actions (b673257), closes #​958
  • auth-error: update messaging for auth failure to be less token specific (e24967d)
  • auth: attempt a dry-run publish to determine auth status (841dc67)
Bug Fixes
  • trusted-publishing: uri encode the package name for the token exchange request (3dd95d0), closes #​958
  • auth: throw appropriate error when auth context fails to enable publishing (f5c8d85)
  • auth: throw error if dry-run publish determines lack of auth (8f88e9d)
  • verify-auth: enable the publish dry-run to work for projects publishing from a sub-directory (e7d684c)

v13.0.0

Compare Source

Features
  • node-versions: drop support for node versions v20, v21, and v23
  • node-versions: raise the minimum node version requirement for the v24 range (935439e)
Bug Fixes
BREAKING CHANGES
  • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required

v12.0.2

Compare Source

Bug Fixes

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)

v6.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

v6.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

  • build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by @​dependabot[bot] in #​1706
  • feat: add eventEmitter (#​1693)
    Adds an event emitter for hooking into method/property creation in #​1693

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

Compare Source

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

v5.3.3

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Compare Source

Reverts the removal of the bundled version of chai in 5.3.1

What's Changed

Full Changelog: chaijs/chai@v5.3.1...v5.3.2

v5.3.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.2...v5.3.0

v5.2.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

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

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


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 2 times, most recently from 8756775 to e799dec Compare June 18, 2021 08:44
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from e799dec to 83e9689 Compare July 3, 2021 09:30
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 83e9689 to 63ec953 Compare July 25, 2021 16:52
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 63ec953 to 559dfb7 Compare August 20, 2021 08:15
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 559dfb7 to 58a0e93 Compare August 28, 2021 14:45
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 58a0e93 to 390e1cf Compare September 17, 2021 20:37
@renovate renovate bot changed the title [renovate] Update dependency mocha to v9 [renovate] Update all dependencies (major) Sep 17, 2021
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from c38fcce to 01b9362 Compare September 20, 2021 21:14
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 01b9362 to 7339396 Compare September 25, 2021 08:51
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 5d696ac to 79bcbe8 Compare October 15, 2021 08:57
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from c1f4dd4 to 4c5dbab Compare October 22, 2021 22:35
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from ae3651a to 1aec01a Compare November 4, 2021 05:01
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 1aec01a to e326440 Compare March 7, 2022 10:10
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from e326440 to a08c4b5 Compare March 26, 2022 15:10
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 37b14ad to 36472ff Compare April 9, 2022 00:23
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 36472ff to 91b640a Compare April 22, 2022 23:46
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from fa6c356 to c509205 Compare May 6, 2022 23:25
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from c509205 to fc571ae Compare May 20, 2022 23:30
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from fc571ae to 430247b Compare June 4, 2022 01:08
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 430247b to b4d635a Compare June 18, 2022 19:51
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 7fdcf05 to 0719eeb Compare December 31, 2022 07:47
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 465d2ea to 6eb10f9 Compare January 15, 2023 12:38
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 6eb10f9 to 4a468d5 Compare January 29, 2023 01:08
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 4a468d5 to 227d066 Compare February 10, 2023 21:00
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 227d066 to cf6f4ec Compare February 26, 2023 11:50
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 05d934f to 63dc7eb Compare March 12, 2023 21:43
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 4 times, most recently from 9cae3bc to 48cea61 Compare March 29, 2023 00:10
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 9ff0db2 to b9c53d2 Compare April 7, 2023 23:14
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 3e10b91 to 62b6ce6 Compare April 21, 2023 22:53
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 62b6ce6 to 2d77f3a Compare May 6, 2023 00:14
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 1520081 to b6ffeff Compare May 19, 2023 23:03
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 4738f37 to 0604f40 Compare June 7, 2023 15:30
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from bc212d6 to a300b64 Compare June 12, 2023 17:33
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from adf82ba to 864eabd Compare June 20, 2023 15:29
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 864eabd to a218f7d Compare July 1, 2023 04:28
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from a218f7d to 2de5bbb Compare July 14, 2023 16:35
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