Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

build(deps): bump the all-dependencies group across 1 directory with 31 updates#112

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-3fa1693e64
Open

build(deps): bump the all-dependencies group across 1 directory with 31 updates#112
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-3fa1693e64

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the all-dependencies group with 31 updates in the / directory:

Package From To
@modelcontextprotocol/sdk 1.17.4 1.29.0
@prismicio/client 7.20.1 7.21.8
@prismicio/types-internal 3.16.1 4.5.1
@segment/analytics-node 2.3.0 3.1.0
@sentry/node 10.12.0 10.51.0
cookie 1.0.2 1.1.1
prettier 3.6.2 3.8.3
prismic-ts-codegen 0.1.28 0.1.30
zod 3.25.67 4.4.1
@slicemachine/manager 0.25.4 0.27.2
uuid 13.0.0 14.0.0
@anthropic-ai/claude-code 1.0.100 2.1.126
@eslint/js 9.35.0 10.0.1
@playwright/test 1.55.0 1.59.1
@size-limit/preset-small-lib 11.2.0 12.1.0
@trivago/prettier-plugin-sort-imports 5.2.2 6.0.2
@types/node 24.3.0 25.6.0
@vitest/coverage-v8 3.2.4 4.1.5
dotenv 17.2.1 17.4.2
eslint 9.35.0 10.3.0
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-tsdoc 0.4.0 0.5.2
giget 2.0.0 3.2.0
prettier-plugin-jsdoc 1.3.3 1.8.0
size-limit 11.2.0 12.1.0
typescript 5.8.3 6.0.3
typescript-eslint 8.38.0 8.59.1
vite 7.1.12 8.0.10
vite-plugin-sdk 0.1.4 0.1.5
vitest 3.2.4 4.1.5

Updates @modelcontextprotocol/sdk from 1.17.4 to 1.29.0

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

v1.29.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.28.0...v1.29.0

v1.28.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.1...v1.28.0

v1.27.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.0...v1.27.1

v1.27.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by pcarleton, a new releaser for @​modelcontextprotocol/sdk since your current version.


Updates @prismicio/client from 7.20.1 to 7.21.8

Release notes

Sourced from @​prismicio/client's releases.

v7.21.8

7.21.8 (2026-04-04)

Bug Fixes


This PR was generated with Release Please. See documentation.

v7.21.7

7.21.7 (2026-04-02)

Bug Fixes

  • use arrayBuffer instead of blob when memoizing (#442) (bda71f4)

This PR was generated with Release Please. See documentation.

v7.21.6

7.21.6 (2026-02-10)

Bug Fixes

  • resolve request hang with large API responses (#437) (e5828e2)

This PR was generated with Release Please. See documentation.

v7.21.5

7.21.5 (2026-02-02)

Bug Fixes


This PR was generated with Release Please. See documentation.

... (truncated)

Changelog

Sourced from @​prismicio/client's changelog.

7.21.8 (2026-04-04)

Bug Fixes

7.21.7 (2026-04-02)

Bug Fixes

  • use arrayBuffer instead of blob when memoizing (#442) (bda71f4)

7.21.6 (2026-02-10)

Bug Fixes

  • resolve request hang with large API responses (#437) (e5828e2)

7.21.5 (2026-02-02)

Bug Fixes

7.21.4 (2026-01-30)

Bug Fixes

  • replace regex negative lookbehind for Safari compatibility (#436) (582b31f), closes #424

7.21.3 (2026-01-06)

Bug Fixes

  • restore @prismicio/client/richtext type exports (#428) (ae02ad7)

7.21.2 (2025-12-31)

Bug Fixes

  • move NODE_ENV checks first to fix treeshaking artifacts (#425) (2241765)

7.21.1 (2025-12-22)

... (truncated)

Commits
  • 403fbf4 chore(master): release 7.21.8 (#445)
  • bdf131b fix: update dependencies (#444)
  • 673a207 chore(master): release 7.21.7 (#443)
  • bda71f4 fix: use arrayBuffer instead of blob when memoizing (#442)
  • 529a352 chore(deps): maintain dependencies
  • b5006be chore(master): release 7.21.6 (#441)
  • e5828e2 fix: resolve request hang with large API responses (#437)
  • 826b079 Merge pull request #440 from prismicio/release-please--branches--master--comp...
  • 48cbb38 chore(master): release 7.21.5
  • 3d6ca1f Merge pull request #433 from prismicio/jp/fix-squad-env
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​prismicio/client since your current version.


Updates @prismicio/types-internal from 3.16.1 to 4.5.1

Commits

Updates @segment/analytics-node from 2.3.0 to 3.1.0

Release notes

Sourced from @​segment/analytics-node's releases.

@​segment/analytics-node@​3.1.0

Minor Changes

  • #1342 65951526 Thanks @​MichaelGHSeg! - Unify and harden HTTP response handling and retry behavior across browser and node SDKs.

    • Browser (@segment/analytics-next) - Add config-driven response handling for Segment.io delivery (httpConfig with rate-limit/backoff controls). - Improve batching/dispatcher retry semantics for 429 and transient failures. - Use configured protocol for batching requests when apiHost has no scheme, while preserving compatibility for apiHost values that already include http:// or https://.

    • Node (@segment/analytics-node) - Align publisher retry/status behavior with updated response handling rules. - Add maxTotalBackoffDuration and maxRateLimitDuration settings to control retry ceilings. - Update default retry configuration to increase resilience under transient failures.

    • Core (@segment/analytics-core) - Standardize backoff defaults used by retry queues.

Patch Changes

  • #1365 5eb12a17 Thanks @​MichaelGHSeg! - Fix closeAndFlush silently dropping in-flight events on timeout.

    • Cancel pending retry sleeps via AbortController when closeAndFlush times out, instead of silently swallowing the timeout error.
    • Raise default closeAndFlush timeout floor to 75s (was 12.5s) so it survives at least one Retry-After: 60 cycle.
    • Add http_response emitter event for observing API response status codes and headers.
  • Updated dependencies [65951526]:

    • @​segment/analytics-core@​1.8.3

@​segment/analytics-node@​3.0.0

Major Changes

  • #1348 99cd853b Thanks @​MichaelGHSeg! - Remove node-fetch dependency in favor of native globalThis.fetch (available since Node 18, package requires >= 20)
Changelog

Sourced from @​segment/analytics-node's changelog.

3.1.0

Minor Changes

  • #1342 65951526 Thanks @​MichaelGHSeg! - Unify and harden HTTP response handling and retry behavior across browser and node SDKs.

    • Browser (@segment/analytics-next) - Add config-driven response handling for Segment.io delivery (httpConfig with rate-limit/backoff controls). - Improve batching/dispatcher retry semantics for 429 and transient failures. - Use configured protocol for batching requests when apiHost has no scheme, while preserving compatibility for apiHost values that already include http:// or https://.

    • Node (@segment/analytics-node) - Align publisher retry/status behavior with updated response handling rules. - Add maxTotalBackoffDuration and maxRateLimitDuration settings to control retry ceilings. - Update default retry configuration to increase resilience under transient failures.

    • Core (@segment/analytics-core) - Standardize backoff defaults used by retry queues.

Patch Changes

  • #1365 5eb12a17 Thanks @​MichaelGHSeg! - Fix closeAndFlush silently dropping in-flight events on timeout.

    • Cancel pending retry sleeps via AbortController when closeAndFlush times out, instead of silently swallowing the timeout error.
    • Raise default closeAndFlush timeout floor to 75s (was 12.5s) so it survives at least one Retry-After: 60 cycle.
    • Add http_response emitter event for observing API response status codes and headers.
  • Updated dependencies [65951526]:

    • @​segment/analytics-core@​1.8.3

3.0.0

Major Changes

  • #1348 99cd853b Thanks @​MichaelGHSeg! - Remove node-fetch dependency in favor of native globalThis.fetch (available since Node 18, package requires >= 20)
Commits

Updates @sentry/node from 10.12.0 to 10.51.0

Release notes

Sourced from @​sentry/node's releases.

10.51.0

Important Changes

  • feat(cloudflare): Add trace propagation for RPC method calls (#20343)

    Trace context is now propagated across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects. This feature is opt-in and requires setting enableRpcTracePropagation: true in your SDK configuration:

    // Worker
    export default Sentry.withSentry(
      env => ({
        dsn: env.SENTRY_DSN,
        enableRpcTracePropagation: true,
      }),
      handler,
    );
    // Durable Object
    export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
    env => ({
    dsn: env.SENTRY_DSN,
    enableRpcTracePropagation: true,
    }),
    MyDurableObjectBase,
    );

  • feat(hono)!: Change setup for @sentry/hono/node (init in external file) (#20497)

    To improve Node.js instrumentation, the sentry() middleware exported from @sentry/hono/node no longer accepts configuration options. Instead, you must configure the SDK by calling Sentry.init() in a dedicated instrumentation file that runs before your application code (read more in the Hono SDK readme:

    // instrument.mjs (or instrument.ts)
    import * as Sentry from '@sentry/hono/node';
    Sentry.init({
    dsn: 'DSN',
    tracesSampleRate: 1.0,
    });

  • feat(nitro): Add @sentry/nitro SDK (#19224)

    A new @sentry/nitro package provides first-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading via withSentryConfig. Read more in the Nitro SDK docs and the Nitro SDK readme.

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

10.51.0

Important Changes

  • feat(cloudflare): Add trace propagation for RPC method calls (#20343)

    Trace context is now propagated across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects. This feature is opt-in and requires setting enableRpcTracePropagation: true in your SDK configuration:

    // Worker
    export default Sentry.withSentry(
      env => ({
        dsn: env.SENTRY_DSN,
        enableRpcTracePropagation: true,
      }),
      handler,
    );
    // Durable Object
    export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
    env => ({
    dsn: env.SENTRY_DSN,
    enableRpcTracePropagation: true,
    }),
    MyDurableObjectBase,
    );

  • feat(hono)!: Change setup for @sentry/hono/node (init in external file) (#20497)

    To improve Node.js instrumentation, the sentry() middleware exported from @sentry/hono/node no longer accepts configuration options. Instead, you must configure the SDK by calling Sentry.init() in a dedicated instrumentation file that runs before your application code (read more in the Hono SDK readme:

    // instrument.mjs (or instrument.ts)
    import * as Sentry from '@sentry/hono/node';
    Sentry.init({
    dsn: 'DSN',
    tracesSampleRate: 1.0,
    });

  • feat(nitro): Add @sentry/nitro SDK (#19224)

    A new @sentry/nitro package provides first-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading via withSentryConfig. Read more in the Nitro SDK docs and the Nitro SDK readme.

Other Changes

... (truncated)

Commits
  • dc0b839 release: 10.51.0
  • b3cabee Merge pull request #20599 from getsentry/prepare-release/10.51.0
  • 3be99a9 meta(changelog): Update changelog for 10.51.0
  • bea1aad test(browser): Unflake some more tests (#20591)
  • 50aa085 test(node): Unflake postgres tests (#20593)
  • 1166839 fix(hono): Distinguish .use() middleware in sub-apps from .all() handlers...
  • 217ad4a test(node): Fix flaky ANR test (#20592)
  • 91ffb3f test(node): Fix flaky worker thread integration test (#20588)
  • c4e3902 chore(ci): Do not report flaky test issues if we cannot find a test name (#20...
  • c0005cd test(node): Update timeout for cron integration tests (#20586)
  • Additional commits viewable in compare view

Updates cookie from 1.0.2 to 1.1.1

Release notes

Sourced from cookie's releases.

v1.1.1

Fixed

  • Overwrite value in passed in options (#253) c66147c
    • When value was provided in serialize(key, value, { value }) the value in options was used instead of the value passed as an argument

jshttp/cookie@v1.1.0...v1.1.1

v1.1.0

Added:

  • Add stringifyCookie and parseSetCookie methods (#244, #214)
  • Rename existing methods for clarity (old method names remain for backward compatibility)
    • parseparseCookie
    • serializestringifySetCookie
  • Add side effects field (#245) 00b0327

jshttp/cookie@v1.0.2...v1.1.0

Commits

Updates prettier from 3.6.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates prismic-ts-codegen from 0.1.28 to 0.1.30

Release notes

Sourced from prismic-ts-codegen's releases.

v0.1.30

0.1.30 (2026-04-21)

Bug Fixes


This PR was generated with Release Please. See documentation.


Codesmith can help with this PR — just tag @​codesmith or enable autofix.

  • Autofix CI and bot reviews

v0.1.29

0.1.29 (2026-04-03)

Bug Fixes


This PR was generated with Release Please. See documentation.

Changelog

Sourced from prismic-ts-codegen's changelog.

0.1.30 (2026-04-21)

Bug Fixes

0.1.29 (2026-04-03)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prismic-ts-codegen since your current version.


Updates zod from 3.25.67 to 4.4.1

Release notes

Sourced from zod's releases.

v4.4.1

Commits:

  • 481f7be4238c83ed58183f921b2646f340a91c6a ci: gate release publishing on full test workflow
  • 95ccab423aec720b2523c3a64cdc7e3204537cc7 test(v3): restore optional undefined expectations
  • cede2c63739a5823d6aa5093d291e9a111da943d fix(v4): reject tuple holes before required defaults (#5900)
  • edd0bf0f5ada4a8dc581c259407d7bbad0a71ea7 release: 4.4.1
  • 180d83d1dbe6a59260710cc8637a3dea2281ee56 docs: remove Jazz featured sponsor

v4.4.0

4.4.0

This is a minor release with a wide set of correctness and soundness fixes. Some fixes intentionally make Zod stricter, so code that depended on previously accepted invalid or ambiguous inputs may need small updates.

Potentially breaking bug fixes

Tuple defaults now materialize output values correctly

Fixed in #5661. Tuple parsing now more accurately reflects defaults, optional tails, explicit undefined, and under-filled inputs. The headline behavior is that defaults in tuple positions now properly appear in parsed output.

const schema = z.tuple([
  z.string(),
  z.string().default("fallback"),
]);
schema.parse(["a"]);
// ["a", "fallback"]

Trailing optional elements that are absent still stay absent; they are not filled with undefined.

const schema = z.tuple([
  z.string(),
  z.string().optional(),
]);
schema.parse(["a"]);
// ["a"]

But explicit undefined values supplied by the caller are preserved.

schema.parse(["a", undefined]);
// ["a", undefined]

When optional elements appear before later defaults, the parsed tuple is now dense so array operations behave predictably.

... (truncated)

Commits
  • 180d83d docs: remove Jazz featured sponsor
  • edd0bf0 release: 4.4.1
  • cede2c6 fix(v4): reject tuple holes before required defaults (#5900)
  • 95ccab4 test(v3): restore optional undefined expectations
  • 481f7be ci: gate release publishing on full test workflow
  • d05f026 release: 4.4.0
  • f778e02 build: bump zshy for JSR wildcard exports
  • 6db607b fix(release): keep JSR manifest publishable
  • ad0b827 ci: update release workflow for trusted publishing
  • b6066b3 fix(v4): align object and tuple optionality handling (#5661)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.


Updates @slicemachine/manager from 0.25.4 to 0.27.2

Commits
  • 1694abb release: 3 new packages
  • df063e3 feat: enrich Segment events with starter context from config (#1772)
  • 8b3d9ec feat: track starter project name on initialization (#1771)
  • 12d462b release: 9 new packages
  • 3bb1c86 fix(adapter-nuxt): init slice library index files (#1767)
  • 4ed7b6a release: 9 new packages
  • 716d8f6 [DT-3147] feat: import library slices from github (#1737)
  • cefc2dc release: 9 new packages
  • 4d1c968 release: 9 new packages
  • 9967361 fix: ensure claude code works in all environments for figma to slice feature ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by levimykel, a new releaser for @​slicemachine/manager since your current version.


Updates uuid from 13.0.0 to 14.0.0

Release notes

Sourced from uuid's releases.

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

  • drop node@18 support (#934) (View in Codesmith
    Need help on this PR? Tag @codesmith with what you need.

    • Let Codesmith autofix CI failures and bot reviews

    [!NOTE]
    Medium Risk
    Primarily dependency upgrades, including several major-version bumps (e.g., zod v4, uuid v14, typescript v6, vite v8) that can introduce runtime/build-time breaking changes or stricter engine requirements.

    Overview
    Updates package.json and package-lock.json to bump a large set of runtime and dev dependencies (31 updates), including major upgrades to core libs and tooling such as @modelcontextprotocol/sdk, @sentry/node, @segment/analytics-node, zod (v4), uuid (v14), typescript (v6), vite (v8), and eslint (v10).

    No application/source-code changes are included beyond the dependency and lockfile updates.

    Reviewed by Cursor Bugbot for commit 6d5d40a. Bugbot is set up for automated code reviews on this repo. Configure here.

…31 updates

Bumps the all-dependencies group with 31 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.17.4` | `1.29.0` |
| [@prismicio/client](https://github.com/prismicio/prismic-client) | `7.20.1` | `7.21.8` |
| [@prismicio/types-internal](https://github.com/prismicio/prismic-types-internal-next) | `3.16.1` | `4.5.1` |
| [@segment/analytics-node](https://github.com/segmentio/analytics-next/tree/HEAD/packages/node) | `2.3.0` | `3.1.0` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `10.12.0` | `10.51.0` |
| [cookie](https://github.com/jshttp/cookie) | `1.0.2` | `1.1.1` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.3` |
| [prismic-ts-codegen](https://github.com/prismicio/prismic-ts-codegen) | `0.1.28` | `0.1.30` |
| [zod](https://github.com/colinhacks/zod) | `3.25.67` | `4.4.1` |
| [@slicemachine/manager](https://github.com/prismicio/slice-machine/tree/HEAD/packages/manager) | `0.25.4` | `0.27.2` |
| [uuid](https://github.com/uuidjs/uuid) | `13.0.0` | `14.0.0` |
| [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) | `1.0.100` | `2.1.126` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `10.0.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.55.0` | `1.59.1` |
| [@size-limit/preset-small-lib](https://github.com/ai/size-limit) | `11.2.0` | `12.1.0` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `5.2.2` | `6.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `25.6.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.1.5` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.1` | `17.4.2` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `10.3.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.4.0` | `0.5.2` |
| [giget](https://github.com/unjs/giget) | `2.0.0` | `3.2.0` |
| [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) | `1.3.3` | `1.8.0` |
| [size-limit](https://github.com/ai/size-limit) | `11.2.0` | `12.1.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `6.0.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.38.0` | `8.59.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.12` | `8.0.10` |
| [vite-plugin-sdk](https://github.com/prismicio-community/vite-plugin-sdk) | `0.1.4` | `0.1.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.1.5` |



Updates `@modelcontextprotocol/sdk` from 1.17.4 to 1.29.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.17.4...v1.29.0)

Updates `@prismicio/client` from 7.20.1 to 7.21.8
- [Release notes](https://github.com/prismicio/prismic-client/releases)
- [Changelog](https://github.com/prismicio/prismic-client/blob/master/CHANGELOG.md)
- [Commits](prismicio/prismic-client@v7.20.1...v7.21.8)

Updates `@prismicio/types-internal` from 3.16.1 to 4.5.1
- [Commits](https://github.com/prismicio/prismic-types-internal-next/commits)

Updates `@segment/analytics-node` from 2.3.0 to 3.1.0
- [Release notes](https://github.com/segmentio/analytics-next/releases)
- [Changelog](https://github.com/segmentio/analytics-next/blob/master/packages/node/CHANGELOG.md)
- [Commits](https://github.com/segmentio/analytics-next/commits/@segment/analytics-node@3.1.0/packages/node)

Updates `@sentry/node` from 10.12.0 to 10.51.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.12.0...10.51.0)

Updates `cookie` from 1.0.2 to 1.1.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v1.0.2...v1.1.1)

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

Updates `prismic-ts-codegen` from 0.1.28 to 0.1.30
- [Release notes](https://github.com/prismicio/prismic-ts-codegen/releases)
- [Changelog](https://github.com/prismicio/prismic-ts-codegen/blob/main/CHANGELOG.md)
- [Commits](prismicio/prismic-ts-codegen@v0.1.28...v0.1.30)

Updates `zod` from 3.25.67 to 4.4.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.67...v4.4.1)

Updates `@slicemachine/manager` from 0.25.4 to 0.27.2
- [Release notes](https://github.com/prismicio/slice-machine/releases)
- [Commits](https://github.com/prismicio/slice-machine/commits/@slicemachine/manager@0.27.2/packages/manager)

Updates `uuid` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v13.0.0...v14.0.0)

Updates `@anthropic-ai/claude-code` from 1.0.100 to 2.1.126
- [Release notes](https://github.com/anthropics/claude-code/releases)
- [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/claude-code/commits/v2.1.126)

Updates `@eslint/js` from 9.35.0 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)

Updates `@playwright/test` from 1.55.0 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.55.0...v1.59.1)

Updates `@size-limit/preset-small-lib` from 11.2.0 to 12.1.0
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.2.0...12.1.0)

Updates `@trivago/prettier-plugin-sort-imports` from 5.2.2 to 6.0.2
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v5.2.2...v6.0.2)

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

Updates `@vitest/coverage-v8` from 3.2.4 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/coverage-v8)

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

Updates `eslint` from 9.35.0 to 10.3.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.35.0...v10.3.0)

Updates `eslint-config-prettier` from 10.1.5 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@v10.1.5...v10.1.8)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `eslint-plugin-tsdoc` from 0.4.0 to 0.5.2
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.2/eslint-plugin)

Updates `giget` from 2.0.0 to 3.2.0
- [Release notes](https://github.com/unjs/giget/releases)
- [Changelog](https://github.com/unjs/giget/blob/main/CHANGELOG.md)
- [Commits](unjs/giget@v2.0.0...v3.2.0)

Updates `prettier-plugin-jsdoc` from 1.3.3 to 1.8.0
- [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases)
- [Changelog](https://github.com/fardad-dev/prettier-plugin-jsdoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/commits)

Updates `size-limit` from 11.2.0 to 12.1.0
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.2.0...12.1.0)

Updates `typescript` from 5.8.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v6.0.3)

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

Updates `vite` from 7.1.12 to 8.0.10
- [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/v8.0.10/packages/vite)

Updates `vite-plugin-sdk` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/prismicio-community/vite-plugin-sdk/releases)
- [Changelog](https://github.com/prismicio-community/vite-plugin-sdk/blob/master/CHANGELOG.md)
- [Commits](prismicio-community/vite-plugin-sdk@v0.1.4...v0.1.5)

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

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@prismicio/client"
  dependency-version: 7.21.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@prismicio/types-internal"
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@segment/analytics-node"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@sentry/node"
  dependency-version: 10.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cookie
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prismic-ts-codegen
  dependency-version: 0.1.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: zod
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@slicemachine/manager"
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-code"
  dependency-version: 2.1.126
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@size-limit/preset-small-lib"
  dependency-version: 12.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-tsdoc
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: giget
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: prettier-plugin-jsdoc
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: size-limit
  dependency-version: 12.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: vite-plugin-sdk
  dependency-version: 0.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

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 May 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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