Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the minor group with 22 updates in the / directory:

Package From To
@sentry/sveltekit 10.19.0 10.22.0
@eslint/js 9.37.0 9.38.0
@iconify-json/material-symbols 1.2.41 1.2.42
@iconify-json/simple-icons 1.2.54 1.2.55
@sveltejs/adapter-node 5.3.3 5.4.0
@sveltejs/kit 2.46.5 2.48.0
@tailwindcss/postcss 4.1.14 4.1.16
@typescript-eslint/eslint-plugin 8.46.1 8.46.2
@typescript-eslint/parser 8.46.1 8.46.2
cropperjs 2.0.1 2.1.0
daisyui 5.2.3 5.3.10
eslint 9.37.0 9.38.0
eslint-plugin-svelte 3.12.4 3.12.5
openapi-fetch 0.14.1 0.15.0
openapi-typescript 7.9.1 7.10.1
prettier-plugin-tailwindcss 0.6.14 0.7.1
svelte 5.39.12 5.42.2
svelte-eslint-parser 1.3.3 1.4.0
tailwindcss 4.1.14 4.1.16
typescript-eslint 8.46.1 8.46.2
vite 7.1.11 7.1.12
vite-plugin-static-copy 3.1.3 3.1.4

Updates @sentry/sveltekit from 10.19.0 to 10.22.0

Release notes

Sourced from @​sentry/sveltekit's releases.

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
  • chore: Add required size_check for GH Actions (#18009)
  • chore: Upgrade madge to v8 (#17957)
  • test(hono): Fix hono e2e tests (#18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#18013)
  • test(react): Add parameterized route tests for createHashRouter (#17789)

Bundle size 📦

| Path | Size |

... (truncated)

Changelog

Sourced from @​sentry/sveltekit's changelog.

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
  • chore: Add required size_check for GH Actions (#18009)
  • chore: Upgrade madge to v8 (#17957)
  • test(hono): Fix hono e2e tests (#18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#18013)
  • test(react): Add parameterized route tests for createHashRouter (#17789)

10.21.0

... (truncated)

Commits
  • c6b99c0 release: 10.22.0
  • 2bde42b Merge pull request #18017 from getsentry/prepare-release/10.22.0
  • 8debb05 meta(changelog): Update changelog for 10.22.0
  • fd26569 fix(react): Patch spanEnd for potentially cancelled lazy-route transactions...
  • 9c0397c test(react-router): Fix getMetaTagTransformer tests for Vitest compatibilit...
  • 0bac0ea test(react): Add parameterized route tests for createHashRouter (#17789)
  • 1513161 chore: Add required size_check for GH Actions (#18009)
  • 7d050b5 fix(core): Fix wrong async types when instrumenting anthropic's stream api (#...
  • 925a4ea feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • 7968cd8 fix(react): Don't trim index route / when getting pathname (#17985)
  • Additional commits viewable in compare view

Updates @eslint/js from 9.37.0 to 9.38.0

Release notes

Sourced from @​eslint/js's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates @iconify-json/material-symbols from 1.2.41 to 1.2.42

Commits

Updates @iconify-json/simple-icons from 1.2.54 to 1.2.55

Commits

Updates @sveltejs/adapter-node from 5.3.3 to 5.4.0

Release notes

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

@​sveltejs/adapter-node@​5.4.0

Minor Changes

Patch Changes

Changelog

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

5.4.0

Minor Changes

Patch Changes

Commits

Updates @sveltejs/kit from 2.46.5 to 2.48.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.48.0

Minor Changes

  • feat: use experimental fork API when available (#14793)

Patch Changes

  • fix: await for settled instead of tick in navigate (#14800)

@​sveltejs/kit@​2.47.3

Patch Changes

  • fix: avoid hanging when error() is used while streaming promises from a server load function (#14722)

  • chore: treeshake load function code if we know it's unused (#14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#14734)

  • fix: rework internal representation of form value to be $state (#14771)

@​sveltejs/kit@​2.47.2

Patch Changes

  • fix: streamed promise not resolving when another load function returns a fast resolving promise (#14753)

  • chore: allow to run preflight validation only (#14744)

  • fix: update overload to set invalid type to schema input (#14748)

@​sveltejs/kit@​2.47.1

Patch Changes

  • fix: allow read to be used at the top-level of remote function files (#14672)

  • fix: more robust remote files generation (#14682)

@​sveltejs/kit@​2.47.0

Minor Changes

Patch Changes

  • fix: resolve remote module syntax errors with trailing expressions (#14728)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.48.0

Minor Changes

  • feat: use experimental fork API when available (#14793)

Patch Changes

  • fix: await for settled instead of tick in navigate (#14800)

2.47.3

Patch Changes

  • fix: avoid hanging when error() is used while streaming promises from a server load function (#14722)

  • chore: treeshake load function code if we know it's unused (#14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#14734)

  • fix: rework internal representation of form value to be $state (#14771)

2.47.2

Patch Changes

  • fix: streamed promise not resolving when another load function returns a fast resolving promise (#14753)

  • chore: allow to run preflight validation only (#14744)

  • fix: update overload to set invalid type to schema input (#14748)

2.47.1

Patch Changes

  • fix: allow read to be used at the top-level of remote function files (#14672)

  • fix: more robust remote files generation (#14682)

2.47.0

Minor Changes

... (truncated)

Commits

Updates @tailwindcss/postcss from 4.1.14 to 4.1.16

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.16

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

v4.1.15

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

  • Remove the postinstall script from oxide (#19149)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.16] - 2025-10-23

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

[4.1.15] - 2025-10-20

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

Commits

Updates @typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2

Release notes

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

Changelog

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

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)

❤️ Thank You

  • mdm317

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

Commits
  • 55ca033 chore(release): publish 8.46.2
  • 698e7a8 fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.46.1 to 8.46.2

Release notes

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

Changelog

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

8.46.2 (2025-10-20)

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

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

Commits

Updates cropperjs from 2.0.1 to 2.1.0

Release notes

Sourced from cropperjs's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: fengyuanchen/cropperjs@v2.0.1...v2.1.0

Changelog

Sourced from cropperjs's changelog.

2.1.0 (2025-10-19)

  • docs: fix value of free aspect ratio (5b4e96f), closes #1274
  • refactor(element-shade): use selection itself when default prevented (0673f15)
  • fix(element-image): ensure the image is fully rendered (5afd8f3), closes #1168
  • fix(element-selection): get correct event target in shadow DOM (#1276) (e64d6c3), closes #1276
  • fix(element-shade): fix shade size when selection changes (98c101c)
  • fix(element): call attachShadow only if shadowRoot does not exist (75cabcf), closes #1217
  • feat(cropperjs): add destroy method (6a933e3), closes #1271
Commits

Updates daisyui from 5.2.3 to 5.3.10

Release notes

Sourced from daisyui's releases.

v5.3.10

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

📦 Install this update:

💚 Thank you for using daisyUI!

v5.3.9

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

📦 Install this update:

💚 Thank you for using daisyUI!

v5.3.8

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

📦 Install this update:

💚 Thank you for using daisyUI!

v5.3.7

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

📦 Install this update:

💚 Thank you for using daisyUI!

v5.3.6

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

📦 Install this update:

💚 Thank you for using daisyUI!

... (truncated)

Changelog

Sourced from daisyui's changelog.

5.3.10 (2025-10-26)

Bug Fixes

  • range thumb color on Safari (2c4a825)

5.3.9 (2025-10-24)

Bug Fixes

  • allow browser to find text in collapse <details> (bde0427), closes #4194

5.3.8 (2025-10-22)

Bug Fixes

  • easier overriding before/after content using utility classes. closes: #4196 (f2b1e9f)

5.3.7 (2025-10-16)

Bug Fixes

  • btn in prose shouldn't have underline by default. closes: #4192 (1205a90)

5.3.6 (2025-10-16)

Bug Fixes

  • backdrop color bleeding issue + scrollbar improvements. closes: #3928 (240d1d8)

5.3.5 (2025-10-16)

Bug Fixes

5.3.4 (2025-10-16)

Bug Fixes

  • validator-hint overrides hidden class as expected. close: #4188 (c05604d)

5.3.3 (2025-10-15)

... (truncated)

Commits
  • 1315fbd chore(release): 5.3.10
  • 2c4a825 fix: range thumb color on Safari
  • 76c481d chore(release): 5.3.9
  • bde0427 fix: allow browser to find text in collapse \<details>
  • a20bf20 chore(release): 5.3.8
  • f2b1e9f fix: easier overriding before/after content using utility classes. closes: #4196
  • dabef78 chore(release): 5.3.7
  • 1205a90 fix: btn in prose shouldn't have underline by default. closes: #4192
  • 55790c7 chore(release): 5.3.6
  • 240d1d8 fix: backdrop color bleeding issue + scrollbar improvements. closes: #3928
  • Additional commits viewable in compare view

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates eslint-plugin-svelte from 3.12.4 to 3.12.5

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Patch Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

3.12.5

Patch Changes

Commits
  • 881fee7 chore: release eslint-plugin-svelte (#1379)
  • e4d788d chore: use pnpm-lock.yaml and minimumReleaseAge (#1403)
  • 2d72bf1 fix: update fixture
  • 5ba5c3e fix(no-unused-props): validate spread operator properly (#1378)
  • 27cf677 fix(no-navigation-without-resolve): improve error messages (#1377)
  • 57ccf95 fix(no-navigation-without-resolve): Detecting asset() function as well (#1365)
  • 98fc478 chore: ran pnpm test:update-fixtures to update YAML files (#1374)
  • dc90876 chore: avoid lint error
  • See full diff in compare view

Updates openapi-fetch from 0.14.1 to 0.15.0

Release notes

Sourced from openapi-fetch's releases.

[email protected]

Minor Changes

Changelog

Sourced from openapi-fetch's changelog.

0.15.0

Minor Ch...

Description has been truncated

Bumps the minor group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `10.19.0` | `10.22.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.38.0` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.41` | `1.2.42` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.54` | `1.2.55` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.3.3` | `5.4.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.46.5` | `2.48.0` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.14` | `4.1.16` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.1` | `8.46.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.1` | `8.46.2` |
| [cropperjs](https://github.com/fengyuanchen/cropperjs/tree/HEAD/packages/cropperjs) | `2.0.1` | `2.1.0` |
| [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) | `5.2.3` | `5.3.10` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte) | `3.12.4` | `3.12.5` |
| [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch) | `0.14.1` | `0.15.0` |
| [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.9.1` | `7.10.1` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.14` | `0.7.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.39.12` | `5.42.2` |
| [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) | `1.3.3` | `1.4.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.14` | `4.1.16` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.1` | `8.46.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.11` | `7.1.12` |
| [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) | `3.1.3` | `3.1.4` |



Updates `@sentry/sveltekit` from 10.19.0 to 10.22.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.19.0...10.22.0)

Updates `@eslint/js` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js)

Updates `@iconify-json/material-symbols` from 1.2.41 to 1.2.42
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/simple-icons` from 1.2.54 to 1.2.55
- [Commits](https://github.com/iconify/icon-sets/commits)

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

Updates `@sveltejs/kit` from 2.46.5 to 2.48.0
- [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 `@tailwindcss/postcss` from 4.1.14 to 4.1.16
- [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.1.16/packages/@tailwindcss-postcss)

Updates `@typescript-eslint/eslint-plugin` from 8.46.1 to 8.46.2
- [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.46.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.1 to 8.46.2
- [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.46.2/packages/parser)

Updates `cropperjs` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/cropperjs/commits/v2.1.0/packages/cropperjs)

Updates `daisyui` from 5.2.3 to 5.3.10
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/commits/v5.3.10/packages/daisyui)

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

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

Updates `openapi-fetch` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/[email protected]/packages/openapi-fetch)

Updates `openapi-typescript` from 7.9.1 to 7.10.1
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/[email protected]/packages/openapi-typescript)

Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.1
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.14...v0.7.1)

Updates `svelte` from 5.39.12 to 5.42.2
- [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 `svelte-eslint-parser` from 1.3.3 to 1.4.0
- [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases)
- [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-eslint-parser@v1.3.3...v1.4.0)

Updates `tailwindcss` from 4.1.14 to 4.1.16
- [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.1.16/packages/tailwindcss)

Updates `typescript-eslint` from 8.46.1 to 8.46.2
- [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.46.2/packages/typescript-eslint)

Updates `vite` from 7.1.11 to 7.1.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

Updates `vite-plugin-static-copy` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/[email protected]@3.1.4)

---
updated-dependencies:
- dependency-name: "@sentry/sveltekit"
  dependency-version: 10.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint/js"
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@iconify-json/material-symbols"
  dependency-version: 1.2.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.55
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@sveltejs/adapter-node"
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cropperjs
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: daisyui
  dependency-version: 5.3.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.12.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: openapi-fetch
  dependency-version: 0.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: openapi-typescript
  dependency-version: 7.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: svelte
  dependency-version: 5.42.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: svelte-eslint-parser
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tailwindcss
  dependency-version: 4.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vite-plugin-static-copy
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2025
@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
explorer Ready Ready Preview Comment Oct 27, 2025 9:54pm

@VaiTon VaiTon merged commit 1d2a5f5 into main Oct 27, 2025
12 checks passed
@VaiTon VaiTon deleted the dependabot/npm_and_yarn/minor-d395f60eed branch October 27, 2025 21:55
@github-project-automation github-project-automation bot moved this from Backlog to Done in OFF Explorer - Primetime ! Oct 27, 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 javascript Pull requests that update Javascript code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants