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

deps: bump release-please from 16.3.1 to 16.10.2 #432

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps release-please from 16.3.1 to 16.10.2.

Release notes

Sourced from release-please's releases.

v16.10.2

16.10.2 (2024-04-16)

Bug Fixes

  • disable updating peer dependencies when updatePeerDependencies is false (#2270) (2d80f12)
  • respect signoff in config (#2247) (d7d3958)

v16.10.1

16.10.1 (2024-03-13)

Bug Fixes

v16.10.0

16.10.0 (2024-03-11)

Features

Bug Fixes

  • allow forcing generic updater for extra-files (#2227) (144c1fd)

v16.9.0

16.9.0 (2024-02-14)

Features

  • docs: remove reference to support contracts (#2224) (9bcb7cd)

v16.8.0

16.8.0 (2024-01-26)

Features

  • set 'version' of composer.json in RootComposerUpdatePackages (#2201) (00ae8d1)

Bug Fixes

... (truncated)

Changelog

Sourced from release-please's changelog.

16.10.2 (2024-04-16)

Bug Fixes

  • disable updating peer dependencies when updatePeerDependencies is false (#2270) (2d80f12)
  • respect signoff in config (#2247) (d7d3958)

16.10.1 (2024-03-13)

Bug Fixes

16.10.0 (2024-03-11)

Features

Bug Fixes

  • allow forcing generic updater for extra-files (#2227) (144c1fd)

16.9.0 (2024-02-14)

Features

  • docs: remove reference to support contracts (#2224) (9bcb7cd)

16.8.0 (2024-01-26)

Features

  • set 'version' of composer.json in RootComposerUpdatePackages (#2201) (00ae8d1)

Bug Fixes

  • php-yoshi: do not add version to root version map (#2199) (32a972a)

16.7.1 (2024-01-25)

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [release-please](https://github.com/googleapis/release-please) from 16.3.1 to 16.10.2.
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please@v16.3.1...v16.10.2)

---
updated-dependencies:
- dependency-name: release-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@lukekarrys lukekarrys force-pushed the dependabot/npm_and_yarn/main/release-please-16.10.2 branch from 71510ac to 5c8be93 Compare May 2, 2024 04:32
@lukekarrys lukekarrys requested a review from wraithgar May 2, 2024 04:34
@lukekarrys lukekarrys force-pushed the dependabot/npm_and_yarn/main/release-please-16.10.2 branch from 5c8be93 to e549553 Compare May 3, 2024 04:40
release-please now has all the fixes we need and we can
use the upstream plugin
@lukekarrys lukekarrys force-pushed the dependabot/npm_and_yarn/main/release-please-16.10.2 branch from e549553 to dbf1474 Compare May 3, 2024 04:41
@lukekarrys
Copy link
Contributor

This PR also removes our custom node-workspace plugin since it worked around bugs that have now been fixed in release-please. It keeps the node-workspace-format plugin to rewrite workspace dependency entries to match the rest of our changelog format.

@lukekarrys lukekarrys merged commit 8b2e738 into main May 3, 2024
20 checks passed
@lukekarrys lukekarrys deleted the dependabot/npm_and_yarn/main/release-please-16.10.2 branch May 3, 2024 15:49
@github-actions github-actions bot mentioned this pull request May 3, 2024
lukekarrys pushed a commit that referenced this pull request May 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.22.0](v4.21.4...v4.22.0)
(2024-05-03)

### Features

*
[`21c9262`](21c9262)
[#440](#440) use
macos-(latest|13) based on node version (#440) (@lukekarrys)

### Bug Fixes

*
[`8b2e738`](8b2e738)
[#432](#432) remove custom
node-workspace plugin (@lukekarrys)
*
[`0df268d`](0df268d)
[#442](#442) properly check for
diff with multiple files from overwrite:false (#442) (@lukekarrys)
*
[`2eca24b`](2eca24b)
[#441](#441) use git+https
protocol for repo url (#441) (@lukekarrys)
*
[`732dddc`](732dddc)
[#439](#439) update actions
workflow versions (#439) (@lukekarrys)
*
[`7949ec3`](7949ec3)
[#438](#438) add node 22 to CI
matrix (#438) (@lukekarrys)
*
[`6d54cbf`](6d54cbf)
[#436](#436) get correct exit
code from npm publish/view (#436) (@lukekarrys)
*
[`d0bf7c2`](d0bf7c2)
[#435](#435) update license
(#435) (@lukekarrys)
*
[`df03d8b`](df03d8b)
[#433](#433) dont create chore
only PRs (#433) (@lukekarrys)

### Dependencies

*
[`dff1b5b`](dff1b5b)
[#432](#432) bump release-please
from 16.3.1 to 16.10.2 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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

2 participants