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

fix: bump release-please from 16.3.0 to 16.3.1 #876

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps release-please from 15.13.0 to 16.3.1.

Release notes

Sourced from release-please's releases.

v16.3.1

16.3.1 (2023-11-27)

Bug Fixes

  • Backfill files by commit for rebased PRs (#2141) (ee6d82f)
  • Pass prerelease to buildVersioningStrategy (#2133) (c9450df)

v16.3.0

16.3.0 (2023-11-10)

Features

  • deps: Refactor node-workspace plugin to drop lerna-lite/core (#2117) (65fa72e)

v16.2.0

16.2.0 (2023-11-08)

Features

Bug Fixes

v16.1.0

16.1.0 (2023-10-26)

Features

Bug Fixes

  • Releasable units should use version from pull-request body (#2102) (db035b7), closes #2101

v16.0.0

16.0.0 (2023-09-18)

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from release-please's changelog.

16.3.1 (2023-11-27)

Bug Fixes

  • Backfill files by commit for rebased PRs (#2141) (ee6d82f)
  • Pass prerelease to buildVersioningStrategy (#2133) (c9450df)

16.3.0 (2023-11-10)

Features

  • deps: Refactor node-workspace plugin to drop lerna-lite/core (#2117) (65fa72e)

16.2.0 (2023-11-08)

Features

Bug Fixes

16.1.0 (2023-10-26)

Features

Bug Fixes

  • Releasable units should use version from pull-request body (#2102) (db035b7), closes #2101

16.0.0 (2023-09-18)

⚠ BREAKING CHANGES

  • require node 18+ (#2069)

Features

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2023
@wesleytodd
Copy link

Can I ask what is blocking this? I have been waiting on the lock file fix and I am not sure what is causing the action to not be updated. Is there anything I can do to help get this over the finish line @chingor13?

@axieum
Copy link

axieum commented Nov 29, 2023

Can I ask what is blocking this? I have been waiting on the lock file fix and I am not sure what is causing the action to not be updated. Is there anything I can do to help get this over the finish line @chingor13?

I suspect we are waiting on the v4 milestone (https://github.com/google-github-actions/release-please-action/pull/871).

@wesleytodd
Copy link

Really unfortunate to see such an important fix get tied to a major. If that is the case then I guess I hope the new major isn't a big refactor for us. 🤞

@chingor13
Copy link
Contributor

chingor13 commented Nov 29, 2023

@wesleytodd Is there a particular bugfix were you looking for? release-please 15.13.0 was the last 15.x version. If there was a bugfix in release-please v16, we can probably backport it to v15, release a new 15.x version and update the v3 action.

@wesleytodd
Copy link

The specific one I was looking for was the lock file updates for monorepos. It is my only PR to the main project and it blocks anyone from using the action in a monorepo who also runs npm ci as part of the release process because npm ci relies on an updated lock file and errors out when they are out of sync.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/release-please-16.3.1 branch from b4f0e2f to 7f92faa Compare November 29, 2023 21:10
@chingor13 chingor13 changed the title fix: bump release-please from 15.13.0 to 16.3.1 fix: bump release-please from 16.3.0 to 16.3.1 Dec 1, 2023
@chingor13
Copy link
Contributor

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/release-please-16.3.1 branch from 7f92faa to 8de461f Compare December 1, 2023 19:56
@chingor13 chingor13 enabled auto-merge (squash) December 1, 2023 19:57
@chingor13 chingor13 merged commit c9291a9 into main Dec 1, 2023
1 check passed
@chingor13 chingor13 deleted the dependabot/npm_and_yarn/release-please-16.3.1 branch December 1, 2023 20:03
chingor13 added a commit that referenced this pull request Dec 1, 2023
🤖 I have created a release *beep* *boop*
---


##
[4.0.0](google-github-actions/release-please-action@v3.7.13...v4.0.0)
(2023-12-01)


### ⚠ BREAKING CHANGES

* remove most configuration options in favor of manifest configuration
to configure the release-please-action
* rewrite in typescript
* remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
* run on node20
* **deps:** upgrade release-please to v16
* v4 release

### Features

* **deps:** upgrade release-please to v16
([9cf05a0](google-github-actions/release-please-action@9cf05a0))
* remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
([9cf05a0](google-github-actions/release-please-action@9cf05a0))
* remove most configuration options in favor of manifest configuration
to configure the release-please-action
([9cf05a0](google-github-actions/release-please-action@9cf05a0))
* run on node20
([9cf05a0](google-github-actions/release-please-action@9cf05a0))
* v4 release
([9cf05a0](google-github-actions/release-please-action@9cf05a0))


### Bug Fixes

* bump release-please from 16.3.0 to 16.3.1
([#876](https://github.com/google-github-actions/release-please-action/issues/876))
([c9291a9](google-github-actions/release-please-action@c9291a9))
* restore include-component-in-tag default (false)
([#888](https://github.com/google-github-actions/release-please-action/issues/888))
([19431a1](google-github-actions/release-please-action@19431a1))


### Code Refactoring

* rewrite in typescript
([9cf05a0](google-github-actions/release-please-action@9cf05a0))

---
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: Jeff Ching <chingor@google.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants