Skip to content
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

Bump the all-npm-packages group across 1 directory with 18 updates #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the all-npm-packages group with 18 updates in the / directory:

Package From To
@iconify/json 2.2.285 2.2.291
@types/color 3.0.6 4.2.0
bits-ui 0.21.16 0.22.0
lucide-svelte 0.447.0 0.469.0
svelte-persisted-store 0.11.0 0.12.0
type-fest 4.30.2 4.31.0
uuid 10.0.0 11.0.3
@melt-ui/svelte 0.83.0 0.86.2
@sveltejs/adapter-static 3.0.6 3.0.8
@sveltejs/kit 2.12.1 2.15.1
@sveltejs/vite-plugin-svelte 3.1.2 5.0.3
@typescript-eslint/eslint-plugin 8.18.1 8.19.0
@typescript-eslint/parser 8.18.1 8.19.0
@typescript-eslint/typescript-estree 8.18.1 8.19.0
svelte 4.2.19 5.16.0
tailwind-merge 2.5.5 2.6.0
typescript-eslint 8.18.1 8.19.0
vite 5.4.11 6.0.6

Updates @iconify/json from 2.2.285 to 2.2.291

Commits
  • 7d70322 Update 3 icon sets: Arcticons, Simple Icons, VSCode Icons
  • ff5b63f Update 6 icon sets
  • d5c9d82 Create CONTRIBUTING.md
  • e652cbf Update 2 icon sets: Devicon Plain, Devicon
  • 48552aa Update 6 icon sets
  • 2ebc166 Update 3 icon sets: Huge Icons, Lucide, OOUI
  • 775beb7 Update 4 icon sets: Fluent UI System Color Icons, Fluent UI System Icons, Web...
  • See full diff in compare view

Updates @types/color from 3.0.6 to 4.2.0

Commits

Updates bits-ui from 0.21.16 to 0.22.0

Release notes

Sourced from bits-ui's releases.

[email protected]

Minor Changes

  • Resolves peer dependency issues for Svelte 5 projects (#868)
Commits

Updates lucide-svelte from 0.447.0 to 0.469.0

Release notes

Sourced from lucide-svelte's releases.

New icons 0.469.0

Modified Icons 🔨

New icons 0.468.0

New icons 🎨

New icons 0.467.0

New icons 🎨

Modified Icons 🔨

New icons 0.466.0

New icons 🎨

Modified Icons 🔨

New icons 0.465.0

New icons 🎨

Modified Icons 🔨

... (truncated)

Commits

Updates svelte-persisted-store from 0.11.0 to 0.12.0

Release notes

Sourced from svelte-persisted-store's releases.

v0.12.0

0.12.0 (2024-10-31)

Features

Commits
  • 5046b27 feat: support svelte v5
  • 5498fce Merge pull request #280 from joshnuss/dependabot/npm_and_yarn/jsdom-24.1.0
  • 13c990d Merge pull request #279 from joshnuss/dependabot/npm_and_yarn/tsup-8.1.0
  • b8f146f chore: Bump tsup from 8.0.2 to 8.1.0
  • 543d8d4 chore: Bump jsdom from 24.0.0 to 24.1.0
  • c5b2dcf Merge pull request #278 from joshnuss/dependabot/npm_and_yarn/babel/preset-en...
  • 22ce80b Merge pull request #277 from joshnuss/dependabot/npm_and_yarn/svelte-4.2.18
  • 8a2d5a2 chore: Bump @​babel/preset-env from 7.24.5 to 7.24.7
  • 10ffed2 chore: Bump svelte from 4.2.17 to 4.2.18
  • 001e9f8 Merge pull request #282 from joshnuss/export-persisted-type
  • Additional commits viewable in compare view

Updates type-fest from 4.30.2 to 4.31.0

Release notes

Sourced from type-fest's releases.

v4.31.0

  • SetFieldType: Add option to preserve property modifiers (#1017) 59517cb
  • IsEqual: Fix identity issue (#1012) 591700a
  • SetOptional: Fix instantiations with index signatures (#1014) cb269ff
  • SetRequired: Fix instantiations with index signatures (#1014) cb269ff
  • SetReadonly: Fix instantiations with index signatures (#1014) cb269ff

sindresorhus/type-fest@v4.30.2...v4.31.0

Commits

Updates uuid from 10.0.0 to 11.0.3

Release notes

Sourced from uuid's releases.

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

v11.0.2

11.0.2 (2024-10-28)

Bug Fixes

v11.0.1

11.0.1 (2024-10-27)

Bug Fixes

v11.0.0

11.0.0 (2024-10-27)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)
  • This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
  • Remove the minified UMD build from the package.
  • Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
  • Although in practice this is currently a noop since the resulting build does not change, the build will no longer transpiles future changes for Node.js 8.x targets, so semantically this is still a breaking change.
  • Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
  • The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
  • Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
  • Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
  • Remove support for generating v3 and v5 UUIDs in Node.js<4.x
  • Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.

Features

... (truncated)

Changelog

Sourced from uuid's changelog.

11.0.3 (2024-11-04)

Bug Fixes

11.0.2 (2024-10-28)

Bug Fixes

11.0.1 (2024-10-27)

Bug Fixes

11.0.0 (2024-10-26)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)

Features

Bug Fixes

  • missing v7 expectations in browser spec (#751) (f54a866)
  • refactor v1 internal state and options logic (#780) (031b3d3)
  • refactor v7 internal state and options logic, fixes #764 (#779) (9dbd1cd)
  • remove v4 options default assignment preventing native.randomUUID from being used (#786) (afe6232), closes #763
  • seq_hi shift for byte 6 (#775) (1d532ca)
  • tsconfig module type (#778) (7eff835)
Commits

Updates @melt-ui/svelte from 0.83.0 to 0.86.2

Release notes

Sourced from @​melt-ui/svelte's releases.

v0.86.2

Patch Changes

  • close context menu when another one opens (fixes #1290) (0c137be6)

v0.86.1

Patch Changes

  • fix context menu not being anchored (da69d429)

  • fix nested menus only opening once (7cfa1988)

v0.86.0

Minor Changes

  • feat: added support to specify a root element when using listbox elem… (#1279)

v0.85.0

Minor Changes

  • feat: expose active state on slider (#1278)

Patch Changes

  • fix(tags-input): hidden attribute on tags (#1265)

v0.84.0

Minor Changes

  • feat: add a pushState prop to createTableOfContents (#1239)

Patch Changes

  • feat: added support to define own root when using slider. (#1276)
Changelog

Sourced from @​melt-ui/svelte's changelog.

0.86.2

Patch Changes

  • close context menu when another one opens (fixes #1290) (0c137be6)

0.86.1

Patch Changes

  • fix context menu not being anchored (da69d429)

  • fix nested menus only opening once (7cfa1988)

0.86.0

Minor Changes

  • feat: added support to specify a root element when using listbox elem… (#1279)

0.85.0

Minor Changes

  • feat: expose active state on slider (#1278)

Patch Changes

  • fix(tags-input): hidden attribute on tags (#1265)

0.84.0

Minor Changes

  • feat: add a pushState prop to createTableOfContents (#1239)

Patch Changes

  • feat: added support to define own root when using slider. (#1276)
Commits

Updates @sveltejs/adapter-static from 3.0.6 to 3.0.8

Release notes

Sourced from @​sveltejs/adapter-static's releases.

@​sveltejs/adapter-static@​3.0.8

Patch Changes

  • fix: use optional chaining when checking router type (#13218)

@​sveltejs/adapter-static@​3.0.7

Patch Changes

  • fix: allow dynamic routes with missing fallback in hash mode (#13213)
Changelog

Sourced from @​sveltejs/adapter-static's changelog.

3.0.8

Patch Changes

  • fix: use optional chaining when checking router type (#13218)

3.0.7

Patch Changes

  • fix: allow dynamic routes with missing fallback in hash mode (#13213)
Commits

Updates @sveltejs/kit from 2.12.1 to 2.15.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.15.1

Patch Changes

  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#13232)

  • fix: silence dev/prod warning during sync (#13244)

@​sveltejs/kit@​2.15.0

Minor Changes

  • feat: add bundleStrategy: 'inline' option (#13193)

@​sveltejs/kit@​2.14.1

Patch Changes

  • fix: do not mutate URL during reroute logic (#13222)

@​sveltejs/kit@​2.14.0

Minor Changes

  • feat: add hash-based routing option (#13191)

Patch Changes

  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#13196)

@​sveltejs/kit@​2.13.0

Minor Changes

  • feat: add bundleStrategy: 'split' | 'single' option (#13173)

@​sveltejs/kit@​2.12.2

Patch Changes

  • fix: correctly resolve no hooks file when a similarly named directory exists (#13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#13192)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.15.1

Patch Changes

  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#13232)

  • fix: silence dev/prod warning during sync (#13244)

2.15.0

Minor Changes

  • feat: add bundleStrategy: 'inline' option (#13193)

2.14.1

Patch Changes

  • fix: do not mutate URL during reroute logic (#13222)

2.14.0

Minor Changes

  • feat: add hash-based routing option (#13191)

Patch Changes

  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#13196)

2.13.0

Minor Changes

  • feat: add bundleStrategy: 'split' | 'single' option (#13173)

2.12.2

Patch Changes

  • fix: correctly resolve no hooks file when a similarly named directory exists (#13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#13192)

Commits

Updates @sveltejs/vite-plugin-svelte from 3.1.2 to 5.0.3

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​5.0.3

Patch Changes

  • fix errorhandling to work with errors that don't have a code property (#1054)

@​sveltejs/vite-plugin-svelte@​5.0.2

Patch Changes

  • adapt internal handling of warning and error code property to changes in svelte5 (#1044)

@​sveltejs/vite-plugin-svelte@​5.0.1

Patch Changes

  • Fix peer dependencies warning (#1038)

@​sveltejs/vite-plugin-svelte@​5.0.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • remove vite6 beta from peer range (#1035)

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [4fefbc2, e262266]:

    • @​sveltejs/vite-plugin-svelte-inspector@​4.0.0

@​sveltejs/vite-plugin-svelte@​5.0.0-next.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

... (truncated)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

5.0.3

Patch Changes

  • fix errorhandling to work with errors that don't have a code property (#1054)

5.0.2

Patch Changes

  • adapt internal handling of warning and error code property to changes in svelte5 (#1044)

5.0.1

Patch Changes

  • Fix peer dependencies warning (#1038)

5.0.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • remove vite6 beta from peer range (#1035)

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [4fefbc2, e262266]:

    • @​sveltejs/vite-plugin-svelte-inspector@​4.0.0

5.0.0-next.0

Major Changes

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.18.1 to 8.19.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.19.0

8.19.0 (2024-12-30)

🚀 Features

  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)

🩹 Fixes

  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
  • eslint-plugin: [member-ordering] ignore method overloading (#10536)

❤️ Thank You

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

v8.18.2

8.18.2 (2024-12-23)

🩹 Fixes

  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
  • typescript-eslint: export types so that declarations can be named for dts files (#10513)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.19.0 (2024-12-30)

🚀 Features

  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)

🩹 Fixes

  • eslint-plugin: [member-ordering] ignore method overloading (#10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)

❤️ Thank You

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

8.18.2 (2024-12-23)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)

❤️ Thank You

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

Commits
  • e19f30f chore(release): publish 8.19.0
  • 9746832 fix(eslint-plugin): [member-ordering] ignore method overloading (#10536)
  • 7eba36e fix(eslint-plugin): [consistent-indexed-object-style] don't report on indirec...
  • 3097930 fix(eslint-plugin): [array-type] autofix with conditional types needs parenth...
  • 2e2731d fix(eslint-plugin): add getConstraintInfo to handle generic constraints bette...
  • 07d0e0d feat(eslint-plugin): [strict-boolean-expressions] check array predicate funct...
  • 157b781 chore(release): publish 8.18.2
  • 83c3bbf fix(eslint-plugin): [no-unnecessary-condition] handle noUncheckedIndexedAcces...
  • c6a387f fix(eslint-plugin): [consistent-type-assertions] allow default assertionStyle...

Bumps the all-npm-packages group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.285` | `2.2.291` |
| [@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color) | `3.0.6` | `4.2.0` |
| [bits-ui](https://github.com/huntabyte/bits-ui) | `0.21.16` | `0.22.0` |
| [lucide-svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-svelte) | `0.447.0` | `0.469.0` |
| [svelte-persisted-store](https://github.com/joshnuss/svelte-persisted-store) | `0.11.0` | `0.12.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.30.2` | `4.31.0` |
| [uuid](https://github.com/uuidjs/uuid) | `10.0.0` | `11.0.3` |
| [@melt-ui/svelte](https://github.com/melt-ui/melt-ui) | `0.83.0` | `0.86.2` |
| [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) | `3.0.6` | `3.0.8` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.12.1` | `2.15.1` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `5.0.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.18.1` | `8.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.1` | `8.19.0` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.18.1` | `8.19.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.16.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.5` | `2.6.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.1` | `8.19.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.11` | `6.0.6` |



Updates `@iconify/json` from 2.2.285 to 2.2.291
- [Commits](iconify/icon-sets@2.2.285...2.2.291)

Updates `@types/color` from 3.0.6 to 4.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/color)

Updates `bits-ui` from 0.21.16 to 0.22.0
- [Release notes](https://github.com/huntabyte/bits-ui/releases)
- [Commits](https://github.com/huntabyte/bits-ui/compare/[email protected]@0.22.0)

Updates `lucide-svelte` from 0.447.0 to 0.469.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.469.0/packages/lucide-svelte)

Updates `svelte-persisted-store` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/joshnuss/svelte-persisted-store/releases)
- [Changelog](https://github.com/joshnuss/svelte-persisted-store/blob/master/CHANGELOG.md)
- [Commits](joshnuss/svelte-persisted-store@v0.11.0...v0.12.0)

Updates `type-fest` from 4.30.2 to 4.31.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.30.2...v4.31.0)

Updates `uuid` from 10.0.0 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v11.0.3)

Updates `@melt-ui/svelte` from 0.83.0 to 0.86.2
- [Release notes](https://github.com/melt-ui/melt-ui/releases)
- [Changelog](https://github.com/melt-ui/melt-ui/blob/develop/CHANGELOG.md)
- [Commits](melt-ui/melt-ui@v0.83.0...v0.86.2)

Updates `@sveltejs/adapter-static` from 3.0.6 to 3.0.8
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-static)

Updates `@sveltejs/kit` from 2.12.1 to 2.15.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 3.1.2 to 5.0.3
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte)

Updates `@typescript-eslint/eslint-plugin` from 8.18.1 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.18.1 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/parser)

Updates `@typescript-eslint/typescript-estree` from 8.18.1 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-estree)

Updates `svelte` from 4.2.19 to 5.16.0
- [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/[email protected]/packages/svelte)

Updates `tailwind-merge` from 2.5.5 to 2.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.5...v2.6.0)

Updates `typescript-eslint` from 8.18.1 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint)

Updates `vite` from 5.4.11 to 6.0.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.6/packages/vite)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: "@types/color"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: bits-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: lucide-svelte
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: svelte-persisted-store
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: type-fest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: "@melt-ui/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@sveltejs/adapter-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: tailwind-merge
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant