Skip to content

deps: bump the dependencies group with 13 updates#251

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-1d64f7c17f
Closed

deps: bump the dependencies group with 13 updates#251
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-1d64f7c17f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Updates the requirements on @astrojs/mdx, @astrojs/partytown, @astrojs/preact, @astrojs/react, @chenglou/pretext, @nanostores/persistent, @posthog/types, @react-three/fiber, @sentry/astro, posthog-js, three, vite and astro to permit the latest version.
Updates @astrojs/mdx to 5.0.4

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​5.0.4

Patch Changes

  • Updated dependencies [f3485c3]:
    • @​astrojs/markdown-remark@​7.1.1
Changelog

Sourced from @​astrojs/mdx's changelog.

5.0.4

Patch Changes

  • Updated dependencies [f3485c3]:
    • @​astrojs/markdown-remark@​7.1.1

5.0.3

Patch Changes

  • Updated dependencies [10a1a5a]:
    • @​astrojs/markdown-remark@​7.1.0

5.0.2

Patch Changes

  • #15864 d3c7de9 Thanks @​florian-lefebvre! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default

  • Updated dependencies []:

    • @​astrojs/markdown-remark@​7.0.1

5.0.1

Patch Changes

5.0.0

Major Changes

Patch Changes

... (truncated)

Commits

Updates @astrojs/partytown from 2.1.6 to 2.1.7

Release notes

Sourced from @​astrojs/partytown's releases.

@​astrojs/partytown@​2.1.7

Patch Changes

Changelog

Sourced from @​astrojs/partytown's changelog.

2.1.7

Patch Changes

Commits

Updates @astrojs/preact to 5.1.2

Release notes

Sourced from @​astrojs/preact's releases.

@​astrojs/preact@​5.1.2

Patch Changes

Changelog

Sourced from @​astrojs/preact's changelog.

5.1.2

Patch Changes

5.1.1

Patch Changes

  • #16180 1d1448c Thanks @​matthewp! - Pre-optimizes @preact/signals and preact/hooks in the Vite dep optimizer to prevent late discovery triggering full page reloads during dev

5.1.0

Minor Changes

  • #15862 06fba3a Thanks @​crutchcorn! - Adds support for passing a Babel config to the Preact Vite Plugin:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import preact from '@astrojs/preact';
    export default defineConfig({
    integrations: [
    preact({
    babel: {
    generatorOpts: {
    importAttributesKeyword: 'with',
    },
    },
    }),
    ],
    });

5.0.2

Patch Changes

5.0.1

Patch Changes

  • #15881 de2860c Thanks @​matthewp! - Fix useId() collisions across multiple Astro islands by seeding a unique per-island root mask for Preact SSR and hydration.

5.0.0

... (truncated)

Commits

Updates @astrojs/react to 5.0.4

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​5.0.4

Patch Changes

Changelog

Sourced from @​astrojs/react's changelog.

5.0.4

Patch Changes

5.0.3

Patch Changes

  • #16224 a2b9eeb Thanks @​fkatsuhiro! - Fix React 19 "Float" mechanism injecting into Astro islands instead of the . This PR adds a filter to @​astrojs/react to strip these auto-generated resource from the island's HTML output, ensuring valid HTML structure.

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

Minor Changes

Patch Changes

... (truncated)

Commits

Updates @chenglou/pretext from 0.0.5 to 0.0.6

Changelog

Sourced from @​chenglou/pretext's changelog.

0.0.6 - 2026-04-22

Added

  • Numeric CSS-pixel letterSpacing support on prepare(), prepareWithSegments(), and each existing rich-inline item (#108, #156).

Fixed

  • CJK text followed by opening bracket annotations now wraps like browsers instead of leaving the opening bracket on the previous line (#148).
  • { wordBreak: 'keep-all' } now handles no-space mixed Latin, numeric, and CJK text more like browsers.
Commits
  • b290344 Release 0.0.6
  • 1a8b2ae feat: add letterSpacing support
  • f201433 Better root cause command
  • d1ac65f docs: note CJK bracket fix
  • d9f2dff fix: keep CJK opening brackets with annotations
  • a2726c9 docs: tighten README caveat wording
  • cca3f1d docs: fold in small README fixes
  • a2f312d docs: clarify line range helpers
  • 3f0a4e6 Summary command for simplifications & root cause
  • 2866460 test: cover pre-wrap soft hyphen break ordering
  • Additional commits viewable in compare view

Updates @nanostores/persistent to 1.3.4

Release notes

Sourced from @​nanostores/persistent's releases.

1.3.4

  • Fixed persistentBoolean cross tab synchronization (by @​dettogatto).
Changelog

Sourced from @​nanostores/persistent's changelog.

1.3.4

  • Fixed persistentBoolean cross tab synchronization (by @​dettogatto).

1.3.3

  • Reduced decoding calls on no value changes (by @​d8corp).

1.3.2

  • Fixed handling broke JSON in persistentJSON (by @​d8corp).

1.3.1

  • Fixed persistentBoolean restoring on pageshow (by @​d8corp).

1.3.0

1.2.1

  • Fixed keeping user’s value after changes default (by @​d8corp).
  • Initialize store as soon as possible (by @​d8corp).

1.2.0

  • Added persistentBoolean() helper.

1.1.0

  • Added ability to delete key from storage in encode.
  • Fixed reaction on atom’s key removal.

1.0.0

  • Added Nano Stores 1.0 support.
  • Removed Node.js 18 support.

0.10.2

  • Added Nano Stores 0.11 support.

0.10.1

  • Fixed multiple update events on single persistentMap.set call (by @​kaytwo).

0.10.0

  • Moved to Nano Stores 0.10.

... (truncated)

Commits

Updates @posthog/types to 1.371.1

Release notes

Sourced from @​posthog/types's releases.

@​posthog/types@​1.371.1

1.371.1

Changelog

Sourced from @​posthog/types's changelog.

1.371.1

1.371.0

Minor Changes

  • #3432 1a8b727 Thanks @​richardsolomou! - refactor: rename __add_tracing_headers to addTracingHeaders. The __ prefix signalled an internal/experimental option, but the config is a public API (documented for linking LLM traces to session replays). __add_tracing_headers continues to work as a deprecated alias on the browser SDK.

    Also exposes patchFetchForTracingHeaders from @posthog/core so non-browser SDKs can reuse the implementation. (2026-04-23)

1.370.1

1.370.0

Minor Changes

1.369.5

1.369.4

1.369.3

1.369.2

Patch Changes

1.369.1

1.369.0

1.368.2

1.368.1

1.368.0

Minor Changes

  • #3345 3fcf5c4 Thanks @​jonmcwest! - Add posthog.captureLog() API for sending structured log entries to PostHog logs (2026-04-13)

1.367.0

1.366.2

... (truncated)

Commits
  • 21679b8 chore: update versions and lockfile [version bump]
  • 37d7897 chore: update versions and lockfile [version bump]
  • 1a8b727 feat: support addTracingHeaders in react-native sdk (#3432)
  • 45dbf03 chore: update versions and lockfile [version bump]
  • 73f5cb5 chore: update versions and lockfile [version bump]
  • 922a1c1 feat: add exception steps buffering and public API (#3389)
  • See full diff in compare view

Updates @react-three/fiber from 9.5.0 to 9.6.0

Release notes

Sourced from @​react-three/fiber's releases.

v9.6.0 - Sunset X

Ever tried using <shaderMaterial uniforms={{ time: { value: time } }} /> and ran into immediate issues with desync? No more.

The uniforms objects on ShaderMaterial and its derivatives now have a stable reference. Objects passed into uniforms will instead copy into it. This is the same as behavior for math structures that have copy such as position, rotation, quaternion, etc. and ends up simplifying using the raw JSX where utilities were often introduced before.

Why does this matter?

  1. Improves HMR. Even if you memoize the uniforms object it will still regenerate and desync Three. Now this won't happen. But also it makes compatibility with React compiler more complete with its auto-memoization.

  2. Allows for inline uniform props and even prop uniforms directly on the material piercing.

<shaderMaterial
  vertexShader={vertexShader}
  fragmentShader={fragmentShader}
  // The uniforms object has a stable reference so objects can be safely merged in
  uniforms={{ 
    uTime: { value: 0 }, 
    uColor: { value: new THREE.Color('hotpink') } 
  }}
  // Individual uniforms can also be safely updated with pierce notation
  uniforms-uColor-value={hovered ? 'royalblue' : 'hotpink'}
/>

Documentation can be found here: https://r3f.docs.pmnd.rs/api/objects#shader-material-uniforms

And an example can be found here: https://github.com/pmndrs/react-three-fiber/blob/master/example/src/demos/ShaderMaterial.tsx

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.5.0...v9.6.0

Commits
  • 877c839 chore: Move ShaderMaterial uniform notes to objects out of pitfalls (#3734)
  • ece1a3f RELEASING: Releasing 1 package(s)
  • 26e4716 docs(changeset): Fix uniforms refs so they remain stable for ShaderMaterial
  • 1fb9fcd docs: fix typos and documentation consistency (#3709)
  • e1a375c fix: Uniforms have stable refs for ShaderMaterial (#3715)
  • 582f787 docs: fix broken link on "Performance pitfalls" documentation page (#3700)
  • 9525ea0 Update docker_tag in docs.yml workflow
  • 56637a2 Upgrade pmndrs/docs workflow to version 3
  • 8c9b656 chore: use latest npm in canary
  • 1bdf70b chore: copy canary workflow to master
  • Additional commits viewable in compare view

Updates @sentry/astro to 10.50.0

Release notes

Sourced from @​sentry/astro's releases.

10.50.0

Important Changes

  • feat(effect): Support v4 beta (#20394)

    The @sentry/effect integration now supports Effect v4 beta, enabling Sentry instrumentation for the latest Effect framework version. Read more in the Effect SDK readme.

  • feat(hono): Add @sentry/hono/bun for Bun runtime (#20355)

    A new @sentry/hono/bun entry point adds first-class support for running Hono applications instrumented with Sentry on the Bun runtime. Read more in the Hono SDK readme.

  • feat(replay): Add replayStart/replayEnd client lifecycle hooks (#20369)

    New replayStart and replayEnd client lifecycle hooks let you react to replay session start and end events in your application.

Other Changes

  • feat(core): Emit no_parent_span client outcomes for discarded spans requiring a parent (#20350)
  • feat(deps): Bump protobufjs from 7.5.4 to 7.5.5 (#20372)
  • feat(hono): Add runtime packages as optional peer dependencies (#20423)
  • feat(opentelemetry): Add tracingChannel utility for context propagation (#20358)
  • fix(browser): Enrich graphqlClient spans for relative URLs (#20370)
  • fix(browser): Filter implausible LCP values (#20338)
  • fix(cloudflare): Use TransformStream to keep track of streams (#20452)
  • fix(console): Re-patch console in AWS Lambda runtimes (#20337)
  • fix(core): Correct GoogleGenAIIstrumentedMethod typo in type name
  • fix(core): Handle stateless MCP wrapper transport correlation (#20293)
  • fix(hono): Remove undefined from options type (#20419)
  • fix(node): Guard against null httpVersion in outgoing request span attributes (#20430)
  • fix(node-core): Pass rejection reason instead of Promise as originalException (#20366)
  • chore: Ignore claude worktrees (#20440)
  • chore: Prevent test from creating zombie process (#20392)
  • chore: Update size-limit (#20412)
  • chore(dev-deps): Bump nx from 22.5.0 to 22.6.5 (#20458)
  • chore(e2e-tests): Use tarball symlinks for E2E tests instead of verdaccio (#20386)
  • chore(lint): Remove lint warnings (#20413)
  • chore(test): Remove empty variant tests (#20443)
  • chore(tests): Use verdaccio as node process instead of docker image (#20336)
  • docs(readme): Update usage instructions for binary scripts (#20426)
  • ref(node): Vendor undici instrumentation (#20190)
  • test(aws-serverless): Ensure aws-serverless E2E tests run locally (#20441)
  • test(aws-serverless): Split npm & layer tests (#20442)
  • test(browser): Fix flaky sessions route-lifecycle test + upgrade axios (#20197)
  • test(cloudflare): Use .makeRequestAndWaitForEnvelope to wait for envelopes (#20208)

... (truncated)

Changelog

Sourced from @​sentry/astro's changelog.

10.50.0

Important Changes

  • feat(effect): Support v4 beta (#20394)

    The @sentry/effect integration now supports Effect v4 beta, enabling Sentry instrumentation for the latest Effect framework version. Read more in the Effect SDK readme.

  • feat(hono): Add @sentry/hono/bun for Bun runtime (#20355)

    A new @sentry/hono/bun entry point adds first-class support for running Hono applications instrumented with Sentry on the Bun runtime. Read more in the Hono SDK readme.

  • feat(replay): Add replayStart/replayEnd client lifecycle hooks (#20369)

    New replayStart and replayEnd client lifecycle hooks let you react to replay session start and end events in your application.

Other Changes

  • feat(core): Emit no_parent_span client outcomes for discarded spans requiring a parent (#20350)
  • feat(deps): Bump protobufjs from 7.5.4 to 7.5.5 (#20372)
  • feat(hono): Add runtime packages as optional peer dependencies (#20423)
  • feat(opentelemetry): Add tracingChannel utility for context propagation (#20358)
  • fix(browser): Enrich graphqlClient spans for relative URLs (#20370)
  • fix(browser): Filter implausible LCP values (#20338)
  • fix(cloudflare): Use TransformStream to keep track of streams (#20452)
  • fix(console): Re-patch console in AWS Lambda runtimes (#20337)
  • fix(core): Correct GoogleGenAIIstrumentedMethod typo in type name
  • fix(core): Handle stateless MCP wrapper transport correlation (#20293)
  • fix(hono): Remove undefined from options type (#20419)
  • fix(node): Guard against null httpVersion in outgoing request span attributes (#20430)
  • fix(node-core): Pass rejection reason instead of Promise as originalException (#20366)
  • chore: Ignore claude worktrees (#20440)
  • chore: Prevent test from creating zombie process (#20392)
  • chore: Update size-limit (#20412)
  • chore(dev-deps): Bump nx from 22.5.0 to 22.6.5 (#20458)
  • chore(e2e-tests): Use tarball symlinks for E2E tests instead of verdaccio (#20386)
  • chore(lint): Remove lint warnings (#20413)
  • chore(test): Remove empty variant tests (#20443)
  • chore(tests): Use verdaccio as node process instead of docker image (#20336)
  • docs(readme): Update usage instructions for binary scripts (#20426)
  • ref(node): Vendor undici instrumentation (#20190)
  • test(aws-serverless): Ensure aws-serverless E2E tests run locally (#20441)
  • test(aws-serverless): Split npm & layer tests (#20442)
  • test(browser): Fix flaky sessions route-lifecycle test + upgrade axios (#20197)

... (truncated)

Commits
  • 785e756 release: 10.50.0
  • ed26a19 Merge pull request #20461 from getsentry/prepare-release/10.50.0
  • 7b584c4 meta(changelog): Update changelog for 10.50.0
  • 39740da test(cloudflare): Use .makeRequestAndWaitForEnvelope to wait for envelopes (#...
  • c741030 test(aws-serverless): Split npm & layer tests (#20442)
  • f97076d chore(dev-deps): Bump nx from 22.5.0 to 22.6.5 (#20458)
  • 4b4ac76 fix(node): Guard against null httpVersion in outgoing request span attribut...
  • 7569b10 fix(cloudflare): Use TransformStream to keep track of streams (#20452)
  • a4c9686 test(hono): Add E2E tests for middleware spans (#20451)
  • ff23846 chore: Ignore claude worktrees (#20440)
  • Additional commits viewable in compare view

Updates posthog-js to 1.371.1

Release notes

Sourced from posthog-js's releases.

posthog-js@1.371.1

1.371.1

Patch Changes

  • #3425 2da17e8 Thanks @​marandaneto! - Classify SDK-owned persistence keys with an explicit event exposure policy so new internal persistence state must be intentionally marked as event-visible, hidden, or derived. (2026-04-23)
  • Updated dependencies []:
    • @​posthog/types@​1.371.1
Commits
  • 21679b8 chore: update versions and lockfile [version bump]
  • 2da17e8 fix(browser): classify SDK persistence keys explicitly (#3425)
  • 37d7897 chore: update versions and lockfile [version bump]
  • 1a8b727 feat: support addTracingHeaders in react-native sdk (#3432)
  • 45dbf03 chore: update versions and lockfile [version bump]
  • 6f19ce8 fix(surveys): guard eligibility checks against storage access errors (#3442)
  • 73f5cb5 chore: update versions and lockfile [version bump]
  • 922a1c1 feat: add exception steps buffering and public API (#3389)
  • 9b5fafe chore: update versions and lockfile [version bump]
  • 6e7d4ce fix(ai): adjust V3 cache tokens for Claude on any host (#3433)
  • Additional commits viewable in compare view

Updates three from 0.183.2 to 0.184.0

Commits

Updates vite to 8.0.10

Release notes

Sourced from vite's releases.

v8.0.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.10 (2026-04-23)

Features

Bug Fixes

  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#22297) (b8a21cc)

Code Refactoring

8.0.9 (2026-04-20)

Features

Bug Fixes

Updates the requirements on [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown), [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact), [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react), [@chenglou/pretext](https://github.com/chenglou/pretext), [@nanostores/persistent](https://github.com/nanostores/persistent), [@posthog/types](https://github.com/PostHog/posthog-js/tree/HEAD/packages/types), [@react-three/fiber](https://github.com/pmndrs/react-three-fiber), [@sentry/astro](https://github.com/getsentry/sentry-javascript), [posthog-js](https://github.com/PostHog/posthog-js), [three](https://github.com/mrdoob/three.js), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) to permit the latest version.

Updates `@astrojs/mdx` to 5.0.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.4/packages/integrations/mdx)

Updates `@astrojs/partytown` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@2.1.7/packages/integrations/partytown)

Updates `@astrojs/preact` to 5.1.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@5.1.2/packages/integrations/preact)

Updates `@astrojs/react` to 5.0.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@5.0.4/packages/integrations/react)

Updates `@chenglou/pretext` from 0.0.5 to 0.0.6
- [Changelog](https://github.com/chenglou/pretext/blob/main/CHANGELOG.md)
- [Commits](chenglou/pretext@v0.0.5...v0.0.6)

Updates `@nanostores/persistent` to 1.3.4
- [Release notes](https://github.com/nanostores/persistent/releases)
- [Changelog](https://github.com/nanostores/persistent/blob/main/CHANGELOG.md)
- [Commits](nanostores/persistent@1.3.3...1.3.4)

Updates `@posthog/types` to 1.371.1
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/@posthog/types@1.371.1/packages/types)

Updates `@react-three/fiber` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v9.5.0...v9.6.0)

Updates `@sentry/astro` to 10.50.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.49.0...10.50.0)

Updates `posthog-js` to 1.371.1
- [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.369.5...posthog-js@1.371.1)

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

Updates `vite` 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 `astro` from 6.1.5 to 6.1.9
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.9/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-version: 5.0.4
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@astrojs/partytown"
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/preact"
  dependency-version: 5.1.2
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@astrojs/react"
  dependency-version: 5.0.4
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@chenglou/pretext"
  dependency-version: 0.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nanostores/persistent"
  dependency-version: 1.3.4
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@posthog/types"
  dependency-version: 1.371.1
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@react-three/fiber"
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/astro"
  dependency-version: 10.50.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.371.1
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: three
  dependency-version: 0.184.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: astro
  dependency-version: 6.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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 Apr 23, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying ozze with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4b56226
Status:🚫  Build failed.

View logs

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-1d64f7c17f branch April 27, 2026 06:37
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