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 monorepo (major) #41

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/changelog 3.0.6 -> 6.0.3 age adoption passing confidence
@semantic-release/commit-analyzer 6.3.3 -> 13.0.0 age adoption passing confidence
@semantic-release/exec 3.3.8 -> 6.0.3 age adoption passing confidence
@semantic-release/git 7.0.18 -> 10.0.1 age adoption passing confidence
@semantic-release/release-notes-generator 7.3.5 -> 14.0.1 age adoption passing confidence

Release Notes

semantic-release/changelog (@​semantic-release/changelog)

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (#​170) (5cf74e4)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

v5.0.1

Compare Source

Bug Fixes
  • package: update fs-extra to version 9.0.0 (997fe15)

v5.0.0

Compare Source

chore
  • require Node.js >=10.18 (5ffdf49)
BREAKING CHANGES
  • Require Node.js >= 10.18

v4.0.0

Compare Source

Features
  • require Node.js >=10.13 (1f483af)
BREAKING CHANGES
  • Require Node.js >= 10.13
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

v8.0.1

Compare Source

Bug Fixes
  • package: update micromatch to version 4.0.2 (ab3e4fd)

v8.0.0

Compare Source

chore
  • require Node.js >=10.18 (3f1dfc3)
BREAKING CHANGES
  • Require Node.js >= 10.18

v7.0.0

Compare Source

Bug Fixes
  • use correct peerDependencies for semantic-release (4ff652f)
  • package: update import-from to version 3.0.0 (060dc29)
Features
  • add support for conventionalcommits preset (2b5ac0a)
  • allow to disable default release rules with release: false (ea2b204)
  • require Node.js >=10.13 (9f72907)
  • use globs instead of regexp for releases rules (fc9b28a)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Regexp are not supported anymore for property matching in the releaseRules option.

Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

semantic-release/exec (@​semantic-release/exec)

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (#​188) (020eab0)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

v5.0.0

Compare Source

chore
  • require Node.js >=10.18 (5984b6e)
BREAKING CHANGES
  • Require Node.js >= 10.18

v4.0.0

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (662a148)
  • use correct peerDependencies for semantic-release (fda4ecf)
  • package: update aggregate-error to version 2.0.0 (f18fbd4)
  • package: update execa to version 2.0.2 (6579bb3)
  • package: update execa to version 3.0.0 (ae40d3f)
  • return false in addChannel if step is skipped (d12a029)
  • return false in publish if package if step is skipped (48fc813)
Features
  • add addChannel plugin step (bdeda6c)
  • require Node.js >=10.13 (e4367de)
  • require Node.js >=8.15 (454965e)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Require Node.js => 8.15
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

v9.0.0

Compare Source

chore
  • require Node.js >=10.18 (4016fcc)
BREAKING CHANGES
  • Require Node.js >= 10.18

v8.0.0

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (9c1dc67)
  • include deleted files in release commit (f59d20c)
  • package: update aggregate-error to version 2.0.0 (3eb8f60)
  • package: update execa to version 2.0.2 (9404d44)
  • package: update execa to version 3.0.0 (e6af5b4)
  • look for modified fiels to commit only if there files matching the globs (d97c030)
  • update globby to latest version (9e2b2e5)
Features
  • require Node.js >=10.13 (81955b8)
  • require Node.js >=8.15 (15356b1)
  • support branch parameter from semantic-release@16.0.0 (02b1f6d)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Require Git 2.7.1 or higher
  • Require Node.js => 8.15
semantic-release/release-notes-generator (@​semantic-release/release-notes-generator)

v14.0.1

Compare Source

Bug Fixes

v14.0.0

Compare Source

Features
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

v13.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (5655b18)
  • node-versions: dropped support for node v18 and v19 (e65959a)
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

v12.1.0

Compare Source

Features

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Bug Fixes
  • deps: update dependency conventional-changlog-writer to v7 (4fe3563)
Features
  • conventional-changelog-presets: supported new preset format (a681671)
  • node-versions: raised the minimum node version to v18.17 and dropped v19 support (9c4e5f5)
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

v11.0.7

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-filter to v4 (a347fa6)

v11.0.6

Compare Source

Reverts
  • Revert "chore(deps): update dependency conventional-changelog-atom to v4 (#​509)" (e6b939a), closes #​509
  • Revert "chore(deps): update dependency conventional-changelog-ember to v4 (#​511)" (1f6fa69), closes #​511
  • Revert "chore(deps): update dependency conventional-changelog-conventionalcommits to v7 (#​510)" (9793686), closes #​510
  • Revert "chore(deps): update dependency conventional-changelog-eslint to v5 (#​512)" (a74f93d), closes #​512
  • Revert "chore(deps): update dependency conventional-changelog-express to v4 (#​513)" (a84e7ed), closes #​513

v11.0.5

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-parser to v5 (#​508) (45f893f)

v11.0.4

Compare Source

Bug Fixes
  • deps: update dependency read-pkg-up to v10 (68772c4)

v11.0.3

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-angular to v6 (#​466) (a8d8868)
  • deps: update dependency conventional-changelog-writer to v6 (#​467) (d80b880)
  • deps: update dependency conventional-commits-filter to v3 (#​468) (b058ee7)
  • deps: update dependency conventional-commits-parser to v4 (#​469) (7d84222)

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes
  • files: include the wrappers directory in the published package (949607f)

v11.0.0

Compare Source

Code Refactoring
Features
  • node-versions: raised the minimum required node version to v18 (4bfe425)
  • semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (f094cb0)
BREAKING CHANGES
  • semantic-release-peer: the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins
  • node-versions: node v18 is now the minimum supported version
  • esm: @semantic-release/release-notes-generator is now a native ES Module. It has
    named exports for each plugin hook (generateNotes)

v10.0.3

Compare Source

Bug Fixes
  • bump conventional commits parser to version 3.2.3 (#​293) (5f9d65d)

v10.0.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-writer to v5 (#​212) (6724eca)

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

BREAKING CHANGES
  • the minimum required version of node is now v14.17.
Thanks

@​abel-mak

v9.0.3

Compare Source

Bug Fixes
  • deps: update dependency get-stream to v6 (d8abb62)

v9.0.2

Compare Source

Bug Fixes
  • deps: update dependency into-stream to v6 (9f33802)

v9.0.1

Compare Source

Bug Fixes
  • remove duplicate debug log (14129a9)

v9.0.0

Compare Source

chore
  • require Node.js >=10.18 (97ab553)
BREAKING CHANGES
  • Require Node.js >= 10.18

v8.0.0

Compare Source

Features
  • require Node.js >=10.13 (c34dbc2)
BREAKING CHANGES
  • Require Node.js >= 10.13

Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 5149765 to 5d4b1f7 Compare September 8, 2020 15:29
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 5 times, most recently from dc42785 to 743aff5 Compare September 17, 2020 17:59
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 9bd974e to 3fc982c Compare October 6, 2020 09:13
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 4 times, most recently from f553e5e to 185542f Compare October 12, 2020 14:53
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from f5086b4 to 4b847b7 Compare October 21, 2020 23:53
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from c3390ce to 1b0799d Compare October 29, 2020 22:06
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from c88e037 to 2a38fab Compare November 19, 2020 23:43
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 9dd2fb6 to 4bb8072 Compare November 30, 2020 22:58
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 4bb8072 to 8123a01 Compare December 12, 2020 19:44
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 8123a01 to 2b5d688 Compare December 23, 2020 22:42
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 2b5d688 to aa06540 Compare January 14, 2021 23:47
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from aa06540 to de881c1 Compare February 4, 2021 13:45
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from cb8350a to 07a5da5 Compare July 4, 2023 19:33
@renovate
Copy link
Contributor Author

renovate bot commented Aug 24, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: tslint-actions@1.0.0
npm ERR! Found: semantic-release@15.14.0
npm ERR! node_modules/semantic-release
npm ERR!   dev semantic-release@"15.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer semantic-release@">=18.0.0" from @semantic-release/changelog@6.0.3
npm ERR! node_modules/@semantic-release/changelog
npm ERR!   dev @semantic-release/changelog@"6.0.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-03-24T07_04_57_510Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-03-24T07_04_57_510Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 12 times, most recently from bd50999 to fa71797 Compare August 28, 2023 22:35
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from fa71797 to 003b1bf Compare September 18, 2023 12:52
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 20521f6 to e31e0e7 Compare October 11, 2023 01:30
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from e31e0e7 to e4f9de9 Compare October 19, 2023 21:50
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from b37ecc4 to 093bf29 Compare November 6, 2023 02:05
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 20e6aec to 3382950 Compare January 25, 2024 09:04
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 4cbcaab to 7b498d0 Compare March 24, 2024 07:05
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 7b498d0 to 35dcc29 Compare June 1, 2024 03:10
Copy link
Contributor Author

renovate bot commented Jun 1, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: tslint-actions@1.0.0
npm error Found: semantic-release@15.14.0
npm error node_modules/semantic-release
npm error   dev semantic-release@"15.14.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer semantic-release@">=18.0.0" from @semantic-release/changelog@6.0.3
npm error node_modules/@semantic-release/changelog
npm error   dev @semantic-release/changelog@"6.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-07-25T17_51_37_741Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-07-25T17_51_37_741Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 35dcc29 to 6243bd8 Compare June 22, 2024 07:15
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 6243bd8 to a2b19c7 Compare July 25, 2024 17:51
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