Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the patch-dependencies group with 4 updates: dot-language-support, @biomejs/biome, @types/react and vite.

Updates dot-language-support from 4.0.1 to 4.0.2

Commits
  • ec863aa 4.0.2
  • 8d685a2 Update deps
  • c53cfb0 Migrate to trusted publishing
  • 4adf98f Merge pull request #221 from nikeee/dependabot/npm_and_yarn/patch-dependencie...
  • 0291bdb Bump tsdown from 0.16.2 to 0.16.5 in the patch-dependencies group
  • ceb355a Update deps
  • a5a6048 Merge pull request #220 from nikeee/dependabot/npm_and_yarn/tsdown-0.16.1
  • 7b64998 Merge pull request #219 from nikeee/dependabot/npm_and_yarn/patch-dependencie...
  • 1237e48 Bump tsdown from 0.15.12 to 0.16.1
  • 8d94612 Bump @​biomejs/biome from 2.3.2 to 2.3.4 in the patch-dependencies group
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for dot-language-support since your current version.


Updates @biomejs/biome from 2.3.5 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 @types/react from 19.2.5 to 19.2.6

    Commits

    Updates vite from 7.2.2 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.

    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)
    Commits

    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 merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @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 patch-dependencies group with 4 updates: [dot-language-support](https://github.com/nikeee/dot-language-support), [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `dot-language-support` from 4.0.1 to 4.0.2
    - [Commits](nikeee/dot-language-support@v4.0.1...v4.0.2)
    
    Updates `@biomejs/biome` from 2.3.5 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/[email protected]/packages/@biomejs/biome)
    
    Updates `@types/react` from 19.2.5 to 19.2.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `vite` from 7.2.2 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)
    
    ---
    updated-dependencies:
    - dependency-name: dot-language-support
      dependency-version: 4.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.3.7
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: "@types/react"
      dependency-version: 19.2.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: vite
      dependency-version: 7.2.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
    @nikeee nikeee merged commit d85da01 into master Nov 24, 2025
    3 checks passed
    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-dependencies-809506ab19 branch November 24, 2025 12:15
    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.

    2 participants