Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-backward-compatible group with 22 updates in the /web directory:

Package From To
@tailwindcss/typography 0.5.16 0.5.19
@tailwindcss/vite 4.1.8 4.1.17
@threlte/core 8.0.0-next.41 8.3.0
@threlte/extras 9.0.0-next.55 9.7.1
@turf/destination 7.2.0 7.3.1
@turf/distance 7.2.0 7.3.1
autoprefixer 10.4.20 10.4.22
canvas-confetti 1.9.3 1.9.4
canvg 4.0.2 4.0.3
chart.js 4.4.7 4.5.1
@types/chart.js 2.9.41 4.0.1
json-diff-ts 4.8.1 4.8.2
meilisearch 0.37.0 0.54.0
pdfkit 0.15.2 0.17.2
pocketbase 0.25.2 0.26.3
three 0.161.0 0.181.2
@playwright/test 1.49.1 1.57.0
@sveltejs/kit 2.16.1 2.49.0
postcss 8.5.1 8.5.6
svelte 5.19.2 5.45.2
svelte-check 4.1.4 4.3.4
typescript 5.7.3 5.9.3

Updates @tailwindcss/typography from 0.5.16 to 0.5.19

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.19

Fixed

  • Fixed broken color styles (#405)

v0.5.18

Fixed

  • Fixed undefined variable error (#403)

v0.5.17

Added

  • Add modifiers for description list elements (#357)
  • Add prose-picture modifier (#367)

Fixed

  • Include unit in hr border-width value (#379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#387)

Changed

  • Remove lodash dependencies (#402)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.19] - 2025-09-24

Fixed

  • Fixed broken color styles (#405)

[0.5.18] - 2025-09-19

Fixed

  • Fixed undefined variable error (#403)

[0.5.17] - 2025-09-19

Added

  • Add modifiers for description list elements (#357)
  • Add prose-picture modifier (#367)

Fixed

  • Include unit in hr border-width value (#379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#387)

Changed

  • Remove lodash dependencies (#402)
Commits

Updates @tailwindcss/vite from 4.1.8 to 4.1.17

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.17

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)

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)

v4.1.14

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)
  • Support Maud templates when extracting classes (#18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
  • Upgrade: Ensure first class inside className is migrated (#19031)

... (truncated)

Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.17] - 2025-11-06

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)

[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

[4.1.14] - 2025-10-01

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)

... (truncated)

Commits

Updates @threlte/core from 8.0.0-next.41 to 8.3.0

Release notes

Sourced from @​threlte/core's releases.

@​threlte/core@​8.3.0

Minor Changes

  • ffc74ea: update "module" and "moduleResolution" to "NodeNext" and adjust all relative imports

@​threlte/core@​8.2.1

Patch Changes

  • 642343b: [core] Fix: adjust type export

@​threlte/core@​8.2.0

Minor Changes

  • db6a716: Add support for the Light abstract class to isInstanceOf function.

@​threlte/core@​8.1.9

Patch Changes

  • f5e182e: Fix: disallow calling .set on primitive values within createSetter internal

@​threlte/core@​8.1.8

Patch Changes

  • 0499ca7: Update latest version on npm

@​threlte/core@​8.1.7

Patch Changes

  • 6c36258: Do not preserve attribute values that were not present before attachment when attach cleanup is called.

@​threlte/core@​8.1.6

Patch Changes

  • 380e71a: fix vite resolve conditions for non-test envs

@​threlte/core@​8.1.5

Patch Changes

  • 64040a5: Fix typechecking for rest params on T components

@​threlte/core@​8.1.4

Patch Changes

  • d214ba9: fix Canvas.svelte type import

@​threlte/core@​8.1.3

Patch Changes

  • f08ec19: Reduce number of dispose effects per app

... (truncated)

Changelog

Sourced from @​threlte/core's changelog.

8.3.0

Minor Changes

  • ffc74ea: update "module" and "moduleResolution" to "NodeNext" and adjust all relative imports

8.2.1

Patch Changes

  • 642343b: [core] Fix: adjust type export

8.2.0

Minor Changes

  • db6a716: Add support for the Light abstract class to isInstanceOf function.

8.1.9

Patch Changes

  • f5e182e: Fix: disallow calling .set on primitive values within createSetter internal

8.1.8

Patch Changes

  • 0499ca7: Update latest version on npm

8.1.7

Patch Changes

  • 6c36258: Do not preserve attribute values that were not present before attachment when attach cleanup is called.

8.1.6

Patch Changes

  • 380e71a: fix vite resolve conditions for non-test envs

8.1.5

Patch Changes

  • 64040a5: Fix typechecking for rest params on T components

8.1.4

... (truncated)

Commits
  • 4f37e3b Version Packages
  • 7f39f9a Update @​threlte/core tsconfig and adjust imports
  • 873be22 Revert "Update tsconfig.json of all Svelte libraries to match recommended d...
  • e61816f re-apply commits mangled by revert.
  • 7cd29b4 Revert merges
  • 330a76a Update @​threlte/core tsconfig and adjust imports
  • 5a4c2eb Version Packages
  • 33928dc Version Packages
  • 1499cfd fix attach logic to account for non-existent keys before attachment
  • 6c36258 fix(core): sanitize BufferGeometry attributes before dispose to avoid undefin...
  • Additional commits viewable in compare view

Updates @threlte/extras from 9.0.0-next.55 to 9.7.1

Release notes

Sourced from @​threlte/extras's releases.

@​threlte/extras@​9.7.1

Patch Changes

  • c1623a9: Update camera-controls and remove patch

@​threlte/extras@​9.7.0

Minor Changes

  • ffc74ea: update "module" and "moduleResolution" to "NodeNext" and adjust all relative imports

@​threlte/extras@​9.6.2

Patch Changes

  • 339742c: Improve interactivity performance

@​threlte/extras@​9.6.1

Patch Changes

  • 642343b: [core] Fix: adjust type export

@​threlte/extras@​9.6.0

Minor Changes

  • 5f1dc22: adds UvMaterial to visualize uvs of a geometry

@​threlte/extras@​9.5.5

Patch Changes

  • 8eeafcb: Use snippet based Portal component

@​threlte/extras@​9.5.4

Patch Changes

  • 3e6c3cc: Ensure bvh calls disposeBoundsTree on correct geometries

@​threlte/extras@​9.5.3

Patch Changes

  • 20c11ad: Add bvh plugin

@​threlte/extras@​9.5.2

Patch Changes

  • 6f5effb: fix RadialGradientTexture to clear its canvas whenever the stops prop is updated and a new gradient is created

@​threlte/extras@​9.5.1

Patch Changes

  • 7d5ef78: Fix GLTF types

... (truncated)

Changelog

Sourced from @​threlte/extras's changelog.

9.7.1

Patch Changes

  • c1623a9: Update camera-controls and remove patch

9.7.0

Minor Changes

  • ffc74ea: update "module" and "moduleResolution" to "NodeNext" and adjust all relative imports

9.6.2

Patch Changes

  • 339742c: Improve interactivity performance

9.6.1

Patch Changes

  • 642343b: [core] Fix: adjust type export

9.6.0

Minor Changes

  • 5f1dc22: adds UvMaterial to visualize uvs of a geometry

9.5.5

Patch Changes

  • 8eeafcb: Use snippet based Portal component

9.5.4

Patch Changes

  • 3e6c3cc: Ensure bvh calls disposeBoundsTree on correct geometries

9.5.3

Patch Changes

  • 20c11ad: Add bvh plugin

9.5.2

... (truncated)

Commits
  • 6120541 Version Packages
  • fc9fc7a Update camera-controls and remove patch
  • 4f37e3b Version Packages
  • 7300861 Merge pull request #1648 from helgee/he/node-next
  • 476daa6 Version Packages
  • bb85a69 Merge pull request #1654 from michealparks/interact-perf
  • 05d29f0 revert
  • 339742c improve interactivity performance
  • ae41888 Update @​threlte/extras tsconfig and adjust imports
  • 873be22 Revert "Update tsconfig.json of all Svelte libraries to match recommended d...
  • Additional commits viewable in compare view

Updates @turf/destination from 7.2.0 to 7.3.1

Release notes

Sourced from @​turf/destination's releases.

v7.3.1

Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.

What's Changed

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

Full Changelog: Turfjs/turf@v7.3.0...v7.3.1

v7.3.0

Thanks everyone who contributed to this release!

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

... (truncated)

Commits
  • b7f1b4e v7.3.1
  • 5a34d08 Bump glob@11 package.json entries (#2961)
  • 3cc76a2 Remove npm-run-all in favor of pnpm regex script name functionality (#2960)
  • 9c2d283 Transitive dependency updates (#2959)
  • c04c67b Clean up isobands output for empty bands (#2957)
  • d2b0704 Merge pull request #2953 from Turfjs/releases/7.3.0
  • 9f58a10 v7.3.0
  • bac370a @​turf/nearest-point-on-line TESTS: add test for duplicated points on line str...
  • 736b1ef Fix @​turf/nearest-point-on-line endpoint selection and degenerate input cases...
  • ad10a65 @​turf/shortest-path improve creation of point matrix for A* algorithm (#2943)...
  • Additional commits viewable in compare view

Updates @turf/distance from 7.2.0 to 7.3.1

Release notes

Sourced from @​turf/distance's releases.

v7.3.1

Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.

What's Changed

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

Full Changelog: Turfjs/turf@v7.3.0...v7.3.1

v7.3.0

Thanks everyone who contributed to this release!

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

... (truncated)

Commits
  • b7f1b4e v7.3.1
  • 5a34d08 Bump glob@11 package.json entries (#2961)
  • 3cc76a2 Remove npm-run-all in favor of pnpm regex script name functionality (#2960)
  • 9c2d283 Transitive dependency updates (#2959)
  • c04c67b Clean up isobands output for empty bands (#2957)
  • d2b0704 Merge pull request #2953 from Turfjs/releases/7.3.0
  • 9f58a10 v7.3.0
  • bac370a @​turf/nearest-point-on-line TESTS: add test for duplicated points on line str...
  • 736b1ef Fix @​turf/nearest-point-on-line endpoint selection and degenerate input cases...
  • ad10a65 @​turf/shortest-path improve creation of point matrix for A* algorithm (#2943)...
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.20 to 10.4.22

Release notes

Sourced from autoprefixer's releases.

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

Changelog

Sourced from autoprefixer's changelog.

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

Commits

Updates canvas-confetti from 1.9.3 to 1.9.4

Release notes

Sourced from canvas-confetti's releases.

1.9.4

What's Changed

Maintenance

New Contributors

Full Changelog: catdad/canvas-confetti@1.9.3...1.9.4

Commits
  • 5f77cde bumping version to 1.9.4
  • f0027c6 updating to use github action as trusted publisher
  • 0566ad2 Merge pull request #258 from Gavin-Hofer/gavin/fix-offscreen-canvas-error
  • 51e7932 Merge branch 'master' into gavin/fix-offscreen-canvas-error
  • c4385c8 Merge pull request #259 from catdad/actions-update
  • 4bf60a5 updating linting to later versions that work in node 24
  • 0d755bc using latest version of node
  • 664a8bb updating actions to the latest versions
  • c1748fe Fixed error in canDrawBitmap if OffscreenCanvas exists but is not supported
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for canvas-confetti since your current version.


Updates canvg from 4.0.2 to 4.0.3

Release notes

Sourced from canvg's releases.

v4.0.3

Bug Fixes

Changelog

Sourced from canvg's changelog.

4.0.3 (2025-03-12)

Bug Fixes

Commits

Updates chart.js from 4.4.7 to 4.5.1

Release notes

Sourced from chart.js's releases.

v4.5.1

Essential Links

Bugs Fixed

  • #12098 Do not notify plugins after their uninstall function has been called
  • #12096 Sync Doughnut chart legend options to legend plugin
  • #12097 Attempt fixing charts shrinking on certain zoom values in Chrome

Types

  • #12122 fix(types): add drawingArea to RadialLinearScale
  • #12120 fix(types): allow null for line chart point values (#12027)
  • #12099 Add data.datasets[].tooltip.callbacks to Typescript types

Development

  • #12132 Bump version to 4.5.1
  • #12118 Bump actions/setup-node from 4 to 5

Thanks to @​LeeLenaleee, @​anshukushwaha07, @​bojidar-bg, @​dependabot[bot] and dependabot[bot]

v4.5.0

Essential Links

Enhancements

  • #11470 Fix min js two renames
  • #12054 [fix] #12048 - Add selfJoin option for doughnut graphs
  • #12058 feature: make above/below colors in filler plugin work with pivoted line charts

Bugs Fixed

  • Description has been truncated

…ates

Bumps the npm-backward-compatible group with 22 updates in the /web directory:

| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.16` | `0.5.19` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.8` | `4.1.17` |
| [@threlte/core](https://github.com/threlte/threlte/tree/HEAD/packages/core) | `8.0.0-next.41` | `8.3.0` |
| [@threlte/extras](https://github.com/threlte/threlte/tree/HEAD/packages/extras) | `9.0.0-next.55` | `9.7.1` |
| [@turf/destination](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/distance](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.22` |
| [canvas-confetti](https://github.com/catdad/canvas-confetti) | `1.9.3` | `1.9.4` |
| [canvg](https://github.com/canvg/canvg) | `4.0.2` | `4.0.3` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.7` | `4.5.1` |
| [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js) | `2.9.41` | `4.0.1` |
| [json-diff-ts](https://github.com/ltwlf/json-diff-ts) | `4.8.1` | `4.8.2` |
| [meilisearch](https://github.com/meilisearch/meilisearch-js) | `0.37.0` | `0.54.0` |
| [pdfkit](https://github.com/foliojs/pdfkit) | `0.15.2` | `0.17.2` |
| [pocketbase](https://github.com/pocketbase/js-sdk) | `0.25.2` | `0.26.3` |
| [three](https://github.com/mrdoob/three.js) | `0.161.0` | `0.181.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.49.1` | `1.57.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.16.1` | `2.49.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.6` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.19.2` | `5.45.2` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.4` | `4.3.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.3` |



Updates `@tailwindcss/typography` from 0.5.16 to 0.5.19
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.16...v0.5.19)

Updates `@tailwindcss/vite` from 4.1.8 to 4.1.17
- [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.17/packages/@tailwindcss-vite)

Updates `@threlte/core` from 8.0.0-next.41 to 8.3.0
- [Release notes](https://github.com/threlte/threlte/releases)
- [Changelog](https://github.com/threlte/threlte/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/threlte/threlte/commits/@threlte/[email protected]/packages/core)

Updates `@threlte/extras` from 9.0.0-next.55 to 9.7.1
- [Release notes](https://github.com/threlte/threlte/releases)
- [Changelog](https://github.com/threlte/threlte/blob/main/packages/extras/CHANGELOG.md)
- [Commits](https://github.com/threlte/threlte/commits/@threlte/[email protected]/packages/extras)

Updates `@turf/destination` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/distance` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

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

Updates `canvas-confetti` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/catdad/canvas-confetti/releases)
- [Commits](catdad/canvas-confetti@1.9.3...1.9.4)

Updates `canvg` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/canvg/canvg/releases)
- [Changelog](https://github.com/canvg/canvg/blob/master/CHANGELOG.md)
- [Commits](canvg/canvg@v4.0.2...v4.0.3)

Updates `chart.js` from 4.4.7 to 4.5.1
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.7...v4.5.1)

Updates `@types/chart.js` from 2.9.41 to 4.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js)

Updates `json-diff-ts` from 4.8.1 to 4.8.2
- [Commits](ltwlf/json-diff-ts@v4.8.1...v4.8.2)

Updates `meilisearch` from 0.37.0 to 0.54.0
- [Release notes](https://github.com/meilisearch/meilisearch-js/releases)
- [Commits](meilisearch/meilisearch-js@v0.37.0...v0.54.0)

Updates `pdfkit` from 0.15.2 to 0.17.2
- [Release notes](https://github.com/foliojs/pdfkit/releases)
- [Changelog](https://github.com/foliojs/pdfkit/blob/master/CHANGELOG.md)
- [Commits](foliojs/pdfkit@v0.15.2...v0.17.2)

Updates `pocketbase` from 0.25.2 to 0.26.3
- [Release notes](https://github.com/pocketbase/js-sdk/releases)
- [Changelog](https://github.com/pocketbase/js-sdk/blob/master/CHANGELOG.md)
- [Commits](pocketbase/js-sdk@v0.25.2...v0.26.3)

Updates `three` from 0.161.0 to 0.181.2
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@playwright/test` from 1.49.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.1...v1.57.0)

Updates `@sveltejs/kit` from 2.16.1 to 2.49.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 `postcss` from 8.5.1 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.1...8.5.6)

Updates `svelte` from 5.19.2 to 5.45.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-check` from 4.1.4 to 4.3.4
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/[email protected])

Updates `tailwindcss` from 4.1.8 to 4.1.17
- [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.17/packages/tailwindcss)

Updates `typescript` from 5.7.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@tailwindcss/typography"
  dependency-version: 0.5.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: "@threlte/core"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@threlte/extras"
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@turf/destination"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@turf/distance"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: autoprefixer
  dependency-version: 10.4.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: canvas-confetti
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: canvg
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: chart.js
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@types/chart.js"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-backward-compatible
- dependency-name: json-diff-ts
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: meilisearch
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: pdfkit
  dependency-version: 0.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: pocketbase
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: three
  dependency-version: 0.181.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: svelte
  dependency-version: 5.45.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: svelte-check
  dependency-version: 4.3.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: tailwindcss
  dependency-version: 4.1.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
...

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 Dec 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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant