Skip to content

deps: bump the dependencies group with 35 updates#249

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

deps: bump the dependencies group with 35 updates#249
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-4a89fb6612

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on @astrojs/compiler-rs, @astrojs/partytown, @astrojs/react, @astrojs/rss, @astrojs/svelte, @chenglou/pretext, @fingerprintjs/fingerprintjs, @playform/compress, @posthog/types, @react-three/fiber, @sentry/astro, autoprefixer, cssnano, fuse.js, gsap, jscrewit, katex, lucide-react, next, posthog-js, preact, react-router-dom, sass, vite, @biomejs/biome, @swc/core, @vitest/coverage-v8, astro, cssnano-preset-advanced, cypress, eslint, eslint-plugin-astro, postcss, sanitize-html and vitest to permit the latest version.
Updates @astrojs/compiler-rs to 0.1.7

Release notes

Sourced from @​astrojs/compiler-rs's releases.

@​astrojs/compiler-rs@​0.1.7

Patch Changes

  • 4c9a9ed: Fixes edge cases where certain niche types of expressions wouldn't properly compile
  • 1b17201: Fixes slots not working inside parenthesized conditional slots
  • cace524: Fixes the compiler sometimes adding extra whitespace between root elements when one of the root elements would be hoisted (e.g. style tags, scripts etc.)
  • 4ebb68d: Fixes slots not being collected inside optional chain expressions
  • dc9cbe4: Fixes scripts inside template elements not being rendered as-is
  • Updated dependencies [4c9a9ed]
  • Updated dependencies [1b17201]
  • Updated dependencies [cace524]
  • Updated dependencies [4ebb68d]
  • Updated dependencies [dc9cbe4]
    • @​astrojs/compiler-binding@​0.1.7
