Skip to content

deps: bump the all-dependencies group across 1 directory with 5 updates #125

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps the all-dependencies group with 5 updates in the / directory:

Package From To
fastify 5.3.2 5.3.3
@swc/cli 0.7.5 0.7.7
@types/node 22.15.17 22.15.18
caniuse-lite 1.0.30001717 1.0.30001718
electron-to-chromium 1.5.151 1.5.152

Updates fastify from 5.3.2 to 5.3.3

Release notes

Sourced from fastify's releases.

v5.3.3

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.3.2...v5.3.3

Commits
  • 220b532 Bumped v5.3.3
  • 8537e82 ci: add support to test release candidates (#6103)
  • 0c18914 test: updated promises.test.js re-added the plan() method (#6057)
  • 2635e25 test: mv reply from tap (#6089)
  • 51933de test: replace removed request properties and update docs (#6111)
  • 8ddd4fa fix: internal function _addHook failure should be turned into the rejection t...
  • 850ebf6 docs(ecosystem): remove fastify-diagnostics-channel (#6117)
  • 59f21ed docs: add a warning about setErrorHandler overriding a previously defined e...
  • 8318d01 ci: ignore scripts (#6108)
  • 66db429 test: mv hooks.on-listen from tap (#6086)
  • Additional commits viewable in compare view

Updates @swc/cli from 0.7.5 to 0.7.7

Commits

Updates @types/node from 22.15.17 to 22.15.18

Commits

Updates caniuse-lite from 1.0.30001717 to 1.0.30001718

Commits

Updates electron-to-chromium from 1.5.151 to 1.5.152

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastify](https://github.com/fastify/fastify) | `5.3.2` | `5.3.3` |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.7.5` | `0.7.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.17` | `22.15.18` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001717` | `1.0.30001718` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.151` | `1.5.152` |



Updates `fastify` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.3.2...v5.3.3)

Updates `@swc/cli` from 0.7.5 to 0.7.7
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@types/node` from 22.15.17 to 22.15.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `caniuse-lite` from 1.0.30001717 to 1.0.30001718
- [Commits](browserslist/caniuse-lite@1.0.30001717...1.0.30001718)

Updates `electron-to-chromium` from 1.5.151 to 1.5.152
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.151...v1.5.152)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/cli"
  dependency-version: 0.7.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001718
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: electron-to-chromium
  dependency-version: 1.5.152
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot enabled auto-merge May 14, 2025 16:34
@github-actions github-actions bot merged commit d3eb56c into master May 14, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-dependencies-ec4f06714e branch May 14, 2025 16:35
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.

0 participants