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

Bump the npm group with 33 updates

Open
Number: #328
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: May 04, 2026 at 03:53 PM UTC
(30 days ago)
Updated: May 05, 2026 at 04:19 AM UTC
(29 days ago)
Description:

Bumps the npm group with 33 updates:

Package From To
astro 6.2.1 6.2.2
eslint 10.2.1 10.3.0
@rollup/rollup-android-arm-eabi 4.60.2 4.60.3
@rollup/rollup-android-arm64 4.60.2 4.60.3
@rollup/rollup-darwin-arm64 4.60.2 4.60.3
@rollup/rollup-darwin-x64 4.60.2 4.60.3
@rollup/rollup-freebsd-arm64 4.60.2 4.60.3
@rollup/rollup-freebsd-x64 4.60.2 4.60.3
@rollup/rollup-linux-arm-gnueabihf 4.60.2 4.60.3
@rollup/rollup-linux-arm-musleabihf 4.60.2 4.60.3
@rollup/rollup-linux-arm64-gnu 4.60.2 4.60.3
@rollup/rollup-linux-arm64-musl 4.60.2 4.60.3
@rollup/rollup-linux-loong64-gnu 4.60.2 4.60.3
@rollup/rollup-linux-loong64-musl 4.60.2 4.60.3
@rollup/rollup-linux-ppc64-gnu 4.60.2 4.60.3
@rollup/rollup-linux-ppc64-musl 4.60.2 4.60.3
@rollup/rollup-linux-riscv64-gnu 4.60.2 4.60.3
@rollup/rollup-linux-riscv64-musl 4.60.2 4.60.3
@rollup/rollup-linux-s390x-gnu 4.60.2 4.60.3
@rollup/rollup-linux-x64-gnu 4.60.2 4.60.3
@rollup/rollup-linux-x64-musl 4.60.2 4.60.3
@rollup/rollup-openbsd-x64 4.60.2 4.60.3
@rollup/rollup-openharmony-arm64 4.60.2 4.60.3
@rollup/rollup-win32-arm64-msvc 4.60.2 4.60.3
@rollup/rollup-win32-ia32-msvc 4.60.2 4.60.3
@rollup/rollup-win32-x64-gnu 4.60.2 4.60.3
@rollup/rollup-win32-x64-msvc 4.60.2 4.60.3
baseline-browser-mapping 2.10.24 2.10.27
electron-to-chromium 1.5.348 1.5.349
rollup 4.60.2 4.60.3
seroval-plugins 1.5.2 1.5.3
seroval 1.5.2 1.5.3
zod 4.4.1 4.4.3

Updates astro from 6.2.1 to 6.2.2

Release notes

Sourced from astro's releases.

astro@6.2.2

Patch Changes

  • #16292 00f48ee Thanks @​p-linnane! - Fixes head metadata propagation in dev for adapters that load modules in the prerender Vite environment, such as @astrojs/cloudflare. The astro:head-metadata plugin previously only tracked the ssr environment, so maybeRenderHead() could fire inside an unrelated component's \<template> element, trapping subsequent hoisted <style> blocks.

  • #16451 778865f Thanks @​maximslo! - Fixes build crash when processing animated AVIF images. Sharp now gracefully passes through unsupported image formats instead of crashing during the build.

  • #16548 7214d3e Thanks @​senutpal! - Fixes scoped styles applying to the wrong element when vite.css.transformer is set to 'lightningcss' and a selector uses a nested & inside :where(...), such as Tailwind v4's space-x-*, space-y-*, and divide-* utilities.

  • #16566 9ac96b4 Thanks @​web-dev0521! - Fixes data-astro-prefetch="tap" not triggering when clicking nested elements (e.g. <span>, <img>, <svg>) inside an anchor tag.

  • #15994 1e70d18 Thanks @​ossaidqadri! - Fix <style> compilation failure when importing Astro components via tsconfig path aliases

  • #16144 1cd6650 Thanks @​fkatsuhiro! - Fixed a regression where .html was unexpectedly stripped from dynamic route parameters on non-page routes (.ts endpoints and redirects). This caused endpoints like /some/[...id].ts returning id: 'file.html' on getStaticPaths to not serve that file because the generated route (/some/file.html) would get matched as id: file that is not part of the list returned by getStaticPaths.

  • #16415 559c0fd Thanks @​0xbejaxer! - Fix CSS traversal boundaries so pages with export const partial = true still contribute styles when imported as components by other pages.

  • #16516 17f1867 Thanks @​fkatsuhiro! - Fixes an issue where the index route would return a 404 error when using a custom base path combined with trailingSlash: 'never'. This ensures that the home page and internal rewrites are correctly matched under these configurations.

  • #16515 280ec88 Thanks @​jp-knj! - Fixes an issue where i18n.fallback pages with fallbackType: 'rewrite' were emitted with empty bodies during astro build.

  • #16565 7959798 Thanks @​enjoyandlove! - Fixes session persistence when session.delete() is the first mutation in a request (no prior get, set, has, or keys). The session was marked dirty in memory, but persistence skipped the save because #data stayed undefined, so the backing store could still return the deleted key on the next request.

  • #16527 86fd80d Thanks @​enjoyandlove! - Prevents script deduplication state from being consumed while rendering inert \<template> contexts.

  • #16540 e59c637 Thanks @​ascorbic! - Skips session storage reads when no session cookie is present. Previously, calling session.get() on a request without a session cookie would initialize the storage driver and make a read that was guaranteed to miss. On network-backed drivers this added latency and resource usage to every anonymous request.

  • #16517 6ab0b3c Thanks @​adamchal! - Removes inline CSS for prerendered routes from the SSR manifest. The static HTML on disk already inlines those styles, and the SSR worker never renders prerendered routes, so the data was dead weight. Builds with many prerendered routes and build.inlineStylesheets: "always" (or "auto" with small stylesheets) will see a smaller SSR entry chunk, which reduces cold-start parse time on platforms like Cloudflare Workers.

  • #16509 d3d3557 Thanks @​cyphercodes! - Fix conditional named slot callbacks receiving arguments from Astro.slots.render().

  • #16236 c6b068e Thanks @​fkatsuhiro! - Fixes the position prop on <Image /> and <Picture /> components to correctly apply object-position styles

  • #16018 d14f47c Thanks @​felmonon! - Fix defineLiveCollection() so LiveLoader data types declared as interfaces are accepted.

Changelog

Sourced from astro's changelog.

6.2.2

Patch Changes

  • #16292 00f48ee Thanks @​p-linnane! - Fixes head metadata propagation in dev for adapters that load modules in the prerender Vite environment, such as @astrojs/cloudflare. The astro:head-metadata plugin previously only tracked the ssr environment, so maybeRenderHead() could fire inside an unrelated component's \<template> element, trapping subsequent hoisted <style> blocks.

  • #16451 778865f Thanks @​maximslo! - Fixes build crash when processing animated AVIF images. Sharp now gracefully passes through unsupported image formats instead of crashing during the build.

  • #16548 7214d3e Thanks @​senutpal! - Fixes scoped styles applying to the wrong element when vite.css.transformer is set to 'lightningcss' and a selector uses a nested & inside :where(...), such as Tailwind v4's space-x-*, space-y-*, and divide-* utilities.

  • #16566 9ac96b4 Thanks @​web-dev0521! - Fixes data-astro-prefetch="tap" not triggering when clicking nested elements (e.g. <span>, <img>, <svg>) inside an anchor tag.

  • #15994 1e70d18 Thanks @​ossaidqadri! - Fix <style> compilation failure when importing Astro components via tsconfig path aliases

  • #16144 1cd6650 Thanks @​fkatsuhiro! - Fixed a regression where .html was unexpectedly stripped from dynamic route parameters on non-page routes (.ts endpoints and redirects). This caused endpoints like /some/[...id].ts returning id: 'file.html' on getStaticPaths to not serve that file because the generated route (/some/file.html) would get matched as id: file that is not part of the list returned by getStaticPaths.

  • #16415 559c0fd Thanks @​0xbejaxer! - Fix CSS traversal boundaries so pages with export const partial = true still contribute styles when imported as components by other pages.

  • #16516 17f1867 Thanks @​fkatsuhiro! - Fixes an issue where the index route would return a 404 error when using a custom base path combined with trailingSlash: 'never'. This ensures that the home page and internal rewrites are correctly matched under these configurations.

  • #16515 280ec88 Thanks @​jp-knj! - Fixes an issue where i18n.fallback pages with fallbackType: 'rewrite' were emitted with empty bodies during astro build.

  • #16565 7959798 Thanks @​enjoyandlove! - Fixes session persistence when session.delete() is the first mutation in a request (no prior get, set, has, or keys). The session was marked dirty in memory, but persistence skipped the save because #data stayed undefined, so the backing store could still return the deleted key on the next request.

  • #16527 86fd80d Thanks @​enjoyandlove! - Prevents script deduplication state from being consumed while rendering inert \<template> contexts.

  • #16540 e59c637 Thanks @​ascorbic! - Skips session storage reads when no session cookie is present. Previously, calling session.get() on a request without a session cookie would initialize the storage driver and make a read that was guaranteed to miss. On network-backed drivers this added latency and resource usage to every anonymous request.

  • #16517 6ab0b3c Thanks @​adamchal! - Removes inline CSS for prerendered routes from the SSR manifest. The static HTML on disk already inlines those styles, and the SSR worker never renders prerendered routes, so the data was dead weight. Builds with many prerendered routes and build.inlineStylesheets: "always" (or "auto" with small stylesheets) will see a smaller SSR entry chunk, which reduces cold-start parse time on platforms like Cloudflare Workers.

  • #16509 d3d3557 Thanks @​cyphercodes! - Fix conditional named slot callbacks receiving arguments from Astro.slots.render().

  • #16236 c6b068e Thanks @​fkatsuhiro! - Fixes the position prop on <Image /> and <Picture /> components to correctly apply object-position styles

  • #16018 d14f47c Thanks @​felmonon! - Fix defineLiveCollection() so LiveLoader data types declared as interfaces are accepted.

Commits

Updates eslint from 10.2.1 to 10.3.0

Release notes

Sourced from eslint's releases.

v10.3.0

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821) (Pixel998)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818) (Josh Goldberg ✨)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815) (dependabot[bot])
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811) (renovate[bot])
  • 2f58136 chore: pin peter-evans/create-pull-request action to 5f6978f (#20810) (renovate[bot])
  • 77add7f chore: add initial ecosystem plugin tests workflow (#19643) (Josh Goldberg ✨)
  • 4023b55 test: Add unit tests for SuppressionsService.prune() (#20797) (kuldeep kumar)
  • 54080da test: add unit tests for ForkContext (#20778) (kuldeep kumar)
  • f0e2bcc test: add unit tests for SuppressionsService.suppress() method (#20765) (kuldeep kumar)
  • a7f0b94 chore: update dependency prettier to v3.8.3 (#20782) (renovate[bot])
  • 7bf93d9 chore: update TypeScript to v6 (#20677) (sethamus)
  • b42dd72 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#20781) (dependabot[bot])
  • 2b252be test: add unit tests for IdGenerator (#20775) (kuldeep kumar)
Commits
  • 7889204 10.3.0
  • 5b69b4f Build: changelog update for 10.3.0
  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826)
  • b6ae5cf fix: handle unavailable require cache (#20812)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)
  • 379571a feat: add suggestions for no-unused-private-class-members (#20773)
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811)
  • Additional commits viewable in compare view

Updates @rollup/rollup-android-arm-eabi from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-android-arm-eabi's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-android-arm64 from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-android-arm64's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-darwin-arm64 from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-darwin-arm64's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-darwin-x64 from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-freebsd-arm64 from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-freebsd-arm64's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-freebsd-x64 from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-freebsd-x64's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm-gnueabihf from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-linux-arm-gnueabihf's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm-musleabihf from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-linux-arm-musleabihf's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm64-gnu from 4.60.2 to 4.60.3

Changelog

Sourced from @​rollup/rollup-linux-arm64-gnu's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

  • #6360: fix: do not rename nested "exports" bindings that do not...

    Description has been truncated

Package Dependencies
Package:
astro
Ecosystem:
npm
Version Change:
6.2.1 → 6.2.2
Update Type:
Patch
Package:
zod
Ecosystem:
npm
Version Change:
4.4.1 → 4.4.3
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
10.2.1 → 10.3.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.348 → 1.5.349
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.2 → 1.5.3
Update Type:
Patch
Package:
seroval
Ecosystem:
npm
Version Change:
1.5.2 → 1.5.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.10.24 → 2.10.27
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.60.2 → 4.60.3
Update Type:
Patch
Technical Details
ID: 15661512
UUID: 4377885872
Node ID: PR_kwDOKSIIAM7YE1wa
Host: GitHub
Repository: poad/astro-solid-example