Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-dependencies group in /studio/frontend with 12 updates:

Package From To
@xyflow/svelte 0.1.22 1.5.0
fast-equals 5.4.0 6.0.0
jspdf 3.0.4 4.0.0
lucide-svelte 0.468.0 0.562.0
monaco-editor 0.52.2 0.55.1
@sveltejs/kit 2.49.2 2.50.0
@sveltejs/vite-plugin-svelte 4.0.4 6.2.4
@types/node 22.19.3 25.0.9
svelte 5.46.0 5.47.1
svelte-check 4.3.4 4.3.5
tailwindcss 3.4.19 4.1.18
vite 5.4.21 7.3.1

Updates @xyflow/svelte from 0.1.22 to 1.5.0

Release notes

Sourced from @​xyflow/svelte's releases.

@​xyflow/svelte@​1.5.0

Minor Changes

Patch Changes

@​xyflow/svelte@​1.4.2

Patch Changes

@​xyflow/svelte@​1.4.1

Patch Changes

@​xyflow/svelte@​1.4.0

Minor Changes

... (truncated)

Changelog

Sourced from @​xyflow/svelte's changelog.

1.5.0

Minor Changes

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

... (truncated)

Commits
  • c0ed3c3 chore(packages): bump
  • 501a791 Merge pull request #5596 from xyflow/chore/svelte-typed-context
  • cf05d65 linting
  • 83a312b chore(zIndexMode): use basic as default
  • 14fd41b change default back to elevateEdgesOnSelect=false and zIndexMode=basic
  • 202f48e fix edgeToolbar and remove minimum Svelte version bump
  • a83b4bd Merge branch 'main' into chore/svelte-typed-context
  • 2c05b32 Merge branch 'feat/zindexmode' of github.com:xyflow/xyflow into feat/zindexmode
  • ddbb928 chore(examples): add zindexmode
  • 9faca33 Merge branch 'main' into feat/zindexmode
  • Additional commits viewable in compare view

Updates fast-equals from 5.4.0 to 6.0.0

Release notes

Sourced from fast-equals's releases.

Release 6.0.0

  • [Cleanup] Final touches for v6 (#171) (eafa037)
  • [Enhancement] Drop UMD support and source maps (#164) (348d167)
  • add strictEqual method, and remove indirecton methods from equals.ts (#170) (5a566ff)
  • reduce exposed types, and simplify internals related to typed equality comparators (#169) (8225219)
  • include AsyncGeneratorFunction in tag handlers (475fcfd)
  • [Fix] Restore sameValueZeroEqual (#168) (3b9cabf)
  • [Cleanup] Speed tweaks (#167) (5ab92f5)
  • [Enhancement] Make custom comparators more flexible (#166) (7dfc4a0)
  • [Enhancement] Internalize tag lookup to object (#165) (ebafde5)

Release 6.0.0-rc.1

  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (8784ab9)
  • [Fix] Restore sameValueZeroEqual (#168) (3b9cabf)

Release 6.0.0-rc.0

  • update CHANGELOG to include other changes (4b7ede2)
  • update dependencies to latest (2665004)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (0df48c3)
  • [Cleanup] Speed tweaks (#167) (5ab92f5)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (3a82b11)
  • [Enhancement] Make custom comparators more flexible (#166) (7dfc4a0)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (ae63678)
  • [Enhancement] Internalize tag lookup to object (#165) (ebafde5)

Release 6.0.0-beta.1

  • update to latest build tools with consolidated types files (305021a)
  • update CHANGELOG (9602aed)

Release 6.0.0-beta.0

  • update to latest build tools beta (d94d990)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (863ea8b)
  • get build setup working (5d45951)
Changelog

Sourced from fast-equals's changelog.

6.0.0

Breaking changes

  • #164 - Drop UMD support and distribution of source maps (see #161 for reasoning)
  • #166 - Remove unsupportedTagComparators object in favor of getUnsupportedCustomComparator method
  • Add sameValueEqual method (Object.is with ponyfill for legacy environments) and make it the default number comparison (formerly used sameValueZeroEqual)
  • #170 - Add strictEqual method for convenience and completeness

Enhancements

  • BigInt support added (uses same handlers as normal numbers)
  • Faster!
  • More flexibility for methods not included by default via getUnsupportedCustomComparator
Commits
  • 7417e12 Release 6.0.0
  • eafa037 [Cleanup] Final touches for v6 (#171)
  • 348d167 [Enhancement] Drop UMD support and source maps (#164)
  • 5a566ff add strictEqual method, and remove indirecton methods from equals.ts (#170)
  • 8225219 reduce exposed types, and simplify internals related to typed equality compar...
  • 475fcfd include AsyncGeneratorFunction in tag handlers
  • 3b9cabf [Fix] Restore sameValueZeroEqual (#168)
  • 5ab92f5 [Cleanup] Speed tweaks (#167)
  • 7dfc4a0 [Enhancement] Make custom comparators more flexible (#166)
  • ebafde5 [Enhancement] Internalize tag lookup to object (#165)
  • See full diff in compare view

Updates jspdf from 3.0.4 to 4.0.0

Release notes

Sourced from jspdf's releases.

v4.0.0

This release fixes a critical path traversal/local file inclusion security vulnerability in the jsPDF Node.js build. File system access is now restricted by default and can be enabled by either using node's --permission flag or the new jsPDF.allowFsRead property.

There are no other breaking changes.

Commits

Updates lucide-svelte from 0.468.0 to 0.562.0

Release notes

Sourced from lucide-svelte's releases.

Version 0.562.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.561.0...0.562.0

Version 0.561.0

What's Changed

Full Changelog: lucide-icons/lucide@0.560.0...0.561.0

Version 0.560.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.559.0...0.560.0

Version 0.559.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.558.0...0.559.0

Version 0.558.0

What's Changed

Full Changelog: lucide-icons/lucide@0.557.0...0.558.0

Version 0.557.0

What's Changed

... (truncated)

Commits
Maintainer changes

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


Updates monaco-editor from 0.52.2 to 0.55.1

Release notes

Sourced from monaco-editor's releases.

v0.55.1

Changes:

  • #5121: Fixes missing language exports
  • #5122: v0.55.1

This list of changes was auto generated.

v0.55.0

Changes:

  • #5120: Fixes npx playwright install --with-deps
  • #5118: Fixes microsoft/monaco-editor#5113
  • #5117: v0.55.0
  • #5116: Install playwright dependencies in monaco-editor-core job
  • #5105: Fixes website
  • #5104: fixes website & adds editor.api.d.ts
  • #5102: Fixes typedoc & updates pipelines to test website
  • #5100: Updates website dependencies
  • #5071: Bump vite from 5.4.20 to 5.4.21 in /samples/browser-esm-vite-react
  • #4961: Bump on-headers and compression in /samples
  • #5040: Bump @​babel/runtime from 7.18.9 to 7.28.4 in /website
  • #5095: Bump vite from 7.1.9 to 7.1.11 in /samples/browser-esm-vite
  • #5097: Cleans up build scripts
  • #5098: Dont build the editor when building the website
  • #5099: Run tests
  • #5094: Adds vite esm example
  • #5093: Adds playground support for esmUrl
  • #5092: Updates changelog
  • #5090: Adds localization section to readme
  • #5089: Adds missing NLS files
  • #5088: Dont use .js for typescript imports, as rollup adds them to the output
  • #5070: Bump vite from 7.1.5 to 7.1.11
  • #5069: Bump playwright and @​playwright/test
  • #5058: Add monaco-editor-core dependencies to monaco-editor after updating monaco-editor-core.
  • #5053: Bump loader-utils from 2.0.2 to 2.0.4 in /website
  • #5055: Bump postcss and css-loader in /website
  • #5054: Bump json5 from 2.2.1 to 2.2.3 in /website
  • #4973: Fix Kotlin number literals
  • #4991: Bump vite from 2.9.17 to 5.4.20 in /samples/browser-esm-vite-react
  • #5039: Bump webpack from 5.90.1 to 5.102.1 in /website
  • #5037: Bump ws in /website
  • #5010: [Bug] Multiple issues with how monaco-editor is published
  • #5051: Fixes #5010

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.55.1]

  • Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - #5123

[0.55.0]

Breaking Changes

  • Moves nested namespaces (languages.css, languages.html, languages.json, languages.typescript) to top level namespaces (css, html, json, typescript) to simplify the build process and align with typescript recommendations.

New Features

  • Adds native LSP support (see new lsp namespace).

Bug Fixes

  • Updates dompurify to 3.2.7

[0.54.0]

  • Adds option editor.mouseMiddleClickAction
  • Various bug fixes

[0.53.0]

  • ⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.

New Features

  • Next Edit Suggestion support.
  • Scroll On Middle Click
  • Edit Context Support

Breaking Changes

  • Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
  • The browser-script-editor scenario for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
  • Custom AMD workers don't work anymore out of the box.

[0.52.0]

  • Comment added inside of IModelContentChangedEvent

[0.51.0]

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

... (truncated)

Commits

Updates @sveltejs/kit from 2.49.2 to 2.50.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.50.0

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

@​sveltejs/kit@​2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

@​sveltejs/kit@​2.49.4

Patch Changes

  • fix: support instrumentation for vite preview (#15105)

  • fix: support for URLSearchParams.has(name, value) overload (#15076)

  • fix: put forking behind experimental.forkPreloads (#15135)

@​sveltejs/kit@​2.49.3

Patch Changes

  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)

  • fix: add typescript as an optional peer dependency (#15074)

  • fix: use hasOwn check when deep-setting object properties (#15127)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.50.0

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

2.49.4

Patch Changes

  • fix: support instrumentation for vite preview (#15105)

  • fix: support for URLSearchParams.has(name, value) overload (#15076)

  • fix: put forking behind experimental.forkPreloads (#15135)

2.49.3

Patch Changes

  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)

  • fix: add typescript as an optional peer dependency (#15074)

  • fix: use hasOwn check when deep-setting object properties (#15127)

Commits

Updates @sveltejs/vite-plugin-svelte from 4.0.4 to 6.2.4

Release notes

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

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

Patch Changes

  • fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)

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

Patch Changes

  • fix(filter): ignore zero-tagged ids per rollup convention (#1255)

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

Patch Changes

  • Update experimental support for rolldown-vite to vite 8 beta (#1246)

  • perf: switch from debug to obug (smaller, esm-only) (#1241)

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

Patch Changes

  • fix: remove unscopable global styles warning (#1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)

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

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

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

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

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

Patch Changes

  • fix(api): add api.filter and deprecate api.idFilter to avoid confusing filter.id = idFilter.id assignments when used as hybrid filter in other plugins (#1199)

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

Patch Changes

... (truncated)

Changelog

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

6.2.4

Patch Changes

  • fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)

6.2.3

Patch Changes

  • fix(filter): ignore zero-tagged ids per rollup convention (#1255)

6.2.2

Patch Changes

  • Update experimental support for rolldown-vite to vite 8 beta (#1246)

  • perf: switch from debug to obug (smaller, esm-only) (#1241)

6.2.1

Patch Changes

  • fix: remove unscopable global styles warning (#1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)

6.2.0

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

6.1.4

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

6.1.3

Patch Changes

... (truncated)

Commits
Maintainer changes

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


Updates @types/node from 22.19.3 to 25.0.9

Commits

Updates svelte from 5.46.0 to 5.47.1

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: trigger selectedcontent reactivity (#17486)

[email protected]

Minor Changes

  • feat: customizable <select> elements (#17429)

Patch Changes

  • fix: mark subtree of svelte boundary as dynamic (#17468)

  • fix: don't reset static elements with debug/snippets (#17477)

[email protected]

Patch Changes

[email protected]

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)

[email protected]

Patch Changes

  • fix: type currentTarget in on function (#17370)

  • fix: skip static optimisation for stateless deriveds after await (#17389)

  • fix: prevent infinite loop when HMRing a component with an await (#17380)

Changelog

Sourced from svelte's changelog.

5.47.1

Patch Changes

  • fix: trigger selectedcontent reactivity (#17486)

5.47.0

Minor Changes

  • feat: customizable <select> elements (#17429)

Patch Changes

  • fix: mark subtree of svelte boundary as dynamic (#17468)

  • fix: don't reset static elements with debug/snippets (#17477)

5.46.4

Patch Changes

5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)

  • fix: don't transform references of function declarations in legacy mode (#17431)

  • fix: notify deriveds of changes to sources inside forks (#17437)

  • fix: always reconnect deriveds in get, when appropriate (#17451)

  • fix: prevent derives without dependencies from ever re-running (286b40c4526ce9970cb81ddd5e65b93b722fe468)

  • fix: correctly update writable deriveds inside forks (#17437)

  • fix: remove $inspect calls after await expressions when compiling for production server code (#17407)

  • fix: clear batch between runs (#17424)

  • fix: adjust loc property of Program nodes created from <script> elements (#17428)

  • fix: don't revert source to UNINITIALIZED state when time travelling (#17409)

5.46.2

....

Description has been truncated

@dependabot dependabot bot added dependencies Upgrade dependencies via Dependabot javascript Pull requests that update javascript code labels Jan 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2026 16:28
Bumps the npm-dependencies group in /studio/frontend with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@xyflow/svelte](https://github.com/xyflow/xyflow/tree/HEAD/packages/svelte) | `0.1.22` | `1.5.0` |
| [fast-equals](https://github.com/planttheidea/fast-equals) | `5.4.0` | `6.0.0` |
| [jspdf](https://github.com/parallax/jsPDF) | `3.0.4` | `4.0.0` |
| [lucide-svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-svelte) | `0.468.0` | `0.562.0` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.2` | `0.55.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.49.2` | `2.50.0` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `4.0.4` | `6.2.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.3` | `25.0.9` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.46.0` | `5.47.1` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.4` | `4.3.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.19` | `4.1.18` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.21` | `7.3.1` |


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

Updates `fast-equals` from 5.4.0 to 6.0.0
- [Release notes](https://github.com/planttheidea/fast-equals/releases)
- [Changelog](https://github.com/planttheidea/fast-equals/blob/main/CHANGELOG.md)
- [Commits](planttheidea/fast-equals@v5.4.0...v6.0.0)

Updates `jspdf` from 3.0.4 to 4.0.0
- [Release notes](https://github.com/parallax/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](parallax/jsPDF@v3.0.4...v4.0.0)

Updates `lucide-svelte` from 0.468.0 to 0.562.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-svelte)

Updates `monaco-editor` from 0.52.2 to 0.55.1
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.52.2...v0.55.1)

Updates `@sveltejs/kit` from 2.49.2 to 2.50.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 `@sveltejs/vite-plugin-svelte` from 4.0.4 to 6.2.4
- [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 `@types/node` from 22.19.3 to 25.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `svelte` from 5.46.0 to 5.47.1
- [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.3.4 to 4.3.5
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/[email protected]@4.3.5)

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

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

---
updated-dependencies:
- dependency-name: "@xyflow/svelte"
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: fast-equals
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: jspdf
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: lucide-svelte
  dependency-version: 0.562.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: monaco-editor
  dependency-version: 0.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 6.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: svelte
  dependency-version: 5.47.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: svelte-check
  dependency-version: 4.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/studio/frontend/npm-dependencies-3317a3f0cc branch from 9e2d03f to 76418c0 Compare January 20, 2026 16:54
@psriramsnc psriramsnc merged commit 8836c69 into main Jan 21, 2026
4 checks passed
@psriramsnc psriramsnc deleted the dependabot/npm_and_yarn/studio/frontend/npm-dependencies-3317a3f0cc branch January 21, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade dependencies via Dependabot javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants