Skip to content

Bump the npm-backward-compatible group across 1 directory with 15 updates#893

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/npm-backward-compatible-da9f6082b3
Open

Bump the npm-backward-compatible group across 1 directory with 15 updates#893
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/npm-backward-compatible-da9f6082b3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

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

Package From To
@fortawesome/fontawesome-free 7.1.0 7.2.0
@sveltejs/adapter-node 5.5.2 5.5.4
@tailwindcss/vite 4.1.18 4.2.1
@threlte/core 8.3.1 8.4.1
@threlte/extras 9.7.1 9.8.1
@turf/destination 7.3.3 7.3.4
@turf/distance 7.3.3 7.3.4
autoprefixer 10.4.24 10.4.27
json-diff-ts 4.8.2 4.10.0
three 0.182.0 0.183.2
@sveltejs/kit 2.53.4 2.55.0
@types/node 25.3.3 25.5.0
postcss 8.5.6 8.5.8
svelte 5.53.6 5.53.11

Updates @fortawesome/fontawesome-free from 7.1.0 to 7.2.0

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates @sveltejs/adapter-node from 5.5.2 to 5.5.4

Release notes

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

@​sveltejs/adapter-node@​5.5.4

Patch Changes

  • chore(deps): bump rollup to 4.59.0 (#15433)

@​sveltejs/adapter-node@​5.5.3

Patch Changes

Changelog

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

5.5.4

Patch Changes

  • chore(deps): bump rollup to 4.59.0 (#15433)

5.5.3

Patch Changes

Commits

Updates @tailwindcss/vite from 4.1.18 to 4.2.1

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Commits

Updates @threlte/core from 8.3.1 to 8.4.1

Release notes

Sourced from @​threlte/core's releases.

@​threlte/core@​8.4.1

Patch Changes

  • 71eb24c: Minor type updates
Changelog

Sourced from @​threlte/core's changelog.

8.4.1

Patch Changes

  • 71eb24c: Minor type updates

8.4.0

Minor Changes

  • d7203d0: Introduce the 'running' option for useTask
Commits
  • 36edb53 Version Packages
  • ed16622 Merge pull request #1690 from joshwashywash/1687-typesthree0183x-breaks-maked...
  • 831c8c0 fix: make sure instance type extends Camera
  • b4bfcd7 use Camera base class instead of PerspectiveCamera
  • 98df407 get the isCamera type from PerspectiveCamera using an index access
  • c476543 Adapt repository URLs in respective packages package.json files
  • 4fd9c71 Version Packages
  • d08ceba cleanup
  • 4587160 feedback
  • d6feebb lint
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @threlte/extras from 9.7.1 to 9.8.1

Changelog

Sourced from @​threlte/extras's changelog.

9.8.1

Patch Changes

  • c0518f2: npm publish via OIDC test

9.8.0

Minor Changes

  • d7203d0: Introduce the 'running' option for useTask
Commits
Maintainer changes

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


Updates @turf/destination from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/destination's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates @turf/distance from 7.3.3 to 7.3.4

Release notes

Sourced from @​turf/distance's releases.

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

Commits
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • 53872db Reverted backward incompatible fix to nearestPointOnLine introduced by PR #29...
  • a8a75d6 Fix GitHub Actions badge link in README
  • 9653dba Fix GitHub Actions badge link in README
  • 2669e6a Merge pull request #3014 from Turfjs/releases/7.3.3
  • See full diff in compare view

Updates autoprefixer from 10.4.24 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Changelog

Sourced from autoprefixer's changelog.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Commits

Updates json-diff-ts from 4.8.2 to 4.10.0

Release notes

Sourced from json-diff-ts's releases.

v4.9.0

Bug Fixes

  • Fix applyChangeset and revertChangeset for root-level arrays containing objects (#362)
  • Fix compare() on root-level arrays producing unexpected UNCHANGED entries (#358)
  • Refactored applyChangelist with proper enriched path resolution for terminal array indices
  • Fix typo in array warning message (#361)

Enhancements

  • keysToSkip now accepts readonly string[] (#359)
  • keyBy callback now receives the element index (#365)
  • Enhanced array handling for undefined values (#316)

Docs

  • Fix Options Interface formatting in README (#360)
  • Updated README release notes and Options types to match actual code
Commits
  • 9530f0f Release v4.10.0
  • 06a5ce0 Fix SECURITY.md: remove vague email option, use GitHub Private Vulnerability ...
  • d9b54c0 Update GitHub Actions to latest major versions and eslint to v10
  • f610686 Group Dependabot PRs and reduce frequency to weekly
  • c43dfe6 Merge pull request #370 from ltwlf/feature/openssf-scorecard
  • 7d109ff Improve OpenSSF Scorecard security posture (#369)
  • e701746 Bump to v4.9.1 to publish updated README to npm
  • 74adc06 Add Buy Me a Coffee support link to README
  • bb4ea44 Release v4.9.0
  • 20d2a3e Merge pull request #363 from ltwlf/dependabot/npm_and_yarn/npm_and_yarn-4265e...
  • Additional commits viewable in compare view

Updates three from 0.182.0 to 0.183.2

Commits
Maintainer changes

This version was pushed to npm by mugen87, a new releaser for three since your current version.


Updates @sveltejs/kit from 2.53.4 to 2.55.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.55.0

Minor Changes

  • feat: page and layout params with matchers are now type narrowed in $app/types, leading to better type safety when working with params in $app/types, $app/state, and hooks. (#15502)

@​sveltejs/kit@​2.54.0

Minor Changes

  • feat: allow error boundaries to catch errors on the server (#15308)

Patch Changes

  • chore: upgrade devalue (#15535)

  • fix: don't wait for remote functions that are not awaited in the template (#15280)

  • feat: allow resolve() to accept pathnames with a search string and/or hash (#15458)

  • chore: remove deprecation warnings for config.kit.files.* options when validating the Svelte config file (#15482)

  • fix: handles form target attribute in remote form redirects (#15457)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.55.0

Minor Changes

  • feat: page and layout params with matchers are now type narrowed in $app/types, leading to better type safety when working with params in $app/types, $app/state, and hooks. (#15502)

2.54.0

Minor Changes

  • feat: allow error boundaries to catch errors on the server (#15308)

Patch Changes

  • chore: upgrade devalue (#15535)

  • fix: don't wait for remote functions that are not awaited in the template (#15280)

  • feat: allow resolve() to accept pathnames with a search string and/or hash (#15458)

  • chore: remove deprecation warnings for config.kit.files.* options when validating the Svelte config file (#15482)

  • fix: handles form target attribute in remote form redirects (#15457)

Commits

Updates @types/node from 25.3.3 to 25.5.0

Commits

Updates postcss from 8.5.6 to 8.5.8

Release notes

Sourced from postcss's releases.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Changelog

Sourced from postcss's changelog.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Commits

Updates svelte from 5.53.6 to 5.53.11

Release notes

Sourced from svelte's releases.

svelte@5.53.11

Patch Changes

  • fix: remove untrack circular dependency (#17910)

  • fix: recover from errors that leave a corrupted effect tree (#17888)

  • fix: properly lazily evaluate RHS when checking for assignment_value_stale (#17906)

  • fix: resolve boundary in correct batch when hydrating (#17914)

  • chore: rebase batches after process, not during (#17900)

svelte@5.53.10

Patch Changes

  • fix: re-process batch if new root effects were scheduled (#17895)

svelte@5.53.9

Patch Changes

  • fix: better bind:this cleanup timing (#17885)

svelte@5.53.8

Patch Changes

  • fix: {@html} no longer duplicates content inside contenteditable elements (#17853)

  • fix: don't access inert block effects (#17882)

  • fix: handle asnyc updates within pending boundary (#17873)

  • perf: avoid re-traversing the effect tree after $: assignments (#17848)

  • chore: simplify scheduling logic (#17805)

svelte@5.53.7

Patch Changes

  • fix: correctly add __svelte_meta after else-if chains (#17830)

  • perf: cache element interactivity and source line splitting in compiler (#17839)

  • chore: avoid rescheduling effects during branch commit (#17837)

  • perf: optimize CSS selector pruning (#17846)

  • fix: preserve original boundary errors when keyed each rows are removed during async updates (#17843)

  • perf: avoid O(n²) name scanning in scope generate and unique (#17844)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.53.11

Patch Changes

  • fix: remove untrack circular dependency (#17910)

  • fix: recover from errors that leave a corrupted effect tree (#17888)

  • fix: properly lazily evaluate RHS when checking for assignment_value_stale (#17906)

  • fix: resolve boundary in correct batch when hydrating (#17914)

  • chore: rebase batches after process, not during (#17900)

5.53.10

Patch Changes

  • fix: re-process batch if new root effects were scheduled (#17895)

5.53.9

Patch Changes

  • fix: better bind:this cleanup timing (#17885)

5.53.8

Patch Changes

  • fix: {@html} no longer duplicates content inside contenteditable elements (#17853)

  • fix: don't access inert block effects (#17882)

  • fix: handle asnyc updates within pending boundary (#17873)

  • perf: avoid re-traversing the effect tree after $: assignments (#17848)

  • chore: simplify scheduling logic (#17805)

5.53.7

Patch Changes

  • fix: correctly add __svelte_meta after else-if chains (#17830)

  • perf: cache element interactivity and source line splitting in compiler (#17839)

  • chore: avoid rescheduling effects during branch commit (#17837)

... (truncated)

Commits

Updates tailwindcss from 4.1.18 to 4.2.1

Release notes

Sourced from tailwindcss's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Changelog

Sourced from tailwindcss's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for m...

    Description has been truncated

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.5.2` | `5.5.4` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.2.1` |
| [@threlte/core](https://github.com/threlte/threlte/tree/HEAD/packages/core) | `8.3.1` | `8.4.1` |
| [@threlte/extras](https://github.com/threlte/threlte/tree/HEAD/packages/extras) | `9.7.1` | `9.8.1` |
| [@turf/destination](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [@turf/distance](https://github.com/Turfjs/turf) | `7.3.3` | `7.3.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | `10.4.27` |
| [json-diff-ts](https://github.com/ltwlf/json-diff-ts) | `4.8.2` | `4.10.0` |
| [three](https://github.com/mrdoob/three.js) | `0.182.0` | `0.183.2` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.53.4` | `2.55.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.3` | `25.5.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.53.6` | `5.53.11` |



Updates `@fortawesome/fontawesome-free` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.1.0...7.2.0)

Updates `@sveltejs/adapter-node` from 5.5.2 to 5.5.4
- [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/adapter-node@5.5.4/packages/adapter-node)

Updates `@tailwindcss/vite` from 4.1.18 to 4.2.1
- [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.2.1/packages/@tailwindcss-vite)

Updates `@threlte/core` from 8.3.1 to 8.4.1
- [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/core@8.4.1/packages/core)

Updates `@threlte/extras` from 9.7.1 to 9.8.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/HEAD/packages/extras)

Updates `@turf/destination` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

Updates `@turf/distance` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.3...v7.3.4)

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

Updates `json-diff-ts` from 4.8.2 to 4.10.0
- [Release notes](https://github.com/ltwlf/json-diff-ts/releases)
- [Commits](ltwlf/json-diff-ts@v4.8.2...v4.10.0)

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

Updates `@sveltejs/kit` from 2.53.4 to 2.55.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/kit@2.55.0/packages/kit)

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

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

Updates `svelte` from 5.53.6 to 5.53.11
- [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/svelte@5.53.11/packages/svelte)

Updates `tailwindcss` from 4.1.18 to 4.2.1
- [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.2.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@sveltejs/adapter-node"
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@threlte/core"
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@threlte/extras"
  dependency-version: 9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@turf/destination"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: "@turf/distance"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: json-diff-ts
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: three
  dependency-version: 0.183.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: svelte
  dependency-version: 5.53.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-backward-compatible
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-backward-compatible
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 20, 2026
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.

0 participants