Skip to content

Bump the packages group with 7 updates#153

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-6d79e6644f
Apr 29, 2025
Merged

Bump the packages group with 7 updates#153
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-6d79e6644f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps the packages group with 7 updates:

Package From To
vercel 41.6.2 41.7.0
@vercel/gatsby-plugin-vercel-builder 2.0.80 2.0.81
@vercel/next 4.7.8 4.7.9
@vercel/node 5.1.14 5.1.15
@vercel/static-build 2.7.6 2.7.7
babel-plugin-jsx-dom-expressions 0.39.7 0.39.8
electron-to-chromium 1.5.143 1.5.144

Updates vercel from 41.6.2 to 41.7.0

Release notes

Sourced from vercel's releases.

vercel@41.7.0

Minor Changes

  • Infer microfrontends.json and microfrontends.jsonc if rootDirectory not specified (#13263)

  • Adds instrumentation detection to the build command (#13271)

Patch Changes

Changelog

Sourced from vercel's changelog.

41.7.0

Minor Changes

  • Infer microfrontends.json and microfrontends.jsonc if rootDirectory not specified (#13263)

  • Adds instrumentation detection to the build command (#13271)

Patch Changes

Commits

Updates @vercel/gatsby-plugin-vercel-builder from 2.0.80 to 2.0.81

Release notes

Sourced from @​vercel/gatsby-plugin-vercel-builder's releases.

@​vercel/gatsby-plugin-vercel-builder@​2.0.81

Patch Changes

  • Make backwards compatible with pnpm 10 (#13268)
Changelog

Sourced from @​vercel/gatsby-plugin-vercel-builder's changelog.

2.0.81

Patch Changes

  • Make backwards compatible with pnpm 10 (#13268)
Commits

Updates @vercel/next from 4.7.8 to 4.7.9

Release notes

Sourced from @​vercel/next's releases.

@​vercel/next@​4.7.9

Patch Changes

  • Support blocking static shells by not loading a fallback when none is present. Also updated the allowQuery logic to support this case. (#13272)

  • Fix segment prefetching for PPR-disabled static routes (#13275)

Changelog

Sourced from @​vercel/next's changelog.

4.7.9

Patch Changes

  • Support blocking static shells by not loading a fallback when none is present. Also updated the allowQuery logic to support this case. (#13272)

  • Fix segment prefetching for PPR-disabled static routes (#13275)

Commits

Updates @vercel/node from 5.1.14 to 5.1.15

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.1.15

Patch Changes

  • Make backwards compatible with pnpm 10 (#13268)
Changelog

Sourced from @​vercel/node's changelog.

5.1.15

Patch Changes

  • Make backwards compatible with pnpm 10 (#13268)
Commits

Updates @vercel/static-build from 2.7.6 to 2.7.7

Release notes

Sourced from @​vercel/static-build's releases.

@​vercel/static-build@​2.7.7

Patch Changes

Changelog

Sourced from @​vercel/static-build's changelog.

2.7.7

Patch Changes

Commits

Updates babel-plugin-jsx-dom-expressions from 0.39.7 to 0.39.8

Commits
  • 6a2d362 v0.39.8
  • 756cf95 update lock
  • f85cbb0 Merge pull request #413 from titoBouzout/propnserror
  • edccc8a Merge pull request #412 from afranchuk/quote-property-names
  • 3767ddc Merge pull request #410 from titoBouzout/jsxtypesmainupdate
  • 1457065 on a second thought style and class happen to be fine if normalized
  • 4d78dda inline attr: when value is string/numeric
  • c65ff28 add test cases for bool/prop
  • e2a870b bool is inlined so not needed as it will cause unnecesary refs
  • 2c853cc fix prop/attr namespace not working when used with a string literal when node...
  • Additional commits viewable in compare view

Updates electron-to-chromium from 1.5.143 to 1.5.144

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 packages group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `41.6.2` | `41.7.0` |
| [@vercel/gatsby-plugin-vercel-builder](https://github.com/vercel/vercel/tree/HEAD/packages/gatsby-plugin-vercel-builder) | `2.0.80` | `2.0.81` |
| [@vercel/next](https://github.com/vercel/vercel/tree/HEAD/packages/next) | `4.7.8` | `4.7.9` |
| [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `5.1.14` | `5.1.15` |
| [@vercel/static-build](https://github.com/vercel/vercel/tree/HEAD/packages/static-build) | `2.7.6` | `2.7.7` |
| [babel-plugin-jsx-dom-expressions](https://github.com/ryansolid/dom-expressions) | `0.39.7` | `0.39.8` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.143` | `1.5.144` |


Updates `vercel` from 41.6.2 to 41.7.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@41.7.0/packages/cli)

Updates `@vercel/gatsby-plugin-vercel-builder` from 2.0.80 to 2.0.81
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/gatsby-plugin-vercel-builder/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/gatsby-plugin-vercel-builder@2.0.81/packages/gatsby-plugin-vercel-builder)

Updates `@vercel/next` from 4.7.8 to 4.7.9
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/next@4.7.9/packages/next)

Updates `@vercel/node` from 5.1.14 to 5.1.15
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/node@5.1.15/packages/node)

Updates `@vercel/static-build` from 2.7.6 to 2.7.7
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/static-build/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/static-build@2.7.7/packages/static-build)

Updates `babel-plugin-jsx-dom-expressions` from 0.39.7 to 0.39.8
- [Release notes](https://github.com/ryansolid/dom-expressions/releases)
- [Commits](ryansolid/dom-expressions@v0.39.7...v0.39.8)

Updates `electron-to-chromium` from 1.5.143 to 1.5.144
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.143...v1.5.144)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 41.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/gatsby-plugin-vercel-builder"
  dependency-version: 2.0.81
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/next"
  dependency-version: 4.7.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/node"
  dependency-version: 5.1.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/static-build"
  dependency-version: 2.7.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: babel-plugin-jsx-dom-expressions
  dependency-version: 0.39.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-version: 1.5.144
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 29, 2025
@vercel
Copy link

vercel bot commented Apr 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-rest-api-executor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 10:39pm

@github-actions github-actions bot merged commit aeffc84 into main Apr 29, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-6d79e6644f branch April 29, 2025 22:39
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant