Skip to content

Bump the major group with 20 updates #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the major group with 20 updates:

Package From To
@threlte/core 6.1.1 8.1.3
@threlte/extras 7.5.4 9.4.2
@sveltejs/vite-plugin-svelte 3.1.2 6.1.0
@testing-library/svelte 4.2.3 5.2.8
@typescript-eslint/eslint-plugin 6.21.0 8.38.0
@typescript-eslint/parser 6.21.0 8.38.0
@vitest/ui 1.6.1 3.2.4
dotenv 16.6.1 17.2.1
eslint 8.57.1 9.32.0
eslint-config-prettier 8.10.0 10.1.8
eslint-plugin-svelte 2.46.1 3.11.0
jsdom 23.2.0 26.1.0
postcss-custom-media 10.0.8 11.0.6
prettier 2.8.8 3.6.2
prettier-plugin-svelte 2.10.1 3.4.0
svelte 4.2.20 5.37.0
svelte-check 3.8.6 4.3.0
tailwindcss 3.4.17 4.1.11
vite 5.4.19 7.0.6
vitest 1.6.1 3.2.4

Updates @threlte/core from 6.1.1 to 8.1.3

Release notes

Sourced from @​threlte/core's releases.

@​threlte/core@​8.1.3

Patch Changes

  • f08ec19: Reduce number of dispose effects per app

@​threlte/core@​8.1.2

Patch Changes

  • 2af56f3: Fix: unattach correct object3d reference on unmount

@​threlte/core@​8.1.1

Patch Changes

  • 62da2af: Fix: only reset default camera if no T components with makeDefault exist

@​threlte/core@​8.1.0

Minor Changes

  • 74b7b04: Improve T component performance, use runes internals

@​threlte/core@​8.0.6

Patch Changes

  • 17f0f85: Change renderer.svelte.ts effects to effects.pre

@​threlte/core@​8.0.5

Patch Changes

  • 774445e: Bump supported Three.js version to greater than 159

@​threlte/core@​8.0.4

Patch Changes

  • d8392bf: Improve TS Configs

@​threlte/core@​8.0.2

Patch Changes

  • 0ba3ebe: update deps

@​threlte/core@​8.0.1

Patch Changes

  • c02525f: Threlte Canvas size defaults to the offsetWidth and offsetHeight. If you'd like the DOM rect properties you must call dom.getBoundingClientRect()

@​threlte/core@​8.0.0

Major Changes

  • 98b9789: Change oncreate API to return a cleanup function instead of passing it to a function argument
  • e7b0273: Make AgXToneMapping the default toneMapping

... (truncated)

Changelog

Sourced from @​threlte/core's changelog.

8.1.3

Patch Changes

  • f08ec19: Reduce number of dispose effects per app

8.1.2

Patch Changes

  • 2af56f3: Fix: unattach correct object3d reference on unmount

8.1.1

Patch Changes

  • 62da2af: Fix: only reset default camera if no T components with makeDefault exist

8.1.0

Minor Changes

  • 74b7b04: Improve T component performance, use runes internals

8.0.6

Patch Changes

  • 17f0f85: Change renderer.svelte.ts effects to effects.pre

8.0.5

Patch Changes

  • 774445e: Bump supported Three.js version to greater than 159

8.0.4

Patch Changes

  • d8392bf: Improve TS Configs

8.0.3

Patch Changes

  • 74a4976: Stronger typechecking
  • 4fdc0dc: Upgrade Eslint to v9
  • c4fdd00: fix(core): improve type checks in createSetter for safer property setting
  • d4956db: refactor(renderer): add generic typing to RendererContext

... (truncated)

Commits

Updates @threlte/extras from 7.5.4 to 9.4.2

Release notes

Sourced from @​threlte/extras's releases.

@​threlte/extras@​9.4.2

Patch Changes

  • 381fe96: Fix infinite effect loop in Gizmo

@​threlte/extras@​9.4.1

Patch Changes

  • 4af59ff: Remove self ref assignment in Environment component

@​threlte/extras@​9.4.0

Minor Changes

  • 12be21a: Add Decal and SVG components

Patch Changes

  • 6aab0e9: Fix interactivity memory leak

@​threlte/extras@​9.3.0

Minor Changes

  • 0817794: Add CameraControls component

@​threlte/extras@​9.2.2

Patch Changes

  • 774445e: Link to primary three-perf library in package.json
  • 774445e: Bump supported Three.js version to greater than 159

@​threlte/extras@​9.2.1

Patch Changes

  • d8392bf: Improve TS Configs

@​threlte/extras@​9.1.4

Patch Changes

  • f268570: Remove generation of intermediate Object3Ds when creating portals

@​threlte/extras@​9.1.3

Patch Changes

  • 8ce3129: Update instanced sprite dependency to support three 175

@​threlte/extras@​9.1.2

Patch Changes

  • 0ba3ebe: update deps
  • 1a93c64: Fix ownership_invalid_mutation in InstancedMesh and InstancedMeshes

... (truncated)

Changelog

Sourced from @​threlte/extras's changelog.

9.4.2

Patch Changes

  • 381fe96: Fix infinite effect loop in Gizmo

9.4.1

Patch Changes

  • 4af59ff: Remove self ref assignment in Environment component

9.4.0

Minor Changes

  • 12be21a: Add Decal and SVG components

Patch Changes

  • 6aab0e9: Fix interactivity memory leak

9.3.0

Minor Changes

  • 0817794: Add CameraControls component

9.2.2

Patch Changes

  • 774445e: Link to primary three-perf library in package.json
  • 774445e: Bump supported Three.js version to greater than 159

9.2.1

Patch Changes

  • d8392bf: Improve TS Configs

9.2.0

Minor Changes

  • 048a269: Migrate CSM to runes

Patch Changes

  • ca17d14: Make all MeshLine props reactive

... (truncated)

Commits

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

Release notes

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

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

Minor Changes

  • feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules (#1176)

Patch Changes

  • skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue (#1166)

  • increase logLevel to info for "no Svelte config found" message (#1179)

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

Major Changes

  • drop support for node18 and update exports map to use default export. cjs is supported via require esm in node 20.19+ (#1129)

  • Remove experimental "advanced raw queries" feature. Basic File.svelte?raw is still supported. (#1145)

  • Using the typescript preprocessor now requires a tsconfig.json with verbatimModuleSyntax enabled, eg @​tsconfig/svelte (#1135)

  • remove support for loading commonjs svelte config files (#1142)

  • bump vite peer dependency to ^6.3.0 || ^7.0.0 (#1130)

  • define filters using object hook syntax and optimize the filter for resolveId (#1132)

    NOTE include logic has changed to files matching svelteConfig.include OR svelteConfig.extensions. Previously only files matching both were loaded and transformed.

  • split preprocess and compile into separate plugins (#1145)

    It allows vite plugins to transform code between preprocess and compile, see docs and is the recommended way to replace plugin.api.sveltePreprocess usage in other vite plugins. You can also use vite-plugin-inspect now to inspect the result of svelte.preprocess by checking the transform of vite-plugin-svelte:preprocess

    NOTE This can be a breaking change in case you have other plugins besides vite-plugin-svelte transforming your svelte code To fix this, read the docs on how to order plugins in relation to preprocess and compile

Minor Changes

  • Add experimental support for rolldown-vite (#1135)

  • replace esbuild optimizer with rolldown optimizer if rolldown-vite is used (#1135)

... (truncated)

Changelog

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

6.1.0

Minor Changes

  • feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules (#1176)

Patch Changes

  • skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue (#1166)

  • increase logLevel to info for "no Svelte config found" message (#1179)

6.0.0

Major Changes

  • drop support for node18 and update exports map to use default export. cjs is supported via require esm in node 20.19+ (#1129)

  • Remove experimental "advanced raw queries" feature. Basic File.svelte?raw is still supported. (#1145)

  • Using the typescript preprocessor now requires a tsconfig.json with verbatimModuleSyntax enabled, eg @​tsconfig/svelte (#1135)

  • remove support for loading commonjs svelte config files (#1142)

  • bump vite peer dependency to ^6.3.0 || ^7.0.0 (#1130)

  • define filters using object hook syntax and optimize the filter for resolveId (#1132)

    NOTE include logic has changed to files matching svelteConfig.include OR svelteConfig.extensions. Previously only files matching both were loaded and transformed.

  • split preprocess and compile into separate plugins (#1145)

    It allows vite plugins to transform code between preprocess and compile, see docs and is the recommended way to replace plugin.api.sveltePreprocess usage in other vite plugins. You can also use vite-plugin-inspect now to inspect the result of svelte.preprocess by checking the transform of vite-plugin-svelte:preprocess

    NOTE This can be a breaking change in case you have other plugins besides vite-plugin-svelte transforming your svelte code To fix this, read the docs on how to order plugins in relation to preprocess and compile

... (truncated)

Commits
  • b5f7194 Version Packages (#1169)
  • 16c08e5 fix: log missing config at info level (#1179)
  • 6abf2c6 feat: support experimental.async and dynamicCompileOptions for Svelte modules...
  • 55951de fix(deps): update all non-major dependencies (#1175)
  • 666dc61 fix: do not wrongly suggest that a lang attribute is missing when finding com...
  • 280a5e7 Version Packages (#1164)
  • cb00201 fix(deps): update all non-major dependencies (#1162)
  • e687ccf Version Packages (next) (#1159)
  • fac52a4 fix: crawl local workspace private packages devDependencies (#1155)
  • 47e8a9f fix: reduce logging for deprecations (#1158)
  • Additional commits viewable in compare view

Updates @testing-library/svelte from 4.2.3 to 5.2.8

Release notes

Sourced from @​testing-library/svelte's releases.

v5.2.8

5.2.8 (2025-05-19)

Bug Fixes

  • configure dom-testing-library to flush Svelte changes (#439) (492dbd1)

v5.2.7

5.2.7 (2025-02-11)

Bug Fixes

  • types: fix types when using legacy components in Svelte 5 (#424) (e86dada)

v5.2.6

5.2.6 (2024-11-19)

Bug Fixes

  • types: do not erase component type constraint (#410) (90ba912)

v5.2.5

5.2.5 (2024-11-18)

Bug Fixes

  • types: adjust legacy types for eslint-plugin-svelte (#409) (acbddfd)

v5.2.4

5.2.4 (2024-10-18)

Bug Fixes

  • vite: set ssr.noExternal even if not in project package.json (#404) (b5e0f3d)

v5.2.3

5.2.3 (2024-10-02)

Bug Fixes

  • svelte5: ensure typings are actually included in the module (#402) (f4b1508)

v5.2.2

5.2.2 (2024-10-01)

Bug Fixes

  • svelte5: update typings to support new component types (#400) (6f45a96)

v5.2.1

... (truncated)

Commits
  • 492dbd1 fix: configure dom-testing-library to flush Svelte changes (#439)
  • 1aa3701 style: update to ESLint v9 and rework lint config (#438)
  • f1fb8dd ci: use specific dependencies for different Svelte/Node versions (#436)
  • 6096f05 ci: expand matrix to include Node 22 (#435)
  • ea37c47 test: extract tests directory out of src (#433)
  • b2005b7 test: replace deprecated toMatchTypeOf (#434)
  • e86dada fix(types): fix types when using legacy components in Svelte 5 (#424)
  • 5aa405a ci: fix node 16 builds again (#423)
  • 298d7ee chore(deps-dev): bump happy-dom from 15.11.7 to 16.3.0 in the test group (#420)
  • 234cc6d chore(deps): bump codecov/codecov-action from 4 to 5 in the actions group (#414)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 6.21.0 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

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

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

❤️ Thank You

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

8.37.0 (2025-07-14)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)

❤️ Thank You

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

8.36.0 (2025-07-07)

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

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

8.35.1 (2025-06-30)

🩹 Fixes

  • remove prettier from eslint-plugin (#11339)

❤️ Thank You

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

8.35.0 (2025-06-23)

🚀 Features

  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)

... (truncated)

Commits
  • d11e79e chore(release): publish 8.38.0
  • 5ec8c58 fix: disallow extra properties in rule options (#11397)
  • 0e884c7 fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...
  • 816be17 chore(release): publish 8.37.0
  • e1b310c fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverlo...
  • 16c344e docs(website): remove stale list of checked expressions (#11384)
  • 84b7a2e chore(release): publish 8.36.0
  • d1388fc fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...
  • 4a60d3e docs(eslint-plugin): [only-throw-error] document options (#11348)
  • 1ca81c1 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

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

8.38.0 (2025-07-21)

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.

8.37.0 (2025-07-14)

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.

8.36.0 (2025-07-07)

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.

8.35.1 (2025-06-30)

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.

8.35.0 (2025-06-23)

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.

8.34.1 (2025-06-16)

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.

8.34.0 (2025-06-09)

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.

8.33.1 (2025-06-02)

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.

8.33.0 (2025-05-26)

... (truncated)

Commits
  • d11e79e chore(release): publish 8.38.0
  • 816be17 chore(release): publish 8.37.0
  • 84b7a2e chore(release): publish 8.36.0
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • f9bd7d8 chore(release): publish 8.35.1
  • d19c9f3 chore(release): publish 8.35.0
  • ccd0791 chore(release): publish 8.34.1
  • 8915a47 chore(release): publish 8.34.0
  • 936f350 chore(release): publish 8.33.1
  • dca57b3 chore(release): publish 8.33.0
  • Additional commits viewable in compare view

Updates @vitest/ui from 1.6.1 to 3.2.4

Release notes

Sourced from @​vitest/ui's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

... (truncated)

Commits
  • c666d14 chore: release v3.2.4
  • 93f3200 fix(deps): update all non-major dependencies (#8123)
  • b87ee3e chore: release v3.2.3
  • c69be1f feat(ui): show test annotations and metadata in the test report tab (#8093)
  • 7ddcd33 chore: release v3.2.2
  • f858f3b chore: release v3.2.1
  • 59200ae chore: release v3.2.0
  • cce98d3 chore(deps): update all non-major dependencies (#8067)
  • b03f209 feat: annotation API (#7953)
  • 3bdf05d fix: ensure errors keep their message and stack after toJSON serialisation ...
  • Additional commits viewable in compare view

Updates dotenv from 16.6.1 to 17.2.1

Changelog

Sourced from dotenv's changelog.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
</tr></table> 

... (truncated)

Commits

Updates eslint from 8.57.1 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 28, 2025
Copy link

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
text-to-cad-ui ❌ Failed (Inspect) Aug 4, 2025 4:16pm

Bumps the major group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@threlte/core](https://github.com/threlte/threlte/tree/HEAD/packages/core) | `6.1.1` | `8.1.3` |
| [@threlte/extras](https://github.com/threlte/threlte/tree/HEAD/packages/extras) | `7.5.4` | `9.4.2` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `6.1.0` |
| [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `4.2.3` | `5.2.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.38.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.38.0` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.6.1` | `3.2.4` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.32.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.0` | `10.1.8` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.46.1` | `3.11.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `23.2.0` | `26.1.0` |
| [postcss-custom-media](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-media) | `10.0.8` | `11.0.6` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.6.2` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `2.10.1` | `3.4.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.20` | `5.37.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.6` | `4.3.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.1.11` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.19` | `7.0.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.1` | `3.2.4` |


Updates `@threlte/core` from 6.1.1 to 8.1.3
- [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 7.5.4 to 9.4.2
- [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 `@sveltejs/vite-plugin-svelte` from 3.1.2 to 6.1.0
- [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 `@testing-library/svelte` from 4.2.3 to 5.2.8
- [Release notes](https://github.com/testing-library/svelte-testing-library/releases)
- [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/svelte-testing-library@v4.2.3...v5.2.8)

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

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

Updates `@vitest/ui` from 1.6.1 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/ui)

Updates `dotenv` from 16.6.1 to 17.2.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.2.1)

Updates `eslint` from 8.57.1 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.32.0)

Updates `eslint-config-prettier` from 8.10.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.10.0...v10.1.8)

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

Updates `jsdom` from 23.2.0 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@23.2.0...26.1.0)

Updates `postcss-custom-media` from 10.0.8 to 11.0.6
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-media/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-media)

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

Updates `prettier-plugin-svelte` from 2.10.1 to 3.4.0
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)

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

Updates `svelte-check` from 3.8.6 to 4.3.0
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.6...svelte-check-4.3.0)

Updates `tailwindcss` from 3.4.17 to 4.1.11
- [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.11/packages/tailwindcss)

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

Updates `vitest` from 1.6.1 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@threlte/core"
  dependency-version: 8.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@threlte/extras"
  dependency-version: 9.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@testing-library/svelte"
  dependency-version: 5.2.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@vitest/ui"
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: postcss-custom-media
  dependency-version: 11.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: prettier-plugin-svelte
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: svelte
  dependency-version: 5.37.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: svelte-check
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: tailwindcss
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vite
  dependency-version: 7.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
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