Commits
  • a316310 Version Packages (#23)
  • cace524 fix: don't print whitespace between elements that will be removed anyway (#24)
  • 4c9a9ed feat: handle more types of expressions correctly
  • 4ebb68d collect slots inside optional chain expressions (#16)
  • 1b17201 handle parenthesized conditional slots (#15)
  • dc9cbe4 fix(scripts): Render scripts inside template elements as-is
  • f54b744 fix(ci): add -x to x86_64-unknown-linux-gnu build for glibc compat (#22)
  • See full diff in compare view

Updates @astrojs/partytown from 2.1.5 to 2.1.7

Release notes

Sourced from @​astrojs/partytown's releases.

@​astrojs/partytown@​2.1.7

Patch Changes

@​astrojs/partytown@​2.1.6

Patch Changes

  • #16002 846f27f Thanks @​buley! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors
Changelog

Sourced from @​astrojs/partytown's changelog.

2.1.7

Patch Changes

2.1.6

Patch Changes

  • #16002 846f27f Thanks @​buley! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors
Commits

Updates @astrojs/react to 5.0.3

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​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.
Changelog

Sourced from @​astrojs/react's changelog.

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

5.0.0-beta.4

Patch Changes

  • #15700 4e7f3e8 Thanks @​ocavue! - Improves how React components are identified when setting the include and/or exclude options in projects where multiple JSX frameworks are used together

... (truncated)

Commits

Updates @astrojs/rss from 4.0.17 to 4.0.18

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.18

Patch Changes

Changelog

Sourced from @​astrojs/rss's changelog.

4.0.18

Patch Changes

Commits

Updates @astrojs/svelte to 8.0.5

Release notes

Sourced from @​astrojs/svelte's releases.

@​astrojs/svelte@​8.0.5

Patch Changes

  • #16210 e030bd0 Thanks @​matthewp! - Fixes .svelte files in node_modules failing with Unknown file extension ".svelte" when using the Cloudflare adapter with prerenderEnvironment: 'node'
Changelog

Sourced from @​astrojs/svelte's changelog.

8.0.5

Patch Changes

  • #16210 e030bd0 Thanks @​matthewp! - Fixes .svelte files in node_modules failing with Unknown file extension ".svelte" when using the Cloudflare adapter with prerenderEnvironment: 'node'

8.0.4

Patch Changes

8.0.3

Patch Changes

  • #15961 7e8d0ee Thanks @​matthewp! - Fix Cloudflare dev SSR dependency optimization to compile .svelte.js and .svelte.ts dependency modules that use Svelte runes.

8.0.2

Patch Changes

8.0.1

Patch Changes

8.0.0

Major Changes

Minor Changes

Patch Changes

... (truncated)

Commits

Updates @chenglou/pretext from 0.0.4 to 0.0.5

Changelog

Sourced from @​chenglou/pretext's changelog.

0.0.5 - 2026-04-09

Added

  • Geometry-first rich line helpers for manual layout work: measureLineStats(), measureNaturalWidth(), layoutNextLineRange(), and materializeLineRange().
  • @chenglou/pretext/rich-inline, a narrow helper for inline-only rich text, mentions/chips, and browser-like boundary whitespace collapse.
  • { wordBreak: 'keep-all' } support on prepare() / prepareWithSegments() for CJK and Hangul text, plus a small standing keep-all browser oracle.
  • A virtualized markdown chat demo that dogfoods the rich-inline helper and pre-wrap text measurement.

Changed

  • Documentation now matches the current public API surface and user-facing limitations more closely.
  • The maintained corpus/status workflow now centers on checked-in Chrome and Safari step=10 sweeps instead of the older representative/sample reports.
  • Prepare-time analysis is more resilient on long mixed-script, CJK, Arabic, repeated-punctuation, and other degenerate inputs.
  • bun start now binds to LAN by default, and bun run start:windows provides a Windows-friendly fallback.

Fixed

  • Mixed CJK-plus-numeric runs, keep-all mixed-script boundaries, and long breakable runs now stay closer to browser behavior.
  • Rich-path bidi metadata and CJK detection now handle the relevant astral Unicode ranges correctly.
  • The probe page now reports line content end offsets correctly when a line range steps past a hard break omitted from rendered line text.
Commits
  • 8029195 Release 0.0.5
  • f0a326d perf: make prepare worst-case scans linear
  • 08a5ba0 Add Sonagi as a second Korean corpus
  • 4cb8b24 perf: keep arabic no-space merges linear
  • fcf9c62 perf: cap safari prefix fits for long runs
  • f9a8e54 chore: refresh benchmark snapshots
  • 2ff48ab fix: restore cached prefix fits
  • 39013c4 perf: keep degenerate breakable runs linear
  • eb3bbbe fix: keep keep-all CJK merges linear
  • 2148b90 perf: defer repeated punctuation materialization
  • Additional commits viewable in compare view

Updates @fingerprintjs/fingerprintjs to 5.2.0

Release notes

Sourced from @​fingerprintjs/fingerprintjs's releases.

v5.2.0

✨ Improvements

  • Add a new "userAgentData" as an entropy source #1143
  • Fix: Zoom altering the font preferences entropy source in Chrome #1151
  • Update README.md #1152
Commits

Updates @playform/compress to 0.2.3

Release notes

Sourced from @​playform/compress's releases.

Compress/v0.2.3

What's Changed

Full Changelog: PlayForm/Compress@Compress/v0.2.2...Compress/v0.2.3

Changelog

Sourced from @​playform/compress's changelog.

0.2.3

Change

  • Removed Configuration/ from .npmignore to include type definitions in the package.
  • Updated dependencies to latest versions:
    • @playform/pipe (0.1.4 → 0.1.5)
    • terser (5.46.0 → 5.46.1)
    • @playform/build (0.3.0 → 0.3.1)
    • browserslist (4.28.1 → 4.28.2)

0.2.2

  • Fix astro version to * in dependencies

0.2.1

Change

  • Updated dependencies to latest versions:
    • @playform/pipe (0.1.3 → 0.1.4)
    • astro (^5.9.2 → 5.16.8)
    • commander (14.0.0 → 14.0.2)
    • lightningcss (1.30.1 → 1.30.2)
    • sharp (0.34.2 → 0.34.5)
    • svgo (3.3.2 → 4.0.0)
    • terser (5.42.0 → 5.44.1)
    • @playform/build (0.2.4 → 0.2.6)
    • browserslist (4.25.0 → 4.28.1)
  • Updated homepage URL in package.json to point to readme overview tab
  • Removed @ts-expect-error comment in ESBuild configuration files
  • Bumped package version from 0.2.0 to 0.2.1

0.2.0

Breaking Change

  • Updated commander dependency from 13.1.0 → 14.0.0 (major version update)

Change

  • Updated contact information in package.json to use PlayForm.Cloud domain
  • Updated dependencies to latest versions:
    • astro (wildcard → ^5.9.2)
    • lightningcss (1.29.3 → 1.30.1)
    • sharp (0.33.5 → 0.34.2)
    • terser (5.39.0 → 5.42.0)
    • @playform/build (0.2.1 → 0.2.4)
    • browserslist (4.24.4 → 4.25.0)

... (truncated)

Commits
  • fb3d124 Compress/v0.2.3
  • ac0a696 chore(release): Bump version to 0.2.3
  • b5d7e65 save
  • 5bd0a75 Merge branch 'Current' of ssh://github.com/PlayForm/Compress into Current
  • b1167dc chore(deps): update dependencies and add ESBuild TypeScript definition
  • 0617843
  • 4a570d6 Merge pull request #595 from PlayForm/dependabot/npm_and_yarn/playform/build-...
  • f353770 Bump @​playform/build from 0.3.0 to 0.3.1
  • 61631c2
  • 9ffb105
  • Additional commits viewable in compare view

Updates @posthog/types to 1.369.1

Release notes

Sourced from @​posthog/types's releases.

@​posthog/types@​1.369.1

1.369.1

Changelog

Sourced from @​posthog/types's changelog.

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

1.366.1

1.366.0

1.365.5

1.365.4

1.365.3

1.365.2

Patch Changes

  • #3323 c387f6d Thanks @​pauldambra! - perf(replay): reduce memory and CPU cost of event compression by caching gzipped empty arrays and eliminating redundant JSON.stringify for size estimation (2026-04-08)

1.365.1

1.365.0

1.364.7

1.364.6

1.364.5

1.364.4

1.364.3

... (truncated)

Commits
  • 4a0c385 chore: update versions and lockfile [version bump]
  • 577f12c chore: update versions and lockfile [version bump]
  • 4c45eed chore: update versions and lockfile [version bump]
  • 8ce322f chore: update versions and lockfile [version bump]
  • 989e664 chore: update versions and lockfile [version bump]
  • 3fcf5c4 feat(logs): add captureLog API for structured OTLP log ingestion (#3345)
  • 2d6ec5a chore: update versions and lockfile [version bump]
  • 8aef715 chore: update versions and lockfile [version bump]
  • 89eec85 chore: update versions and lockfile [version bump]
  • 544c578 chore: update versions and lockfile [version bump]
  • Additional commits viewable 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.48.0

Release notes

Sourced from @​sentry/astro's releases.

10.48.0

Important Changes

  • feat(aws-serverless): Ship Lambda extension in npm package for container image Lambdas (#20133)

    The Sentry Lambda extension is now included in the npm package, enabling container image-based Lambda functions to use it. Copy the extension files into your Docker image and set the tunnel option:

    RUN mkdir -p /opt/sentry-extension
    COPY node_modules/@sentry/aws-serverless/build/lambda-extension/sentry-extension /opt/extensions/sentry-extension
    COPY node_modules/@sentry/aws-serverless/build/lambda-extension/index.mjs /opt/sentry-extension/index.mjs
    RUN chmod +x /opt/extensions/sentry-extension /opt/sentry-extension/index.mjs
    Sentry.init({
      dsn: '__DSN__',
      tunnel: 'http://localhost:9000/envelope',
    });

    This works with any Sentry SDK (@sentry/aws-serverless, @sentry/sveltekit, @sentry/node, etc.).

  • feat(cloudflare): Support basic WorkerEntrypoint (#19884)

    withSentry now supports instrumenting classes extending Cloudflare's WorkerEntrypoint. This instruments fetch, scheduled, queue, and tail handlers.

    import * as Sentry from '@sentry/cloudflare';
    import { WorkerEntrypoint } from 'cloudflare:workers';
    class MyWorker extends WorkerEntrypoint {
    async fetch(request: Request): Promise<Response> {
    return new Response('Hello World!');
    }
    }
    export default Sentry.withSentry(env => ({ dsn: env.SENTRY_DSN, tracesSampleRate: 1.0 }), MyWorker);

  • ref(core): Unify .do* span ops to gen_ai.generate_content (#20074)

    All Vercel AI do* spans (ai.generateText.doGenerate, ai.streamText.doStream, ai.generateObject.doGenerate, ai.streamObject.doStream) now use a single unified span op gen_ai.generate_content instead of separate ops like gen_ai.generate_text, gen_ai.stream_text, gen_ai.generate_object, and gen_ai.stream_object.

  • ref(core): Remove provider-specific AI span attributes in favor of gen_ai attributes in sentry conventions (#20011)

    The following provider-specific span attributes have been removed from the OpenAI and Anthropic AI integrations. Use the standardized gen_ai.* equivalents instead:

    Removed attribute Replacement

... (truncated)

Changelog

Sourced from @​sentry/astro's changelog.

10.48.0

Important Changes

  • feat(aws-serverless): Ship Lambda extension in npm package for container image Lambdas (#20133)

    The Sentry Lambda extension is now included in the npm package, enabling container image-based Lambda functions to use it. Copy the extension files into your Docker image and set the tunnel option:

    RUN mkdir -p /opt/sentry-extension
    COPY node_modules/@sentry/aws-serverless/build/lambda-extension/sentry-extension /opt/extensions/sentry-extension
    COPY node_modules/@sentry/aws-serverless/build/lambda-extension/index.mjs /opt/sentry-extension/index.mjs
    RUN chmod +x /opt/extensions/sentry-extension /opt/sentry-extension/index.mjs
    Sentry.init({
      dsn: '__DSN__',
      tunnel: 'http://localhost:9000/envelope',
    });

    This works with any Sentry SDK (@sentry/aws-serverless, @sentry/sveltekit, @sentry/node, etc.).

  • feat(cloudflare): Support basic WorkerEntrypoint (#19884)

    withSentry now supports instrumenting classes extending Cloudflare's WorkerEntrypoint. This instruments fetch, scheduled, queue, and tail handlers.

    import * as Sentry from '@sentry/cloudflare';
    import { WorkerEntrypoint } from 'cloudflare:workers';
    class MyWorker extends WorkerEntrypoint {
    async fetch(request: Request): Promise<Response> {
    return new Response('Hello World!');
    }
    }
    export default Sentry.withSentry(env => ({ dsn: env.SENTRY_DSN, tracesSampleRate: 1.0 }), MyWorker);

  • ref(core): Unify .do* span ops to gen_ai.generate_content (#20074)

    All Vercel AI do* spans (ai.generateText.doGenerate, ai.streamText.doStream, ai.generateObject.doGenerate, ai.streamObject.doStream) now use a single unified span op gen_ai.generate_content instead of separate ops like gen_ai.generate_text, gen_ai.stream_text, gen_ai.generate_object, and gen_ai.stream_object.

  • ref(core): Remove provider-specific AI span attributes in favor of gen_ai attributes in sentry conventions (#20011)

    The following provider-specific span attributes have been removed from the OpenAI and Anthropic AI integrations. Use the standardized gen_ai.* equivalents instead:

    | Removed attribute | Replacement |

... (truncated)

Commits
  • a67df4d release: 10.48.0
  • e0732ff Merge pull request #20172 from getsentry/prepare-release/10.48.0
  • d1ee40f meta(changelog): Update changelog for 10.48.0
  • 2897297 feat(nuxt): Exclude tracing meta tags on cached pages in Nuxt 5 (#20168)
  • 1cc3dd0 chore(deps-dev): Bump effect from 3.20.0 to 3.21.0 (#19999)
  • c273167 fix(core): Fix withStreamedSpan typing error add missing exports (#20124)
  • b6f7b86 feat(core): Apply ignoreSpans to streamed spans (#19934)
  • 7bd8449 test(node,node-core): Add span streaming integration tests (#19806)
  • 51fc6d1 feat(node-core): Add POtel server-side span streaming implementation (#19741)
  • 77357c7 fix(core): Replace global interval with trace-specific interval based flushin...
  • Additional commits viewable in compare view

Updates autoprefixer to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.

... (truncated)

Commits

Updates cssnano to 7.1.5

Release notes

Sourced from cssnano's releases.

v7.1.5

Bug Fixes

Full Changelog: https://g...

Description has been truncated

Updates the requirements on [@astrojs/compiler-rs](https://github.com/withastro/compiler-rs), [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown), [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react), [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss), [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte), [@chenglou/pretext](https://github.com/chenglou/pretext), [@fingerprintjs/fingerprintjs](https://github.com/fingerprintjs/fingerprintjs), [@playform/compress](https://github.com/PlayForm/Compress), [@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), [autoprefixer](https://github.com/postcss/autoprefixer), [cssnano](https://github.com/cssnano/cssnano), [fuse.js](https://github.com/krisk/Fuse), [gsap](https://github.com/greensock/GSAP), [jscrewit](https://github.com/fasttime/JScrewIt), [katex](https://github.com/KaTeX/KaTeX), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [next](https://github.com/vercel/next.js), [posthog-js](https://github.com/PostHog/posthog-js), [preact](https://github.com/preactjs/preact), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [sass](https://github.com/sass/dart-sass), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [cssnano-preset-advanced](https://github.com/cssnano/cssnano), [cypress](https://github.com/cypress-io/cypress), [eslint](https://github.com/eslint/eslint), [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro), [postcss](https://github.com/postcss/postcss), [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) to permit the latest version.

Updates `@astrojs/compiler-rs` to 0.1.7
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Commits](https://github.com/withastro/compiler-rs/compare/@astrojs/compiler-rs@0.1.6...@astrojs/compiler-rs@0.1.7)

Updates `@astrojs/partytown` from 2.1.5 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/react` to 5.0.3
- [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.3/packages/integrations/react)

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

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

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

Updates `@fingerprintjs/fingerprintjs` to 5.2.0
- [Release notes](https://github.com/fingerprintjs/fingerprintjs/releases)
- [Commits](fingerprintjs/fingerprintjs@v5.1.0...v5.2.0)

Updates `@playform/compress` to 0.2.3
- [Release notes](https://github.com/PlayForm/Compress/releases)
- [Changelog](https://github.com/PlayForm/Compress/blob/Current/CHANGELOG.md)
- [Commits](PlayForm/Compress@Compress/v0.2.2...Compress/v0.2.3)

Updates `@posthog/types` to 1.369.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.369.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.48.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.47.0...10.48.0)

Updates `autoprefixer` to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.27...10.5.0)

Updates `cssnano` to 7.1.5
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5)

Updates `fuse.js` to 7.3.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.2.0...v7.3.0)

Updates `gsap` to 3.15.0
- [Commits](greensock/GSAP@3.14.2...3.15.0)

Updates `jscrewit` from 2.41.0 to 3.0.0
- [Commits](fasttime/JScrewIt@2.41.0...3.0.0)

Updates `katex` to 0.16.45
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.44...v0.16.45)

Updates `lucide-react` to 1.8.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.8.0/packages/lucide-react)

Updates `next` to 16.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.2...v16.2.4)

Updates `posthog-js` to 1.369.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.364.6...posthog-js@1.369.1)

Updates `preact` to 10.29.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.29.0...10.29.1)

Updates `react-router-dom` to 7.14.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.1/packages/react-router-dom)

Updates `sass` to 1.99.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.98.0...1.99.0)

Updates `vite` to 8.0.8
- [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.8/packages/vite)

Updates `@biomejs/biome` to 2.4.12
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome)

Updates `@swc/core` to 1.15.26
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.26/packages/core)

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

Updates `astro` from 6.0.8 to 6.1.7
- [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.7/packages/astro)

Updates `cssnano-preset-advanced` to 7.0.13
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-advanced@7.0.12...cssnano-preset-advanced@7.0.13)

Updates `cypress` to 15.13.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.13.0...v15.13.1)

Updates `eslint` to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.1.0...v10.2.0)

Updates `eslint-plugin-astro` to 1.7.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.6.0...v1.7.0)

Updates `postcss` to 8.5.10
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.8...8.5.10)

Updates `sanitize-html` to 2.17.3
- [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/apostrophe/commits/sanitize-html@2.17.3/packages/sanitize-html)

Updates `vitest` to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@astrojs/compiler-rs"
  dependency-version: 0.1.7
  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/react"
  dependency-version: 5.0.3
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/svelte"
  dependency-version: 8.0.5
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@chenglou/pretext"
  dependency-version: 0.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fingerprintjs/fingerprintjs"
  dependency-version: 5.2.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@playform/compress"
  dependency-version: 0.2.3
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@posthog/types"
  dependency-version: 1.369.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.48.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: cssnano
  dependency-version: 7.1.5
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: fuse.js
  dependency-version: 7.3.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: gsap
  dependency-version: 3.15.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: jscrewit
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: katex
  dependency-version: 0.16.45
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 1.8.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.369.1
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: preact
  dependency-version: 10.29.1
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-version: 7.14.1
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.99.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 8.0.8
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.12
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.26
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.4
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: astro
  dependency-version: 6.1.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cssnano-preset-advanced
  dependency-version: 7.0.13
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: cypress
  dependency-version: 15.13.1
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: eslint-plugin-astro
  dependency-version: 1.7.0
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: sanitize-html
  dependency-version: 2.17.3
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  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 16, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 16, 2026

Deploying ozze with  Cloudflare Pages  Cloudflare Pages

Latest commit: f392241
Status:🚫  Build failed.

View logs

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@jere-a jere-a closed this Apr 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-4a89fb6612 branch April 20, 2026 21:57
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.

1 participant