Skip to content

chore(deps): update all non-major dependencies #3424

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.28.1 -> 2.29.2 age adoption passing confidence
@icons-pack/react-simple-icons (source) 12.5.0 -> 12.6.0 age adoption passing confidence
@internationalized/date (source) 3.7.0 -> 3.8.0 age adoption passing confidence
@pandacss/dev (source) 0.53.3 -> 0.53.4 age adoption passing confidence
@shikijs/transformers (source) 3.2.1 -> 3.2.2 age adoption passing confidence
@sveltejs/kit (source) 2.20.5 -> 2.20.7 age adoption passing confidence
@sveltejs/package (source) 2.3.10 -> 2.3.11 age adoption passing confidence
@types/bun (source) 1.2.9 -> 1.2.10 age adoption passing confidence
@types/node (source) 22.14.0 -> 22.14.1 age adoption passing confidence
@types/react (source) 19.1.0 -> 19.1.2 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.4 -> 4.4.0 age adoption passing confidence
effect (source) 3.14.7 -> 3.14.10 age adoption passing confidence
jsdom 26.0.0 -> 26.1.0 age adoption passing confidence
lefthook 1.11.8 -> 1.11.10 age adoption passing confidence
lucide-react (source) 0.487.0 -> 0.488.0 age adoption passing confidence
lucide-solid (source) 0.487.0 -> 0.488.0 age adoption passing confidence
lucide-vue-next (source) 0.487.0 -> 0.488.0 age adoption passing confidence
next (source) 15.2.5 -> 15.3.1 age adoption passing confidence
shiki (source) 3.2.1 -> 3.2.2 age adoption passing confidence
storybook-solidjs (source) 1.0.0-beta.6 -> 1.0.0-beta.7 age adoption passing confidence
storybook-solidjs-vite (source) 1.0.0-beta.6 -> 1.0.0-beta.7 age adoption passing confidence
svelte (source) 5.25.9 -> 5.27.3 age adoption passing confidence
svelte-check 4.1.5 -> 4.1.6 age adoption passing confidence
vercel (source) 41.5.0 -> 41.6.1 age adoption passing confidence
vite (source) 6.2.5 -> 6.3.2 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes
icons-pack/react-simple-icons (@​icons-pack/react-simple-icons)

v12.6.0

Compare Source

Minor Changes
adobe/react-spectrum (@​internationalized/date)

v3.8.0

Compare Source

chakra-ui/panda (@​pandacss/dev)

v0.53.4

Compare Source

Patch Changes
shikijs/shiki (@​shikijs/transformers)

v3.2.2

Compare Source

   🚀 Features
    View changes on GitHub
sveltejs/kit (@​sveltejs/kit)

v2.20.7

Compare Source

Patch Changes
  • fix: regression when serializing server data (#​13709)

v2.20.6

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/package)

v2.3.11

Compare Source

Patch Changes
  • fix: handle missing package.json gracefully (#​13691)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.4.0

Compare Source

Make compatible with rolldown-vite

This plugin is now compatible with rolldown-powered version of Vite.
Note that currently the __source property value position might be incorrect. This will be fixed in the near future.

Effect-TS/effect (effect)

v3.14.10

Compare Source

Patch Changes

v3.14.9

Compare Source

Patch Changes

v3.14.8

Compare Source

Patch Changes
jsdom/jsdom (jsdom)

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
evilmartians/lefthook (lefthook)

v1.11.10

Compare Source

v1.11.9

Compare Source

lucide-icons/lucide (lucide-react)

v0.488.0: Version 0.488.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.487.0...0.488.0

vercel/next.js (next)

v15.3.1

Compare Source

v15.3.0

Compare Source

storybookjs/solidjs (storybook-solidjs)

v1.0.0-beta.7

Compare Source

What's Changed

New Contributors

Full Changelog: storybookjs/solidjs@v1.0.0-beta.6...v1.0.0-beta.7

sveltejs/svelte (svelte)

v5.27.3

Compare Source

Patch Changes
  • fix: use function declaration for snippets in server output to avoid TDZ violation (#​15789)

v5.27.2

Compare Source

Patch Changes
  • chore: use pkg.imports for common modules (#​15787)

v5.27.1

Compare Source

Patch Changes
  • chore: default params for html blocks (#​15778)

  • fix: correct suggested type for custom events without detail (#​15763)

  • fix: Throw on unrendered snippets in dev (#​15766)

  • fix: avoid unnecessary read version increments (#​15777)

v5.27.0

Compare Source

Minor Changes
  • feat: partially evaluate certain expressions (#​15494)
Patch Changes
  • fix: relax :global selector list validation (#​15762)

v5.26.3

Compare Source

Patch Changes
  • fix: correctly validate head snippets on the server (#​15755)

  • fix: ignore mutation validation for props that are not proxies in more cases (#​15759)

  • fix: allow self-closing tags within math namespace (#​15761)

v5.26.2

Compare Source

Patch Changes
  • fix: correctly validate undefined snippet params with default value (#​15750)

v5.26.1

Compare Source

Patch Changes
  • fix: update state_referenced_locally message (#​15733)

v5.26.0

Compare Source

Minor Changes
  • feat: add css.hasGlobal to compile output (#​15450)
Patch Changes
  • fix: add snippet argument validation in dev (#​15521)

v5.25.12

Compare Source

Patch Changes
  • fix: improve internal_set versioning mechanic (#​15724)

  • fix: don't transform reassigned state in labeled statement in $derived (#​15725)

v5.25.11

Compare Source

Patch Changes
  • fix: handle hydration mismatches in await blocks (#​15708)

  • fix: prevent ownership warnings if the fallback of a bindable is used (#​15720)

v5.25.10

Compare Source

Patch Changes
  • fix: set deriveds as CLEAN if they are assigned to (#​15592)

  • fix: better scope :global() with nesting selector & (#​15671)

sveltejs/language-tools (svelte-check)

v4.1.6

Compare Source

  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • fix: add color CLI options
vercel/vercel (vercel)

v41.6.1

Compare Source

Patch Changes

v41.6.0

Compare Source

Minor Changes
  • vercel dev will now automatically refresh the VERCEL_OIDC_TOKEN environment (#​13226)
    variable and restart the development server before it expires.
Patch Changes
vitejs/vite (vite)

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ark-docs ❌ Failed (Inspect) Apr 18, 2025 7:37am

Copy link

pkg-pr-new bot commented Mar 31, 2025

Open in StackBlitz

npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/react@3424
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/solid@3424
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/svelte@3424
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/vue@3424

commit: 95b9458

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88b71d5 to 7874d79 Compare March 31, 2025 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7874d79 to 5dd6dfa Compare March 31, 2025 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5dd6dfa to 20835ed Compare March 31, 2025 18:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20835ed to 78f853a Compare March 31, 2025 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78f853a to 95b9458 Compare April 1, 2025 03:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 1, 2025
@renovate renovate bot closed this Apr 1, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 1, 2025 10:57
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 7, 2025
@renovate renovate bot reopened this Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 95b9458 to b4200d0 Compare April 7, 2025 05:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4200d0 to c900acc Compare April 7, 2025 11:35
Copy link

changeset-bot bot commented Apr 7, 2025

⚠️ No Changeset found

Latest commit: 199bc1b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 590766e to 859d9e7 Compare April 15, 2025 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 859d9e7 to 09a2e03 Compare April 16, 2025 05:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09a2e03 to 625deae Compare April 16, 2025 06:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 625deae to 8ff6090 Compare April 16, 2025 12:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ff6090 to 3239a38 Compare April 16, 2025 18:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3239a38 to 919a548 Compare April 16, 2025 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 919a548 to 25e7cff Compare April 17, 2025 02:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25e7cff to 018b322 Compare April 17, 2025 07:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 018b322 to 061f915 Compare April 17, 2025 15:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 061f915 to 9101f6f Compare April 17, 2025 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9101f6f to ecc2908 Compare April 17, 2025 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecc2908 to a2c4e08 Compare April 18, 2025 03:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2c4e08 to 660a9b6 Compare April 18, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant