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 7 updates #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the development-dependencies group with 7 updates:

Package From To
@farmfe/core 1.6.6 1.6.7
vite 6.2.0 6.2.1
rollup 4.34.9 4.35.0
@rsbuild/core 1.2.14 1.2.16
@sveltejs/kit 2.17.3 2.19.0
svelte 5.20.5 5.22.6
svelte-check 4.1.4 4.1.5

Updates @farmfe/core from 1.6.6 to 1.6.7

Release notes

Sourced from @​farmfe/core's releases.

@​farmfe/core@​1.6.7

Patch Changes

  • ec87a7fe: Fix resource pot id conflict in a large project due to the short hash id. The hash id is changed from 4 length to 32
  • ec87a7fe: Fix #2103 module system introp between esm and cjs
Commits

Updates vite from 6.2.0 to 6.2.1

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

v6.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.1 (2025-03-07)

Commits
  • d8461b5 release: v6.2.0
  • c94c9e0 fix(deps): update all non-major dependencies (#19501)
  • 5c70296 chore: use unicode cross icon instead of x (#19497)
  • 07091a1 fix(worker): string interpolation in dynamic worker options (#19476)
  • e01573a release: v6.2.0-beta.1
  • 12b0b8a fix(css): temporary add ?. after this.getModuleInfo in vite:css-post (#...
  • d686252 release: v6.2.0-beta.0
  • 3ebd838 feat(css): allow scoping css to importers exports (#19418)
  • f6926ca feat: use host url to open browser (#19414)
  • c575b82 feat: show mode on server start and add env debugger (#18808)
  • Additional commits viewable in compare view

Updates rollup from 4.34.9 to 4.35.0

Release notes

Sourced from rollup's releases.

v4.35.0

4.35.0

2025-03-08

Features

  • Pass build errors to the closeBundle hook (#5867)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.35.0

2025-03-08

Features

  • Pass build errors to the closeBundle hook (#5867)

Pull Requests

Commits
  • 70ef1cc 4.35.0
  • d29a457 feat(5858): make closeBundle hook receive the last error (#5867)
  • b346ce9 chore(deps): update dependency builtin-modules to v5 (#5872)
  • f491680 chore(deps): update uraimo/run-on-arch-action action to v3 (#5873)
  • 865d8d5 fix(deps): lock file maintenance minor/patch updates (#5874)
  • caa406e chore(deps): update dependency eslint-plugin-unicorn to v57 (#5852)
  • 30c16e8 fix(deps): update swc monorepo (major) (#5862)
  • See full diff in compare view

Updates @rsbuild/core from 1.2.14 to 1.2.16

Release notes

Sourced from @​rsbuild/core's releases.

v1.2.16

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.2.15...v1.2.16

v1.2.15

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

... (truncated)

Commits

Updates @sveltejs/kit from 2.17.3 to 2.19.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.19.0

Minor Changes

  • feat: provide fetch to reroute (#13549)

Patch Changes

  • chore: cache reroute results (#13548)

@​sveltejs/kit@​2.18.0

Minor Changes

  • feat: allow async reroute (#13520)

  • feat: provide normalizeUrl helper (#13539)

Patch Changes

  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#13492)

  • fix: include universal load assets as server assets (#13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#13530)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.19.0

Minor Changes

  • feat: provide fetch to reroute (#13549)

Patch Changes

  • chore: cache reroute results (#13548)

2.18.0

Minor Changes

  • feat: allow async reroute (#13520)

  • feat: provide normalizeUrl helper (#13539)

Patch Changes

  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#13492)

  • fix: include universal load assets as server assets (#13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#13530)

Commits

Updates svelte from 5.20.5 to 5.22.6

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: skip log_if_contains_state if only logging literals (#15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#15458)

  • fix: null and warnings for local handlers (#15460)

[email protected]

Patch Changes

  • fix: memoize clsx calls (#15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#15443)

  • fix: always use setAttribute when setting style (#15323)

  • fix: make style: directive and CSS handling more robust (#15418)

[email protected]

Patch Changes

  • fix: never deduplicate expressions in templates (#15451)

[email protected]

Patch Changes

  • fix: run effect roots in tree order (#15446)

[email protected]

Patch Changes

  • fix: correctly set is_updating before flushing root effects (#15442)

[email protected]

Patch Changes

  • chore: switch acorn-typescript plugin (#15393)

[email protected]

Minor Changes

  • feat: Add idPrefix option to render (#15428)

Patch Changes

  • fix: make dialog element and role interactive (#15429)

[email protected]

... (truncated)

Changelog

Sourced from svelte's changelog.

5.22.6

Patch Changes

  • fix: skip log_if_contains_state if only logging literals (#15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#15458)

  • fix: null and warnings for local handlers (#15460)

5.22.5

Patch Changes

  • fix: memoize clsx calls (#15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#15443)

  • fix: always use setAttribute when setting style (#15323)

  • fix: make style: directive and CSS handling more robust (#15418)

5.22.4

Patch Changes

  • fix: never deduplicate expressions in templates (#15451)

5.22.3

Patch Changes

  • fix: run effect roots in tree order (#15446)

5.22.2

Patch Changes

  • fix: correctly set is_updating before flushing root effects (#15442)

5.22.1

Patch Changes

  • chore: switch acorn-typescript plugin (#15393)

5.22.0

Minor Changes

... (truncated)

Commits

Updates svelte-check from 4.1.4 to 4.1.5

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.5

  • fix: take other snippets into account when checking for hoistability (#2668)
  • fix: disambiguate render in module script (#2667)
  • fix: properly transform $props.id when $props is assigned to props (#2694)
  • fix: handle booleanish popover (#2702)
  • chore: bump vscode-html/css-language-service (#2677)
  • fix: use referenced project's compiler option to get resolution mode (#2676)
Commits
  • 58a86ba chore: bump to typescript 5.8 (#2704)
  • 58d28ca fix: highlight type annotation in @const tags
  • 59796de fix: handle booleanish popover (#2702)
  • ca668e2 perf: cache files during emitDts (#2701)
  • e284968 fix: correctly handle unclosed tags with same type tag inside (#2682)
  • af88417 fix: use referenced project's compiler option to get resolution mode (#2676)
  • 9ee7e9c fix: prevent error when the script tag is removed in nodenext projects (#2635)
  • bcd6dd0 chore: bump vscode-html/css-language-service (#2677)
  • c942382 fix: properly transform $props.id when $props is assigned to props (#2694)
  • 8af8141 fix: don't show html tag completion with namespace component (#2685)
  • 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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@farmfe/core](https://github.com/farm-fe/farm) | `1.6.6` | `1.6.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.0` | `6.2.1` |
| [rollup](https://github.com/rollup/rollup) | `4.34.9` | `4.35.0` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.2.14` | `1.2.16` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.17.3` | `2.19.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.20.5` | `5.22.6` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.4` | `4.1.5` |


Updates `@farmfe/core` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/farm-fe/farm/releases)
- [Changelog](https://github.com/farm-fe/farm/blob/main/release-plz.toml)
- [Commits](https://github.com/farm-fe/farm/compare/@farmfe/[email protected]...@farmfe/[email protected])

Updates `vite` from 6.2.0 to 6.2.1
- [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/[email protected]/packages/vite)

Updates `rollup` from 4.34.9 to 4.35.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.34.9...v4.35.0)

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

Updates `@sveltejs/kit` from 2.17.3 to 2.19.0
- [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.20.5 to 5.22.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/[email protected]/packages/svelte)

Updates `svelte-check` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-4.1.4...svelte-check-4.1.5)

---
updated-dependencies:
- dependency-name: "@farmfe/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte-check
  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 Mar 10, 2025
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.

0 participants