Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

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

Package From To
vite 7.2.4 7.2.7
parcel 2.16.1 2.16.3
@rsbuild/core 1.6.8 1.6.13
@sveltejs/kit 2.49.0 2.49.1
svelte 5.43.14 5.45.6

Updates vite from 7.2.4 to 7.2.7

Release notes

Sourced from vite's releases.

v7.2.7

Please refer to CHANGELOG.md for details.

v7.2.6

Please refer to CHANGELOG.md for details.

v7.2.5

Please refer to CHANGELOG.md for details.

Note: 7.2.5 failed to publish so it is skipped on npm

Changelog

Sourced from vite's changelog.

7.2.7 (2025-12-08)

Bug Fixes

7.2.6 (2025-12-01)

7.2.5 (2025-12-01)

Bug Fixes

Performance Improvements

Documentation

  • clarify manifest.json imports field is JS chunks only (#21136) (46d3077)

Miscellaneous Chores

Commits

Updates parcel from 2.16.1 to 2.16.3

Release notes

Sourced from parcel's releases.

v2.16.2

Fixed

  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details
Changelog

Sourced from parcel's changelog.

[2.16.3] – 2025-12-06

Fixed

  • React Server Components
    • Fix react-dom import (bug in 2.16.2)

[2.16.2] – 2025-12-06

Fixed

  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details
Commits

Updates @rsbuild/core from 1.6.8 to 1.6.13

Release notes

Sourced from @​rsbuild/core's releases.

v1.6.13

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.6.12...v1.6.13

v1.6.12

What's Changed

... (truncated)

Commits
  • 49e4174 release: 1.6.13 (#6716)
  • 5405b70 fix(file-size): improve size diff detection (#6711)
  • 7f96112 feat(core): add dev.client.logLevel option (#6712)
  • a87b206 fix(file-size): use config hash for snapshot filename to avoid collisions (#6...
  • e2e25ee refactor(fileSize): optimize asset sorting and display logic (#6709)
  • 7296479 feat: support displaying the total size diff (#6706)
  • d520225 fix: handle ANSI escape codes in node polyfill hint (#6704)
  • 05ebb46 chore: update file size snapshot path (#6692)
  • 86971b9 chore(deps): update all patch dependencies (#6693)
  • 72c3bef feat: refine size diff output for new files (#6691)
  • Additional commits viewable in compare view

Updates @sveltejs/kit from 2.49.0 to 2.49.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.49.1

Patch Changes

  • fix: suppress state_referenced_locally warnings in .svelte-kit/generated/root.svelte (#15013)

  • fix: TypeError when doing response.clone() in page load (#15005)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.49.1

Patch Changes

  • fix: suppress state_referenced_locally warnings in .svelte-kit/generated/root.svelte (#15013)

  • fix: TypeError when doing response.clone() in page load (#15005)

Commits
  • f555ba6 Version Packages (#15007)
  • df05c8f fix: suppress state_referenced_locally warnings in `.svelte-kit/generated/r...
  • 977b8bd Bugfix: Fix #15004 by applying MDN recommended fix when proxying Response in ...
  • See full diff in compare view

Updates svelte from 5.43.14 to 5.45.6

Release notes

Sourced from svelte's releases.

svelte@5.45.6

Patch Changes

  • fix: don't issue a11y warning for <video> without captions if it has no src (#17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#17310)

svelte@5.45.5

Patch Changes

  • fix: correctly reconcile each blocks after outroing branches are resumed (#17258)

  • fix: destroy each items after siblings are resumed (#17258)

svelte@5.45.4

Patch Changes

  • chore: move DOM-related effect properties to effect.nodes (#17293)

  • fix: allow $props.id() to occur after an await (#17285)

  • fix: keep reactions up to date even when read outside of effect (#17295)

svelte@5.45.3

Patch Changes

  • add props to state_referenced_locally (#17266)

  • fix: preserve node locations for better sourcemaps (#17269)

  • fix: handle cross-realm Promises in hydratable (#17284)

svelte@5.45.2

Patch Changes

  • fix: array destructuring after await (#17254)

  • fix: throw on invalid {@tag}s (#17256)

svelte@5.45.1

Patch Changes

  • fix: link offscreen items and last effect in each block correctly (#17240)

svelte@5.45.0

Minor Changes

  • feat: add print(...) function (#16188)

svelte@5.44.1

... (truncated)

Changelog

Sourced from svelte's changelog.

5.45.6

Patch Changes

  • fix: don't issue a11y warning for <video> without captions if it has no src (#17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#17310)

5.45.5

Patch Changes

  • fix: correctly reconcile each blocks after outroing branches are resumed (#17258)

  • fix: destroy each items after siblings are resumed (#17258)

5.45.4

Patch Changes

  • chore: move DOM-related effect properties to effect.nodes (#17293)

  • fix: allow $props.id() to occur after an await (#17285)

  • fix: keep reactions up to date even when read outside of effect (#17295)

5.45.3

Patch Changes

  • add props to state_referenced_locally (#17266)

  • fix: preserve node locations for better sourcemaps (#17269)

  • fix: handle cross-realm Promises in hydratable (#17284)

5.45.2

Patch Changes

  • fix: array destructuring after await (#17254)

  • fix: throw on invalid {@tag}s (#17256)

5.45.1

Patch Changes

  • fix: link offscreen items and last effect in each block correctly (#17240)

... (truncated)

Commits

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 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.4` | `7.2.7` |
| [parcel](https://github.com/parcel-bundler/parcel) | `2.16.1` | `2.16.3` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.6.8` | `1.6.13` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.49.0` | `2.49.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.43.14` | `5.45.6` |



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

Updates `parcel` from 2.16.1 to 2.16.3
- [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)

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

Updates `@sveltejs/kit` from 2.49.0 to 2.49.1
- [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/kit@2.49.1/packages/kit)

Updates `svelte` from 5.43.14 to 5.45.6
- [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/svelte@5.45.6/packages/svelte)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: parcel
  dependency-version: 2.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.49.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.45.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 8, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 8, 2025

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.

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

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit 2e70742 into main Dec 11, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-45609af27a branch December 11, 2025 10:17
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