Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@shikijs/langs (source) ^1.25.1 -> ^1.29.2 age adoption passing confidence
@shikijs/rehype (source) ^1.25.1 -> ^1.29.2 age adoption passing confidence
@shikijs/themes (source) ^1.25.1 -> ^1.29.2 age adoption passing confidence
@sveltejs/adapter-vercel (source) ^5.5.2 -> ^5.6.1 age adoption passing confidence
@sveltejs/kit (source) ^2.15.1 -> ^2.17.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.0 -> ^4.0.4 age adoption passing confidence
@tailwindcss/typography ^0.5.15 -> ^0.5.16 age adoption passing confidence
bits-ui 1.0.0-next.74 -> 1.0.0-next.88 age adoption passing confidence
eslint (source) ^9.17.0 -> ^9.20.0 age adoption passing confidence
lucide-svelte (source) ^0.469.0 -> ^0.475.0 age adoption passing confidence
mode-watcher (source) ^0.5.0 -> ^0.5.1 age adoption passing confidence
octokit ^4.0.3 -> ^4.1.1 age adoption passing confidence
pnpm (source) 9.15.2 -> 9.15.5 age adoption passing confidence
postcss (source) ^8.4.49 -> ^8.5.1 age adoption passing confidence
prettier-plugin-svelte ^3.3.2 -> ^3.3.3 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.9 -> ^0.6.11 age adoption passing confidence
semver ^7.6.3 -> ^7.7.1 age adoption passing confidence
shiki (source) ^1.25.1 -> ^1.29.2 age adoption passing confidence
svelte (source) ^5.1.3 -> ^5.19.9 age adoption passing confidence
svelte-check ^4.1.1 -> ^4.1.4 age adoption passing confidence
svelte-exmarkdown (source) ^4.0.1 -> ^4.0.2 age adoption passing confidence
svelte-meta-tags (source) ^4.0.4 -> ^4.1.0 age adoption passing confidence
tailwind-variants ^0.3.0 -> ^0.3.1 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence
typescript-eslint (source) ^8.19.0 -> ^8.23.0 age adoption passing confidence
vite (source) ^5.4.11 -> ^5.4.14 age adoption passing confidence
vite-plugin-lucide-preprocess ^1.2.3 -> ^1.2.4 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.4

Compare Source

Patch Changes
  • fix errorhandling to work with errors that don't have a code property (1a91581)

v4.0.3

Compare Source

Patch Changes
  • adapt internal handling of warning and error code property to changes in svelte5 (#​1046)

v4.0.2

Compare Source

Patch Changes
  • Allow script tags to span multiple lines (5309d7b)

v4.0.1

Compare Source

Patch Changes
  • removed references to compiler options no longer available in svelte5 (#​1010)
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
huntabyte/bits-ui (bits-ui)

v1.0.0-next.88

Compare Source

Patch Changes
  • fix: allow tabbing out of menus to previous and next tabbable item in the dom (#​1111)

v1.0.0-next.87

Compare Source

Patch Changes
  • fix: click events firing on elements behind the content when selecting Combobox.Item (#​1109)

v1.0.0-next.86

Compare Source

Patch Changes
  • fix: Pin Input allowing paste on non-matching (#​1101)

v1.0.0-next.85

Compare Source

Patch Changes
  • fix: Pin Input paste behavior (#​1096)

v1.0.0-next.84

Compare Source

Patch Changes
  • fix: RangeCalendar allow selecting maxValue as complete range (#​1091)

  • fix: Dialog/Popover clientX/Y detection to prevent password managers and other injected elements from closing the dialog when pressed (#​1089)

v1.0.0-next.83

Compare Source

Patch Changes

v1.0.0-next.82

Compare Source

Patch Changes
  • fix issue with default open and disabled Portal (#​1080)

v1.0.0-next.81

Compare Source

Patch Changes
  • update runed to support Astro builds (#​1078)

v1.0.0-next.80

Compare Source

Patch Changes
  • fix: clean up event listeners for menus (#​1071)

  • fix(RangeCalendar): allow value to be cleared (#​1075)

v1.0.0-next.79

Compare Source

Patch Changes

v1.0.0-next.78

Compare Source

Patch Changes
  • Allow <Button/> with href to be disabled. (#​1055)

  • BREAKING: Select - change default value of allowDeselect to false to align with native HTML <select> (#​1049)

  • fix: ensure disabled is passed through to Dialog.Trigger and Dialog.Close (#​1057)

v1.0.0-next.77

Compare Source

Patch Changes

v1.0.0-next.76

Compare Source

Patch Changes
  • breaking: Slider.Root now requires a type prop to specify whether the slider should be a "single" or "multiple" slider, which determines whether the value and change function arguments should be of type number or number[] (#​1032)

  • fix: Popover trigger close detection (#​1030)

  • Dialog/Alert Dialog: change Dialog.Close and AlertDialog.Cancel events from pointerdown to click (#​1028)

v1.0.0-next.75

Compare Source

Patch Changes
  • fix: expose updatePositionStrategy prop for tooltip content (#​1026)

  • cleanup internals, update Svelte (#​1024)

eslint/eslint (eslint)

v9.20.0

Compare Source

lucide-icons/lucide (lucide-svelte)

v0.475.0: New icons 0.475.0

Compare Source

New icons 🎨

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

Compare Source

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨

Modified Icons 🔨

svecosystem/mode-watcher (mode-watcher)

v0.5.1

Compare Source

Patch Changes
  • silence hydration mismatch warning (#​108)
pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.3.3

Compare Source

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.11

Compare Source

  • Support TypeScript configs and plugins when using v4 (#​342)

v0.6.10

Compare Source

  • Add support for @zackad/prettier-plugin-twig (#​327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#​327)
  • Update Prettier options types (#​325)
  • Don't remove whitespace inside template literals in Svelte (#​332)
npm/node-semver (semver)

v7.7.1

Compare Source

Bug Fixes

v7.7.0

Compare Source

Features
Bug Fixes
Documentation
Chores
sveltejs/svelte (svelte)

v5.19.9

Compare Source

Patch Changes
  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#​15232)

  • fix: hydrate href that is part of spread attributes (#​15226)

v5.19.8

Compare Source

Patch Changes
  • fix: properly set value property of custom elements (#​15206)

  • fix: ensure custom element updates don't run in hydration mode (#​15217)

  • fix: ensure tracking returns true, even if in unowned (#​15214)

v5.19.7

Compare Source

Patch Changes
  • chore: remove unused code from signal logic (#​15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#​15165)

v5.19.6

Compare Source

Patch Changes
  • fix: do not prune selectors like :global(.foo):has(.scoped) (#​15140)

  • fix: don't error on slot prop inside block inside other component (#​15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#​15158)

  • fix: silence a11y attribute warnings when spre


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 Nov 28, 2024

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 Feb 7, 2025 11:26pm

@renovate renovate bot changed the title Update npm to ^1.24.0 Update npm Nov 28, 2024
@WarningImHack3r WarningImHack3r merged commit f4ba3e1 into main Feb 7, 2025
4 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