Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

chore(deps): update bun#253

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bun
Open

chore(deps): update bun#253
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bun

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^2.17.2 -> ^2.18.0 age adoption passing confidence
@tailwindcss/vite (source) ^4.0.8 -> ^4.0.9 age adoption passing confidence
bits-ui ^1.3.2 -> ^1.3.5 age adoption passing confidence
eslint-config-prettier ^10.0.1 -> ^10.0.2 age adoption passing confidence
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence
svelte (source) ^5.20.2 -> ^5.22.2 age adoption passing confidence
svelte-meta-tags (source) ^4.1.0 -> ^4.2.0 age adoption passing confidence
tailwindcss (source) ^4.0.8 -> ^4.0.9 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
typescript-eslint (source) ^8.24.1 -> ^8.26.0 age adoption passing confidence
vite (source) ^6.1.1 -> ^6.2.0 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.18.0

Compare Source

Minor Changes
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)

v2.17.3

Compare Source

Patch Changes
  • fix: avoid simulated CORS errors with non-HTTP URLs (#​13493)

  • fix: correctly preload links on mousedown/touchstart (#​13486)

  • fix: load CSS when using server-side route resolution (#​13498)

  • fix: correctly find shared entry-point CSS files during inlining (#​13431)

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.0.9

Compare Source

Fixed
  • Make JS APIs available to plugins and configs in the Standalone CLI (#​15934)
  • Vite: Don't crash when importing a virtual module from JavaScript that ends in .css (#​16780)
  • Fix an issue where @reference "…" would sometimes omit keyframe animations (#​16774)
  • Ensure z-*! utilities are properly marked as !important (#​16795)
  • Read UTF-8 CSS files that start with a byte-order mark (BOM) (#​16800)
  • Ensure nested functions in selectors used with JavaScript plugins are not truncated (#​16802)
Changed
  • Emit variable fallbacks when using @reference "…" instead of duplicate CSS variable declarations (#​16774)
huntabyte/bits-ui (bits-ui)

v1.3.5

Compare Source

Patch Changes
  • fix: Checkboxes within a group not reflecting correct checked state during SSR (#​1254)

v1.3.4

Compare Source

Patch Changes
  • fix: ensure all hidden inputs are not in the tab order (#​1245)

v1.3.3

Compare Source

Patch Changes
  • fix: Switch hidden input receiving focus (#​1243)
prettier/eslint-config-prettier (eslint-config-prettier)

v10.0.2

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.5.3

Compare Source

sveltejs/svelte (svelte)

v5.22.2

Compare Source

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

v5.22.1

Compare Source

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

v5.22.0

Compare Source

Minor Changes
  • feat: Add idPrefix option to render (#​15428)
Patch Changes
  • fix: make dialog element and role interactive (#​15429)

v5.21.0

Compare Source

Minor Changes
  • chore: Reduce hydration comment for {:else if} (#​15250)
Patch Changes
  • fix: disallow bind:group to snippet parameters (#​15401)

v5.20.5

Compare Source

Patch Changes
  • fix: allow double hyphen css selector names (#​15384)

  • fix: class:directive not working with $restProps #​15386 (#​15389)
    fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#​15369)

  • fix: allow for duplicate var declarations (#​15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#​15396)

v5.20.4

Compare Source

Patch Changes
  • fix: update types and inline docs for flushSync (#​15348)

v5.20.3

Compare Source

Patch Changes
  • fix: allow @const inside #key (#​15377)

  • fix: remove unnecessary ?? '' on some expressions (#​15287)

  • fix: correctly override class attributes with class directives (#​15352)

oekazuma/svelte-meta-tags (svelte-meta-tags)

v4.2.0

Compare Source

Minor Changes
  • 5778cbb: update schema-dts to v1.1.5

v4.1.1

Compare Source

Patch Changes
  • 7bd5570: Add key to each block for improved rendering
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.25.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v6.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot requested a review from a team as a code owner February 24, 2025 16:00
@renovate renovate bot added bun dependencies Pull requests that update a dependency file labels Feb 24, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.20.4 chore(deps): update bun Feb 24, 2025
@renovate renovate bot force-pushed the renovate/bun branch 12 times, most recently from aa1a8eb to 67781cc Compare March 3, 2025 17:22
@renovate renovate bot force-pushed the renovate/bun branch 3 times, most recently from 92bc514 to e4259fd Compare March 4, 2025 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bun dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants