Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

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

Updates parcel from 2.15.1 to 2.15.2

Release notes

Sourced from parcel's releases.

v2.15.2

  • Core

    • Change minimum required glibc version to 2.26 – Details
    • Cache inline bundle packaging – Details
    • Use stable id for package requests – Details
  • HTML

    • Do not remove <meta charset="utf-8">Details
  • MDX

    • Make URL dependencies in MDX files optional – Details
  • React Server Components

    • Fix memory leak in react-static packager – Details
  • Resolver

    • Fix resolving source package exports condition from self reference – Details
  • SVG

  • Compressors

    • Use max level compression for brotli compressor – Details
Changelog

Sourced from parcel's changelog.

[2.15.2] - 2025-05-24

Fixed

  • Core

    • Change minimum required glibc version to 2.26 – Details
    • Cache inline bundle packaging – Details
    • Use stable id for package requests – Details
  • HTML

    • Do not remove <meta charset="utf-8">Details
  • MDX

    • Make URL dependencies in MDX files optional – Details
  • React Server Components

    • Fix memory leak in react-static packager – Details
  • Resolver

    • Fix resolving source package exports condition from self reference – Details
  • SVG

  • Compressors

    • Use max level compression for brotli compressor – Details
Commits
  • b66f371 v2.15.2
  • 2ddc801 bump minimum to node 20
  • afc86c2 Use stable id for package requests
  • a993f98 Cache inline bundle packaging
  • 638b12d Fix memory leak in react-static packager
  • 67e4fe0 Make URL dependencies in MDX files optional
  • 6820335 Fix resolving source package exports condition from self reference
  • 79843ee Use max level compression for brotli compressor (#10128)
  • 292ab22 change minimum required glibc version to 2.26 (#10164)
  • 7576cfa Update oxvg
  • Additional commits viewable in compare view

Updates rollup from 4.41.0 to 4.41.1

Release notes

Sourced from rollup's releases.

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Commits
  • 7c469dc 4.41.1
  • 9f4abf1 Avoid recursively calling a plugin's resolveId hook with same id and importer...
  • 605ec27 fix(deps): update swc monorepo (major) (#5963)
  • b88492b fix(deps): lock file maintenance minor/patch updates (#5964)
  • See full diff in compare view

Updates @rsbuild/core from 1.3.20 to 1.3.21

Release notes

Sourced from @​rsbuild/core's releases.

v1.3.21

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

... (truncated)

Commits

Updates svelte from 5.31.0 to 5.33.2

Release notes

Sourced from svelte's releases.

svelte@5.33.2

Patch Changes

  • fix: correctly parse escaped unicode characters in css selector (#15976)

  • fix: don't mark deriveds as clean if updating during teardown (#15997)

svelte@5.33.1

Patch Changes

  • fix: make deriveds on the server lazy again (#15964)

svelte@5.33.0

Minor Changes

  • feat: XHTML compliance (#15538)

  • feat: add fragments: 'html' | 'tree' option for wider CSP compliance (#15538)

svelte@5.32.2

Patch Changes

  • chore: simplify <pre> cleaning (#15980)

  • fix: attach __svelte_meta correctly to elements following a CSS wrapper (#15982)

  • fix: import untrack directly from client in svelte/attachments (#15974)

svelte@5.32.1

Patch Changes

  • Warn when an invalid <select multiple> value is given (#14816)

svelte@5.32.0

Minor Changes

  • feat: warn on implicitly closed tags (#15932)

  • feat: attachments fromAction utility (#15933)

Patch Changes

  • fix: only re-run directly applied attachment if it changed (#15962)

svelte@5.31.1

Patch Changes

  • fix: avoid auto-parenthesis for special-keywords-only MediaQuery (#15937)
Changelog

Sourced from svelte's changelog.

5.33.2

Patch Changes

  • fix: correctly parse escaped unicode characters in css selector (#15976)

  • fix: don't mark deriveds as clean if updating during teardown (#15997)

5.33.1

Patch Changes

  • fix: make deriveds on the server lazy again (#15964)

5.33.0

Minor Changes

  • feat: XHTML compliance (#15538)

  • feat: add fragments: 'html' | 'tree' option for wider CSP compliance (#15538)

5.32.2

Patch Changes

  • chore: simplify <pre> cleaning (#15980)

  • fix: attach __svelte_meta correctly to elements following a CSS wrapper (#15982)

  • fix: import untrack directly from client in svelte/attachments (#15974)

5.32.1

Patch Changes

  • Warn when an invalid <select multiple> value is given (#14816)

5.32.0

Minor Changes

  • feat: warn on implicitly closed tags (#15932)

  • feat: attachments fromAction utility (#15933)

Patch Changes

  • fix: only re-run directly applied attachment if it changed (#15962)

... (truncated)

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: [parcel](https://github.com/parcel-bundler/parcel), [rollup](https://github.com/rollup/rollup), [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).


Updates `parcel` from 2.15.1 to 2.15.2
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](parcel-bundler/parcel@v2.15.1...v2.15.2)

Updates `rollup` from 4.41.0 to 4.41.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.0...v4.41.1)

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

Updates `svelte` from 5.31.0 to 5.33.2
- [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.33.2/packages/svelte)

---
updated-dependencies:
- dependency-name: parcel
  dependency-version: 2.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-version: 1.3.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.33.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 May 26, 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 2caf818 into main May 27, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-d07215d004 branch May 27, 2025 09:29
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