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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release 20.1.3 -> 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)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the enhancement New feature or request label Mar 25, 2023
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 8510bab to e37ff87 Compare April 1, 2023 10:40
@github-actions
Copy link

github-actions bot commented Apr 1, 2023

Fails
🚫

Danger failed to run dangerfile.js.

Error SyntaxError

Cannot use import statement outside a module
/home/runner/work/draftjs-filters/draftjs-filters/node_modules/semantic-release/index.js:1
import { createRequire } from "node:module";
^^^^^^

SyntaxError: Cannot use import statement outside a module
    at internalCompileFunction (node:internal/vm:73:18)
    at wrapSafe (node:internal/modules/cjs/loader:1178:20)
    at Module._compile (node:internal/modules/cjs/loader:1220:27)
    at Object.customModuleHandler (/home/runner/work/draftjs-filters/draftjs-filters/node_modules/danger/distribution/runner/runners/inline.js:129:28)
    at Module.load (node:internal/modules/cjs/loader:1119:32)
    at Module._load (node:internal/modules/cjs/loader:960:12)
    at _module2.default._load (/home/runner/work/draftjs-filters/draftjs-filters/node_modules/override-require/dist/overrideRequire.js:43:25)
    at Module.require (node:internal/modules/cjs/loader:1143:19)
    at require (node:internal/modules/cjs/helpers:119:18)
    at Object.<anonymous> (dangerfile.js:2:25)

Dangerfile

68|   const packageDiff = await danger.git.JSONDiffForFile("package.json")
69| 
70|   if (packageDiff.dependencies) {
71|     const added = packageDiff.dependencies.added
72|     const removed = packageDiff.dependencies.removed
--------------------^
73| 
74|     if (added.length) {
75|       const deps = danger.utils.sentence(added.map((d) => linkDep(d)))
76|       message(`Adding new dependencies: ${deps}`)

Generated by 🚫 dangerJS against 2d3634d

@renovate renovate bot force-pushed the renovate/major-semantic-release branch from e37ff87 to 5be161d Compare April 1, 2023 16:38
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from ac9251b to 366d195 Compare April 15, 2023 10:05
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from f84b1d7 to 6a288f2 Compare April 29, 2023 00:55
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 6a288f2 to 56b328b Compare May 6, 2023 02:25
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 7f8d7e5 to 20f40e8 Compare June 3, 2023 04:38
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 1b6cf81 to 29b76c9 Compare June 10, 2023 00:15
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from d0ececc to ee1fbe8 Compare June 29, 2023 01:37
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from ee1fbe8 to e698d60 Compare July 5, 2023 04:22
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 7340e92 to 7eab59f Compare July 15, 2023 06:09
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 7eab59f to c7b9909 Compare July 22, 2023 03:51
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 07edc83 to 215aa0c Compare August 5, 2023 03:36
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 215aa0c to 63d3934 Compare August 12, 2023 03:12
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 5 times, most recently from 4aa9ce4 to 6fb5f2c Compare August 26, 2023 04:18
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 259258b to 601b7e5 Compare September 16, 2023 03:44
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 601b7e5 to 2e69947 Compare September 16, 2023 07:09
@renovate renovate bot changed the title chore(deps): update semantic-release to v21 chore(deps): update semantic-release to v22 Sep 16, 2023
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 4 times, most recently from 8fb0c5c to 24d8ca8 Compare September 23, 2023 03:32
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 8af38ef to e9f12fd Compare September 30, 2023 04:46
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 4 times, most recently from 8bcad9a to 4b3244e Compare October 21, 2023 11:10
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 5 times, most recently from 013d375 to 858f0a7 Compare November 4, 2023 03:09
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 7852bf2 to bdcdf48 Compare November 11, 2023 06:28
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| npm        | semantic-release | 20.1.3 | 22.0.7 |
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from bdcdf48 to 2d3634d Compare November 12, 2023 06:47
@thibaudcolas thibaudcolas deleted the renovate/major-semantic-release branch August 13, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant