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 #182

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

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

Updates vite from 6.0.5 to 6.0.6

Release notes

Sourced from vite's releases.

v6.0.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.6 (2024-12-26)

Commits
  • 5c2b4a0 release: v6.0.6
  • 9290d85 fix(css): show correct error when unknown placeholder is used for CSS modules...
  • afff05c fix(css): resolve style tags in HTML files correctly for lightningcss (#19001)
  • eb06ec3 chore: fix typo in comment (#19067)
  • 1aa434e fix(ssrTransform): preserve line offset when transforming imports (#19004)
  • 902567a fix(resolve): handle package.json with UTF-8 BOM (#19000)
  • 9f10261 fix: replace runner-side path normalization with fetchModule-side resolve (...
  • 8bfe247 revert: unpin esbuild version (#19043)
  • 0e9e81f chore: update comment about build.target (#19047)
  • a1f4b46 test(ssr): test virtual module with query (#19044)
  • See full diff in compare view

Updates @rsbuild/core from 1.1.12 to 1.1.13

Release notes

Sourced from @​rsbuild/core's releases.

v1.1.13

What's Changed

Highlights 💡

Rsbuild error overlay now shows type errors and provides the same highlighting as terminal:

Related PRs:

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

... (truncated)

Commits
  • 6446f6c release: 1.1.13 (#4272)
  • 4275ba2 fix: preserve ansi colors for browser error logs (#4270)
  • d2730f9 fix: should writeToDisk correctly when environment writeToDisk configuration ...
  • 91c23ca feat: display log colors on error overlay (#4266)
  • 59044d7 chore(deps): update dependency @​rslib/core to v0.2.0 (#4264)
  • e45bc76 feat: display node polyfill hint on error overlay (#4263)
  • 4d766ad perf: format stats errors in the Node side (#4261)
  • f06ecdc chore: bump rspack-manifest-plugin to reuse type (#4259)
  • 7a45ffd fix: set default command for createCompiler() (#4254)
  • 0ac2db1 fix: should await inspect config in debug mode (#4252)
  • Additional commits viewable in compare view

Updates @sveltejs/kit from 2.15.0 to 2.15.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.15.1

Patch Changes

  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#13232)

  • fix: silence dev/prod warning during sync (#13244)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.15.1

Patch Changes

  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#13232)

  • fix: silence dev/prod warning during sync (#13244)

Commits

Updates svelte from 5.15.0 to 5.16.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: allow class attribute to be an object or array, using clsx (#14714)

Patch Changes

  • fix: don't include keyframes in global scope in the keyframes to rename (#14822)
Changelog

Sourced from svelte's changelog.

5.16.0

Minor Changes

  • feat: allow class attribute to be an object or array, using clsx (#14714)

Patch Changes

  • fix: don't include keyframes in global scope in the keyframes to rename (#14822)
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

Bumps the development-dependencies group with 4 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@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 `vite` from 6.0.5 to 6.0.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/v6.0.6/packages/vite)

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

Updates `@sveltejs/kit` from 2.15.0 to 2.15.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/[email protected]/packages/kit)

Updates `svelte` from 5.15.0 to 5.16.0
- [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-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 Dec 30, 2024
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 ec546ea into main Dec 30, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-cb7c3392e2 branch December 30, 2024 16:34
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