Skip to content

chore(deps-dev): bump the development-dependencies group with 5 updates #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

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

Package From To
rollup 4.41.1 4.42.0
@rsbuild/core 1.3.21 1.3.22
@sveltejs/kit 2.21.1 2.21.3
@sveltejs/vite-plugin-svelte 5.0.3 5.1.0
svelte 5.33.2 5.33.18

Updates rollup from 4.41.1 to 4.42.0

Release notes

Sourced from rollup's releases.

v4.42.0

4.42.0

2025-06-06

Features

  • Add option to allow the input to be located in the output in watch mode (#5966)

Pull Requests

v4.41.2

4.41.2

2025-06-06

Bug Fixes

  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#5977)
  • Do not replace usages of constant variables with their values for readability (#5968)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.42.0

2025-06-06

Features

  • Add option to allow the input to be located in the output in watch mode (#5966)

Pull Requests

4.41.2

2025-06-06

Bug Fixes

  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#5977)
  • Do not replace usages of constant variables with their values for readability (#5968)

Pull Requests

Commits
  • f763394 4.42.0
  • dddc00d feat: watch mode add allowInputInsideOutputPath option (#5966)
  • 13b4669 4.41.2
  • 149d94c Debug/fix watch pipeline (#5982)
  • 13992f2 Update README.md (#5976)
  • 224c900 fix: preserve constant identifiers in unary expressions instead of magic numb...
  • da88626 fix: consider function expression in thenable when tree-shaking dynamic impor...
  • 8f0dbc9 fix(deps): lock file maintenance minor/patch updates (#5981)
  • 4f69d33 chore(deps): update dependency yargs-parser to v22 (#5969)
  • 0fbd796 chore(deps): lock file maintenance (#5971)
  • Additional commits viewable in compare view

Updates @rsbuild/core from 1.3.21 to 1.3.22

Release notes

Sourced from @​rsbuild/core's releases.

v1.3.22

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.3.21...v1.3.22

Commits

Updates @sveltejs/kit from 2.21.1 to 2.21.3

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.21.3

Patch Changes

  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#10856)

  • fix: suppress console spam for chrome devtools requests (#13830)

  • fix: avoid externalising packages that depend on @sveltejs/kit so that libraries can also use redirect and error helpers (#13843)

  • fix: correctly run deserialize on the server (#13686)

  • fix: handle non-semver-style dependency versions (#13850)

  • fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)

@​sveltejs/kit@​2.21.2

Patch Changes

  • fix: omit stack when logging 404 errors (#13848)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.21.3

Patch Changes

  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#10856)

  • fix: suppress console spam for chrome devtools requests (#13830)

  • fix: avoid externalising packages that depend on @sveltejs/kit so that libraries can also use redirect and error helpers (#13843)

  • fix: correctly run deserialize on the server (#13686)

  • fix: handle non-semver-style dependency versions (#13850)

  • fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)

2.21.2

Patch Changes

  • fix: omit stack when logging 404 errors (#13848)
Commits
  • 7fcbc5a Version Packages (#13854)
  • ab67874 fix: avoid setting sequential focus navigation starting point when using hash...
  • 6261a87 fix: hash link to new page focuses the correct element (#10856)
  • 408e1f5 fix: ensure redirect used in packages uses the same Redirect instance (#1...
  • 6c44239 fix: include components dynamically imported in the universal load function w...
  • 6a6538c fix: correctly invalidate static analysis cache of child nodes during dev (#1...
  • e7b57e7 fix: suppress console spam for chrome devtools requests (#13830)
  • c6cd8c3 fix: correctly deserialize on the server (#13686)
  • ea2ac9b fix: recover scroll position on reload of SPAs (#13821)
  • 46fac30 Version Packages (#13852)
  • Additional commits viewable in compare view

Updates @sveltejs/vite-plugin-svelte from 5.0.3 to 5.1.0

Release notes

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

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

Minor Changes

  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)

Patch Changes

  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
Changelog

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

5.1.0

Minor Changes

  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)

Patch Changes

  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
Commits

Updates svelte from 5.33.2 to 5.33.18

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • chore: bump esrap dependency (#16106)

  • fix: destructuring state in ssr (#16102)

[email protected]

Patch Changes

  • chore: update acorn parser ecmaVersion to parse import attributes (#16098)

[email protected]

Patch Changes

  • fix: visit expression when destructuring state declarations (#16081)

  • fix: move xmlns attribute from SVGAttributes to to DOMAttributes (#16080)

[email protected]

Patch Changes

  • fix: invoke parent boundary of deriveds that throw (#16091)

[email protected]

Patch Changes

  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)

  • fix: destructuring snippet arguments (#16068)

[email protected]

Patch Changes

  • fix: avoid recursion error in EachBlock visitor (#16058)

[email protected]

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

[email protected]

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)

[email protected]

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.33.18

Patch Changes

  • chore: bump esrap dependency (#16106)

  • fix: destructuring state in ssr (#16102)

5.33.17

Patch Changes

  • chore: update acorn parser ecmaVersion to parse import attributes (#16098)

5.33.16

Patch Changes

  • fix: visit expression when destructuring state declarations (#16081)

  • fix: move xmlns attribute from SVGAttributes to to DOMAttributes (#16080)

5.33.15

Patch Changes

  • fix: invoke parent boundary of deriveds that throw (#16091)

5.33.14

Patch Changes

  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)

  • fix: destructuring snippet arguments (#16068)

5.33.13

Patch Changes

  • fix: avoid recursion error in EachBlock visitor (#16058)

5.33.12

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

5.33.11

... (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 |
| --- | --- | --- |
| [rollup](https://github.com/rollup/rollup) | `4.41.1` | `4.42.0` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.3.21` | `1.3.22` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.21.1` | `2.21.3` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `5.0.3` | `5.1.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.33.2` | `5.33.18` |



Updates `rollup` from 4.41.1 to 4.42.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.1...v4.42.0)

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

Updates `@sveltejs/kit` from 2.21.1 to 2.21.3
- [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 5.0.3 to 5.1.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.33.2 to 5.33.18
- [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: rollup
  dependency-version: 4.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-version: 1.3.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.21.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.33.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Jun 9, 2025
@tbouffard tbouffard changed the title chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates chore(deps-dev): bump the development-dependencies group with 5 updates Jun 16, 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.

✔️ 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 dependabot bot merged commit 63c98dc into main Jun 20, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-04e20f7682 branch June 20, 2025 14:40
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