Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2025

Bumps the development-dependencies group with 9 updates in the / directory:

Package From To
vite 7.1.5 7.1.6
del-cli 6.0.0 7.0.0
parcel 2.15.4 2.16.0
rollup 4.46.2 4.50.2
serve 14.2.4 14.2.5
@rsbuild/core 1.4.15 1.5.10
@sveltejs/kit 2.27.3 2.42.2
@sveltejs/vite-plugin-svelte 6.1.1 6.2.0
svelte 5.38.0 5.39.2

Updates vite from 7.1.5 to 7.1.6

Release notes

Sourced from vite's releases.

v7.1.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.6 (2025-09-18)

Bug Fixes

  • deps: update all non-major dependencies (#20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#20755) (cc54e29)

Miscellaneous Chores

Commits
  • 54377f7 release: v7.1.6
  • 88af2ae fix(deps): update all non-major dependencies (#20773)
  • d785e72 chore(deps): update rolldown-related dependencies (#20772)
  • cc54e29 fix(types): strict env typings fail when skipLibCheck is false (#20755)
  • 7e8e004 fix(esbuild): inject esbuild helper functions with minified $ variables cor...
  • a679a64 fix: fallback terser to main thread when nameCache is provided (#20750)
  • a67bb5f chore(deps): update rolldown-related dependencies (#20675)
  • See full diff in compare view

Updates del-cli from 6.0.0 to 7.0.0

Release notes

Sourced from del-cli's releases.

v7.0.0

Breaking

  • Require Node.js 20 aba3b05

Improvements

  • Improve error presentation 822f27c
  • Fix --dry-run behavior and clarify help text f71aaa6

sindresorhus/del-cli@v6.0.0...v7.0.0

Commits

Updates parcel from 2.15.4 to 2.16.0

Release notes

Sourced from parcel's releases.

v2.16.0

This release significantly improves code splitting and tree shaking when scope hoisting is disabled, e.g. when using React Server Components with static rendering. It enables re-exports to be followed when resolving a dependency, so that only used exports from large libraries get bundled together for each page rather than across all pages. This was already the case when using scope hoisting, but now it works without scope hoisting as well.

Added

  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details

Fixed

  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details
Changelog

Sourced from parcel's changelog.

[2.16.0] – 2025-09-18

Added

  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details

Fixed

  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details

[2.15.3] – 2025-06-20

Fixed

  • JavaScript

    • Expose line and column number to macros – Details
  • React Server Components

    • Invalidate cache in ReactStaticPackager when pages are added or client components change – Details
    • Fix lazy mode with React Server Components – Details
    • Fix @parcel/rsc duplicate types – Details
    • Ensure publicUrl ends with a slash in react-static packager – Details
    • Fix hash reference replacement in react-static packager – Details

[2.15.2] - 2025-05-24

Fixed

  • Core

    • Change minimum required glibc version to 2.26 – Details
    • Cache inline bundle packaging – Details
    • Use stable id for package requests – Details
  • HTML

    • Do not remove <meta charset="utf-8">Details
  • MDX

    • Make URL dependencies in MDX files optional – Details
  • React Server Components

    • Fix memory leak in react-static packager – Details
  • Resolver

    • Fix resolving source package exports condition from self reference – Details
  • SVG

  • Compressors

    • Use max level compression for brotli compressor – Details

[2.15.1] - 2025-05-15

... (truncated)

Commits

Updates rollup from 4.46.2 to 4.50.2

Release notes

Sourced from rollup's releases.

v4.50.2

4.50.2

2025-09-15

Bug Fixes

  • Resolve an issue where unused destructured array pattern declarations would conflict with included variables (#6100)

Pull Requests

v4.50.1

4.50.1

2025-09-07

Bug Fixes

  • Resolve a situation where a destructuring default value was removed (#6090)

Pull Requests

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.50.2

2025-09-15

Bug Fixes

  • Resolve an issue where unused destructured array pattern declarations would conflict with included variables (#6100)

Pull Requests

4.50.1

2025-09-07

Bug Fixes

  • Resolve a situation where a destructuring default value was removed (#6090)

Pull Requests

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

... (truncated)

Commits

Updates serve from 14.2.4 to 14.2.5

Release notes

Sourced from serve's releases.

v14.2.5

Patch Changes

  • f4b6fbd: Update compression to v1.8.1
Commits

Updates @rsbuild/core from 1.4.15 to 1.5.10

Release notes

Sourced from @​rsbuild/core's releases.

v1.5.10

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.9...v1.5.10

v1.5.9

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.8...v1.5.9

v1.5.8

... (truncated)

Commits
  • f2c0564 release: v1.5.10 (#6198)
  • 01fa821 fix: correct initial chunks order in generated manifest (#6192)
  • 8970f5f fix(inlineChunk): correct replaced source mapping URL (#6191)
  • bb62dd8 fix: detect JavaScript runtime when enable --config-loader auto (#6189)
  • 3a56896 feat: add support for --config-loader auto (#6186)
  • 2f5cd8b fix(types): update ImportMetaEnv interface to use Record (#6182)
  • 92fadbb release: v1.5.9 (#6180)
  • 6d88788 fix: temporarily disable const inlining optimization (#6179)
  • cd0d06e feat: add support for resolve.mainFields configuration (#6178)
  • c8a996d chore(deps): update dependency memfs to ^4.42.0 (#6175)
  • Additional commits viewable in compare view

Updates @sveltejs/kit from 2.27.3 to 2.42.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.42.2

Patch Changes

  • fix: prevent loops in postbuild analysis phase (#14450)

  • fix: handle nested object fields in form data (#14469)

  • fix: robustify form helper types (#14463)

  • fix: avoid running the init hook during builds if there's nothing to prerender (#14464)

  • fix: ensure SSR rendering gets request store context (#14476)

@​sveltejs/kit@​2.42.1

Patch Changes

  • fix: ensure environment setup is in its own chunk (#14441)

@​sveltejs/kit@​2.42.0

Minor Changes

  • feat: enhance remote form functions with schema support, input and issues properties (#14383)

  • breaking: remote form functions get passed a parsed POJO instead of a FormData object now (#14383)

@​sveltejs/kit@​2.41.0

Minor Changes

  • feat: add %sveltekit.version% to app.html (#12132)

Patch Changes

  • fix: allow remote functions to return custom types serialized with transport hooks (#14435)

  • fix: fulfil beforeNavigate complete when redirected (#12896)

@​sveltejs/kit@​2.40.0

Minor Changes

  • feat: include event property on popstate/link/form navigation (#14307)

Patch Changes

  • fix: respect replaceState/keepFocus/noScroll when a navigation results in a redirect (#14424)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.42.2

Patch Changes

  • fix: prevent loops in postbuild analysis phase (#14450)

  • fix: handle nested object fields in form data (#14469)

  • fix: robustify form helper types (#14463)

  • fix: avoid running the init hook during builds if there's nothing to prerender (#14464)

  • fix: ensure SSR rendering gets request store context (#14476)

2.42.1

Patch Changes

  • fix: ensure environment setup is in its own chunk (#14441)

2.42.0

Minor Changes

  • feat: enhance remote form functions with schema support, input and issues properties (#14383)

  • breaking: remote form functions get passed a parsed POJO instead of a FormData object now (#14383)

2.41.0

Minor Changes

  • feat: add %sveltekit.version% to app.html (#12132)

Patch Changes

  • fix: allow remote functions to return custom types serialized with transport hooks (#14435)

  • fix: fulfil beforeNavigate complete when redirected (#12896)

2.40.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/kit since your current version.


Updates @sveltejs/vite-plugin-svelte from 6.1.1 to 6.2.0

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​6.2.0

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

@​sveltejs/vite-plugin-svelte@​6.1.4

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

@​sveltejs/vite-plugin-svelte@​6.1.3

Patch Changes

  • fix(api): add api.filter and deprecate api.idFilter to avoid confusing filter.id = idFilter.id assignments when used as hybrid filter in other plugins (#1199)

@​sveltejs/vite-plugin-svelte@​6.1.2

Patch Changes

  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#1194)
Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

6.2.0

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

6.1.4

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

6.1.3

Patch Changes

  • fix(api): add api.filter and deprecate api.idFilter to avoid confusing filter.id = idFilter.id assignments when used as hybrid filter in other plugins (#1199)

6.1.2

Patch Changes

  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#1194)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/vite-plugin-svelte since your current version.


Updates svelte from 5.38.0 to 5.39.2

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: preserve SSR context when block expressions contain await (#16791)

  • chore: bump some devDependencies (#16787)

[email protected]

Patch Changes

  • fix: issue state_proxy_unmount warning when unmounting a state proxy (#16747)

  • fix: add then to class component render output (#16783)

[email protected]

Minor Changes

  • feat: experimental async SSR (#16748)

Patch Changes

  • fix: correctly SSR hidden="until-found" (#16773)

[email protected]

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

[email protected]

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

[email protected]

Patch Changes

  • fix: send $effect.pending count to the correct boundary (#16732)

[email protected]

Patch Changes

  • fix: replace undefined with void(0) in CallExpressions (#16693)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.39.2

Patch Changes

  • fix: preserve SSR context when block expressions contain await (#16791)

  • chore: bump some devDependencies (#16787)

5.39.1

Patch Changes

  • fix: issue state_proxy_unmount warning when unmounting a state proxy (#16747)

  • fix: add then to class component render output (#16783)

5.39.0

Minor Changes

  • feat: experimental async SSR (#16748)

Patch Changes

  • fix: correctly SSR hidden="until-found" (#16773)

5.38.10

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

5.38.9

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

5.38.8

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.


You can trigger a rebase of this PR 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

…ectory with 9 updates

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.5` | `7.1.6` |
| [del-cli](https://github.com/sindresorhus/del-cli) | `6.0.0` | `7.0.0` |
| [parcel](https://github.com/parcel-bundler/parcel) | `2.15.4` | `2.16.0` |
| [rollup](https://github.com/rollup/rollup) | `4.46.2` | `4.50.2` |
| [serve](https://github.com/vercel/serve) | `14.2.4` | `14.2.5` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.4.15` | `1.5.10` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.27.3` | `2.42.2` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `6.1.1` | `6.2.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.38.0` | `5.39.2` |



Updates `vite` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.6/packages/vite)

Updates `del-cli` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/sindresorhus/del-cli/releases)
- [Commits](sindresorhus/del-cli@v6.0.0...v7.0.0)

Updates `parcel` from 2.15.4 to 2.16.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits/v2.16.0)

Updates `rollup` from 4.46.2 to 4.50.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.46.2...v4.50.2)

Updates `serve` from 14.2.4 to 14.2.5
- [Release notes](https://github.com/vercel/serve/releases)
- [Commits](vercel/serve@14.2.4...v14.2.5)

Updates `@rsbuild/core` from 1.4.15 to 1.5.10
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.5.10/packages/core)

Updates `@sveltejs/kit` from 2.27.3 to 2.42.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte)

Updates `svelte` from 5.38.0 to 5.39.2
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: del-cli
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: parcel
  dependency-version: 2.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.50.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: serve
  dependency-version: 14.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-version: 1.5.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.42.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Sep 19, 2025
Copy link

Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️ All checks pass
✔️ Changelog and release-notes reviewed. Nothing impactful for us.
✔️ Tested locally with the artifact built by GH Actions

@dependabot squash and merge

@dependabot dependabot bot merged commit 07d8220 into main Sep 19, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-a66b12e998 branch September 19, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant