Skip to content

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

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

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 Jul 7, 2025

Bumps the development-dependencies group with 5 updates:

Package From To
@farmfe/core 1.7.7 1.7.9
vite 7.0.0 7.0.2
rollup 4.44.1 4.44.2
@rsbuild/core 1.4.2 1.4.4
svelte 5.34.9 5.35.3

Updates @farmfe/core from 1.7.7 to 1.7.9

Release notes

Sourced from @​farmfe/core's releases.

@​farmfe/core@​1.7.9

Patch Changes

  • 6aa67812: Support output.asciiOnly

@​farmfe/core@​1.7.8

Patch Changes

  • 27d30d79: When targetEnv is set to browser, the default mainFields are used during resolution.
Commits

Updates vite from 7.0.0 to 7.0.2

Release notes

Sourced from vite's releases.

v7.0.2

Please refer to CHANGELOG.md for details.

v7.0.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.0.2 (2025-07-04)

Bug Fixes

7.0.1 (2025-07-03)

Bug Fixes

Miscellaneous Chores

Commits

Updates rollup from 4.44.1 to 4.44.2

Release notes

Sourced from rollup's releases.

v4.44.2

4.44.2

2025-07-04

Bug Fixes

  • Correctly handle @__PURE__ annotations after new keyword (#5998)
  • Generate correct source mapping for closing braces of block statements (#5999)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.44.2

2025-07-04

Bug Fixes

  • Correctly handle @__PURE__ annotations after new keyword (#5998)
  • Generate correct source mapping for closing braces of block statements (#5999)

Pull Requests

Commits

Updates @rsbuild/core from 1.4.2 to 1.4.4

Release notes

Sourced from @​rsbuild/core's releases.

v1.4.4

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.3...v1.4.4

v1.4.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

... (truncated)

Commits
  • 9508968 release: 1.4.4 (#5553)
  • 6d3cbf9 fix(deps): revert @​rspack/core to 1.4.2 (#5552)
  • 3416256 docs: add webSocketToken to documentation (#5548)
  • e6ecd29 chore(deps): update all patch dependencies (#5549)
  • a986484 feat(server): token-based WebSocket authentication (#5531)
  • bfb29f5 fix: ensure that raw query of assets can be accurately matched (#5547)
  • 5053591 feat(deps): update @​rspack/core to v1.4.4 (#5546)
  • 2c42f5b docs: update raw import JSDoc to include scripts (#5544)
  • 3605d90 fix: ensure that raw query of styles can be accurately matched (#5540)
  • e77f5fe chore(deps): update dependency @​types/node to ^22.16.0 (#5535)
  • Additional commits viewable in compare view

Updates svelte from 5.34.9 to 5.35.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: account for mounting when select_option in attribute_effect (#16309)

  • fix: do not proxify the value assigned to a derived (#16302)

[email protected]

Patch Changes

[email protected]

Patch Changes

  • feat: add parent hierarchy to __svelte_meta objects (#16255)

[email protected]

Minor Changes

  • feat: add getAbortSignal() (#16266)

Patch Changes

  • chore: simplify props (#16270)
Changelog

Sourced from svelte's changelog.

5.35.3

Patch Changes

  • fix: account for mounting when select_option in attribute_effect (#16309)

  • fix: do not proxify the value assigned to a derived (#16302)

5.35.2

Patch Changes

5.35.1

Patch Changes

  • feat: add parent hierarchy to __svelte_meta objects (#16255)

5.35.0

Minor Changes

  • feat: add getAbortSignal() (#16266)

Patch Changes

  • chore: simplify props (#16270)
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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@farmfe/core](https://github.com/farm-fe/farm) | `1.7.7` | `1.7.9` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.0` | `7.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.44.1` | `4.44.2` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.4.2` | `1.4.4` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.34.9` | `5.35.3` |


Updates `@farmfe/core` from 1.7.7 to 1.7.9
- [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 7.0.0 to 7.0.2
- [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/v7.0.2/packages/vite)

Updates `rollup` from 4.44.1 to 4.44.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.44.1...v4.44.2)

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

Updates `svelte` from 5.34.9 to 5.35.3
- [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: "@farmfe/core"
  dependency-version: 1.7.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.44.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-version: 1.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.35.3
  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 Jul 7, 2025
Copy link

sonarqubecloud bot commented Jul 7, 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