Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the npm-dependencies group with 20 updates in the / directory:

Package From To
@directus/sdk 17.0.1 19.0.1
@fontsource/overpass 5.1.0 5.1.2
@fontsource/rubik 5.1.0 5.1.1
@prgm/sveltekit-progress-bar 2.0.0 3.0.2
@sveltejs/adapter-cloudflare 4.7.4 5.0.3
@sveltejs/kit 2.8.5 2.17.2
@sveltejs/vite-plugin-svelte 3.1.2 5.0.3
@tiptap/extension-link 2.10.4 2.11.5
@tiptap/html 2.7.2 2.11.5
@tiptap/starter-kit 2.7.2 2.11.5
@unpic/svelte 0.0.53 1.0.0
daisyui 4.12.10 4.12.23
date-fns-tz 3.1.3 3.2.0
entities 5.0.0 6.0.0
eslint 9.11.1 9.21.0
eslint-plugin-svelte 2.44.0 2.46.1
postcss 8.4.47 8.5.3
svelte 4.2.19 5.20.4
tailwindcss 3.4.13 4.0.8
vite 5.4.7 6.1.1

Updates @directus/sdk from 17.0.1 to 19.0.1

Commits

Updates @fontsource/overpass from 5.1.0 to 5.1.2

Commits

Updates @fontsource/rubik from 5.1.0 to 5.1.1

Commits

Updates @prgm/sveltekit-progress-bar from 2.0.0 to 3.0.2

Release notes

Sourced from @​prgm/sveltekit-progress-bar's releases.

v3.0.2

What's Changed

Fix an issue where redirects broke completion (prgm-dev/sveltekit-progress-bar#7)

Full Changelog: prgm-dev/sveltekit-progress-bar@v3.0.1...v3.0.2

v3.0.1

What's Changed

Full Changelog: prgm-dev/sveltekit-progress-bar@v3.0.0...v3.0.1

v3.0.1-next.1

Full Changelog: prgm-dev/sveltekit-progress-bar@v3.0.0...v3.0.1-next.1

v3.0.0

What's Changed

Full Changelog: prgm-dev/sveltekit-progress-bar@v2.0.0...v3.0.0

v3.0.0-next.2

Full Changelog: prgm-dev/sveltekit-progress-bar@v3.0.0-next.1...v3.0.0-next.2

v3.0.0-next.1

This release upgrades to Svelte 5 and bumps the minimum Node version to v20.5.0.

Full Changelog: prgm-dev/sveltekit-progress-bar@v2.0.0...v3.0.0-next.1

Commits

Updates @sveltejs/adapter-cloudflare from 4.7.4 to 5.0.3

Release notes

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

@​sveltejs/adapter-cloudflare@​5.0.3

Patch Changes

@​sveltejs/adapter-cloudflare@​5.0.2

Patch Changes

@​sveltejs/adapter-cloudflare@​5.0.1

Patch Changes

@​sveltejs/adapter-cloudflare@​5.0.0

Major Changes

  • feat: remove esbuild step (#13132)

Patch Changes

@​sveltejs/adapter-cloudflare@​4.9.0

Minor Changes

  • feat: generate .assetsignore file for use with Cloudflare Workers Static Assets (#13109)

Patch Changes

@​sveltejs/adapter-cloudflare@​4.8.0

Minor Changes

  • chore: upgrade esbuild to 0.24.0 (#12270)

Patch Changes

... (truncated)

Changelog

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

5.0.3

Patch Changes

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • feat: remove esbuild step (#13132)

Patch Changes

4.9.0

Minor Changes

  • feat: generate .assetsignore file for use with Cloudflare Workers Static Assets (#13109)

Patch Changes

... (truncated)

Commits

Updates @sveltejs/kit from 2.8.5 to 2.17.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.17.2

Patch Changes

  • fix: add promise return type to the enhance action callback (#13420)

  • fix: change server-side route resolution endpoint (#13461)

@​sveltejs/kit@​2.17.1

Patch Changes

  • fix: make route resolution imports root-relative if paths.relative option is false (#13412)

@​sveltejs/kit@​2.17.0

Minor Changes

  • feat: validate values for cache-control and content-type headers in dev mode (#13114)

  • feat: support server-side route resolution (#13379)

Patch Changes

  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#13397)

  • fix: skip hooks for server fetch to prerendered routes (#13377)

  • fix: ignore non-entry-point CSS files during inlining (#13395)

  • fix: default server fetch to use prerendered paths (#13377)

@​sveltejs/kit@​2.16.1

Patch Changes

  • fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#13354)

  • fix: correctly handle relative anchors when using the hash router (#13356)

@​sveltejs/kit@​2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.17.2

Patch Changes

  • fix: add promise return type to the enhance action callback (#13420)

  • fix: change server-side route resolution endpoint (#13461)

2.17.1

Patch Changes

  • fix: make route resolution imports root-relative if paths.relative option is false (#13412)

2.17.0

Minor Changes

  • feat: validate values for cache-control and content-type headers in dev mode (#13114)

  • feat: support server-side route resolution (#13379)

Patch Changes

  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#13397)

  • fix: skip hooks for server fetch to prerendered routes (#13377)

  • fix: ignore non-entry-point CSS files during inlining (#13395)

  • fix: default server fetch to use prerendered paths (#13377)

2.16.1

Patch Changes

  • fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#13354)

  • fix: correctly handle relative anchors when using the hash router (#13356)

... (truncated)

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 @tiptap/extension-link from 2.10.4 to 2.11.5

Release notes

Sourced from @​tiptap/extension-link's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

v2.11.3

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.1...v2.11.3

v2.11.1

What's Changed

... (truncated)

Changelog

Sourced from @​tiptap/extension-link's changelog.

2.11.5

2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

2.11.3

2.11.2

2.11.1

2.11.0

Patch Changes

  • 2acf260: fixes #5679 - perform string sanitization to remove unwanted "object replacement characters" from the before performing link detection
Commits
  • 3e59097 chore(release): publish a new release version (#6075)
  • 4ec400c chore(release): publish a new release version (#6070)
  • 5836f76 Merge pull request #6068 from ueberdosis/fix/link-regex
  • 0b927e0 fix(extension-link): update regex to allow numbers in URI
  • 4d9cc05 chore(release): publish version v2.11.3 (#6035)
  • 75258f3 chore(release): version 2.11.2 (#6013)
  • 9a6fde0 chore(release): publish a new pre-release version (#5983)
  • 0e91b1c fix(extension-link): fixes #5994 where link cannot be pasted in some scenario...
  • 483f743 chore(release): publish version 2.11.0 (#5836)
  • c791254 Merge branch 'main' into develop
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tiptap-bot, a new releaser for @​tiptap/extension-link since your current version.


Updates @tiptap/html from 2.7.2 to 2.11.5

Changelog

Sourced from @​tiptap/html's changelog.

2.11.5

2.11.4

2.11.3

2.11.2

2.11.1

2.11.0

2.10.4

2.10.3

2.10.2

2.10.1

2.10.0

2.9.1

2.9.0

2.8.0

Minor Changes

  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

2.7.4

2.7.3

Commits
Maintainer changes

This version was pushed to npm by tiptap-bot, a new releaser for @​tiptap/html since your current version.


Updates @tiptap/starter-kit from 2.7.2 to 2.11.5

Changelog

Sourced from @​tiptap/starter-kit's changelog.

2.11.5

Patch Changes

  • Updated dependencies [98fffbb]
    • @​tiptap/pm@​2.11.5
    • @​tiptap/core@​2.11.5
    • @​tiptap/extension-blockquote@​2.11.5
    • @​tiptap/extension-bold@​2.11.5
    • @​tiptap/extension-bullet-list@​2.11.5
    • @​tiptap/extension-code@​2.11.5
    • @​tiptap/extension-code-block@​2.11.5
    • @​tiptap/extension-document@​2.11.5
    • @​tiptap/extension-dropcursor@​2.11.5
    • @​tiptap/extension-gapcursor@​2.11.5
    • @​tiptap/extension-hard-break@​2.11.5
    • @​tiptap/extension-heading@​2.11.5
    • @​tiptap/extension-history@​2.11.5
    • @​tiptap/extension-horizontal-rule@​2.11.5
    • @​tiptap/extension-italic@​2.11.5
    • @​tiptap/extension-list-item@​2.11.5
    • @​tiptap/extension-ordered-list@​2.11.5
    • @​tiptap/extension-paragraph@​2.11.5
    • @​tiptap/extension-strike@​2.11.5
    • @​tiptap/extension-text@​2.11.5
    • @​tiptap/extension-text-style@​2.11.5

2.11.4

Patch Changes

  • @​tiptap/core@​2.11.4
  • @​tiptap/extension-blockquote@​2.11.4
  • @​tiptap/extension-bold@​2.11.4
  • @​tiptap/extension-bullet-list@​2.11.4
  • @​tiptap/extension-code@​2.11.4
  • @​tiptap/extension-code-block@​2.11.4
  • @​tiptap/extension-document@​2.11.4
  • @​tiptap/extension-dropcursor@​2.11.4
  • @​tiptap/extension-gapcursor@​2.11.4
  • @​tiptap/extension-hard-break@​2.11.4
  • @​tiptap/extension-heading@​2.11.4
  • @​tiptap/extension-history@​2.11.4
  • @​tiptap/extension-horizontal-rule@​2.11.4
  • @​tiptap/extension-italic@​2.11.4
  • @​tiptap/extension-list-item@​2.11.4
  • @​tiptap/extension-ordered-list@​2.11.4
  • @​tiptap/extension-paragraph@​2.11.4
  • @​tiptap/extension-strike@​2.11.4
  • @​tiptap/extension-text@​2.11.4

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by tiptap-bot, a new releaser for @​tiptap/starter-kit since your current version.


Updates @unpic/svelte from 0.0.53 to 1.0.0

Release notes

Sourced from @​unpic/svelte's releases.

@​unpic/svelte@​0.0.58

Patch Changes

  • 2139c6b: Adds default export
Changelog

Sourced from @​unpic/svelte's changelog.

1.0.0

Major Changes

  • cd0fe95: Welcome to version 1.0.0 of Unpic! 🎉

    This is a major update, with changes to the API of all frameworks. This will not affect you if you are just using the components with default options, but if you are passing custom transformers or specifying the CDN then you will need to update your code.

    Breaking changes

    • The cdnOptions property has been removed. Use the new options property instead.
    • The transformer property has been removed from the default Image component. Import the base component and specify the transformer there instead. The type signature for the transformer has also changed. See the unpic library documentation for more information.
    • The cdn property has been removed. Either use the new fallback property or import the base component and pass a single provider to it.

    Changes

    Most of the changes are because of a new approach to handling individual image CDNs and providers in the base Unpic library. This is designed to make Unpic more flexible, efficient and modular. It also introduces support for type-safe custom operations and options for each provider.

    Provider operations

    Supported frameworks: All except webc and lit.

    The new operations property allows you to specify custom operations for each provider. Many image CDNs support dozens of custom operations. Previously these were hard to use with Unpic. The new operations property gives type-safe support for all supported features of each provider. This works even if you have images from multiple providers in the same component, as you can specify options for each provider separately.

    <Image
      src="https://example.com/image.jpg"
      operations={{ imgix: { flip: "h" }, bunny: { flop: true } }}
    />

    The operations are all type-safe, with JSDoc comments and TypeScript definitions for all supported operations. This means you can get autocompletion and type checking for all operations.

    Provider options

    Supported frameworks: All except webc and lit.

... (truncated)

Commits

Updates daisyui from 4.12.10 to 4.12.23

Release notes

Sourced from daisyui's releases.

v4.12.23

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.22

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.21

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.20

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

Description has been truncated

Bumps the npm-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@directus/sdk](https://github.com/directus/directus/tree/HEAD/sdk) | `17.0.1` | `19.0.1` |
| [@fontsource/overpass](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/overpass) | `5.1.0` | `5.1.2` |
| [@fontsource/rubik](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/rubik) | `5.1.0` | `5.1.1` |
| [@prgm/sveltekit-progress-bar](https://github.com/prgm-dev/sveltekit-progress-bar) | `2.0.0` | `3.0.2` |
| [@sveltejs/adapter-cloudflare](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-cloudflare) | `4.7.4` | `5.0.3` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.8.5` | `2.17.2` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `5.0.3` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.10.4` | `2.11.5` |
| [@tiptap/html](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/html) | `2.7.2` | `2.11.5` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.7.2` | `2.11.5` |
| [@unpic/svelte](https://github.com/ascorbic/unpic-img/tree/HEAD/packages/svelte) | `0.0.53` | `1.0.0` |
| [daisyui](https://github.com/saadeghi/daisyui) | `4.12.10` | `4.12.23` |
| [date-fns-tz](https://github.com/marnusw/date-fns-tz) | `3.1.3` | `3.2.0` |
| [entities](https://github.com/fb55/entities) | `5.0.0` | `6.0.0` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.21.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.44.0` | `2.46.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.5.3` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.20.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.13` | `4.0.8` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.7` | `6.1.1` |



Updates `@directus/sdk` from 17.0.1 to 19.0.1
- [Release notes](https://github.com/directus/directus/releases)
- [Commits](https://github.com/directus/directus/commits/HEAD/sdk)

Updates `@fontsource/overpass` from 5.1.0 to 5.1.2
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/overpass)

Updates `@fontsource/rubik` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/rubik)

Updates `@prgm/sveltekit-progress-bar` from 2.0.0 to 3.0.2
- [Release notes](https://github.com/prgm-dev/sveltekit-progress-bar/releases)
- [Commits](prgm-dev/sveltekit-progress-bar@v2.0.0...v3.0.2)

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

Updates `@sveltejs/kit` from 2.8.5 to 2.17.2
- [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 `@tiptap/extension-link` from 2.10.4 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-link)

Updates `@tiptap/html` from 2.7.2 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/html/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/html)

Updates `@tiptap/starter-kit` from 2.7.2 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/starter-kit)

Updates `@unpic/svelte` from 0.0.53 to 1.0.0
- [Release notes](https://github.com/ascorbic/unpic-img/releases)
- [Changelog](https://github.com/ascorbic/unpic-img/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/ascorbic/unpic-img/commits/@unpic/[email protected]/packages/svelte)

Updates `daisyui` from 4.12.10 to 4.12.23
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](saadeghi/daisyui@v4.12.10...v4.12.23)

Updates `date-fns-tz` from 3.1.3 to 3.2.0
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](marnusw/date-fns-tz@v3.1.3...v3.2.0)

Updates `entities` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v5.0.0...v6.0.0)

Updates `eslint` from 9.11.1 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.21.0)

Updates `eslint-plugin-svelte` from 2.44.0 to 2.46.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected])

Updates `postcss` from 8.4.47 to 8.5.3
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.5.3)

Updates `svelte` from 4.2.19 to 5.20.4
- [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 `tailwindcss` from 3.4.13 to 4.0.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.8/packages/tailwindcss)

Updates `vite` from 5.4.7 to 6.1.1
- [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/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: "@directus/sdk"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@fontsource/overpass"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@fontsource/rubik"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@prgm/sveltekit-progress-bar"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/adapter-cloudflare"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@tiptap/extension-link"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@tiptap/html"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@tiptap/starter-kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@unpic/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: daisyui
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: date-fns-tz
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: entities
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@dependabot dependabot bot requested a review from unixfy February 24, 2025 20:58
Copy link

cloudflare-workers-and-pages bot commented Feb 24, 2025

Deploying iteusc with  Cloudflare Pages  Cloudflare Pages

Latest commit: dbed58a
Status:🚫  Build failed.

View logs

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.

0 participants