Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 15 updates:

Package From To
@biomejs/biome 2.1.1 2.3.7
@types/node 22.16.2 24.10.1
cspell 8.19.4 9.3.2
cz-conventional-changelog 3.0.1 3.3.0
glob 11.1.0 13.0.0
release-it 19.0.3 19.0.6
tsd 0.32.0 0.33.0
tsup 8.5.0 8.5.1
tsx 4.20.3 4.20.6
typedoc 0.28.7 0.28.14
typedoc-plugin-frontmatter 1.3.0 1.3.1
typedoc-plugin-markdown 4.7.0 4.9.0
typescript 5.8.3 5.9.3
vitest 3.2.4 4.0.13
@types/uuid 10.0.0 11.0.0

Updates @biomejs/biome from 2.1.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 @types/node from 22.16.2 to 24.10.1

    Commits

    Updates cspell from 8.19.4 to 9.3.2

    Release notes

    Sourced from cspell's releases.

    v9.3.2

    Fixes

    fix: Add Zig programming language dictionary (#7998)


    fix: Search for TypeScript config files. (#7997)

    TypeScript files were allowed, but would not be automatically found.


    Dictionary Updates

    fix: Workflow Bot -- Update Dictionaries (main) (#8004)

    Update Dictionaries (main)

    Summary

     .../snapshots/ktaranov/sqlserver-kit/report.yaml   |  4 +--
     .../snapshots/ktaranov/sqlserver-kit/snapshot.txt  |  5 ++-
     packages/cspell-bundled-dicts/package.json         |  6 ++--
     pnpm-lock.yaml                                     | 36 +++++++++++-----------
     4 files changed, 24 insertions(+), 27 deletions(-)
    

    ... (truncated)

    Changelog

    Sourced from cspell's changelog.

    v9.3.2 (2025-11-15)

    Fixes

    fix: Add Zig programming language dictionary (#7998)


    fix: Search for TypeScript config files. (#7997)

    TypeScript files were allowed, but would not be automatically found.


    Dictionary Updates

    fix: Workflow Bot -- Update Dictionaries (main) (#8004)

    Update Dictionaries (main)

    Summary

     .../snapshots/ktaranov/sqlserver-kit/report.yaml   |  4 +--
     .../snapshots/ktaranov/sqlserver-kit/snapshot.txt  |  5 ++-
     packages/cspell-bundled-dicts/package.json         |  6 ++--
     pnpm-lock.yaml                                     | 36 +++++++++++-----------
     4 files changed, 24 insertions(+), 27 deletions(-)
    

    v9.3.1 (2025-11-12)

    Fixes

    ... (truncated)

    Commits

    Updates cz-conventional-changelog from 3.0.1 to 3.3.0

    Release notes

    Sourced from cz-conventional-changelog's releases.

    v3.3.0

    3.3.0 (2020-08-26)

    Features

    • engine: add support for disableSubjectLowerCase (df66875)

    v3.2.1

    3.2.1 (2020-08-24)

    Bug Fixes

    • Correct typo in JSON (58df4d1)
    • Wrap updateTypes in packageRules (0f6dfbf)

    v3.2.0

    3.2.0 (2020-05-04)

    Features

    v3.1.1

    3.1.1 (2020-05-04)

    Bug Fixes

    • defaultValues: Added fallback for optional default values (#99) (2aae317)

    v3.1.0

    3.1.0 (2020-01-28)

    Features

    • engine: add support for disableScopeLowerCase (#96) (e7bd546)

    v3.0.3

    3.0.3 (2020-01-28)

    Bug Fixes

    • Update conventional-commit-types to the latest version 🚀 (#105) (5a371c1)

    v3.0.2

    ... (truncated)

    Commits
    • 9127e30 Merge pull request #127 from zoffyzhang/master
    • 8b20d34 Merge pull request #63 from commitizen/renovate/configure
    • 0f6dfbf fix: Wrap updateTypes in packageRules
    • 58df4d1 fix: Correct typo in JSON
    • 7210069 chore: Update renovate config
    • 7ac768c Merge pull request #53 from commitizen/greenkeeper/initial
    • 37bb75a Merge branch 'master' into greenkeeper/initial
    • df66875 feat(engine): add support for disableSubjectLowerCase
    • aae2548 feat(types): add suport for custom types (#104)
    • 2aae317 fix(defaultValues): Added fallback for optional default values (#99)
    • Additional commits viewable in compare view

    Updates glob from 11.1.0 to 13.0.0

    Changelog

    Sourced from glob's changelog.

    changeglob

    13

    • Move the CLI program out to a separate package, glob-bin. Install that if you'd like to continue using glob from the command line.

    12

    • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

    11.1

    GHSA-5j98-mcp5-4vw2

    • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
    • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
    • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

    11.0

    • Drop support for node before v20

    10.4

    • Add includeChildMatches: false option
    • Export the Ignore class

    10.3

    • Add --default -p flag to provide a default pattern
    • exclude symbolic links to directories when follow and nodir are both set

    10.2

    • Add glob cli

    10.1

    • Return '.' instead of the empty string '' when the current working directory is returned as a match.
    • Add posix: true option to return / delimited paths, even on

    ... (truncated)

    Commits

    Updates release-it from 19.0.3 to 19.0.6

    Release notes

    Sourced from release-it's releases.

    Release 19.0.6

    • Update list of projects using release-it (92b49d367d28f0eef8cebb7d29059ab54259edff)
    • Bump github/codeql-action from 2 to 4 (#1253) (21309d3dfcc29d6f87061f345610566070e092a8) - thanks @​dependabot[bot]!
    • Bump actions/setup-node from 5 to 6 (#1255) (3fbaab14e2e3240a6b442b84be6019c57685c30e) - thanks @​dependabot[bot]!
    • Test in node 24 (7a12b12a8f75006c72854b0a0934faf5a320067f)
    • Upgrade c12 (resolve #1254) (1f48d03ddfe5d0dff66e2b2211db688c01e5fff4)

    Release 19.0.5

    • Add link to release-it-gitea plugin (bf6f1fbb77797ece76c24b47bb1bcd89a9dbd18b)
    • Bump actions/checkout from 4 to 5 (#1243) (e42e7dce72b1469ac1944a6d9eb6b6a8d987a919) - thanks @​dependabot[bot]!
    • Add OIDC publishing docs (#1245) (9933c0d3a3ea7a06513b01863098445552942fce) - thanks @​mceachen!
    • Bump actions/setup-node from 4 to 5 (#1247) (7d9b77fa7ea8f4772257d675036f691982317c08) - thanks @​dependabot[bot]!
    • Auto-format (96181f33ec493a239b32667bfc30f4c8841488f9)
    • Update dependencies (0b907d1cf621572b06663c5acfe989c422d0bf09)
    • Remove redundant knip entry (ca2f7b516585e115e0fbce7c96d0dbc219d2e665)

    Release 19.0.4

    • Replace lodash.get with custom get() function and add tests (#1231) (879a2ef69bb245d28cfe4abe4701ceefaadb6bee) - thanks @​AlejandroRM-DEV!
    • fix: set octokit log to {} instead of null (#1237) (6fc696f324897e133a9443064dfc6ef5dd827871) - thanks @​efstathiosntonas!
    • Update dependencies (2195b7935f7bece7e0f49bd13089fc0eb4f671aa)
    Commits

    Updates tsd from 0.32.0 to 0.33.0

    Release notes

    Sourced from tsd's releases.

    v0.33.0

    • Update to TypeScript 5.9 128fb5e

    tsdjs/tsd@v0.32.0...v0.33.0

    Commits

    Updates tsup from 8.5.0 to 8.5.1

    Release notes

    Sourced from tsup's releases.

    v8.5.1

       🐞 Bug Fixes

        View changes on GitHub
    Commits
    Maintainer changes

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


    Updates tsx from 4.20.3 to 4.20.6

    Release notes

    Sourced from tsx's releases.

    v4.20.6

    4.20.6 (2025-09-26)

    Bug Fixes

    • properly hide relaySignal from process.listeners() (#741) (710a424)

    This release is also available on:

    v4.20.5

    4.20.5 (2025-08-24)

    Bug Fixes

    • handle ambiguous packages (796053a)

    This release is also available on:

    v4.20.4

    4.20.4 (2025-08-12)

    Bug Fixes


    This release is also available on:

    Commits
    • 710a424 fix: properly hide relaySignal from process.listeners() (#741)
    • 20b91c4 docs: make sponsors dynamic
    • 08dcd59 chore: move vercel settings to root
    • e6d1a47 docs: obfuscate aside classname
    • de2719d style: remove unused variable
    • 13f2954 chore: upgrade docs deps
    • 0504525 chore: upgrade manten
    • 132fdd8 test: assert require.cache
    • f057e7d test: require loop
    • a6f8f9f refactor: getFormat to handle all formats
    • Additional commits viewable in compare view

    Updates typedoc from 0.28.7 to 0.28.14

    Release notes

    Sourced from typedoc's releases.

    v0.28.14

    Features

    • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should be copied to the output documentation, #3020. API: Introduced typeAnnotation on CommentTag
    • Added excludePrivateClassFields option to hide #private members while allowing private members, #3017.
    • Added support for TypeScript's @this tag for JS files which describe this parameters, #3026.

    Bug Fixes

    • Fixed conversion of auto-accessor types on properties with the accessor keyword, #3019.
    • Improved handling of HTML tags within headers for anchor generation, #3023.
    • Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, #3026.

    v0.28.13

    Features

    • The basePath option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use the displayBasePath option, #3009.

    Bug Fixes

    • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
    • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #3012.
    • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #3014.

    v0.28.12

    Bug Fixes

    • Variables marked with @enum now work for symbols imported from another module, #3003.
    • Improved magic introduced with #2999 to work with imported symbols, #3003.
    • Fixed relative link resolution to file names containing percent encoded URLs, #3006.
    • Linking to the project's README file with a relative link will now behave as expected, #3006.
    • Reduced unnecessary HTML element rendering in default theme. API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

    v0.28.11

    Features

    • Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.

    Bug Fixes

    ... (truncated)

    Changelog

    Sourced from typedoc's changelog.

    v0.28.14 (2025-10-11)

    Features

    • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should be copied to the output documentation, #3020. API: Introduced typeAnnotation on CommentTag
    • Added excludePrivateClassFields option to hide #private members while allowing private members, #3017.
    • Added support for TypeScript's @this tag for JS files which describe this parameters, #3026.
    • API: Re-introduced relevanceBoost on DeclarationReflection for plugin use, #3036.

    Bug Fixes

    • Fixed conversion of auto-accessor types on properties with the accessor keyword, #3019.
    • Improved handling of HTML tags within headers for anchor generation, #3023.
    • Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, #3026.
    • Constructor type parameters will now inherit their class's type parameter descriptions if not otherwise specified, #3031.
    • Fixed compatibility with @microsoft/tsdoc-config version 0.18.0, #3035.
    • Custom theme icons will now be used in the "On This Page" sidebar, #3039.

    v0.28.13 (2025-09-14)

    Features

    • The basePath option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use the displayBasePath option, #3009.

    Bug Fixes

    • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
    • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #3012.
    • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #3014.

    v0.28.12 (2025-09-01)

    Bug Fixes

    • Variables marked with @enum now work for symbols imported from another module, #3003.
    • Improved magic introduced with #2999 to work with imported symbols, #3003.
    • Fixed relative link resolution to file names containing percent encoded URLs, #3006.
    • Linking to the project's README file with a relative link will now behave as expected, #3006.
    • Reduced unnecessary HTML element rendering in default theme. API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

    v0.28.11 (2025-08-25)

    Features

    • Object properties declared with shorthand property assignment will now use the variable's comment

    ... (truncated)

    Commits
    • 15f0f2a Update changelog for release
    • a79f8d5 Bump version to 0.28.14
    • 4ca04c1 Handle @this tag, improved destructured parameters
    • 1009206 Implement excludePrivateClassFields
    • a85a65b Sort null and undefined last in union types
    • 8ff7d27 Fix lint
    • fdd8369 Improve slugger for headers containing HTML
    • efd06b1 Fix conversion of auto accessor types
    • 54af135 Introduce preservedTypeAnnotationTags option
    • bd7888a Update bug_report.md
    • Additional commits viewable in compare view

    Updates typedoc-plugin-frontmatter from 1.3.0 to 1.3.1

    Changelog

    Sourced from typedoc-plugin-frontmatter's changelog.

    1.3.1

    Patch Changes

    • Correctly resolve frontmatterCommentTags for signatures (#848).
    Commits

    Updates typedoc-plugin-markdown from 4.7.0 to 4.9.0

    Release notes

    Sourced from typedoc-plugin-markdown's releases.

    typedoc-plugin-markdown@4.9.0

    Minor Changes

    • Exposed new option navigationJson that can be used to write navigation structure as JSON to disk.

    Patch Changes

    • Remove type params from inline reflection titles when router=module to resolve anchoring issues (#843).

    typedoc-plugin-markdown@4.8.1

    Patch Changes

    • Correctly handle empty markdown links (#836).

    typedoc-plugin-markdown@4.8.0

    Minor Changes

    • Exposed additional placeholders in pageTitleTemplates and adjusted default templates (#831).
    • Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
    • Added strikeDeprecatedPageTitles option.

    Patch Changes

    • Fix incorrect link fragments (#832).

    typedoc-plugin-markdown@4.7.1

    Patch Changes

    Changelog

    Sourced from typedoc-plugin-markdown's changelog.

    4.9.0 (2025-09-19)

    Minor Changes

    • Exposed new option navigationJson that can be used to write navigation structure as JSON to disk.

    Patch Changes

    • Remove type params from inline reflection titles when router=module to resolve anchoring issues (#843).

    4.8.1 (2025-08-12)

    Patch Changes

    • Correctly handle empty markdown links (#836).

    4.8.0 (2025-07-29)

    Minor Changes

    • Exposed additional placeholders in pageTitleTemplates and adjusted default templates (#831).
    • Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
    • Added strikeDeprecatedPageTitles option.

    Patch Changes

    • Fix incorrect link fragments (#832).

    4.7.1 (2025-07-19)

    Patch Changes

    • Escape square brackets in index signature types (#829).
    • Fix missing segments in declaration titles that contain periods.
    Commits
    • 5b803ed Version Packages
    • 43d37d0 chore(docs): updated docs
    • df8ea16 chore(all): updated packages
    • 7844eb9 feat(core): exposed new option "navigationJson"
    • 1cf3854 chore(docs): updated docs website
    • 36bc98f fix(core): remove type params from inline reflection titles to resolve anchor...
    • 7e20370 chore(docs): updated changelog date
    • 6682592 Version Packages
    • 54b6d06 chore(all): fix npm
    • f98c0b6 fix(core): correctly handle empty markdown links
    • Additional commits viewable in compare view

    Updates typescript from 5.8.3 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:

    TypeScript 5.9

    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:

    TypeScript 5.9 RC

    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:

    TypeScript 5.9 Beta

    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)
    • 5be3346 Bump version to 5.9.2 and LKG
    • ad825f2 Bump version to 5.9.1-rc and LKG
    • 463a5bf Update LKG
    • Additional commits viewable in compare view

    Updates vitest from 3.2.4 to 4.0.13

    Release notes

    Sourced from vitest's releases.

    v4.0.13

       🐞 Bug Fixes

    @dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2025
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-f815c0f391 branch 5 times, most recently from 38981b0 to 6ea4410 Compare December 1, 2025 19:37
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-f815c0f391 branch from 6ea4410 to 5b5ed50 Compare December 2, 2025 00:36
    Bumps the dev-dependencies group with 15 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.1.1` | `2.3.7` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.16.2` | `24.10.1` |
    | [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.19.4` | `9.3.2` |
    | [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) | `3.0.1` | `3.3.0` |
    | [glob](https://github.com/isaacs/node-glob) | `11.1.0` | `13.0.0` |
    | [release-it](https://github.com/release-it/release-it) | `19.0.3` | `19.0.6` |
    | [tsd](https://github.com/tsdjs/tsd) | `0.32.0` | `0.33.0` |
    | [tsup](https://github.com/egoist/tsup) | `8.5.0` | `8.5.1` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.20.6` |
    | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.7` | `0.28.14` |
    | [typedoc-plugin-frontmatter](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-frontmatter) | `1.3.0` | `1.3.1` |
    | [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.7.0` | `4.9.0` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.13` |
    | [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `10.0.0` | `11.0.0` |
    
    
    Updates `@biomejs/biome` from 2.1.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 `@types/node` from 22.16.2 to 24.10.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `cspell` from 8.19.4 to 9.3.2
    - [Release notes](https://github.com/streetsidesoftware/cspell/releases)
    - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
    - [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.3.2/packages/cspell)
    
    Updates `cz-conventional-changelog` from 3.0.1 to 3.3.0
    - [Release notes](https://github.com/commitizen/cz-conventional-changelog/releases)
    - [Commits](commitizen/cz-conventional-changelog@v3.0.1...v3.3.0)
    
    Updates `glob` from 11.1.0 to 13.0.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.1.0...v13.0.0)
    
    Updates `release-it` from 19.0.3 to 19.0.6
    - [Release notes](https://github.com/release-it/release-it/releases)
    - [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
    - [Commits](release-it/release-it@19.0.3...19.0.6)
    
    Updates `tsd` from 0.32.0 to 0.33.0
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.32.0...v0.33.0)
    
    Updates `tsup` from 8.5.0 to 8.5.1
    - [Release notes](https://github.com/egoist/tsup/releases)
    - [Commits](egoist/tsup@v8.5.0...v8.5.1)
    
    Updates `tsx` from 4.20.3 to 4.20.6
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.20.3...v4.20.6)
    
    Updates `typedoc` from 0.28.7 to 0.28.14
    - [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
    - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/typedoc@v0.28.7...v0.28.14)
    
    Updates `typedoc-plugin-frontmatter` from 1.3.0 to 1.3.1
    - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
    - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-frontmatter/CHANGELOG.md)
    - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-frontmatter@1.3.1/packages/typedoc-plugin-frontmatter)
    
    Updates `typedoc-plugin-markdown` from 4.7.0 to 4.9.0
    - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
    - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
    - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.9.0/packages/typedoc-plugin-markdown)
    
    Updates `typescript` from 5.8.3 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.8.3...v5.9.3)
    
    Updates `vitest` from 3.2.4 to 4.0.13
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.13/packages/vitest)
    
    Updates `@types/uuid` from 10.0.0 to 11.0.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)
    
    ---
    updated-dependencies:
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.3.7
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@types/node"
      dependency-version: 24.10.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: cspell
      dependency-version: 9.3.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: cz-conventional-changelog
      dependency-version: 3.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: glob
      dependency-version: 13.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: release-it
      dependency-version: 19.0.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: tsd
      dependency-version: 0.33.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: tsup
      dependency-version: 8.5.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: tsx
      dependency-version: 4.20.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: typedoc
      dependency-version: 0.28.14
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: typedoc-plugin-frontmatter
      dependency-version: 1.3.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: typedoc-plugin-markdown
      dependency-version: 4.9.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: typescript
      dependency-version: 5.9.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: vitest
      dependency-version: 4.0.13
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: "@types/uuid"
      dependency-version: 11.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-f815c0f391 branch from 5b5ed50 to 44ac5d9 Compare December 2, 2025 02:41
    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