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) #155

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/commit-analyzer 9.0.2 -> 10.0.1 age adoption passing confidence
@semantic-release/gitlab 7.0.4 -> 12.0.3 age adoption passing confidence
@semantic-release/release-notes-generator 10.0.3 -> 11.0.3 age adoption passing confidence

Release Notes

semantic-release/commit-analyzer

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)
semantic-release/gitlab

v12.0.3

Compare Source

Bug Fixes

v12.0.2

Compare Source

Bug Fixes
  • deps: update dependency got to v13 (f345eba)

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Bug Fixes
  • generic-packages: use upload enpoint url as asset url (e346b22)
  • generic-packages: use version for publish URL for consistency with npm #​502 (8b215f6)
BREAKING CHANGES
  • generic-packages: asset url no longer is gitlab returned one, but as documented in gitlab docs
  • generic-packages: Generic Packages will be released under the version rather then the git tag. See #​502 for details.

v11.0.1

Compare Source

Bug Fixes
  • generic-packages: set correct URL for external provider and default storage (#​498) (bae2f6f)

v11.0.0

Compare Source

Build System
BREAKING CHANGES

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

v10.1.4

Compare Source

Bug Fixes

v10.1.3

Compare Source

Bug Fixes

v10.1.2

Compare Source

Bug Fixes
  • deps: update dependency aggregate-error to v4 (96bb3e9)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features

v10.0.2

Compare Source

Bug Fixes
  • deps: update dependency got to v12 (ffa17a8)

v10.0.1

Compare Source

Bug Fixes
  • deps: update dependency escape-string-regexp to v5 (9581d38)

v10.0.0

Compare Source

chore
  • require semantic-release >=20.1.0 (f3444fa)
Features
BREAKING CHANGES
  • The plugin is not compatible with semantic-release < 20.1.0
  • This package is now ESM-only and cannot be used by CJS packages.
  • The minimum supported Node version has been changed to 18.0.0.

v9.5.1

Compare Source

Bug Fixes

v9.5.0

Compare Source

Features
  • verify: Reduce access_level requirements when using --dry-run (#​452) (292a279)

v9.4.2

Compare Source

Bug Fixes

v9.4.1

Compare Source

Bug Fixes

v9.4.0

Compare Source

Features

v9.3.2

Compare Source

Bug Fixes

v9.3.1

Compare Source

Bug Fixes

v9.3.0

Compare Source

Features

v9.2.1

Compare Source

Bug Fixes

v9.2.0

Compare Source

Features

v9.1.3

Compare Source

Bug Fixes

v9.1.2

Compare Source

Bug Fixes
  • verify: gracefully handle options without validator (#​364) (24a8fb9)

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Features

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • Issues will be created or are commented by default . Set the failComment or failTitle option to false to disable this behavior.

Co-authored-by: Jonas Schubert jonas.schubert@siemens.com
Co-authored-by: Florian Greinacher florian@greinacher.de

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes
  • success-comment: add missing dot and line break to improve readability (#​353) (87c0246), closes #​351

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
  • comment on issues and merge requests resolved by current release (#​340) (42c31ac)
BREAKING CHANGES
  • By default all related issues and MRs are commented. Set the successComment option to false to disable this behavior.

v7.2.1

Compare Source

Bug Fixes
  • revert "feat: comment on issues and merge requests resolved by current release (#​338)" (#​339) (cf9c4b9)

v7.2.0

Compare Source

Features
  • comment on issues and merge requests resolved by current release (#​338) (a1ce7b7)

v7.1.1

Compare Source

Bug Fixes
  • revert "feat: comment on issues and merge requests resolved by current release" (#​335) (f2194bd)

v7.1.0

Compare Source

Features
  • comment on issues and merge requests resolved by current release (#​332) (4d0853b)
semantic-release/release-notes-generator

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)

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from e31f3d0 to 33abfd9 Compare March 23, 2023 23:13
@github-actions
Copy link

This PR is being marked as stale due to a long period of inactivity

@renovate renovate bot changed the title chore(deps): update dependency @semantic-release/gitlab to v12 chore(deps): update semantic-release monorepo (major) May 24, 2023
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 82e500f to 071308f Compare May 30, 2023 01:59
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 35c1ff8 to c7f539e Compare June 7, 2023 18:31
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from c7f539e to b24650d Compare June 9, 2023 23:17
@github-actions github-actions bot closed this Jun 17, 2023
@renovate
Copy link
Author

renovate bot commented Jun 17, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.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 June 17, 2023 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants