Skip to content
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

chore(deps-dev): bump the development-dependencies group with 4 updates #193

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2025

Bumps the development-dependencies group with 4 updates: rollup, @rsbuild/core, @sveltejs/kit and svelte.

Updates rollup from 4.34.6 to 4.34.7

Release notes

Sourced from rollup's releases.

v4.34.7

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

Commits

Updates @rsbuild/core from 1.2.5 to 1.2.8

Release notes

Sourced from @​rsbuild/core's releases.

v1.2.8

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.2.7...v1.2.8

v1.2.7

What's Changed

New Features 🎉

Full Changelog: web-infra-dev/rsbuild@v1.2.6...v1.2.7

v1.2.6

What's Changed

Performance 🚀

Document 📖

... (truncated)

Commits
  • b5e7de0 release: 1.2.8 (#4561)
  • 0096604 fix(server): remove .mjs suffix check when loading ESM module in runner (#4...
  • c39a6a2 docs: simplify plugin setup method (#4560)
  • 83ec5cc feat: expose dev server instance for onBeforeStartDevServer hook (#4559)
  • 71ea28b feat: support generate preload link with duplicate (#4555)
  • 46697db chore(deps): update dependency webpack to ^5.98.0 (#4553)
  • ab4b191 docs: JSDoc for Rsbuild plugin API (#4550)
  • 1178ede docs: JSDoc for Rsbuild instance API (#4549)
  • 56a0171 feat: support buildCache.buildDependencies configuration (#4540)
  • 70722a7 feat: exclude .d.ts files from file size reporting (#4542)
  • Additional commits viewable in compare view

Updates @sveltejs/kit from 2.17.1 to 2.17.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.17.2

Patch Changes

  • fix: add promise return type to the enhance action callback (#13420)

  • fix: change server-side route resolution endpoint (#13461)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.17.2

Patch Changes

  • fix: add promise return type to the enhance action callback (#13420)

  • fix: change server-side route resolution endpoint (#13461)

Commits

Updates svelte from 5.19.9 to 5.20.1

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: ensure AST analysis on svelte.js modules succeeds (#15297)

  • fix: ignore typescript abstract methods (#15267)

  • fix: correctly ssr component in svelte:head with $props.id() or css='injected' (#15291)

[email protected]

Minor Changes

  • feat: SSR-safe ID generation with $props.id() (#15185)

Patch Changes

  • fix: take private and public into account for constant_assignment of derived state (#15276)

  • fix: value/checked not correctly set using spread (#15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)

  • fix: use importNode to clone templates for Firefox (#15272)

  • fix: recurse into $derived for ownership validation (#15166)

[email protected]

Patch Changes

  • fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)

  • fix: allow mutation of private derived state (#15228)

Changelog

Sourced from svelte's changelog.

5.20.1

Patch Changes

  • fix: ensure AST analysis on svelte.js modules succeeds (#15297)

  • fix: ignore typescript abstract methods (#15267)

  • fix: correctly ssr component in svelte:head with $props.id() or css='injected' (#15291)

5.20.0

Minor Changes

  • feat: SSR-safe ID generation with $props.id() (#15185)

Patch Changes

  • fix: take private and public into account for constant_assignment of derived state (#15276)

  • fix: value/checked not correctly set using spread (#15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)

  • fix: use importNode to clone templates for Firefox (#15272)

  • fix: recurse into $derived for ownership validation (#15166)

5.19.10

Patch Changes

  • fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)

  • fix: allow mutation of private derived state (#15228)

Commits
  • 32b78c9 Version Packages (#15279)
  • 7e32537 fix: ensure AST analysis on svelte.js modules succeeds (#15297)
  • 8b97725 chore: fix $props.id tests (#15294)
  • b6bf735 fix: correctly ssr component in svelte:head with $props.id() or `css='inj...
  • 21dadfc fix: ignore typescript abstract methods during code transformation (#15267)
  • 23ecc36 Version Packages (#15271)
  • f747c41 chore: tweak effect self invalidation logic (#15275)
  • 5e52825 fix: take private and public into account for constant_assignment of derive...
  • 1848138 fix: use importNode to clone templates for Firefox (#15272)
  • a3e49b6 fix: recurse into $derived for ownership validation (#15166)
  • Additional commits viewable in compare view

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

Bumps the development-dependencies group with 4 updates: [rollup](https://github.com/rollup/rollup), [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).


Updates `rollup` from 4.34.6 to 4.34.7
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.34.6...v4.34.7)

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

Updates `@sveltejs/kit` from 2.17.1 to 2.17.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 `svelte` from 5.19.9 to 5.20.1
- [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-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: svelte
  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 Feb 15, 2025
@tbouffard
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 5de4c50 into main Feb 15, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-7b7b8f0358 branch February 15, 2025 17:19
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