An open index of dependabot pull requests across open source projects.

Bump the npm group with 4 updates

Merged
Number: #133
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 03, 2025 at 01:07 PM UTC
(11 months ago)
Updated: July 03, 2025 at 01:08 PM UTC
(11 months ago)
Merged: July 03, 2025 at 01:08 PM UTC
(11 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 4 updates: astro, electron-to-chromium, vitefu and zod.

Updates astro from 5.10.2 to 5.11.0

Release notes

Sourced from astro's releases.

astro@5.11.0

Minor Changes

  • #13972 db8f8be Thanks @​ematipico! - Updates the NodeApp.match() function in the Adapter API to accept a second, optional parameter to allow adapter authors to add headers to static, prerendered pages.

    NodeApp.match(request) currently checks whether there is a route that matches the given Request. If there is a prerendered route, the function returns undefined, because static routes are already rendered and their headers cannot be updated.

    When the new, optional boolean parameter is passed (e.g. NodeApp.match(request, true)), Astro will return the first matched route, even when it's a prerendered route. This allows your adapter to now access static routes and provides the opportunity to set headers for these pages, for example, to implement a Content Security Policy (CSP).

Patch Changes

  • #14029 42562f9 Thanks @​ematipico! - Fixes a bug where server islands wouldn't be correctly rendered when they are rendered inside fragments.

    Now the following examples work as expected:

    ---
    import { Cart } from '../components/Cart.astro';
    ---
    

    <> <Cart server:defer /> </>

    <Fragment slot="rest"> <Cart server:defer> <div slot="fallback">Not working</div> </Cart> </Fragment>

  • #14017 8d238bc Thanks @​dmgawel! - Fixes a bug where i18n fallback rewrites didn't work in dynamic pages.

Changelog

Sourced from astro's changelog.

5.11.0

Minor Changes

  • #13972 db8f8be Thanks @​ematipico! - Updates the NodeApp.match() function in the Adapter API to accept a second, optional parameter to allow adapter authors to add headers to static, prerendered pages.

    NodeApp.match(request) currently checks whether there is a route that matches the given Request. If there is a prerendered route, the function returns undefined, because static routes are already rendered and their headers cannot be updated.

    When the new, optional boolean parameter is passed (e.g. NodeApp.match(request, true)), Astro will return the first matched route, even when it's a prerendered route. This allows your adapter to now access static routes and provides the opportunity to set headers for these pages, for example, to implement a Content Security Policy (CSP).

Patch Changes

  • #14029 42562f9 Thanks @​ematipico! - Fixes a bug where server islands wouldn't be correctly rendered when they are rendered inside fragments.

    Now the following examples work as expected:

    ---
    import { Cart } from '../components/Cart.astro';
    ---
    

    <> <Cart server:defer /> </>

    <Fragment slot="rest"> <Cart server:defer> <div slot="fallback">Not working</div> </Cart> </Fragment>

  • #14017 8d238bc Thanks @​dmgawel! - Fixes a bug where i18n fallback rewrites didn't work in dynamic pages.

Commits

Updates electron-to-chromium from 1.5.178 to 1.5.179

Commits

Updates vitefu from 1.0.7 to 1.1.0

Release notes

Sourced from vitefu's releases.

v1.1.0

  • Add workspaceRoot option to crawlFrameworkPkgs that enables crawling devDependencies of local workspace private packages (#23)
Changelog

Sourced from vitefu's changelog.

1.1.0 (2025-07-03)

  • Add workspaceRoot option to crawlFrameworkPkgs that enables crawling devDependencies of local workspace private packages (#23)
Commits

Updates zod from 3.25.67 to 3.25.71

Release notes

Sourced from zod's releases.

v3.25.71

Commits:

  • 66a0f34bfc746acddbfb68426b8b1b3f1d3d1727 Move source to /src (#4808)
  • 2a15f44606fd66335c6ebc1f91d702bb6bc95693 3.25.71

v3.25.70

Commits:

  • bd81c7cfaa03f61365d1c708c7e0f1cac54ea9ca Add ecosystem listing to homepage
  • 1ddb9719564e644722852193930a09d54f720443 Add Mobb to sponsors
  • 30ba440859f5b9184817f578626ff85d484aec27 Clean up ecosystem.mdx
  • 0ef1b85b5923a1a06a2afab47dbad249d105a997 Add svelte-jsonschema-form to form integrations (#4784)
  • 14715f147363e88e73190bb6ddbdf008914f0b19 docs: fix Lambda spelling (#4804)
  • f6da030188ea30defc025bbc672e5a81fbe93078 Add back src (#4806)
  • 364200a67c9f74ef252dbfa65ea93aab8fb15c06 Revert "Add back src (#4806)"
  • 16e1b67e15d794afbbc3208a0d1153ce9637f26a v3.25.70 (#4807)

v3.25.69

Commits:

  • f46946ca3b3e28122fcf8433af36c4827e9b2a97 Improve release workflow
  • b6fe831e7a2cd5d26b45fafa7c303e980ac472b5 Do not clobber defaults in
  • 7f986d021d28441acfc1fda6c25b3842fe4b26e7 Skip attw test if Zod isn't built
  • 5576182a9b8bda42bf8ddb98b370b938765831b1 Add exact to too_big/too_small issue formats (#4802)
  • 8fd2fc3f91a061935cfb3d92d8e0684caec92634 3.25.69

v3.25.68

Commits:

  • d3e0f867d6ce8e310a1c6b546798561f0f501eaa feat: add zod-xlsx back to the ecosystem.tsx (#4718)
  • 86112d96c22a555f6d0789ec5f66f639fd6883c4 chore: update lint-staged from v12 to v16 (#4703)
  • 218a26784b0618b6c2dfd9eced8888d330427435 chore: remove unused octokit (#4708)
  • a7cb6ed52e507a267d25e6eeca7dc1c82d7d5c06 fix(v4): add exact to length check issue (#4617)
  • b888170c8c6cb45513e853810b7cba0e6295423b Close #4035
  • 5879baf3c118c15ddd428bc59a00169c8d864792 Fix fmt
  • bd1bddad9340c540dc699683c2ac02d568dae57b Fix build
  • ddadfb8334c2da88bc3c5cada81b35971eeb816e Simplify basics, document reportInput
  • d5e23683cab94dfd89be8a57193e33187a09ee2d Add z.stringFormat() (#4737)
  • ee5615d76b93aac15d7428a17b834a062235f6a1 Drop example and examples entirely
  • 4080fd9f210a4100746a470799b7d9fe00aedbca Add treeshaking discussion to docs
  • cf6157a217347412e7784398f58dd3e35ccc5821 Docs
  • 39947acd1526c0672fb075bc6cccc81813bb4074 Use import star everywhere
  • 7e296aeeeba23f0b3c1b7a74103710012babdee0 WIP
  • bb42be45db8f819b792639c3aa4b555844f1a05d Update treeshake target
  • 0a49fa39348b7c72b19ddedc3b0f879bd395304b Improve mini docs
  • 1b0a5e589afd6ac913b0eddc3aa615224a1495c2 Add dep
  • 90fa0cdcb45975494a82ecfe4a71e6e9babe6bdb Switch to zshy (#4777)
  • af3841bb98b2ebcaffabeb42b10f9735c39fc0a7 Rename play.ts
  • cf12ccfa12890ab006dd812016163bd4f254bdd1 3.25.68

... (truncated)

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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+25
Deletions:
-25
Package Dependencies
Package:
astro
Ecosystem:
npm
Version Change:
5.10.2 → 5.11.0
Update Type:
Minor
Package:
zod
Ecosystem:
npm
Version Change:
3.25.67 → 3.25.71
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.178 → 1.5.179
Update Type:
Patch
Package:
vitefu
Ecosystem:
npm
Version Change:
1.0.7 → 1.1.0
Update Type:
Minor
Technical Details
ID: 2787022
UUID: 2638500604
Node ID: PR_kwDOKSIIAM6dRFL8
Host: GitHub
Repository: poad/astro-solid-example
Merge State: Unknown