Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lucide/svelte (source) ^0.479.0 -> ^0.483.0 age adoption passing confidence
@neoconfetti/svelte (source) ^2.2.1 -> ^2.2.2 age adoption passing confidence
@shikijs/langs (source) ^3.1.0 -> ^3.2.1 age adoption passing confidence
@shikijs/rehype (source) ^3.1.0 -> ^3.2.1 age adoption passing confidence
@shikijs/themes (source) ^3.1.0 -> ^3.2.1 age adoption passing confidence
@sveltejs/kit (source) ^2.19.0 -> ^2.20.1 age adoption passing confidence
@tailwindcss/vite (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence
bits-ui ^1.3.6 -> ^1.3.13 age adoption passing confidence
eslint-plugin-svelte (source) ^3.0.3 -> ^3.3.2 age adoption passing confidence
pnpm (source) 10.6.1 -> 10.6.4 age adoption passing confidence
shiki (source) ^3.1.0 -> ^3.2.1 age adoption passing confidence
svelte (source) ^5.22.6 -> ^5.23.2 age adoption passing confidence
tailwindcss (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence
typescript-eslint (source) ^8.26.0 -> ^8.26.1 age adoption passing confidence
vite (source) ^6.2.1 -> ^6.2.2 age adoption passing confidence

Release Notes

lucide-icons/lucide (@​lucide/svelte)

v0.483.0: Version 0.483.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.482.0...0.483.0

v0.482.0: Version 0.482.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.481.0...0.482.0

v0.481.0: Version 0.481.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.480.0...0.481.0

v0.480.0: Version 0.480.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.479.0...0.480.0

puruvj/neoconfetti (@​neoconfetti/svelte)

v2.2.2

Compare Source

Patch Changes
  • bbc8ff4: Add svelte peerDependency
shikijs/shiki (@​shikijs/langs)

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

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

v2.20.1

Compare Source

Patch Changes
  • fix: avoid using top-level await (#​13607)

v2.20.0

Compare Source

Minor Changes
  • feat: add getRequestEvent to $app/server (#​13582)

v2.19.2

Compare Source

Patch Changes
  • fix: lazily load CSS for dynamically imported components (#​13564)

v2.19.1

Compare Source

Patch Changes
  • fix: allow reroute to point to prerendered route (#​13575)
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.0.14

Compare Source

Fixed
  • Do not extract candidates with JS string interpolation ${ (#​17142)
  • Fix extraction of variants containing . character (#​17153)
  • Fix extracting candidates in Clojure/ClojureScript (#​17087)

v4.0.13

Compare Source

Fixed
  • Fix Haml pre-processing (#​17051)
  • Ensure .node and .wasm files are not scanned for utilities (#​17123)
  • Improve performance when scanning JSON files (#​17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#​17094, #​17085, #​17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#​17129)
huntabyte/bits-ui (bits-ui)

v1.3.13

Compare Source

Patch Changes
  • fix(Context Menu): forward trapFocus prop (#​1303)

v1.3.12

Compare Source

Patch Changes
  • fix(Radio Group): ensure currently selected value receives focus when entering radio group via tab (#​1296)

  • fix(Command): ensure original order is properly restored when search is cleared (#​1293)

v1.3.11

Compare Source

Patch Changes
  • fix(Command): ensure correct aria-activedescendant is applied to Command.Input (#​1288)

  • improve(Combobox): add aria-multiselectable attribute to the content when type is multiple (#​1288)

  • fix(AlertDialog): ensure AlertDialog.Content receives focus first on open to read alert title/description to screen readers (#​1288)

  • fix(Context Menu): ensure onOpenAutoFocus prop is exposed and forwarded (#​1291)

  • improve(Select): add aria-multiselectable attribute to the content when type is multiple (#​1288)

v1.3.10

Compare Source

Patch Changes
  • fix: accessibility issues on Select.Trigger (#​1285)

v1.3.9

Compare Source

Patch Changes
  • fix: expose customAnchor type for Tooltip.Content props (#​1280)

v1.3.8

Compare Source

Patch Changes
  • fix: menubar focus restore on escape (#​1277)

v1.3.7

Compare Source

Patch Changes
  • fix: multiple submenus in the same menu being open at the same time if too close (#​1275)

  • chore: cleanup MenubarContent internals (#​1271)

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.3.2

Compare Source

Patch Changes

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • #​1132 30c1e5f Thanks @​baseballyama! - feat: add ignorePropertyPatterns property and rename ignorePatterns to ignoreTypePatterns in no-unused-props rule. The ignorePatterns option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.0

Compare Source

Minor Changes
Patch Changes
pnpm/pnpm (pnpm)

v10.6.4: pnpm 10.6.4

Compare Source

Patch Changes

  • Fix pnpm dlx with --allow-build flag #​9263.
  • Invalid Node.js version in use-node-version should not cause pnpm itself to break #​9276.
  • The max amount of workers running for linking packages from the store has been reduced to 4 to achieve optimal results #​9286. The workers are performing many file system operations, so increasing the number of CPUs doesn't help performance after some point.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v10.6.3

Compare Source

Patch Changes
  • pnpm install --prod=false should not crash, when executed in a project with a pnpm-workspace.yaml file #​9233. This fixes regression introduced via #​9211.

  • Add the missing node-options config to recursive run #​9180.

  • Removed a branching code path that only executed when dedupe-peer-dependents=false. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that override dedupe-peer-dependents to false. There should be less unique bugs from turning off dedupe-peer-dependents.

    See details in #​9259.

v10.6.2

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.
sveltejs/svelte (svelte)

v5.23.2

Compare Source

Patch Changes
  • fix: don't hoist listeners that access non hoistable snippets (#​15534)

v5.23.1

Compare Source

Patch Changes
  • fix: invalidate parent effects when child effects update parent dependencies (#​15506)

  • fix: correctly match :has() selector during css pruning (#​15277)

  • fix: replace undefined with void 0 to avoid edge case (#​15511)

  • fix: allow global-like pseudo-selectors refinement (#​15313)

  • chore: don't distribute unused types definitions (#​15473)

  • fix: add files and group to HTMLInputAttributes in elements.d.ts (#​15492)

  • fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg (#​15516)

v5.23.0

Compare Source

Minor Changes
  • fix: make values consistent between effects and their cleanup functions (#​15469)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.1

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.2

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.

@vercel
Copy link

vercel bot commented Feb 8, 2025

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

Name Status Preview Comments Updated (UTC)
svelte-changelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2025 6:21pm

@renovate renovate bot changed the title Update dependency bits-ui to v1.0.0-next.90 Update npm Feb 8, 2025
@renovate renovate bot changed the title Update npm Update npm - autoclosed Feb 8, 2025
@renovate renovate bot closed this Feb 8, 2025
@renovate renovate bot deleted the renovate/npm branch February 8, 2025 21:58
@renovate renovate bot changed the title Update npm - autoclosed Update npm Feb 9, 2025
@renovate renovate bot reopened this Feb 9, 2025
@renovate renovate bot changed the title Update npm Update dependency prettier to ^3.5.0 Feb 9, 2025
@renovate renovate bot changed the title Update dependency prettier to ^3.5.0 Update npm Feb 10, 2025
@WarningImHack3r WarningImHack3r merged commit c0f3d21 into main Mar 18, 2025
5 checks passed
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.

2 participants