Skip to content

Bump the npm-minor-patch group across 1 directory with 10 updates#236

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-minor-patch-f0c437ebd2
Open

Bump the npm-minor-patch group across 1 directory with 10 updates#236
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-minor-patch-f0c437ebd2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 23, 2025

Bumps the npm-minor-patch group with 10 updates in the / directory:

Package From To
@biomejs/biome 2.3.1 2.3.7
markdownlint-cli 0.45.0 0.46.0
vite 7.1.12 7.2.4
@tanstack/react-query 5.87.4 5.90.10
react 19.1.1 19.2.0
@types/react 18.3.24 19.2.6
orval 7.11.2 7.16.1
typescript 5.9.2 5.9.3
color 5.0.0 5.0.3
style-dictionary 5.0.4 5.1.1

Updates @biomejs/biome from 2.3.1 to 2.3.7

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.7

2.3.7

Patch Changes

  • #8169 7fdcec8 Thanks @​arendjr! - Fixed #7999: Correctly place await after leading comment in auto-fix action from noFloatingPromises rule.

  • #8157 12d5b42 Thanks @​Conaclos! - Fixed #8148. noInvalidUseBeforeDeclaration no longer reports some valid use before declarations.

    The following code is no longer reported as invalid:

    class classA {
      C = C;
    }
    const C = 0;
  • #8178 6ba4157 Thanks @​dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.

    - <Component v-else:property="123" />
    + <Component v-else :property="123" />
  • #8088 0eb08e8 Thanks @​db295! - Fixed #7876: The noUnusedImports rule now ignores imports that are used by @​linkcode and @​linkplain (previously supported @​link and @​see).

    The following code will no longer be a false positive:

    import type { a } from "a"
    /**
    
    {@​linkcode a}
    */
    function func() {}
  • #8119 8d64655 Thanks @​ematipico! - Improved the detection of the rule noUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.

    This logic deviates from the original rule, hence noUnnecessaryConditions is now marked as "inspired".

    In the following example, hey starts as false, but then it's assigned to a string. The rule isn't triggered inside the if check.

    let hey = false;
    function test() {
    hey = "string";

  • ... (truncated)

    Changelog

    Sourced from @​biomejs/biome's changelog.

    2.3.7

    Patch Changes

    • #8169 7fdcec8 Thanks @​arendjr! - Fixed #7999: Correctly place await after leading comment in auto-fix action from noFloatingPromises rule.

    • #8157 12d5b42 Thanks @​Conaclos! - Fixed #8148. noInvalidUseBeforeDeclaration no longer reports some valid use before declarations.

      The following code is no longer reported as invalid:

      class classA {
        C = C;
      }
      const C = 0;
    • #8178 6ba4157 Thanks @​dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.

      - <Component v-else:property="123" />
      + <Component v-else :property="123" />
    • #8088 0eb08e8 Thanks @​db295! - Fixed #7876: The noUnusedImports rule now ignores imports that are used by @​linkcode and @​linkplain (previously supported @​link and @​see).

      The following code will no longer be a false positive:

      import type { a } from "a"
      /**
      
      {@​linkcode a}
      */
      function func() {}
  • #8119 8d64655 Thanks @​ematipico! - Improved the detection of the rule noUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.

    This logic deviates from the original rule, hence noUnnecessaryConditions is now marked as "inspired".

    In the following example, hey starts as false, but then it's assigned to a string. The rule isn't triggered inside the if check.

    let hey = false;
    function test() {
    hey = "string";
    }

  • ... (truncated)

    Commits
    Maintainer changes

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


    Updates markdownlint-cli from 0.45.0 to 0.46.0

    Release notes

    Sourced from markdownlint-cli's releases.

    v0.46.0

    • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
    • Update markdownlint dependency to 0.39.0
      • Add MD060/table-column-style
      • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
    • Update all dependencies via Dependabot
    Commits
    • c8fd500 Bump version 0.46.0
    • 5d85fc6 Delete and recreate package-lock.json via "npm install" to bump indirect js-y...
    • 1b2b54c Bump glob from 10.4.5 to 10.5.0
    • 845c5ff Bump smol-toml from 1.4.2 to 1.5.2
    • 00e4437 Bump js-yaml from 4.1.0 to 4.1.1
    • 76208f1 Bump minimatch from 10.0.3 to 10.1.1
    • 8e31aca Bump commander from 14.0.1 to 14.0.2
    • 15c3ed0 Bump actions/setup-node from 5 to 6
    • 9cc24e8 Update tests for previous commit upgrading markdownlint library.
    • 34c77a6 Bump markdownlint from 0.38.0 to 0.39.0
    • Additional commits viewable in compare view

    Updates vite from 7.1.12 to 7.2.4

    Release notes

    Sourced from vite's releases.

    v7.2.4

    Please refer to CHANGELOG.md for details.

    v7.2.3

    Please refer to CHANGELOG.md for details.

    v7.2.2

    Please refer to CHANGELOG.md for details.

    plugin-legacy@7.2.1

    Please refer to CHANGELOG.md for details.

    v7.2.1

    Please refer to CHANGELOG.md for details.

    plugin-legacy@7.2.0

    Please refer to CHANGELOG.md for details.

    v7.2.0

    Please refer to CHANGELOG.md for details.

    v7.2.0-beta.1

    Please refer to CHANGELOG.md for details.

    v7.2.0-beta.0

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from vite's changelog.

    7.2.4 (2025-11-20)

    Bug Fixes

    • revert "perf(deps): replace debug with obug (#21107)" (2d66b7b)

    7.2.3 (2025-11-20)

    Bug Fixes

    • allow multiple bindCLIShortcuts calls with shortcut merging (#21103) (5909efd)
    • deps: update all non-major dependencies (#21096) (6a34ac3)
    • deps: update all non-major dependencies (#21128) (4f8171e)

    Performance Improvements

    Miscellaneous Chores

    • deps: update dependency @​rollup/plugin-commonjs to v29 (#21099) (02ceaec)
    • deps: update rolldown-related dependencies (#21095) (39a0a15)
    • deps: update rolldown-related dependencies (#21127) (5029720)

    7.2.2 (2025-11-07)

    Bug Fixes

    7.2.1 (2025-11-06)

    Bug Fixes

    Code Refactoring

    • build: rename indexOfMatchInSlice to findPreloadMarker (#21054) (f83264f)

    7.2.0 (2025-11-05)

    Bug Fixes

    • css: fallback to sass when sass-embedded platform binary is missing (#21002) (b1fd616)
    • module-runner: make getBuiltins response JSON serializable (#21029) (ad5b3bf)
    • types: add undefined to optional properties for exactOptionalProperties type compatibility (#21040) (2833c55)

    Miscellaneous Chores

    7.2.0-beta.1 (2025-10-29)

    Bug Fixes

    ... (truncated)

    Commits

    Updates @tanstack/react-query from 5.87.4 to 5.90.10

    Release notes

    Sourced from @​tanstack/react-query's releases.

    @​tanstack/react-query-persist-client@​5.90.10

    Patch Changes

    • Updated dependencies []:
      • @​tanstack/query-persist-client-core@​5.91.7
      • @​tanstack/react-query@​5.90.8

    @​tanstack/react-query@​5.90.10

    Patch Changes

    @​tanstack/react-query-persist-client@​5.90.9

    Patch Changes

    • Updated dependencies []:
      • @​tanstack/query-persist-client-core@​5.91.6
      • @​tanstack/react-query@​5.90.7

    @​tanstack/react-query@​5.90.9

    Patch Changes

    • Updated dependencies [08b211f]:
      • @​tanstack/query-core@​5.90.9

    @​tanstack/react-query-persist-client@​5.90.8

    Patch Changes

    • Updated dependencies []:
      • @​tanstack/query-persist-client-core@​5.91.5
      • @​tanstack/react-query@​5.90.6

    @​tanstack/react-query@​5.90.8

    Patch Changes

    • Updated dependencies [c0ec9fe]:
      • @​tanstack/query-core@​5.90.8

    @​tanstack/react-query-persist-client@​5.90.7

    Patch Changes

    • Updated dependencies []:
      • @​tanstack/query-persist-client-core@​5.91.4
      • @​tanstack/react-query@​5.90.5

    @​tanstack/react-query@​5.90.7

    Patch Changes

    ... (truncated)

    Changelog

    Sourced from @​tanstack/react-query's changelog.

    5.90.10

    Patch Changes

    5.90.9

    Patch Changes

    • Updated dependencies [08b211f]:
      • @​tanstack/query-core@​5.90.9

    5.90.8

    Patch Changes

    • Updated dependencies [c0ec9fe]:
      • @​tanstack/query-core@​5.90.8

    5.90.7

    Patch Changes

    • Updated dependencies [b4cd121]:
      • @​tanstack/query-core@​5.90.7

    5.90.6

    Patch Changes

    • Updated dependencies [1638c02]:
      • @​tanstack/query-core@​5.90.6

    5.90.5

    Patch Changes

    • Updated dependencies [e42ddfe]:
      • @​tanstack/query-core@​5.90.5

    5.90.4

    Patch Changes

    • Updated dependencies [20ef922]:
      • @​tanstack/query-core@​5.90.4

    5.90.3

    ... (truncated)

    Commits

    Updates react from 19.1.1 to 19.2.0

    Release notes

    Sourced from react's releases.

    19.2.0 (Oct 1, 2025)

    Below is a list of all new features, APIs, and bug fixes.

    Read the React 19.2 release post for more information.

    New React Features

    • <Activity>: A new API to hide and restore the UI and internal state of its children.
    • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
    • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
    • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

    New React DOM Features

    • Added resume APIs for partial pre-rendering with Web Streams:
    • Added resume APIs for partial pre-rendering with Node Streams:
    • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

    Notable changes

    • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
    • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
    • Use underscore instead of : IDs generated by useId

    All Changes

    React

    React DOM

    ... (truncated)

    Changelog

    Sourced from react's changelog.

    19.2.0 (October 1st, 2025)

    Below is a list of all new features, APIs, and bug fixes.

    Read the React 19.2 release post for more information.

    New React Features

    • <Activity>: A new API to hide and restore the UI and internal state of its children.
    • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
    • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
    • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

    New React DOM Features

    • Added resume APIs for partial pre-rendering with Web Streams:
    • Added resume APIs for partial pre-rendering with Node Streams:
    • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

    Notable changes

    • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
    • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
    • Use underscore instead of : IDs generated by useId

    All Changes

    React

    React DOM

    ... (truncated)

    Commits

    Updates @types/react from 18.3.24 to 19.2.6

    Commits

    Updates @types/react from 18.3.24 to 19.2.6

    Commits

    Updates orval from 7.11.2 to 7.16.1

    Release notes

    Sourced from orval's releases.

    Release v7.16.1

    What's Changed

    [!IMPORTANT]
    Security fix for js-yaml 4.1.1

    Full Changelog: orval-labs/orval@v7.16.0...v7.16.1

    Release v7.16.0

    What's Changed

    Full Changelog: orval-labs/orval@v7.15.0...v7.16.0

    Release v7.15.0

    What's Changed

    [!IMPORTANT]
    Breaking change: Node 22.18.0 or higher is required

    New Contributors

    Full Changelog: orval-labs/orval@v7.14.0...v7.15.0

    Release v7.14.0

    [!IMPORTANT]
    Breaking change: Node 22.18.0 or higher is required

    What's Changed

    ... (truncated)

    Commits
    • 6b25d06 chore(release): bump version to v7.16.1 (#2582)
    • a887b2b js-yaml 4.1.1
    • 253ae76 chore(release): bump version to v7.16.0 (#2519)
    • 1d22214 Update base branch for release preparation
    • 13d6a8a Add step to remove stableVersion fields from package.json
    • cf0f1e1 Process config file with jiti - v7 (#2518)
    • bdacff4 chore(release): bump version to v7.15.0 (#2474)
    • 0dfe795 fix(axios): "responseType: text" incorrectly being added (#2473)
    • b119209 fix(zod): fixed bug where zod did not correctly use namespace import (#2472)
    • 8d0812b fix(query): deduplicate error response types (#2471)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by melloware, a new releaser for orval since your current version.


    Updates typescript from 5.9.2 to 5.9.3

    Release notes

    Sourced from typescript's releases.

    TypeScript 5.9.3

    Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

    For release notes, check out the release announcement

    Downloads are available on:

    Commits
    • c63de15 Bump version to 5.9.3 and LKG
    • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
    • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
    • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
    • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
    • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
    • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
    • See full diff in compare view

    Updates color from 5.0.0 to 5.0.3

    Release notes

    Sourced from color's releases.

    5.0.3

    Full Changelog: Qix-/color@5.0.2...5.0.3

    5.0.2

    Functionally identical release to 5.0.0.

    Version 5.0.1 is compromised. Please see debug-js/debug#1005.

    Commits

    Updates style-dictionary from 5.0.4 to 5.1.1

    Release notes

    Sourced from style-dictionary's releases.

    v5.1.1

    Patch Changes

    • 65745da: Fix outputReferences for tokens with 'value' in their name. Previously, references to tokens like object_type.value_chain were incorrectly resolved because the code removed the first occurrence of .value instead of only the trailing suffix.

    v5.1.0

    Minor Changes

    • 97a209a: Add new size/compose/{sp,dp} transforms

    Patch Changes

    • dbcdae3: Fix fontName parsing to handle double quotes
    • c47600d: Export expand DTCGTypesMap for extension use cases.
    Changelog

    Sourced from style-dictionary's changelog.

    5.1.1

    Patch Changes

    • 65745da: Fix outputReferences for tokens with 'value' in their name. Previously, references to tokens like object_type.value_chain were incorrectly resolved because the code removed the first occurrence of .value instead of only the trailing suffix.

    5.1.0

    Minor Changes

    • 97a209a: Add new size/compose/{sp,dp} transforms

    Patch Changes

    • dbcdae3: Fix fontName parsing to handle double quotes
    • c47600d: Export expand DTCGTypesMap for extension use cases.
    Co...

    Description has been truncated

    @dependabot @github
    Copy link
    Copy Markdown
    Contributor Author

    dependabot Bot commented on behalf of github Nov 23, 2025

    Labels

    The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

    Please fix the above issues or remove invalid values from dependabot.yml.

    @coderabbitai
    Copy link
    Copy Markdown
    Contributor

    coderabbitai Bot commented Nov 23, 2025

    Important

    Review skipped

    Bot user detected.

    To trigger a single review, invoke the @coderabbitai review command.

    You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


    Comment @coderabbitai help to get the list of available commands and usage tips.

    @dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-f0c437ebd2 branch from 47dd26b to 83dd0bd Compare December 1, 2025 03:03
    @dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-f0c437ebd2 branch from 83dd0bd to 333683f Compare December 3, 2025 07:54
    Bumps the npm-minor-patch group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.1` | `2.3.7` |
    | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.45.0` | `0.46.0` |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.12` | `7.2.4` |
    | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.87.4` | `5.90.10` |
    | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
    | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.24` | `19.2.6` |
    | [orval](https://github.com/orval-labs/orval) | `7.11.2` | `7.16.1` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
    | [color](https://github.com/Qix-/color) | `5.0.0` | `5.0.3` |
    | [style-dictionary](https://github.com/amzn/style-dictionary) | `5.0.4` | `5.1.1` |
    
    
    
    Updates `@biomejs/biome` from 2.3.1 to 2.3.7
    - [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.7/packages/@biomejs/biome)
    
    Updates `markdownlint-cli` from 0.45.0 to 0.46.0
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0)
    
    Updates `vite` from 7.1.12 to 7.2.4
    - [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/v7.2.4/packages/vite)
    
    Updates `@tanstack/react-query` from 5.87.4 to 5.90.10
    - [Release notes](https://github.com/TanStack/query/releases)
    - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
    - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.10/packages/react-query)
    
    Updates `react` from 19.1.1 to 19.2.0
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)
    
    Updates `@types/react` from 18.3.24 to 19.2.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `@types/react` from 18.3.24 to 19.2.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `orval` from 7.11.2 to 7.16.1
    - [Release notes](https://github.com/orval-labs/orval/releases)
    - [Changelog](https://github.com/orval-labs/orval/blob/master/.release-it.ts)
    - [Commits](orval-labs/orval@v7.11.2...v7.16.1)
    
    Updates `typescript` from 5.9.2 to 5.9.3
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
    - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)
    
    Updates `color` from 5.0.0 to 5.0.3
    - [Release notes](https://github.com/Qix-/color/releases)
    - [Commits](Qix-/color@5.0.0...5.0.3)
    
    Updates `style-dictionary` from 5.0.4 to 5.1.1
    - [Release notes](https://github.com/amzn/style-dictionary/releases)
    - [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md)
    - [Commits](style-dictionary/style-dictionary@v5.0.4...v5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.3.7
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-minor-patch
    - dependency-name: markdownlint-cli
      dependency-version: 0.46.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: vite
      dependency-version: 7.2.4
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: "@tanstack/react-query"
      dependency-version: 5.90.10
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: react
      dependency-version: 19.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: "@types/react"
      dependency-version: 19.2.6
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-minor-patch
    - dependency-name: "@types/react"
      dependency-version: 19.2.6
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-minor-patch
    - dependency-name: orval
      dependency-version: 7.16.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: typescript
      dependency-version: 5.9.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-minor-patch
    - dependency-name: color
      dependency-version: 5.0.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-minor-patch
    - dependency-name: style-dictionary
      dependency-version: 5.1.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-f0c437ebd2 branch from 333683f to 4668183 Compare December 8, 2025 02:25
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants