Skip to content

Bump the all-dependencies group across 1 directory with 14 updates#41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-e00a207c4e
Closed

Bump the all-dependencies group across 1 directory with 14 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-e00a207c4e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 14 updates in the / directory:

Package From To
@modelcontextprotocol/sdk 1.12.3 1.22.0
@octokit/rest 22.0.0 22.0.1
dotenv 16.5.0 17.2.3
glob 11.0.3 13.0.0
js-yaml 4.1.0 4.1.1
octokit 5.0.3 5.0.5
simple-git 3.28.0 3.30.0
zod 3.25.64 4.1.13
@biomejs/biome 1.9.4 2.3.7
@types/express 5.0.3 5.0.5
@types/node 24.0.3 24.10.1
jest 30.0.0 30.2.0
ts-jest 29.4.0 29.4.5
typescript 5.8.3 5.9.3

Updates @modelcontextprotocol/sdk from 1.12.3 to 1.22.0

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.22.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.1...1.22.0

1.21.2

What's changed

This is a patch release for a regression highlighted by #1103

This patch contains only the cherry picked fix in #1108

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.1...1.21.2

1.21.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.0...1.21.1

1.21.0

What's Changed

New Contributors

... (truncated)

Commits
  • 324d471 chore: bump version for release (#1110)
  • 8019972 [auth] Fix march spec fallback for metadata discovery (#1108)
  • 29cb080 Implementation of SEP-986: Specify Format for Tool Names (#900)
  • 9f06b6b SEP-1330: Compatibility with SEP-1034 (#1100)
  • ce420f8 DRAFT: SEP-1034: Default values for Elicitation Schemas (#1096)
  • 2da89db change step name (#1089)
  • 6f20663 Upgrade to Node LTS (#1072)
  • 5e735c1 add pkg-pr-new bot (#1088)
  • f59996a SEP-1319: Decouple Request Payloads, Remove passthrough iteration, Typecheck ...
  • 806d7cf registerTool: accept ZodType<object> for input and output schema (#816)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by pcarleton, a new releaser for @​modelcontextprotocol/sdk since your current version.


Updates @octokit/rest from 22.0.0 to 22.0.1

Release notes

Sourced from @​octokit/rest's releases.

v22.0.1

22.0.1 (2025-10-31)

Bug Fixes

  • deps: update octokit monorepo (major) (#538) (ded2f17)
Commits
  • daa3ec9 ci(action): update actions/setup-node action to v6 (#534)
  • 1dec0c7 ci(action): update peter-evans/create-or-update-comment action to v5 (#531)
  • ded2f17 fix(deps): update octokit monorepo (major) (#538)
  • 0e0eaea chore(deps): update dependency @​types/node to v24 (#537)
  • c04acc8 chore(deps): update vitest monorepo to v4 (major) (#536)
  • e6dd306 chore(deps): update dependency undici to v7 (#474)
  • 5f380d0 build(deps-dev): Bump form-data from 4.0.2 to 4.0.4 in /docs (#520)
  • dc6827d build(deps-dev): Bump tar-fs from 2.1.2 to 2.1.3 in /docs (#516)
  • See full diff in compare view

Updates dotenv from 16.5.0 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text

... (truncated)

Commits

Updates glob from 11.0.3 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 js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Updates octokit from 5.0.3 to 5.0.5

Release notes

Sourced from octokit's releases.

v5.0.5

5.0.5 (2025-10-31)

Bug Fixes

v5.0.4

5.0.4 (2025-10-17)

Bug Fixes

  • deps: update dependency @​octokit/types to v15 (#2880) (b84c9d4)
Commits
  • 45c56ff fix(deps): update octokit monorepo (major) (#2903)
  • 823c506 chore(deps): update vitest monorepo to v4 (major) (#2900)
  • 768ac1b build(deps): lock file maintenance (#2899)
  • dcca43c chore(deps): update dependency @​types/node to v24 (#2901)
  • d1ddfe8 ci(action): update peter-evans/create-or-update-comment action to v5 (#2889)
  • 791d318 chore(deps): update dependency prettier to v3.6.2 (#2863)
  • 362cce8 build(deps): lock file maintenance (#2861)
  • b84c9d4 fix(deps): update dependency @​octokit/types to v15 (#2880)
  • 011e821 ci(action): update github/codeql-action action to v4 (#2891)
  • 93055b6 ci(action): update actions/setup-node action to v6 (#2895)
  • Additional commits viewable in compare view

Updates simple-git from 3.28.0 to 3.30.0

Release notes

Sourced from simple-git's releases.

simple-git@3.30.0

Minor Changes

  • bc77774: Correctly identify current branch name when using git.status in a cloned empty repo.

    Previously git.status would report the current branch name as No. Thank you to @​MaddyGuthridge for identifying this issue.

Changelog

Sourced from simple-git's changelog.

3.30.0

Minor Changes

  • bc77774: Correctly identify current branch name when using git.status in a cloned empty repo.

    Previously git.status would report the current branch name as No. Thank you to @​MaddyGuthridge for identifying this issue.

3.29.0

Minor Changes

  • 240ec64: Support for absolute paths on Windows when using git.checkIngore, previously Windows would report paths with duplicate separators \\\\ between directories.

    Following this change all paths returned from git.checkIgnore will be normalized through node:path, this should have no impact on non-windows users where the git binary doesn't wrap absolute paths with quotes.

    Thanks to @​Maxim-Mazurok for reporting this issue.

  • 9872f84: Support the use of git.branch(['--show-current']) to limit the branch list to only the current branch.

    Thanks to @​peterbe for pointing out the use-case.

  • 5736bd8: Change to biome for lint and format

Commits

Updates zod from 3.25.64 to 4.1.13

Release notes

Sourced from zod's releases.

v4.1.13

Commits:

  • 5c2602ceb8be8941c64bbe5ac7d92cc174ae6f7e Update AI widget (#5318)
  • d3da530deb713c853e79405adddf770e156d50ac reflect the specified regex correctly in error (#5338)
  • 39f8c45b8a29de2330b485862b83cb35849f4238 faster initialization (#5352)
  • e9e27905cc0f37cb079ea473af8359d5e17a57a1 Clean up comment
  • 8e4739fadbd7de710eb67d34ba7e06a1029a68ab Update inferred z.promise() type
  • 2849df8907b011ab056d67ae8e3d27577ac4ed3e fix(locales): improve Dutch (nl) localization (#5367)
  • b0d3c9f628b60d358b66acf8f0ef7937fc9e8950 Run tests on windows
  • 6fd61b71b85e4fef4c168a46c3ebcc574f26255f feat unitest (#5358)
  • a4e4bc80e204577c698cf1369dd63c2b986d35f3 Lock to node 24
  • 8de8bad0fa84194b81efd32474462d7a236a1ee4 Fix windows build
  • b2c186bbae3a74a12acd385c1ced3ed978235cf8 Use Node LTS
  • b73b1f61c798efdf497852872b4c19cd4111c1f3 Consolidate isTransforming logic
  • d85f3ea4da53a1b232017dd4e4a2874eca4d8d76 Fix #5353
  • 1bac0f37b529eb9a0d833a01200f5a898e8e6220 Fix test.yml
  • 86d4dad5bc27b4b35df533c9170a552ad8c6c3bc Fix partial record
  • 5e6c0fd7471636feffe5763c9b7637879da459fe Fix attw on windows
  • 27fc616b8edb93cc27a4d25b37479d6e418bbccf Extend test timeout
  • 8d336c4d15e1917d78b67b890f7182f26633b56f Remove windows runner
  • 5be72e0ef4dceb1387febb7981079ecdeb5e2817 chore(doc): update metadata.tsx (#5331)
  • cb0272a0ad9962df95832a78587f54afec685351 docs: add 'cd zod' step to development setup instructions (#5394)
  • 24e3325dc63010e4f74e23caf91199652e8b12a9 docs: replace 'Refinement' with 'Transform' in transforms section (#5397)
  • 644a08203ebb00e23484b3f9a986ae783ce26a9a chore: add resource for validating environment variables with Zod (#5403)
  • 5e1cfcf578a47527044e85455e79c907fd913adc Change doc for email validation method in Zod schema (#5392)
  • 88cf9441448608d9de24b47b8a4a4ba879fc2433 Fix: Iterate over keys in catchall object using "in" operator. (#5376)
  • aa437325c5957c0cf57667cd7b8568603ee7ecd3 Emphasise that enum validates against values, for object literal & enums (#5386)
  • 3a4bd00aaa16276ffeb2708cc083a633bd4dd756 Improve Hebrew localization for Zod error messages (#5409)
  • c10f9d109874aeca6855383616c086b077d39f89 Fix typos (#5420)
  • 86f0ef918bb24f4ab9f1ce2afc5cf2d1a4a99473 Documentation Improvements (#5417)
  • e120a4877f4d8d076abf2db5c5cceab91a046be9 Fix opt tuple
  • f9bbb50c48f9c07ca869d28d6a7086d7290b97a3 Improve tuple
  • 0ba0f348f677688b69ed78473e022f5d225b41fc Optimize docs caching/ISR (#5433)
  • c3ec66c74b3fbc2616e880a90751c2cad7270bb3 Improve docs caching
  • c8cce4b607a7c0ca99cfb454571a3948ee9e85fb docs: fix typos and links (#5428)
  • 84ec04708525d6e83e3408d5d3a21edde742bdc5 docs(ecosystem): Add react-f3 (#5429)
  • 3396515cc6f04f5f346a1e00256ad09998dbaeb3 Docs: Fix typo in safeExtend description (#5445)
  • 3d93a7d593c19dc1822bc96a7c9d47312c29995e feat: MAC address validation in v4 and mini (#5440)
  • f2f0d178e1c526bc00ad0385706efad318bd44b0 Fix dual package hazard for globalRegistry (#5452)
  • 9fc493f86f17a5fc550df78e7e261137885f51ea fix: use oneOf for discriminated unions in JSON Schema (#5453)
  • 603dbe8dba6253c702ca8cf10b5299910dba3c88 Clean up regex, drop backreferences
  • ab69b9ee813713a111b56a60c2df929eaf5ba426 Update mac addr tests
  • f7910528901c05293bad275fffcb54a82e28fcc9 chore: upgrade vitest to v4 (#5028)
  • f97e80da9197064937a58167619967bee4ebb638 fix(core): prevent infinite recursion for recursive tuples (#5089) (#5094)
  • 002e01ad0fcc17b17683adafc80f2a86e8d355a9 fix(record): handle non-function constructor field in isPlainObject (#5098)
  • 67165174eb8c7d5c6e76e760830f3109b4fdbd0e docs(contributing): add instructions on building @​zod/docs (#5114)
  • 8b0603dde684f1665bb2329111ed187f73ccf0ac Fix typo in ISO time documentation (#5277)
  • be85ecc48a83e7f65ac0458d25f832fb4e28c9e7 docs(codecs): correct stringToDate safeDecode methods (#5302)
  • 50bba5462546401939920a6566a81c0d9c8ef7e1 Add zodgres to ecosystem documentation (#5308)

... (truncated)

Commits

Updates @biomejs/biome from 1.9.4 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/express from 5.0.3 to 5.0.5

    Commits

    Updates @types/node from 24.0.3 to 24.10.1

    Commits

    Updates jest from 30.0.0 to 30.2.0

    Release notes

    Sourced from jest's releases.

    30.2.0

    Chore & Maintenance

    • [*] Update example repo for testing React Native projects (#15832)
    • [*] Update jest-watch-typeahead to v3 (#15830)

    Features

    • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

    Fixes

    • [babel-jest] Export the TransformerConfig interface (#15820)
    • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

    30.1.3

    Fixes

    • Fix unstable_mockModule with node: prefixed core modules.

    30.1.2

    Fixes

    • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

    30.1.1

    Fixes

    • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)

    30.1.0

    Features

    • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
    • [jest-runtime] Reduce redundant ReferenceError messages
    • [jest-core] Include test modules that failed to load when --onlyFailures is active

    Fixes

    • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
    • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
    • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
    • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

    Chore

    • [expect] Update docblock for toContain() to display info on substring check (#15789)

    30.0.2

    What's Changed

    ... (truncated)

    Changelog

    Sourced from jest's changelog.

    30.2.0

    Chore & Maintenance

    • [*] Update example repo for testing React Native projects (#15832)
    • [*] Update jest-watch-typeahead to v3 (#15830)

    Features

    • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

    Fixes

    • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
    • [babel-jest] Export the TransformerConfig interface (#15820)
    • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

    30.1.3

    Fixes

    • Fix unstable_mockModule with node: prefixed core modules.

    30.1.2

    Fixes

    • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

    30.1.1

    Fixes

    • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
    • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#15821)

    30.1.0

    Features

    • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
    • [jest-runtime] Reduce redundant ReferenceError messages
    • [jest-core] Include test modules that failed to load when --onlyFailures is active

    Fixes

    • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
    • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
    • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
    • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

    ... (truncated)

    Commits

    Updates ts-jest from 29.4.0 to 29.4.5

    Release notes

    Sourced from ts-jest's releases.

    v29.4.5

    Please refer to CHANGELOG.md for details.

    v29.4.4

    Please refer to CHANGELOG.md for details.

    v29.4.3

    Please refer to CHANGELOG.md for details.

    v29.4.2

    Please refer to CHANGELOG.md for details.

    v29.4.1

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from ts-jest's changelog.

    29.4.5 (2025-10-10)

    Bug Fixes

    • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013

    29.4.4 (2025-09-19)

    Bug Fixes

    29.4.3 (2025-09-17)

    Bug Fixes

    • introduce transpilation option to replace isolatedModules option (#5044) (5868761)

    29.4.2 (2025-09-15)

    Bug Fixes

    29.4.1 (2025-08-03)

    Bug Fixes

    • fix: replace ejs with handlebars due to security issues (899c9b7), closes #4969
    Commits
    • 9d5248a chore(release): 29.4.5
    • ca8b623 refactor: improve message about using Node16/18/Next
    • c290d4d fix: allow filtering modern module warning message with diagnostic code
    • 1ff2dda build: replace conventional-changelog-cli dep

    Bumps the all-dependencies group with 14 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.12.3` | `1.22.0` |
    | [@octokit/rest](https://github.com/octokit/rest.js) | `22.0.0` | `22.0.1` |
    | [dotenv](https://github.com/motdotla/dotenv) | `16.5.0` | `17.2.3` |
    | [glob](https://github.com/isaacs/node-glob) | `11.0.3` | `13.0.0` |
    | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
    | [octokit](https://github.com/octokit/octokit.js) | `5.0.3` | `5.0.5` |
    | [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.28.0` | `3.30.0` |
    | [zod](https://github.com/colinhacks/zod) | `3.25.64` | `4.1.13` |
    | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.4` | `2.3.7` |
    | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `5.0.3` | `5.0.5` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.3` | `24.10.1` |
    | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.0` | `30.2.0` |
    | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.5` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
    
    
    
    Updates `@modelcontextprotocol/sdk` from 1.12.3 to 1.22.0
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.12.3...1.22.0)
    
    Updates `@octokit/rest` from 22.0.0 to 22.0.1
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v22.0.0...v22.0.1)
    
    Updates `dotenv` from 16.5.0 to 17.2.3
    - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
    - [Commits](motdotla/dotenv@v16.5.0...v17.2.3)
    
    Updates `glob` from 11.0.3 to 13.0.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v13.0.0)
    
    Updates `js-yaml` from 4.1.0 to 4.1.1
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    Updates `octokit` from 5.0.3 to 5.0.5
    - [Release notes](https://github.com/octokit/octokit.js/releases)
    - [Commits](octokit/octokit.js@v5.0.3...v5.0.5)
    
    Updates `simple-git` from 3.28.0 to 3.30.0
    - [Release notes](https://github.com/steveukx/git-js/releases)
    - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
    - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.30.0/simple-git)
    
    Updates `zod` from 3.25.64 to 4.1.13
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Commits](colinhacks/zod@v3.25.64...v4.1.13)
    
    Updates `@biomejs/biome` from 1.9.4 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/express` from 5.0.3 to 5.0.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
    
    Updates `@types/node` from 24.0.3 to 24.10.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `jest` from 30.0.0 to 30.2.0
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)
    
    Updates `ts-jest` from 29.4.0 to 29.4.5
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.5)
    
    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)
    
    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@octokit/rest"
      dependency-version: 22.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: dotenv
      dependency-version: 17.2.3
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-dependencies
    - dependency-name: glob
      dependency-version: 13.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-dependencies
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: octokit
      dependency-version: 5.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: simple-git
      dependency-version: 3.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: zod
      dependency-version: 4.1.13
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-dependencies
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.3.7
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: all-dependencies
    - dependency-name: "@types/express"
      dependency-version: 5.0.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@types/node"
      dependency-version: 24.10.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: jest
      dependency-version: 30.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: ts-jest
      dependency-version: 29.4.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: typescript
      dependency-version: 5.9.3
      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 Nov 24, 2025
    @dependabot @github

    dependabot Bot commented on behalf of github Dec 1, 2025

    Copy link
    Copy Markdown
    Contributor Author

    Looks like these dependencies are updatable in another way, so this is no longer needed.

    @dependabot dependabot Bot closed this Dec 1, 2025
    @dependabot
    dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-e00a207c4e branch December 1, 2025 17:31
    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.

    0 participants