Skip to content

fix: bump release-please from 16.12.0 to 16.13.0#1030

Merged
chingor13 merged 1 commit intomainfrom
dependabot/npm_and_yarn/release-please-16.13.0
Sep 17, 2024
Merged

fix: bump release-please from 16.12.0 to 16.13.0#1030
chingor13 merged 1 commit intomainfrom
dependabot/npm_and_yarn/release-please-16.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 17, 2024

Bumps release-please from 16.12.0 to 16.13.0.

Release notes

Sourced from release-please's releases.

v16.13.0

16.13.0 (2024-09-16)

Features

  • Introduce componentNoSpace parameter (Removes whitespace character from ${component} title pattern) (#2330) (0a2d5c6)

v16.12.2

16.12.2 (2024-09-11)

Bug Fixes

v16.12.1

16.12.1 (2024-09-11)

Bug Fixes

  • add missing generic updaters in to release please config schema extraFiles (#2344) (050cf93)
  • don't escape html tags inside of inline code in release notes (#2367) (a41d137)
  • fix comment at release pr is ugly (#2348) (e562ee2)
  • GenericJSON updater uses regex to find version in matching entry (#2253) (acc3242)
  • prevent open release PRs from being mistaken as current releases (#2323) (3101ab3)
  • respect tagSeparator and includeVInTag everywhere (#2283) (dad27e3), closes #2282
  • respect signoff in manifest config (#2334) (eb968c8)
Changelog

Sourced from release-please's changelog.

16.13.0 (2024-09-16)

Features

  • Introduce componentNoSpace parameter (Removes whitespace character from ${component} title pattern) (#2330) (0a2d5c6)

16.12.2 (2024-09-11)

Bug Fixes

16.12.1 (2024-09-11)

Bug Fixes

  • add missing generic updaters in to release please config schema extraFiles (#2344) (050cf93)
  • don't escape html tags inside of inline code in release notes (#2367) (a41d137)
  • fix comment at release pr is ugly (#2348) (e562ee2)
  • GenericJSON updater uses regex to find version in matching entry (#2253) (acc3242)
  • prevent open release PRs from being mistaken as current releases (#2323) (3101ab3)
  • respect tagSeparator and includeVInTag everywhere (#2283) (dad27e3), closes #2282
  • respect signoff in manifest config (#2334) (eb968c8)
Commits
  • 8556500 chore(main): release 16.13.0 (#2382)
  • 0a2d5c6 feat: Introduce componentNoSpace parameter (Removes whitespace character fr...
  • 9dbe7c6 fix: add expo project example (#2251)
  • 3a9a6ba chore(main): release 16.12.2 (#2377)
  • 427db6d fix: use strategies for rust workspace plugin (#2320)
  • 88dc416 fix: support-node-workspace-plugin-prerelease (#2249)
  • f3b62e5 docs: Add troubleshooting guide for the scenario that release PR is merged wi...
  • 06ff607 chore(deps): update dependency sinon to v18.0.1 (#2374)
  • 86d09c6 ci: enable merge queue ci (#2375)
  • 1491ab6 fix(deps): update dependency diff to v7 (#2372)
  • Additional commits viewable in compare view

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.12.0 to 16.13.0.
- [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.12.0...v16.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 17, 2024
@chingor13 chingor13 added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit caa0464 Sep 17, 2024
@chingor13 chingor13 deleted the dependabot/npm_and_yarn/release-please-16.13.0 branch September 17, 2024 17:59
github-merge-queue Bot pushed a commit that referenced this pull request Oct 2, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.1.4](v4.1.3...v4.1.4)
(2024-10-02)


### Bug Fixes

* bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group
([#1015](#1015))
([5ec1cbd](5ec1cbd))
* bump release-please from 16.12.0 to 16.13.0
([#1030](#1030))
([caa0464](caa0464))
* bump release-please from 16.13.0 to 16.14.0
([#1032](#1032))
([b2a986c](b2a986c))
* **deps:** update release-please to 16.14.1
([#1036](#1036))
([2942e51](2942e51))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Feb 27, 2025
software-dev-web added a commit to software-dev-web/please-action that referenced this pull request Dec 11, 2025
🤖 I have created a release *beep* *boop*
---


##
[4.1.4](googleapis/release-please-action@v4.1.3...v4.1.4)
(2024-10-02)


### Bug Fixes

* bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group
([#1015](googleapis/release-please-action#1015))
([5ec1cbd](googleapis/release-please-action@5ec1cbd))
* bump release-please from 16.12.0 to 16.13.0
([#1030](googleapis/release-please-action#1030))
([caa0464](googleapis/release-please-action@caa0464))
* bump release-please from 16.13.0 to 16.14.0
([#1032](googleapis/release-please-action#1032))
([b2a986c](googleapis/release-please-action@b2a986c))
* **deps:** update release-please to 16.14.1
([#1036](googleapis/release-please-action#1036))
([2942e51](googleapis/release-please-action@2942e51))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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 kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant