Skip to content

fix(deps): update all non-major dependencies#675

Merged
magne4000 merged 2 commits intomainfrom
renovate/all-minor-patch
Feb 25, 2026
Merged

fix(deps): update all non-major dependencies#675
magne4000 merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 2.4.02.4.4 age adoption passing confidence
@biomejs/wasm-nodejs (source) ^2.4.0^2.4.4 age adoption passing confidence
@cloudflare/workers-types ^4.20260214.0^4.20260304.0 age adoption passing confidence
@compiled/react (source) ^0.19.0^0.20.0 age adoption passing confidence
@eslint/js (source) ^9.39.2^9.39.3 age adoption passing confidence
@inquirer/prompts (source) ^8.2.1^8.3.0 age adoption passing confidence
@prisma/client (source) ^7.4.0^7.4.1 age adoption passing confidence
@sentry/react (source) ^10.39.0^10.40.0 age adoption passing confidence
@sentry/solid (source) ^10.39.0^10.40.0 age adoption passing confidence
@sentry/vue (source) ^10.39.0^10.40.0 age adoption passing confidence
@solid-primitives/scheduled (source) ^1.5.2^1.5.3 age adoption passing confidence
@tailwindcss/vite (source) ^4.1.18^4.2.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.55.0^8.56.1 age adoption passing confidence
@typescript-eslint/utils (source) ^8.55.0^8.56.1 age adoption passing confidence
aws-cdk (source) ^2.1106.0^2.1107.0 age adoption passing confidence
aws-cdk-lib (source) ^2.238.0^2.240.0 age adoption passing confidence
cdk (source) ^2.1106.0^2.1107.0 age adoption passing confidence
constructs ^10.4.5^10.5.1 age adoption passing confidence
daisyui (source) ^5.5.18^5.5.19 age adoption passing confidence
eslint (source) ^9.39.2^9.39.3 age adoption passing confidence
espree (source) ^11.1.0^11.1.1 age adoption passing confidence
globby ^16.1.0^16.1.1 age adoption passing confidence
knip (source) ^5.83.1^5.85.0 age adoption passing confidence
lucide-react (source) ^0.564.0^0.575.0 age adoption passing confidence
mdast-util-from-markdown ^2.0.2^2.0.3 age adoption passing confidence
oxlint (source) ^1.47.0^1.50.0 age adoption passing confidence
oxlint-tsgolint ^0.13.0^0.15.0 age adoption passing confidence
prisma (source) ^7.4.0^7.4.1 age adoption passing confidence
puppeteer (source) ^24.37.3^24.37.5 age adoption passing confidence
tailwind-merge ^3.4.1^3.5.0 age adoption passing confidence
tailwindcss (source) ^4.1.18^4.2.1 age adoption passing confidence
telefunc (source) ^0.2.18^0.2.19 age adoption passing confidence
turbo (source) 2.8.92.8.10 age adoption passing confidence
turbo (source) ^2.8.9^2.8.10 age adoption passing confidence
typescript-eslint (source) ^8.55.0^8.56.1 age adoption passing confidence
vue (source) ^3.5.28^3.5.29 age adoption passing confidence
wrangler (source) ^4.65.0^4.68.1 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.4.4

Compare Source

Patch Changes
  • #​9150 6946835 Thanks @​dyc3! - Fixed #​9138: Astro files containing --- in HTML content (e.g., <h1>---Hi</h1>) are now parsed correctly, both when a frontmatter block is present and when there is no frontmatter at all.

  • #​9150 aa6f837 Thanks @​dyc3! - Fixed #​9138: The HTML parser incorrectly failing to parse bracket characters ([ and ]) in text content (e.g. <div>[Foo]</div>).

  • #​9151 c0d4b0c Thanks @​dyc3! - Fixed parsing of Svelte directive keywords (use, style) when used as plain text content in HTML/Svelte files. Previously, <p>use JavaScript</p> or <p>style it</p> would incorrectly produce a bogus element instead of proper text content.

  • #​9162 7f1e060 Thanks @​dyc3! - Fixed #​9161: The Vue parser now correctly handles colon attributes like xlink:href and xmlns:xlink by parsing them as single attributes instead of splitting them into separate tokens.

  • #​9164 458211b Thanks @​dyc3! - Fixed #​9161: The noAssignInExpressions rule no longer flags assignments in Vue v-on directives (e.g., @click="counter += 1"). Assignments in event handlers are idiomatic Vue patterns and are now skipped by the rule.

v2.4.3

Compare Source

Patch Changes
  • #​9120 aa40fc2 Thanks @​ematipico! - Fixed #​9109, where the GitHub reporter wasn't correctly enabled when biome ci runs on GitHub Actions.

  • #​9128 8ca3f7f Thanks @​dyc3! - Fixed #​9107: The HTML parser can now correctly parse Astro directives (client/set/class/is/server), which fixes the formatting for Astro directives.

  • #​9124 f5b0e8d Thanks @​ematipico! - Fixed #​8882 and #​9108: The Astro frontmatter lexer now correctly identifies the closing --- fence when the frontmatter contains multi-line block comments with quote characters, strings that mix quote types (e.g. "it's"), or escaped quote characters (e.g. "\").

  • #​9142 3ca066b Thanks @​THernandez03! - Fixed #​9141: The noUnknownAttribute rule no longer reports closedby as an unknown attribute on <dialog> elements.

  • #​9126 792013e Thanks @​ematipico! - Added missing Mocha globals to the Test domain: context, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, xcontext, xdescribe, xit, and xspecify. These are injected by Mocha's BDD and TDD interfaces and were previously flagged as undeclared variables in projects using Mocha.

  • #​8855 6918c9e Thanks @​ruidosujeira! - Fixed #​8840. Now the Biome CSS parser correctly parses not + scroll-state inside @container queries.

  • #​9111 4fb55cf Thanks @​Jayllyz! - Slightly improved performance of noIrregularWhitespace by adding early return optimization and simplifying character detection logic.

  • #​8975 086a0c5 Thanks @​FrankFMY! - Fixed #​8478: useDestructuring no longer suggests destructuring when the variable has a type annotation, like const foo: string = object.foo.

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes
biomejs/biome (@​biomejs/wasm-nodejs)

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1: Biome CLI v2.4.1

Compare Source

2.4.1

Patch Changes

What's Changed

Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.4.0...@​biomejs/biome@2.4.1

cloudflare/workerd (@​cloudflare/workers-types)

v4.20260304.0

Compare Source

v4.20260303.0

Compare Source

v4.20260302.0

Compare Source

v4.20260228.0

Compare Source

v4.20260227.0

Compare Source

v4.20260219.0

Compare Source

v4.20260218.0

Compare Source

v4.20260217.0

Compare Source

atlassian-labs/compiled (@​compiled/react)

v0.20.0

Compare Source

Minor Changes
  • 6429bfe: Bump csstype from 3.1.3 to 3.2.3 and add missing @container support to cssMap validation

    Updates csstype to the latest version which reflects the evolution of CSS standards. This change also fixes a bug where @container (CSS Container Queries) was partially supported in CSS processing but was missing from the cssMap type validation lookup table.

    Removed at-rules:

    • @scroll-timeline - Abandoned CSS proposal; Scroll-driven Animations now use animation-timeline property instead
    • @viewport - Obsolete at-rule with no modern browser support; viewport configuration is now handled via meta tags and media queries

    Added at-rules (with full support):

    • @container - CSS Container Queries (now fully validated in cssMap)
    • @position-try - CSS Anchor Positioning
    • @view-transition - View Transitions API

    What changed:

    • Updated csstype dependency to 3.2.3 across all packages
    • Updated AtRules type mapping in packages/babel-plugin/src/utils/css-map.ts to include the new at-rules and remove deprecated ones
    • Bumped to minor for @compiled/babel-plugin due to adding @container support to cssMap validation

    Note: The @scroll-timeline and @viewport at-rules are not used anywhere in the Compiled codebase, so this is not a breaking change.

v0.19.1

Compare Source

Patch Changes
eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

SBoudrias/Inquirer.js (@​inquirer/prompts)

v8.3.0

Compare Source

  • Fix: Keypresses happening before a prompt is rendered are now ignored.
  • Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.
  • Feat (select/checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.
  • Feat: various new theme options to make all prompts content localizable.

Finally, see our new @inquirer/i18n package!

prisma/prisma (@​prisma/client)

v7.4.1

Compare Source

Today, we are issuing a 7.4.1 patch release focused on bug fixes and quality improvements.

🛠 Fixes

Prisma Client

  • Fix cursor-based pagination regression with parameterised values (#​29184)
  • Preserve Prisma.skip through query extension argument cloning (#​29198)
  • Enable batching of multiple queries inside interactive transactions (#​25571)
  • Add missing JSON value deserialization for JSONB parameter fields (#​29182)
  • Apply result extensions correctly for nested and fluent relations (#​29218)
  • Allow missing config datasource URL and validate only when needed (prisma/prisma-engines#5777)

Driver Adapters

Prisma Schema Language

🙏 Huge thanks to our community

Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!

getsentry/sentry-javascript (@​sentry/react)

v10.40.0

Compare Source

Important Changes
  • feat(tanstackstart-react): Add global sentry exception middlewares (#​19330)

    The sentryGlobalRequestMiddleware and sentryGlobalFunctionMiddleware global middlewares capture unhandled exceptions thrown in TanStack Start API routes and server functions. Add them as the first entries in the requestMiddleware and functionMiddleware arrays of createStart():

    import { createStart } from '@&#8203;tanstack/react-start/server';
    import { sentryGlobalRequestMiddleware, sentryGlobalFunctionMiddleware } from '@&#8203;sentry/tanstackstart-react/server';
    
    export default createStart({
      requestMiddleware: [sent

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 23, 2026

Deploying bati-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9cd936b
Status: ✅  Deploy successful!
Preview URL: https://a2c0128c.bati-website.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.bati-website.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 0ef42e6 to 260b824 Compare February 24, 2026 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 260b824 to 9cd936b Compare February 25, 2026 02:07
@magne4000 magne4000 merged commit bd191cb into main Feb 25, 2026
161 checks passed
@magne4000 magne4000 deleted the renovate/all-minor-patch branch February 25, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant