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 semantic-release to v22 #504

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release 17.4.7 -> 22.0.7 age adoption passing confidence

Release Notes

semantic-release/semantic-release (semantic-release)

v22.0.7

Compare Source

Bug Fixes
Features

v22.0.6

Compare Source

Bug Fixes

v22.0.5

Compare Source

Bug Fixes

v22.0.4

Compare Source

Bug Fixes

v22.0.3

Compare Source

Bug Fixes

v22.0.2

Compare Source

Bug Fixes
  • deps: update dependency marked-terminal to v6 (8a7befe)

v22.0.1

Compare Source

Bug Fixes
  • deps: upgraded release-notes-generator and commit-analyzer plugins to stable versions (041e4f7), closes #​2934

v22.0.0

Compare Source

Bug Fixes
  • deps: updated to the latest beta of the commit analyzer plugin (03a687b)
  • deps: updated to the latest betas of the commit-analyzer and release-notes-generator plugins (de8e4e0)
  • deps: upgraded to the latest version of the npm plugin with npm v10 (a23b718)
Features
  • conventional-changelog-presets: supported new preset format (07a79ea)
  • defined exports for the package (72ab317)
  • node-versions: raised the minimum node v20 requirement to v20.6 (e623cc6)
  • node-versions: raised the minimum required node version to v18.17 and dropped v19 support (b9f294d)
  • node-versions: raised the minimum supported node version w/in the v20 range to v20.6.1 (b93bef4)
BREAKING CHANGES
  • node-versions: the minimum supported version for the v20 range of node has been raised slightly to
    v20.6.1 to avoid a known node bug
  • node-versions: the minimum supported node version in the v20 major range is now v20.6
  • node-versions: node v18.17 is now the minimum supported node version and support for v19 has been dropped
  • exports prevents access to internal files, but they arent intended for public use anyway
  • 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. this is also important if you are using a preset outside of the list of official conventional-changelog presets since your preset will need to be updated to export async functions to match the expected preset signature.

v21.1.2

Compare Source

Bug Fixes

v21.1.1

Compare Source

Bug Fixes
  • types: included the definitions file in the published package (#​2920) (4c95c97)

v21.1.0

Compare Source

Features

v21.0.9

Compare Source

Bug Fixes

v21.0.8

Compare Source

Bug Fixes

v21.0.7

Compare Source

Bug Fixes

v21.0.6

Compare Source

Bug Fixes
  • get correct version if prerelease branch shares version with ... (#​2416) (e4229f9)

v21.0.5

Compare Source

Bug Fixes
  • deps: update dependency marked to v5 (452e1fa)

v21.0.4

Compare Source

Bug Fixes

v21.0.3

Compare Source

Bug Fixes
  • bump @semantic-release/commit-analyzer to v10.0.0-beta.1 (4a6b31f)
  • bump @semantic-release/github to 9.0.0-beta.2 (#​2818) (6f19d77)
  • deps: updated the beta plugins to stable versions (3941018)

v21.0.2

Compare Source

Bug Fixes

v21.0.1

Compare Source

Bug Fixes

v21.0.0

Compare Source

BREAKING CHANGES
  • deps: the npm plugin has updated the npm dependency to v9
  • legacy authentication using NPM_USERNAME and NPM_PASSWORD is no longer supported. Use NPM_TOKEN instead.
Bug Fixes
  • deps: bump @semantic-release/npm to ^10.0.0 (d647433)

v20.1.3

Compare Source

Bug Fixes
  • deps: update dependency execa to v7.1.1 (c38b53a)

v20.1.2

Compare Source

Bug Fixes
  • deps: update dependency cosmiconfig to v8.1.2 (fbede54)

v20.1.1

Compare Source

Bug Fixes

v20.1.0

Compare Source

Features

v20.0.4

Compare Source

Bug Fixes
  • windows: fixed issues preventing execution from windows (#​2672) (5df624c)

v20.0.3

Compare Source

Reverts

v20.0.2

Compare Source

Bug Fixes

v20.0.1

Compare Source

Bug Fixes
  • deps: update dependency cosmiconfig to v8 (f914c1e)
  • deps: update dependency hosted-git-info to v6 (c4da008)

v20.0.0

Compare Source

BREAKING CHANGES
  • esm: semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
  • esm: references to plugin files in configs need to include the file extension because of executing in an ESM context
  • node-versions: node v18 is now the minimum required version of node. this is in line with our node support policy. please see our recommendations for releasing with a different node version than your project normally uses, if necessary.
Features
Bug Fixes
  • env-ci: updated to the stable esm-only version (#​2632) (918eb59)
  • secrets-masking: used the proper named import from hook-std to enable masking for stderr (#​2619) (cf6befa)

v19.0.5

Compare Source

Reverts

v19.0.4

Compare Source

Bug Fixes

v19.0.3

Compare Source

Bug Fixes
  • log-repo: use the original form of the repo url to remove the need to mask credentials (#​2459) (58a226f), closes #​2449

v19.0.2

Compare Source

Bug Fixes
  • npm-plugin: upgraded to the stable version (0eca144)

v19.0.1

Compare Source

Bug Fixes
  • npm-plugin: upgraded to the latest beta version (8097afb)

v19.0.0

Compare Source

Bug Fixes
  • npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)
  • upgrade marked to resolve ReDos vulnerability (#​2330) (d9e5bc0)
BREAKING CHANGES
  • npm-plugin: @semantic-release/npm has also dropped support for node v15
  • node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of marked and marked-terminal that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.

v18.0.1

Compare Source

Bug Fixes

v18.0.0

Compare Source

This is a maintenance release. An increasing amount of dependencies required a node version higher than the Node 10 version supported by semantic-release@17. We decided to go straight to a recent Node LTS version because the release build is usually independent of others, requiring a higher node version is less disruptive to users, but helps us reduce the maintenance overhead.

If you use GitHub Actions and need to bump the node version set up by actions/node-setup, you can use octoherd-script-bump-node-version-in-workflows

BREAKING CHANGES

node-version: the minimum required version of node is now v14.17


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from e0e03c8 to d9a5e93 Compare September 18, 2021 05:28
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from d9a5e93 to 01c8f5a Compare October 2, 2021 07:36
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 01c8f5a to d2fb461 Compare October 9, 2021 08:03
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 9cfce5f to ce64fa8 Compare October 23, 2021 08:36
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from ce64fa8 to d066586 Compare October 23, 2021 08:50
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from d848d7c to 6c75a33 Compare October 30, 2021 09:37
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 6c75a33 to 3d21667 Compare November 6, 2021 09:28
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 13fbf3e to c015b6d Compare November 20, 2021 09:01
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 5 times, most recently from a747504 to 94d15a6 Compare November 30, 2021 21:11
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 94d15a6 to 4deffab Compare December 4, 2021 08:22
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to v18 chore(deps): update dependency semantic-release to v19 Jan 22, 2022
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 4deffab to 918d8ed Compare January 22, 2022 05:30
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 4 times, most recently from 0b26fc3 to 0ea3472 Compare May 16, 2022 02:38
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 0ea3472 to 7f5ba81 Compare May 28, 2022 05:59
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 7f5ba81 to 9f97dfa Compare June 11, 2022 04:52
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 9f97dfa to 91a1b09 Compare July 23, 2022 05:22
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 91a1b09 to a95ab88 Compare September 25, 2022 11:14
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to v19 chore(deps): update dependency semantic-release to v20 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from a95ab88 to 3e94efe Compare March 18, 2023 04:51
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from cbf09d5 to c0a2d23 Compare May 13, 2023 05:06
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 2a86a4f to b0d15e2 Compare May 27, 2023 05:10
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from b0d15e2 to f7c03a8 Compare June 3, 2023 08:08
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from f7c03a8 to e444172 Compare June 17, 2023 04:43
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 3e4583c to 0456616 Compare July 8, 2023 07:17
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 0456616 to dfd1f95 Compare July 15, 2023 07:27
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from b429c0d to 861b885 Compare August 12, 2023 04:15
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from f3cf082 to 217bb40 Compare August 26, 2023 04:56
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 217bb40 to 37eb291 Compare September 9, 2023 06:48
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 37eb291 to b08e339 Compare September 16, 2023 07:18
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to v21 chore(deps): update dependency semantic-release to v22 Sep 16, 2023
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 35aa434 to b2a95fb Compare September 23, 2023 06:15
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from b2a95fb to 16ed539 Compare September 24, 2023 19:25
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 16ed539 to b4ae16b Compare October 7, 2023 07:31
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 65fc4bd to 0186d01 Compare October 15, 2023 17:45
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 63d063f to c4cac54 Compare November 4, 2023 07:19
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from c4cac54 to 733ae86 Compare November 11, 2023 06:09
Copy link
Contributor Author

renovate bot commented Nov 15, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 22.x releases. But if you manually upgrade to 22.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-semantic-release-monorepo branch November 15, 2023 15:50
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