Skip to content

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

Merged
chingor13 merged 2 commits intomainfrom
dependabot/npm_and_yarn/release-please-16.3.1
Dec 1, 2023
Merged

fix: bump release-please from 16.3.0 to 16.3.1#876
chingor13 merged 2 commits intomainfrom
dependabot/npm_and_yarn/release-please-16.3.1

Conversation

@dependabot
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
@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>
This was referenced Feb 27, 2025
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