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-dev): bump semantic-release and gradle-semantic-release-plugin #121

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2023

Bumps semantic-release and gradle-semantic-release-plugin. These dependencies needed to be updated together.
Updates semantic-release from 19.0.5 to 20.1.1

Release notes

Sourced from semantic-release's releases.

v20.1.1

20.1.1 (2023-02-28)

Bug Fixes

v20.1.0

20.1.0 (2023-01-25)

Features

  • plugins: add support for loading ESM plugins (#2688) (d170f73)

v20.0.4

20.0.4 (2023-01-24)

Bug Fixes

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

v20.0.3

20.0.3 (2023-01-23)

Reverts

  • Revert "chore(deps): update dependency ava to v5.1.1" (#2682) (914b0a2), closes #2682

v20.0.3-beta.1

20.0.3-beta.1 (2023-01-14)

Bug Fixes

  • deps: bump @semantic-release/npm to ^10.0.0-beta.1 (#2670) (6a83cb5)

v20.0.2

20.0.2 (2023-01-08)

Bug Fixes

  • deps: update dependency semver-diff to v4 (#1915) (cb45d27)

v20.0.1

20.0.1 (2023-01-07)

... (truncated)

Commits
  • 31d9bfe fix(deps): update dependency execa to v7 (#2709)
  • 7bbaaf9 chore(deps): update dependency ava to v5.2.0 (#2702)
  • 42b67ce ci: set test workflow timeout to 10 minutes (#2720)
  • f991a59 test(integration): fix package name conflict (#2719)
  • 1775ed8 docs(extending): add link to semantic-release-coralogix (#2710)
  • 1beeb84 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
  • d170f73 feat(plugins): add support for loading ESM plugins (#2688)
  • 5df624c fix(windows): fixed issues preventing execution from windows (#2672)
  • 914b0a2 Revert "chore(deps): update dependency ava to v5.1.1" (#2682)
  • 140e36d docs(workflow-configuration): improved sentence structure (#2679)
  • Additional commits viewable in compare view

Updates gradle-semantic-release-plugin from 1.7.4 to 1.7.6

Release notes

Sourced from gradle-semantic-release-plugin's releases.

v1.7.6

1.7.6 (2023-01-08)

Bug Fixes

  • bump up promisified-properties to 2.0.27 (aa339a0)

v1.7.5

1.7.5 (2023-01-08)

Bug Fixes

  • support semantic-release v20 that requires Node v18 (b567057)
Changelog

Sourced from gradle-semantic-release-plugin's changelog.

1.7.6 (2023-01-08)

Bug Fixes

  • bump up promisified-properties to 2.0.27 (aa339a0)

1.7.5 (2023-01-08)

Bug Fixes

  • support semantic-release v20 that requires Node v18 (b567057)
Commits
  • e01458e chore(release): 1.7.6 [skip ci]
  • d46d759 docs: happy new year 2023!
  • aa339a0 fix: bump up promisified-properties to 2.0.27
  • ddea8e3 ci: do not need to use PR-target event to build this package
  • 681aadb chore(release): 1.7.5 [skip ci]
  • 4998da8 ci: use Node 18 to run the build
  • b567057 fix: support semantic-release v20 that requires Node v18
  • 9fe5d0f chore(deps-dev): bump typescript from 4.9.3 to 4.9.4
  • e64c97f chore(dev-deps): bump json5 from 2.2.0 to 2.2.3 (#503)
  • 6f6ad27 chore(deps-dev): bump husky from 8.0.2 to 8.0.3
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ugin

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) and [gradle-semantic-release-plugin](https://github.com/KengoTODA/gradle-semantic-release-plugin). These dependencies needed to be updated together.

Updates `semantic-release` from 19.0.5 to 20.1.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v19.0.5...v20.1.1)

Updates `gradle-semantic-release-plugin` from 1.7.4 to 1.7.6
- [Release notes](https://github.com/KengoTODA/gradle-semantic-release-plugin/releases)
- [Changelog](https://github.com/KengoTODA/gradle-semantic-release-plugin/blob/master/CHANGELOG.md)
- [Commits](KengoTODA/gradle-semantic-release-plugin@v1.7.4...v1.7.6)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: gradle-semantic-release-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants