Skip to content

Bump the npm-updates group with 19 updates#13122

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-updates-251aaccc28
Open

Bump the npm-updates group with 19 updates#13122
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-updates-251aaccc28

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-updates group with 19 updates:

Package From To
eslint-plugin-storybook 10.2.19 10.3.3
eslint-plugin-svelte 3.15.2 3.16.0
oxlint 1.56.0 1.57.0
turbo 2.8.17 2.8.20
posthog-js 1.360.2 1.363.4
@tanstack/react-query 5.90.21 5.95.2
@tanstack/react-query-devtools 5.91.3 5.95.2
effect 3.20.0 3.21.0
react-resizable-panels 4.7.3 4.7.5
@tanstack/eslint-plugin-query 5.91.4 5.95.2
@tanstack/router-plugin 1.166.13 1.167.4
@tryghost/content-api 1.12.5 1.12.6
@codemirror/lang-yaml 6.1.2 6.1.3
@rails/actioncable 8.1.200 8.1.201
@storybook/addon-svelte-csf 5.0.11 5.1.0
@storybook/addon-vitest 10.2.19 10.3.3
get-port 7.1.0 7.2.0
@sentry/sveltekit 10.44.0 10.45.0
svelte 5.54.0 5.55.0

Updates eslint-plugin-storybook from 10.2.19 to 10.3.3

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.3.3

10.3.3

v10.3.2

10.3.2

v10.3.1

10.3.1

v10.3.0

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.3.3

10.3.2

10.3.1

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Commits
  • b0acfb4 Bump version from "10.3.2" to "10.3.3" [skip ci]
  • 308656f Bump version from "10.3.1" to "10.3.2" [skip ci]
  • 24c2c2c Bump version from "10.3.0" to "10.3.1" [skip ci]
  • 06cb6a6 Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]
  • df32a33 Merge branch 'next-release' into next
  • 94b9430 Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]
  • fefa2f5 Merge pull request #34172 from storybookjs/kasper/vitest-root-migration
  • af5b7de Bump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]
  • 8b78c8b Merge branch 'next' into kasper/vitest-root-migration
  • 7ffabb5 Fix tests that relied on process.cwd() being code/
  • Additional commits viewable in compare view

Updates eslint-plugin-svelte from 3.15.2 to 3.16.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.16.0

Minor Changes

  • #1483 69c9a6a Thanks @​shimscho! - feat: add svelte/max-lines-per-block rule to enforce maximum line counts per block in Svelte SFCs

  • #1484 98eae61 Thanks @​Stadly! - feat: ignore parenthetical notes in svelte-ignore comments

Changelog

Sourced from eslint-plugin-svelte's changelog.

3.16.0

Minor Changes

  • #1483 69c9a6a Thanks @​shimscho! - feat: add svelte/max-lines-per-block rule to enforce maximum line counts per block in Svelte SFCs

  • #1484 98eae61 Thanks @​Stadly! - feat: ignore parenthetical notes in svelte-ignore comments

Commits
  • e98c794 chore: release eslint-plugin-svelte (#1497)
  • 3cef552 docs(no-navigation-without-resolve): update rule documentation (#1479)
  • 98eae61 feat: ignore parenthetical notes in svelte-ignore comments (#1484)
  • 69c9a6a feat: add svelte/max-lines-per-block rule (#1483)
  • bea638e chore: update devDeps and format
  • See full diff in compare view

Updates oxlint from 1.56.0 to 1.57.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Commits

Updates turbo from 2.8.17 to 2.8.20

Release notes

Sourced from turbo's releases.

Turborepo v2.8.20

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.19...v2.8.20

Turborepo v2.8.20-canary.1

What's Changed

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.19-canary.3...v2.8.20-canary.1

Turborepo v2.8.19

What's Changed

turbo-ignore

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.18...v2.8.19

Turborepo v2.8.19-canary.3

What's Changed

turbo-ignore

... (truncated)

Commits
  • b61c532 publish 2.8.20 to registry
  • 8f0e719 release(turborepo): 2.8.20-canary.1 (#12395)
  • 106fa3e fix: Prevent stdin from being dropped for persistent tasks in stream mode (...
  • 66f2c36 release(turborepo): 2.8.19 (#12392)
  • 7da779a fix: Support legacy unscoped binary package names in Node shim (#12391)
  • 9d977f1 fix: Detect scoped @turbo/{platform} packages in local binary resolution (#...
  • 2ff8fc9 chore: Upgrade Next.js to 16.2.0 in examples and apps (#12389)
  • ee90d8e release(turborepo): 2.8.19-canary.3 (#12387)
  • 4b2eae6 fix: Tailored turbo-ignore deprecation notice for Vercel users (#12385)
  • 1885f08 release(turborepo): 2.8.19-canary.2 (#12384)
  • Additional commits viewable in compare view

Updates posthog-js from 1.360.2 to 1.363.4

Release notes

Sourced from posthog-js's releases.

posthog-js@1.363.4

1.363.4

Patch Changes

posthog-js@1.363.3

1.363.3

Patch Changes

  • #3253 42fbd41 Thanks @​marandaneto! - Reduce browser SDK bundle size by ~6.6 KB (-3.7%) through code modernization, build config tuning, string deduplication, enum-to-const conversions, and property access shorthand getters. (2026-03-23)
  • Updated dependencies []:
    • @​posthog/types@​1.363.3

posthog-js@1.363.2

1.363.2

Patch Changes

  • #3267 e5ef520 Thanks @​ksvat! - bump rrweb dependency version (2026-03-23)

  • #3260 1435ec8 Thanks @​kyleswank! - Log warning instead of throwing error when session recording script is blocked by ad blockers (2026-03-23)

  • Updated dependencies []:

    • @​posthog/types@​1.363.2

posthog-js@1.363.1

1.363.1

Patch Changes

  • Updated dependencies [314120a]:
    • @​posthog/core@​1.24.1
    • @​posthog/types@​1.363.1

posthog-js@1.363.0

1.363.0

Minor Changes

  • #3247 7efa558 Thanks @​dmarticus! - prevent silent identity switch during bootstrap and auto-identify anonymous users (2026-03-20)

... (truncated)

Commits
  • dbb9eae chore: update versions and lockfile [version bump]
  • 664a11b chore: bump rrweb version to 0.0.48 (#3275)
  • d7391a3 chore: update versions and lockfile [version bump]
  • 42fbd41 chore(browser): reduce bundle size by 6.6 KB (-3.7%) (#3253)
  • f4b928c chore: update versions and lockfile [version bump]
  • 1435ec8 fix: Instead of throwing, log as an error if the recorder isn't yet fully ava...
  • 693cc0d fix(react-native): prevent set -e from aborting xcode script when npm is not ...
  • e5ef520 chore: bump rrweb dep version (#3267)
  • 482c85f chore: update versions and lockfile [version bump]
  • 314120a chore(et): clean config building (#3265)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.21 to 5.95.2

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.95.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.2
    • @​tanstack/react-query@​5.95.2

@​tanstack/react-query-next-experimental@​5.95.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.95.2

@​tanstack/react-query-persist-client@​5.95.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.95.2
    • @​tanstack/react-query@​5.95.2

@​tanstack/react-query@​5.95.2

Patch Changes

  • Updated dependencies [cd5a35b]:
    • @​tanstack/query-core@​5.95.2

@​tanstack/react-query-devtools@​5.95.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.1
    • @​tanstack/react-query@​5.95.1

@​tanstack/react-query-next-experimental@​5.95.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.95.1

@​tanstack/react-query-persist-client@​5.95.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.95.1
    • @​tanstack/react-query@​5.95.1

@​tanstack/react-query@​5.95.1

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.95.2

Patch Changes

  • Updated dependencies [cd5a35b]:
    • @​tanstack/query-core@​5.95.2

5.95.1

Patch Changes

  • Updated dependencies [1f1775c]:
    • @​tanstack/query-core@​5.95.1

5.95.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.95.0

5.94.5

Patch Changes

  • fix(*): resolve issue about excluded build directory (#10312)

  • Updated dependencies [4b6536d]:

    • @​tanstack/query-core@​5.94.5

5.94.4

Patch Changes

  • chore: fixed version (#10064)

  • Updated dependencies [4c75210]:

    • @​tanstack/query-core@​5.94.4

5.91.3

Patch Changes

  • fix: stop node types from leaking into browser (#10302)

5.91.2

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.91.3 to 5.95.2

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

@​tanstack/react-query-devtools@​5.95.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.2
    • @​tanstack/react-query@​5.95.2

@​tanstack/react-query-devtools@​5.95.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.1
    • @​tanstack/react-query@​5.95.1

@​tanstack/react-query-devtools@​5.95.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.0
    • @​tanstack/react-query@​5.95.0
Changelog

Sourced from @​tanstack/react-query-devtools's changelog.

5.95.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.2
    • @​tanstack/react-query@​5.95.2

5.95.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.1
    • @​tanstack/react-query@​5.95.1

5.95.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.95.0
    • @​tanstack/react-query@​5.95.0

5.94.5

Patch Changes

  • fix(*): resolve issue about excluded build directory (#10312)

  • Updated dependencies [4b6536d]:

    • @​tanstack/query-devtools@​5.94.5
    • @​tanstack/react-query@​5.94.5

5.94.4

Patch Changes

  • chore: fixed version (#10064)

  • Updated dependencies [4c75210]:

    • @​tanstack/query-devtools@​5.94.4
    • @​tanstack/react-query@​5.94.4
Commits

Updates effect from 3.20.0 to 3.21.0

Release notes

Sourced from effect's releases.

effect@3.21.0

Minor Changes

  • #5780 f7bb09b Thanks @​kitlangton! - Add Cron.prev and reverse iteration support, aligning next/prev lookup tables, fixing DST handling symmetry, and expanding cron backward/forward test coverage.

  • #5780 bd7552a Thanks @​mattiamanzati! - Add type-level utils to asserting layer types

  • #5780 ad1a7eb Thanks @​schickling! - RcMap: support dynamic idleTimeToLive values per key

    The idleTimeToLive option can now be a function that receives the key and returns a duration, allowing different TTL values for different resources.

    const map =
      yield *
      RcMap.make({
        lookup: (key: string) => acquireResource(key),
        idleTimeToLive: (key: string) => {
          if (key.startsWith("premium:")) return Duration.minutes(10)
          return Duration.minutes(1)
        }
      })
  • #5780 0d32048 Thanks @​mikearnaldi! - Fix annotateCurrentSpan, add Effect.currentPropagatedSpan

Patch Changes

  • #5780 0d32048 Thanks @​mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to the p span because Effect.fn adds a fake span for the purpose of adding a stack frame.

    import { Effect } from "effect"
    const f = Effect.fn(function* () {
    yield* Effect.logWarning("FooBar")
    return yield* Effect.fail("Oops")
    })
    const p = f().pipe(Effect.withSpan("p"))

effect@3.20.1

Patch Changes

  • #6133 add06f4 Thanks @​aniravi24! - Fix Equal.equals crash when comparing null values inside structuralRegion. Added null guard before Object.getPrototypeOf calls to prevent TypeError: Cannot convert undefined or null to object.

  • #6093 a03b6a2 Thanks @​luchersou! - avoid class for PrettyError to preserve error.name

Changelog

Sourced from effect's changelog.

3.21.0

Minor Changes

  • #5780 f7bb09b Thanks @​kitlangton! - Add Cron.prev and reverse iteration support, aligning next/prev lookup tables, fixing DST handling symmetry, and expanding cron backward/forward test coverage.

  • #5780 bd7552a Thanks @​mattiamanzati! - Add type-level utils to asserting layer types

  • #5780 ad1a7eb Thanks @​schickling! - RcMap: support dynamic idleTimeToLive values per key

    The idleTimeToLive option can now be a function that receives the key and returns a duration, allowing different TTL values for different resources.

    const map =
      yield *
      RcMap.make({
        lookup: (key: string) => acquireResource(key),
        idleTimeToLive: (key: string) => {
          if (key.startsWith("premium:")) return Duration.minutes(10)
          return Duration.minutes(1)
        }
      })
  • #5780 0d32048 Thanks @​mikearnaldi! - Fix annotateCurrentSpan, add Effect.currentPropagatedSpan

Patch Changes

  • #5780 0d32048 Thanks @​mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to the p span because Effect.fn adds a fake span for the purpose of adding a stack frame.

    import { Effect } from "effect"
    const f = Effect.fn(function* () {
    yield* Effect.logWarning("FooBar")
    return yield* Effect.fail("Oops")
    })
    const p = f().pipe(Effect.withSpan("p"))

3.20.1

Patch Changes

  • #6133 add06f4 Thanks @​aniravi24! - Fix Equal.equals crash when comparing null values inside structuralRegion. Added null guard before Object.getPrototypeOf calls to prevent TypeError: Cannot convert undefined or null to object.

  • #6093 a03b6a2 Thanks @​luchersou! - avoid class for PrettyError to preserve error.name

Commits
  • 6e3782a Version Packages (#6135)
  • f7bb09b Add Cron.prev reverse iteration support (#5786)
  • bd7552a Add type-level utils to asserting layer types (#5920)
  • ad1a7eb RcMap: support dynamic idleTimeToLive values per key (#5859)
  • 0d32048 Add logs to first propagated span (#5710)
  • 37a8af5 Version Packages (#6134)
  • a03b6a2 fix(logger): use source maps for error stack traces in browser pretty logger ...
  • 7d8fc1e docs(Layer): clarify scopedDiscard JSDoc to match effectDiscard (#5790)
  • add06f4 fix(Equal): guard against null in structuralRegion comparison (#6133)
  • See full diff in compare view

Updates react-resizable-panels from 4.7.3 to 4.7.5

Release notes

Sourced from react-resizable-panels's releases.

4.7.5

  • 696: Improved server rendering support for defaultSize prop

4.7.4

  • 689: Fix edge case bug with pointer event capture
Changelog

Sourced from react-resizable-panels's changelog.

4.7.5

  • 696: Improved server rendering support for defaultSize prop

4.7.4

  • 689: Fix edge case bug with pointer event capture
Commits

Updates @tanstack/eslint-plugin-query from 5.91.4 to 5.95.2

Release notes

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

@​tanstack/eslint-plugin-query@​5.95.2

No release notes provided.

@​tanstack/eslint-plugin-query@​5.95.1

No release notes provided.

@​tanstack/eslint-plugin-query@​5.95.0

Minor Changes

  • BREAKING (eslint-plugin...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

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

Project Deployment Actions Updated (UTC)
gitbutler-web Ready Ready Preview, Comment Mar 31, 2026 9:48pm

Request Review

Bumps the npm-updates group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.2.19` | `10.3.3` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte) | `3.15.2` | `3.16.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.56.0` | `1.57.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.8.17` | `2.8.20` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.360.2` | `1.363.4` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.21` | `5.95.2` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.3` | `5.95.2` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.20.0` | `3.21.0` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.7.3` | `4.7.5` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.91.4` | `5.95.2` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.166.13` | `1.167.4` |
| [@tryghost/content-api](https://github.com/TryGhost/SDK/tree/HEAD/packages/content-api) | `1.12.5` | `1.12.6` |
| [@codemirror/lang-yaml](https://github.com/codemirror/lang-yaml) | `6.1.2` | `6.1.3` |
| [@rails/actioncable](https://github.com/rails/rails) | `8.1.200` | `8.1.201` |
| [@storybook/addon-svelte-csf](https://github.com/storybookjs/addon-svelte-csf) | `5.0.11` | `5.1.0` |
| [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.2.19` | `10.3.3` |
| [get-port](https://github.com/sindresorhus/get-port) | `7.1.0` | `7.2.0` |
| [@sentry/sveltekit](https://github.com/getsentry/sentry-javascript) | `10.44.0` | `10.45.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.54.0` | `5.55.0` |


Updates `eslint-plugin-storybook` from 10.2.19 to 10.3.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.3.3/code/lib/eslint-plugin)

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

Updates `oxlint` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.57.0/npm/oxlint)

Updates `turbo` from 2.8.17 to 2.8.20
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.8.17...v2.8.20)

Updates `posthog-js` from 1.360.2 to 1.363.4
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.360.2...posthog-js@1.363.4)

Updates `@tanstack/react-query` from 5.90.21 to 5.95.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.95.2/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.91.3 to 5.95.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.95.2/packages/react-query-devtools)

Updates `effect` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.21.0/packages/effect)

Updates `react-resizable-panels` from 4.7.3 to 4.7.5
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.7.3...4.7.5)

Updates `@tanstack/eslint-plugin-query` from 5.91.4 to 5.95.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/eslint-plugin-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/eslint-plugin-query@5.95.2/packages/eslint-plugin-query)

Updates `@tanstack/router-plugin` from 1.166.13 to 1.167.4
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.167.4/packages/router-plugin)

Updates `@tryghost/content-api` from 1.12.5 to 1.12.6
- [Commits](https://github.com/TryGhost/SDK/commits/@tryghost/content-api@1.12.6/packages/content-api)

Updates `@codemirror/lang-yaml` from 6.1.2 to 6.1.3
- [Changelog](https://github.com/codemirror/lang-yaml/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-yaml@6.1.2...6.1.3)

Updates `@rails/actioncable` from 8.1.200 to 8.1.201
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/commits)

Updates `@storybook/addon-svelte-csf` from 5.0.11 to 5.1.0
- [Release notes](https://github.com/storybookjs/addon-svelte-csf/releases)
- [Changelog](https://github.com/storybookjs/addon-svelte-csf/blob/main/CHANGELOG.md)
- [Commits](storybookjs/addon-svelte-csf@v5.0.11...v5.1.0)

Updates `@storybook/addon-vitest` from 10.2.19 to 10.3.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.3.3/code/addons/vitest)

Updates `get-port` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/sindresorhus/get-port/releases)
- [Commits](sindresorhus/get-port@v7.1.0...v7.2.0)

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

Updates `svelte` from 5.54.0 to 5.55.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/svelte@5.55.0/packages/svelte)

---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: oxlint
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: turbo
  dependency-version: 2.8.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: posthog-js
  dependency-version: 1.363.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.95.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.95.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: effect
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: react-resizable-panels
  dependency-version: 4.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.95.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.167.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@tryghost/content-api"
  dependency-version: 1.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@codemirror/lang-yaml"
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rails/actioncable"
  dependency-version: 8.1.201
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@storybook/addon-svelte-csf"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@storybook/addon-vitest"
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: get-port
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@sentry/sveltekit"
  dependency-version: 10.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: svelte
  dependency-version: 5.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-updates-251aaccc28 branch from 209a281 to 451422d Compare March 31, 2026 21:46
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 @gitbutler/desktop @gitbutler/ui @gitbutler/web javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants