Skip to content

chore(deps): bump the all-dependencies group with 13 updates#108

Merged
kenrick95 merged 2 commits intomainfrom
dependabot/npm_and_yarn/all-dependencies-d057b10366
Feb 14, 2026
Merged

chore(deps): bump the all-dependencies group with 13 updates#108
kenrick95 merged 2 commits intomainfrom
dependabot/npm_and_yarn/all-dependencies-d057b10366

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the all-dependencies group with 13 updates:

Package From To
@instantdb/admin 0.22.116 0.22.121
@instantdb/core 0.22.116 0.22.121
@maptiler/sdk 3.10.2 3.11.0
@radix-ui/themes 3.2.1 3.3.0
@sentry/react 10.37.0 10.38.0
zustand 5.0.10 5.0.11
@biomejs/biome 2.3.13 2.3.14
@rsbuild/core 1.7.2 1.7.3
@rsbuild/plugin-react 1.4.3 1.4.5
@types/react 19.2.10 19.2.11
instant-cli 0.22.116 0.22.121
jsdom 27.4.0 28.0.0
lefthook 2.0.16 2.1.0

Updates @instantdb/admin from 0.22.116 to 0.22.121

Commits

Updates @instantdb/core from 0.22.116 to 0.22.121

Commits

Updates @maptiler/sdk from 3.10.2 to 3.11.0

Release notes

Sourced from @​maptiler/sdk's releases.

v3.11.0

✨ Features and improvements

  • Adds the new MapTilerAnimation module and associated helpers for creating and managing animations, lerping between values and 'smoothing' arrays.
  • Adds the new AnimatedRouteLayer module and associated helpers for animating camera movement along GeoJSON features paths.
  • Adds better validation of space specifications in CubemapLayer
  • Adds new signature to Map.setProjection that allows to use just "globe" and "mercator" instead of projection specification object
  • Adds new option to Map.setProjection that allows it to persist the projection even after style change (like Map.enableGlobeProjection and Map.enableMercatorProjection do)
  • Adds new method Map.forgetPersistedProjection that forgets a persisted projection
  • Bumps MapLibre to version 3.16.0
  • Bump MapLibre Style Spec to 24.4.1

🐛 Bug Fixes

  • Fixes a bug where map.getProjection() did not return a value when default projection was used.
  • Fixes bugs in space and halo where precedence of constructor options vs remote styles was not enforced correctly.
  • Fixes a bug where space would not load correctly if a new remote style spec was undefined.
  • Fixes some bugs in AnimatedRouteLayer and animation-helpers.ts where the first and final points in a list of coordinates were removed during path smoothing.
  • Fixes a bug on Safari where requestIdleCallback is not supported.
  • Fixes a bug on ImageViewer where initialising would time out on Safari.

⚙️ Others

  • Better e2e Test coverage for Space & Halo
  • Deprecates Map.enableGlobeProjection and Map.enableMercatorProjection in favour of Map.setProjection with persist option set to true
  • Fixes a typo in ImageViewer typedefs

v3.11.0-rc.2

This is a test release and not suitable for production usage.

v3.11.0-rc.1

This is test release and not intended for production use

Changelog

Sourced from @​maptiler/sdk's changelog.

3.11.0

✨ Features and improvements

  • Adds the new MapTilerAnimation module and associated helpers for creating and managing animations, lerping between values and 'smoothing' arrays.
  • Adds the new AnimatedRouteLayer module and associated helpers for animating camera movement along GeoJSON features paths.
  • Adds better validation of space specifications in CubemapLayer
  • Adds new signature to Map.setProjection that allows to use just "globe" and "mercator" instead of projection specification object
  • Adds new option to Map.setProjection that allows it to persist the projection even after style change (like Map.enableGlobeProjection and Map.enableMercatorProjection do)
  • Adds new method Map.forgetPersistedProjection that forgets a persisted projection
  • Bumps MapLibre to version 3.16.0
  • Bump MapLibre Style Spec to 24.4.1

🐛 Bug Fixes

  • Fixes a bug where map.getProjection() did not return a value when default projection was used.
  • Fixes bugs in space and halo where precedence of constructor options vs remote styles was not enforced correctly.
  • Fixes a bug where space would not load correctly if a new remote style spec was undefined.
  • Fixes some bugs in AnimatedRouteLayer and animation-helpers.ts where the first and final points in a list of coordinates were removed during path smoothing.
  • Fixes a bug on Safari where requestIdleCallback is not supported.
  • Fixes a bug on ImageViewer where initialising would time out on Safari.

⚙️ Others

  • Better e2e Test coverage for Space & Halo
  • Deprecates Map.enableGlobeProjection and Map.enableMercatorProjection in favour of Map.setProjection with persist option set to true
  • Fixes a typo in ImageViewer typedefs
Commits
  • 1bfed88 Bump changelog
  • aa771f8 Bump @​maptiler/client to v2.7.0
  • d883f62 Merge pull request #307 from maptiler/RD-1708-image-times-out-on-safari
  • 5d89d0f RD-1708 Typo in changelog
  • 7590d5e RD-1708 Reowrk test to more foolproof structure
  • 143e4d3 RD-1708 Fix failing unit tests
  • c0c34f7 RD-1708 update changelog
  • 44a6695 RD-1708 Re-order async function calls to ensure soure is added after sdk init
  • 512cf3a 3.11.0
  • 95745b1 RD-1701 Bump ML version and fix failing unit tests (#306)
  • Additional commits viewable in compare view

Updates @radix-ui/themes from 3.2.1 to 3.3.0

Release notes

Sourced from @​radix-ui/themes's releases.

3.3.0

What's Changed

  • Add soft variant to the Kbd component (#774)
  • Add new layout props to Grid and layout components: alignContent, justifyItems, alignSelf, justifySelf (#744)
  • Deprecate breakpoints array. In the next major version, it will be replaced with a Set for easier lookups and comparisons.
Changelog

Sourced from @​radix-ui/themes's changelog.

Release process

This is a work-in-progress document and will be updated as we refine our release process.

Release strategy

We track versions during the pull request process. As features are added, modified or improved it's important to keep track of these via versioning.

Tracking version changes

PRs that fix bugs or add features should include an addition to packages/radix-ui-themes/CHANGELOG.md under a new version heading. The actual release version may differ, so be sure to double check this at publish time.

Publishing a stable release

You must be a maintainer of the repository and have write access to publish a release.

  1. Create a new branch for the release. We recommend the branch naming convention release/<version> for this (e.g. release/3.3.0).
  2. Update the version in packages/radix-ui-themes/package.json and ensure the changelog is up to date.
  3. Add and commit with the commit message of v<version> (e.g. v3.3.0).
  4. Push the branch to the repository and create a pull request.
  5. When checks pass and the pull request is approved, merge it into main.
  6. Create a new tag for the release with the format <version> (e.g. 3.3.0).
    • If you do this locally, be sure to pull the latest changes from main to ensure you have the new version changes from the previous step.
  7. Create a new GitHub release from the tag. Use the changelog entry for the version as its release notes.
  8. The GitHub action will be triggered by the publish workflow and will automatically publish the package to npm.

To publish a pre-release you must build and publish manually. Use pnpm publish -r --tag <tag>, where <tag> is the pre-release tag (e.g. alpha, beta, rc)

Updating documentation

Our documentation is in a separate repository and updating it is a three step process:

  1. Write and update the change log
  2. Bump package version/s and create / update the pages for each version change
  3. Perform documentation updates and remove live demos from previous versions
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​radix-ui/themes since your current version.


Updates @sentry/react from 10.37.0 to 10.38.0

Release notes

Sourced from @​sentry/react's releases.

10.38.0

Important Changes

  • feat(tanstackstart-react): Auto-instrument request middleware (#18989)

The sentryTanstackStart Vite plugin now automatically instruments middleware arrays in createFileRoute(). This captures performance data without requiring manual wrapping with wrapMiddlewaresWithSentry().

Other Changes

  • feat: Use v4.8.0 bundler plugins (#18993)
  • feat(browser): Add logs.metrics bundle (#19020)
  • feat(browser): Add replay.logs.metrics bundle (#19021)
  • feat(browser): Add tracing.replay.logs.metrics bundle (#19039)
  • feat(deps): bump import-in-the-middle from 2.0.1 to 2.0.6 (#19042)
  • feat(node): Add AI manual instrumentation exports to Node (#19063)
  • feat(wasm): initialised sentryWasmImages for webworkers (#18812)
  • fix(core): Classify custom AggregateErrors as exception groups (#19053)
  • fix(nextjs): Turn off debugID injection if sourcemaps are explicitly disabled (#19010)
  • fix(react): Avoid String(key) to fix Symbol conversion error (#18982)
  • fix(react): Prevent lazy route handlers from updating wrong navigation span (#18898)

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.38.0

Important Changes

  • feat(tanstackstart-react): Auto-instrument request middleware (#18989)

    The sentryTanstackStart Vite plugin now automatically instruments middleware arrays in createFileRoute(). This captures performance data without requiring manual wrapping with wrapMiddlewaresWithSentry().

Other Changes

  • feat: Use v4.8.0 bundler plugins (#18993)
  • feat(browser): Add logs.metrics bundle (#19020)
  • feat(browser): Add replay.logs.metrics bundle (#19021)
  • feat(browser): Add tracing.replay.logs.metrics bundle (#19039)
  • feat(deps): bump import-in-the-middle from 2.0.1 to 2.0.6 (#19042)
  • feat(node): Add AI manual instrumentation exports to Node (#19063)
  • feat(wasm): initialised sentryWasmImages for webworkers (#18812)
  • fix(core): Classify custom AggregateErrors as exception groups (#19053)
  • fix(nextjs): Turn off debugID injection if sourcemaps are explicitly disabled (#19010)
  • fix(react): Avoid String(key) to fix Symbol conversion error (#18982)
  • fix(react): Prevent lazy route handlers from updating wrong navigation span (#18898)

... (truncated)

Commits

Updates zustand from 5.0.10 to 5.0.11

Release notes

Sourced from zustand's releases.

v5.0.11

This release includes small improvements in middleware thanks to contributors.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.10...v5.0.11

Commits
  • 99379a6 5.0.11
  • c81b4eb chore(deps): update dev dependencies (#3375)
  • 3871d53 fix(immer): Proper typing for immer middleware in combination with slices (#...
  • 9b505ac fix(persist): use window.localStorage as default storage reference (#3367)
  • 267a57c Update code block in tutorial-tic-tac-toe.md (#3373)
  • 6813f7b docs: remove stray Russian comment in beginner-typescript guide (#3369)
  • d9ea330 docs(testing): fix undefined counterStoreRef variable (#3368)
  • 6e026d7 chore: improve typing in devtools middleware (#3362)
  • e7d4593 Revert "chore(deps): bump pmndrs/docs/.github/workflows/build.yml from 2 to 3...
  • 0f49ad8 chore(deps): bump pmndrs/docs/.github/workflows/build.yml from 2 to 3 (#3364)
  • Additional commits viewable in compare view

Updates @biomejs/biome from 2.3.13 to 2.3.14

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.14

2.3.14

Patch Changes

  • #8921 29e2435 Thanks @​siketyan! - Fixed #8759: The useConsistentTypeDefinitions rule no longer converts empty object type declarations into interfaces, as it will conflict with the noEmptyInterface rule and can cause an infinite loop when both rules are enabled.

  • #8928 ccaeac4 Thanks @​taga3s! - Added the nursery rule useGlobalThis. This rule enforces using globalThis over window, self and global.

  • #8602 9a18daa Thanks @​dyc3! - Added the new nursery rule noVueArrowFuncInWatch. This rule forbids using arrow functions in watchers in Vue components, because arrow functions do not give access to the component instance (via this), while regular functions do.

  • #8905 9b1eea8 Thanks @​ryan-m-walker! - Fixed #8428: Improved parsing recovery when encountering qualified rules inside CSS @page at-rule blocks.

  • #8900 f788cff Thanks @​mdevils! - Fixed #8802: useExhaustiveDependencies now correctly suggests dependencies without including callback-scoped variables or method names.

    When accessing object properties with a callback-scoped variable, only the object path is suggested:

    // Now correctly suggests `props.value` instead of `props.value[day]`
    useMemo(() => {
      return WeekdayValues.filter((day) => props.value[day]);
    }, [props.value]);

    When calling methods on objects, only the object is suggested as a dependency:

    // Now correctly suggests `props.data` instead of `props.data.forEach`
    useMemo(() => {
      props.data.forEach((item) => console.log(item));
    }, [props.data]);
  • #8913 e1e20ea Thanks @​dyc3! - Fixed #8363: HTML parser no longer crashes when encountering a < character followed by a digit in text content (e.g., <12 months). The parser now correctly emits an "Unescaped < bracket character" error instead of treating <12 as a tag name and crashing.

  • #8910 2fb63a4 Thanks @​dyc3! - Fixed #8774: Type aliases with generic parameters that have extends constraints now properly indent comments after the equals sign.

    Previously, comments after the = in type aliases with extends constraints were not indented:

    -type A<B, C extends D> = // Some comment
    -undefined;
    +type A<B, C extends D> =
    +    // Some comment
    +    undefined;
  • #8916 ea4bd04 Thanks @​ryan-m-walker! - Fixed #4013, where comments in member chains caused unnecessary line breaks.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.14

Patch Changes

  • #8921 29e2435 Thanks @​siketyan! - Fixed #8759: The useConsistentTypeDefinitions rule no longer converts empty object type declarations into interfaces, as it will conflict with the noEmptyInterface rule and can cause an infinite loop when both rules are enabled.

  • #8928 ccaeac4 Thanks @​taga3s! - Added the nursery rule useGlobalThis. This rule enforces using globalThis over window, self and global.

  • #8602 9a18daa Thanks @​dyc3! - Added the new nursery rule noVueArrowFuncInWatch. This rule forbids using arrow functions in watchers in Vue components, because arrow functions do not give access to the component instance (via this), while regular functions do.

  • #8905 9b1eea8 Thanks @​ryan-m-walker! - Fixed #8428: Improved parsing recovery when encountering qualified rules inside CSS @page at-rule blocks.

  • #8900 f788cff Thanks @​mdevils! - Fixed #8802: useExhaustiveDependencies now correctly suggests dependencies without including callback-scoped variables or method names.

    When accessing object properties with a callback-scoped variable, only the object path is suggested:

    // Now correctly suggests `props.value` instead of `props.value[day]`
    useMemo(() => {
      return WeekdayValues.filter((day) => props.value[day]);
    }, [props.value]);

    When calling methods on objects, only the object is suggested as a dependency:

    // Now correctly suggests `props.data` instead of `props.data.forEach`
    useMemo(() => {
      props.data.forEach((item) => console.log(item));
    }, [props.data]);
  • #8913 e1e20ea Thanks @​dyc3! - Fixed #8363: HTML parser no longer crashes when encountering a < character followed by a digit in text content (e.g., <12 months). The parser now correctly emits an "Unescaped < bracket character" error instead of treating <12 as a tag name and crashing.

  • #8910 2fb63a4 Thanks @​dyc3! - Fixed #8774: Type aliases with generic parameters that have extends constraints now properly indent comments after the equals sign.

    Previously, comments after the = in type aliases with extends constraints were not indented:

    -type A<B, C extends D> = // Some comment
    -undefined;
    +type A<B, C extends D> =
    +    // Some comment
    +    undefined;
  • #8916 ea4bd04 Thanks @​ryan-m-walker! - Fixed #4013, where comments in member chains caused unnecessary line breaks.

    // Before

... (truncated)

Commits

Updates @rsbuild/core from 1.7.2 to 1.7.3

Release notes

Sourced from @​rsbuild/core's releases.

v1.7.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.7.2...v1.7.3

Commits

Updates @rsbuild/plugin-react from 1.4.3 to 1.4.5

Release notes

Sourced from @​rsbuild/plugin-react's releases.

v1.4.5

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.4...v1.4.5

v1.4.4

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

... (truncated)

Commits
  • 9508968 release: 1.4.4 (#5553)
  • bfb29f5 fix: ensure that raw query of assets can be accurately matched (#5547)
  • e77f5fe chore(deps): update dependency @​types/node to ^22.16.0 (#5535)
  • f705cbb fix: ensure that raw query of scripts can be accurately matched (#5538)
  • 5024a80 release: @​rsbuild/plugin-react v1.3.3 (#5526)
  • d18c3ce fix(plugin-react): profiling not work with React 19 (#5524)
  • See full diff in compare view

Updates @types/react from 19.2.10 to 19.2.11

Commits

Updates instant-cli from 0.22.116 to 0.22.121

Commits

Updates jsdom from 27.4.0 to 28.0.0

Release notes

Sourced from jsdom's releases.

Version 28.0.0

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.
Changelog

Sourced from jsdom's changelog.

28.0.0

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.
Commits
  • 20f614d Version 28.0.0
  • 2b65c6a Replace the resource loader API
  • 638bd68 Decode <a> and <area> query strings using document's encoding
  • 457bd4b Add AGENTS.md (and CLAUDE.md)
  • bf1dc15 Mark header-values tests as fail-slow due to Node.js bug
  • 92f269e Update dependencies and dev dependencies
  • 7d6e667 Improve spec alignment of Headers and header type tests
  • 2c29aed Fix Windows-specific task kill timeouts
  • d941216 Add failing regression test for animation-name case-sensitivity
  • 56a833d Update style benchmark
  • Additional commits viewable in compare view

Updates lefthook from 2.0.16 to 2.1.0

Release notes

Sourced from lefthook's releases.

v2.1.0

Changelog

  • 6cb576e73621d7b263094663c64827ab96e271ae chore: fancy wording and indentation for hits
  • 9ace994a09c6a642a1be7df8fe11586f72827bfe ci: skip Python publishing
  • 47b8f5c06f19db0ba26a6283579238248e995bfe feat: allow installing non-git hooks (#1301)
  • ec7e8e18afc0d5c002d761f937ae5db84dddb6e0 feat: check core.hooksPath when lefthook install (#1292)
Changelog

Sourced from lefthook's changelog.

2.1.0 (2026-02-03)

Commits
  • c43361a 2.1.0: disable installing to configured local or global hooks
  • 9ace994 ci: skip Python publishing
  • 6cb576e chore: fancy wording and indentation for hits
  • ec7e8e1 feat: check core.hooksPath when lefthook install (#1292)
  • 47b8f5c feat: allow installing non-git hooks (#1301)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@instantdb/admin](https://github.com/instantdb/instant/tree/HEAD/client/packages/admin) | `0.22.116` | `0.22.121` |
| [@instantdb/core](https://github.com/instantdb/instant/tree/HEAD/client/packages/core) | `0.22.116` | `0.22.121` |
| [@maptiler/sdk](https://github.com/maptiler/maptiler-sdk-js) | `3.10.2` | `3.11.0` |
| [@radix-ui/themes](https://github.com/radix-ui/themes) | `3.2.1` | `3.3.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.37.0` | `10.38.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.10` | `5.0.11` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.13` | `2.3.14` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.7.2` | `1.7.3` |
| [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react) | `1.4.3` | `1.4.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.11` |
| [instant-cli](https://github.com/instantdb/instant/tree/HEAD/client/packages/cli) | `0.22.116` | `0.22.121` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.4.0` | `28.0.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `2.0.16` | `2.1.0` |


Updates `@instantdb/admin` from 0.22.116 to 0.22.121
- [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/admin)

Updates `@instantdb/core` from 0.22.116 to 0.22.121
- [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/core)

Updates `@maptiler/sdk` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/maptiler/maptiler-sdk-js/releases)
- [Changelog](https://github.com/maptiler/maptiler-sdk-js/blob/main/CHANGELOG.md)
- [Commits](maptiler/maptiler-sdk-js@v.3.10.2...v3.11.0)

Updates `@radix-ui/themes` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/radix-ui/themes/releases)
- [Changelog](https://github.com/radix-ui/themes/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/themes/commits/3.3.0)

Updates `@sentry/react` from 10.37.0 to 10.38.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.37.0...10.38.0)

Updates `zustand` from 5.0.10 to 5.0.11
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.10...v5.0.11)

Updates `@biomejs/biome` from 2.3.13 to 2.3.14
- [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.3.14/packages/@biomejs/biome)

Updates `@rsbuild/core` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.7.3/packages/core)

Updates `@rsbuild/plugin-react` from 1.4.3 to 1.4.5
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.4.5/packages/plugin-react)

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

Updates `instant-cli` from 0.22.116 to 0.22.121
- [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/cli)

Updates `jsdom` from 27.4.0 to 28.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.4.0...28.0.0)

Updates `lefthook` from 2.0.16 to 2.1.0
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v2.0.16...v2.1.0)

---
updated-dependencies:
- dependency-name: "@instantdb/admin"
  dependency-version: 0.22.121
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@instantdb/core"
  dependency-version: 0.22.121
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@maptiler/sdk"
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@radix-ui/themes"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@sentry/react"
  dependency-version: 10.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: zustand
  dependency-version: 5.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rsbuild/core"
  dependency-version: 1.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rsbuild/plugin-react"
  dependency-version: 1.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: instant-cli
  dependency-version: 0.22.121
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsdom
  dependency-version: 28.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: lefthook
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Feb 9, 2026
@kenrick95 kenrick95 merged commit b3c6fe8 into main Feb 14, 2026
1 check passed
@kenrick95 kenrick95 deleted the dependabot/npm_and_yarn/all-dependencies-d057b10366 branch February 14, 2026 12:17
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