Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 8 updates:

Package From To
@farmfe/cli 1.0.4 1.0.5
@farmfe/core 1.7.5 1.7.6
parcel 2.15.2 2.15.4
@rollup/plugin-typescript 12.1.2 12.1.3
rollup 4.42.0 4.44.0
@sveltejs/kit 2.21.3 2.22.0
svelte 5.33.18 5.34.7
svelte-check 4.2.1 4.2.2

Updates @farmfe/cli from 1.0.4 to 1.0.5

Release notes

Sourced from @​farmfe/cli's releases.

@​farmfe/cli@​1.0.5

Patch Changes

  • c7bcfa0f: Fix #2176 --base does not work
Commits

Updates @farmfe/core from 1.7.5 to 1.7.6

Release notes

Sourced from @​farmfe/core's releases.

@​farmfe/core@​1.7.6

Patch Changes

  • 83342ef0: Added origin validation to HMR server

    BREAKING CHANGE: The HMR server now rejects all connections with unrecognized Origin headers. Clients need to update their configured ports and hosts if they want external apps to be able to connect to the HMR server.

  • c7bcfa0f: Fix #2188 lazy compilation should respect publicPath

Commits

Updates parcel from 2.15.2 to 2.15.4

Release notes

Sourced from parcel's releases.

v2.15.3

Fixed

  • JavaScript

    • Expose line and column number to macros – Details
  • React Server Components

    • Invalidate cache in ReactStaticPackager when pages are added or client components change – Details
    • Fix lazy mode with React Server Components – Details
    • Fix @parcel/rsc duplicate types – Details
    • Ensure publicUrl ends with a slash in react-static packager – Details
    • Fix hash reference replacement in react-static packager – Details
Changelog

Sourced from parcel's changelog.

Changelog

All notable changes to Parcel will be documented in this file.

The format is based on Keep a Changelog and Parcel adheres to Semantic Versioning.

[2.15.3] – 2025-06-20

Fixed

  • JavaScript

    • Expose line and column number to macros – Details
  • React Server Components

    • Invalidate cache in ReactStaticPackager when pages are added or client components change – Details
    • Fix lazy mode with React Server Components – Details
    • Fix @parcel/rsc duplicate types – Details
    • Ensure publicUrl ends with a slash in react-static packager – Details
    • Fix hash reference replacement in react-static packager – Details
Commits

Updates @rollup/plugin-typescript from 12.1.2 to 12.1.3

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.1.3

2025-06-17

Bugfixes

  • fix: fixes #1652 compile when source exists anywhere in the working directory (#1653)
Commits
  • a209058 chore(release): typescript v12.1.3
  • 40a38b1 fix(typescript): fixes #1652 compile when source exists anywhere in the worki...
  • See full diff in compare view

Updates rollup from 4.42.0 to 4.44.0

Release notes

Sourced from rollup's releases.

v4.44.0

4.44.0

2025-06-19

Features

  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#5986)

Bug Fixes

  • Provide better source mappings when coarse intermediate maps are used (#5985)

Pull Requests

v4.43.0

4.43.0

2025-06-11

Features

  • Provide new fs option and this.fs API to replace file system (#5944)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.44.0

2025-06-19

Features

  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#5986)

Bug Fixes

  • Provide better source mappings when coarse intermediate maps are used (#5985)

Pull Requests

4.43.0

2025-06-11

Features

  • Provide new fs option and this.fs API to replace file system (#5944)

Pull Requests

Commits

Updates @sveltejs/kit from 2.21.3 to 2.22.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.22.0

Minor Changes

  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)

@​sveltejs/kit@​2.21.5

Patch Changes

  • fix: correctly set the sequential focus navigation point when using hash routing (#13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)

@​sveltejs/kit@​2.21.4

Patch Changes

  • fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.22.0

Minor Changes

  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)

2.21.5

Patch Changes

  • fix: correctly set the sequential focus navigation point when using hash routing (#13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)

2.21.4

Patch Changes

  • fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)
Commits

Updates svelte from 5.33.18 to 5.34.7

Release notes

Sourced from svelte's releases.

svelte@5.34.7

Patch Changes

  • fix: address css class matching regression (#16204)

svelte@5.34.6

Patch Changes

  • fix: match class and style directives against attribute selector (#16179)

svelte@5.34.5

Patch Changes

  • fix: keep spread non-delegated event handlers up to date (#16180)

  • fix: remove undefined attributes on hydration (#16178)

  • fix: ensure sources within nested effects still register correctly (#16193)

  • fix: avoid shadowing a variable in dynamic components (#16185)

svelte@5.34.4

Patch Changes

  • fix: don't set state withing with_parent in proxy (#16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#16100)

svelte@5.34.3

Patch Changes

  • fix: don't eagerly execute deriveds on resume (#16150)

  • fix: prevent memory leaking signals in legacy mode (#16145)

  • fix: don't define error.message if it's not configurable (#16149)

svelte@5.34.2

Patch Changes

  • fix: add missing typings for some dimension bindings (#16142)

  • fix: prune typescript class field declarations (#16154)

svelte@5.34.1

Patch Changes

  • fix: correctly tag private class state fields (#16132)

svelte@5.34.0

... (truncated)

Changelog

Sourced from svelte's changelog.

5.34.7

Patch Changes

  • fix: address css class matching regression (#16204)

5.34.6

Patch Changes

  • fix: match class and style directives against attribute selector (#16179)

5.34.5

Patch Changes

  • fix: keep spread non-delegated event handlers up to date (#16180)

  • fix: remove undefined attributes on hydration (#16178)

  • fix: ensure sources within nested effects still register correctly (#16193)

  • fix: avoid shadowing a variable in dynamic components (#16185)

5.34.4

Patch Changes

  • fix: don't set state withing with_parent in proxy (#16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#16100)

5.34.3

Patch Changes

  • fix: don't eagerly execute deriveds on resume (#16150)

  • fix: prevent memory leaking signals in legacy mode (#16145)

  • fix: don't define error.message if it's not configurable (#16149)

5.34.2

Patch Changes

  • fix: add missing typings for some dimension bindings (#16142)

  • fix: prune typescript class field declarations (#16154)

... (truncated)

Commits

Updates svelte-check from 4.2.1 to 4.2.2

Release notes

Sourced from svelte-check's releases.

svelte-check-4.2.2

  • fix: invalidate project file cache and handle watcher race condition (#2779)
  • fix: prevent error with bind:this={get, set} (#2781)
  • fix: don't treat derived imported from svelte/store as a potential store (#2780)
  • fix: key block can have its own block scope (#2768)
Commits
  • 291b484 feat: workspace symbols support (#2769)
  • 5493844 fix: invalidate project file cache and handle watcher race condition (#2779)
  • 75eb2bb fix: key block can have its own block scope (#2768)
  • 1301e80 fix: don't treat derived imported from svelte/store as a potential store (#2780)
  • 33f7e7f fix: prevent error with bind:this={get, set} (#2781)
  • ef92ff3 perf: bail on giant export maps when initializing auto import cache
  • d57bae2 chore: remove "Run tests with debugger" task. (#2764)
  • See full diff 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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@farmfe/cli](https://github.com/farm-fe/farm) | `1.0.4` | `1.0.5` |
| [@farmfe/core](https://github.com/farm-fe/farm) | `1.7.5` | `1.7.6` |
| [parcel](https://github.com/parcel-bundler/parcel) | `2.15.2` | `2.15.4` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.2` | `12.1.3` |
| [rollup](https://github.com/rollup/rollup) | `4.42.0` | `4.44.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.21.3` | `2.22.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.33.18` | `5.34.7` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.2.1` | `4.2.2` |


Updates `@farmfe/cli` from 1.0.4 to 1.0.5
- [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/cli@1.0.4...@farmfe/cli@1.0.5)

Updates `@farmfe/core` from 1.7.5 to 1.7.6
- [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/core@1.7.5...@farmfe/core@1.7.6)

Updates `parcel` from 2.15.2 to 2.15.4
- [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 `@rollup/plugin-typescript` from 12.1.2 to 12.1.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.3/packages/typescript)

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

Updates `@sveltejs/kit` from 2.21.3 to 2.22.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/kit@2.22.0/packages/kit)

Updates `svelte` from 5.33.18 to 5.34.7
- [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.34.7/packages/svelte)

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

---
updated-dependencies:
- dependency-name: "@farmfe/cli"
  dependency-version: 1.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@farmfe/core"
  dependency-version: 1.7.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: parcel
  dependency-version: 2.15.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.34.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte-check
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jun 23, 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 c91520f into main Jun 25, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-962b897d99 branch June 25, 2025 09:21
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