An open index of dependabot pull requests across open source projects.

build(deps): bump the dependencies group across 1 directory with 51 updates

Open
Number: #101
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 2
Created: July 28, 2025 at 06:39 AM UTC
(about 1 month ago)
Updated: August 04, 2025 at 05:19 AM UTC
(about 1 month ago)
Labels:
dependencies security
Description:

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the dependencies group with 51 updates in the / directory:

Package From To
@changesets/cli 2.28.1 2.29.5
@commitlint/cli 19.7.1 19.8.1
@commitlint/config-conventional 19.7.1 19.8.1
dotenv-cli 8.0.0 9.0.0
dotenv-mono 1.3.14 1.4.0
lint-staged 15.4.3 16.1.2
prettier 3.5.1 3.6.2
pretty-quick 4.0.0 4.2.2
turbo 2.4.2 2.5.5
typescript 5.7.3 5.8.3
vitest 3.0.5 3.2.4
@blaxel/core 0.2.0 0.2.22
@blaxel/langgraph 0.2.0 0.2.22
@opentelemetry/instrumentation-fastify 0.45.0 0.48.0
@langchain/langgraph 0.2.68 0.3.11
@langchain/core 0.3.51 0.3.66
fastify 5.3.2 5.4.0
zod 3.24.2 4.0.10
@types/express 5.0.1 5.0.3
@types/node 22.13.4 24.1.0
tsx 4.19.4 4.20.3
@langchain/openai 0.5.10 0.6.3
inquirer 12.6.1 12.8.2
@eslint/js 9.21.0 9.32.0
@next/eslint-plugin-next 15.2.1 15.4.4
eslint 8.57.1 9.32.0
@types/eslint 8.56.12 9.6.1
eslint-config-prettier 10.0.2 10.1.8
eslint-plugin-react 7.37.4 7.37.5
eslint-plugin-turbo 2.4.4 2.5.5
globals 15.15.0 16.3.0
typescript-eslint 8.26.0 8.38.0
dotenv 16.4.7 17.2.1
tsup 8.3.6 8.5.0
n8n 1.78.1 1.103.2
n8n-workflow 1.70.0 1.82.0
@typescript-eslint/parser 7.18.0 8.38.0
@hey-api/client-axios 0.8.0 0.9.1
@hey-api/openapi-ts 0.69.0 0.80.1
@composio/mcp 1.0.5 1.0.7
@modelcontextprotocol/sdk 1.11.0 1.17.0
@smithery/sdk 1.4.3 1.5.4
cache-manager 6.4.2 7.0.1
cacheable 1.8.10 1.10.3
eventsource 3.0.5 4.0.0
keyv 5.3.3 5.4.0
yaml 2.7.1 2.8.0
@rollup/plugin-commonjs 28.0.2 28.0.6
@rollup/plugin-node-resolve 16.0.0 16.0.1
@rollup/plugin-typescript 12.1.2 12.1.4
rollup-plugin-dts 6.1.1 6.2.1

Updates @changesets/cli from 2.28.1 to 2.29.5

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.29.5

Patch Changes

  • #1693 6352819 Thanks @​Andarist! - Fixed an issue with workspace:^ and workspace:~ dependency ranges not being semantically treated as, respectively, ^CURRENT_VERSION and ~CURRENT_VERSION. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.

  • Updated dependencies [6352819]:

    • @​changesets/assemble-release-plan@​6.0.9
    • @​changesets/get-release-plan@​4.0.13

@​changesets/cli@​2.29.4

Patch Changes

  • #1668 65d6632 Thanks @​Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabled

  • Updated dependencies [65d6632]:

    • @​changesets/assemble-release-plan@​6.0.8
    • @​changesets/get-release-plan@​4.0.12

@​changesets/cli@​2.29.3

Patch Changes

@​changesets/cli@​2.29.2

Patch Changes

  • #1636 f73f84a Thanks @​Netail! - Correctly resolve new changesets with since option when the .changeset directory is not directly in the git root

  • Updated dependencies [f73f84a]:

    • @​changesets/read@​0.6.5
    • @​changesets/git@​3.0.4
    • @​changesets/get-release-plan@​4.0.10
    • @​changesets/apply-release-plan@​7.0.12

@​changesets/cli@​2.29.1

Patch Changes

  • #1620 b15e629 Thanks @​Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to true

  • Updated dependencies [b15e629]:

    • @​changesets/git@​3.0.3
    • @​changesets/apply-release-plan@​7.0.11
    • @​changesets/read@​0.6.4
    • @​changesets/get-release-plan@​4.0.9

... (truncated)

Commits
  • b57c77f Version Packages (#1694)
  • 6352819 Fixed an issue with workspace:^ and workspace:~ dependency ranges not bei...
  • 9ce98a5 Align used function name with import in the docs (#1673)
  • b962929 Version Packages (#1669)
  • 65d6632 Fixed a crash in pre mode when trying to version private packages when taggin...
  • 5ca6271 Enable publishing with provenance (#1659)
  • d23598a Version Packages (#1641)
  • de8bebc Fixed a crash in prerelease mode when a package misses the version field in i...
  • f15b0d0 docs: adds spectrum css and spectrum web components (#1627)
  • c1e8a78 Support ../ in publishConfig.directory when publishing packages (#1619)
  • Additional commits viewable in compare view

Updates @commitlint/cli from 19.7.1 to 19.8.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.8.1

19.8.1 (2025-05-08)

Performance Improvements

Docs

CI

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1

v19.8.0

19.8.0 (2025-03-07)

Bug Fixes

Features

Chore, docs, etc.

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

19.8.1 (2025-05-08)

Bug Fixes

19.8.0 (2025-03-07)

Performance Improvements

  • use node: prefix to bypass require.cache call for builtins (#4302) (0cd8f41)
Commits

Updates @commitlint/config-conventional from 19.7.1 to 19.8.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.8.1

19.8.1 (2025-05-08)

Performance Improvements

Docs

CI

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1

v19.8.0

19.8.0 (2025-03-07)

Bug Fixes

Features

Chore, docs, etc.

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

19.8.0 (2025-03-07)

Performance Improvements

  • use node: prefix to bypass require.cache call for builtins (#4302) (0cd8f41)
Commits

Updates dotenv-cli from 8.0.0 to 9.0.0

Release notes

Sourced from dotenv-cli's releases.

Bump dotenv and be quiet by default

entropitor/dotenv-cli#129

Commits

Updates dotenv-mono from 1.3.14 to 1.4.0

Release notes

Sourced from dotenv-mono's releases.

Release 1.4.0

Features

  • CLI implementation and enhance command-line features (6e77d1d)

Release 1.3.17

  • Changed license to BSD-2-Clause
  • Improved tests for some edge cases
Changelog

Sourced from dotenv-mono's changelog.

1.4.0 (2025-07-17)

Features

  • CLI implementation and enhance command-line features (6e77d1d)

1.3.17 (2025-07-16)

  • Changed license to BSD-2-Clause
  • Improved tests for some edge cases

Bug Fixes

  • improve code structure for improved readability and maintainability (76e2de8)
Commits
  • a475d82 chore(release): 1.4.0
  • 6e77d1d feat: CLI implementation and enhance command-line features
  • 80cdf9a ci: update Node.js versions and upgrade setup-node action
  • c731e90 ci: remove package-lock.json from clean install step
  • 3aac4a6 ci: add step to clean install environment before installing dependencies
  • 2d8d1fe refactor: replace yarn actions with npm commands for dependency management an...
  • 830e296 chore: update changelog for version 1.3.17 with license change and improved t...
  • 0163560 chore(release): 1.3.17
  • a04e035 test: add comprehensive edge case tests for dotenv loading and parsing
  • 76e2de8 fix: improve code structure for improved readability and maintainability
  • Additional commits viewable in compare view

Updates lint-staged from 15.4.3 to 16.1.2

Release notes

Sourced from lint-staged's releases.

v16.1.2

Patch Changes

  • #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Patch Changes

  • #1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

v16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

v16.0.0

Major Changes

  • #1546 158d15c Thanks @​iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them with node, especially when using Windows:

    {
      "*.js": "node my-js-linter.js"
    }
    
  • #1546 158d15c Thanks @​iiroj! - The --shell flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via "$@":

    # my-script.sh
    #!/bin/bash
    

    echo "Staged files: $@"

    and

... (truncated)

Changelog

Sourced from lint-staged's changelog.

16.1.2

Patch Changes

  • #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

16.1.1

Patch Changes

  • #1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

16.0.0

Major Changes

  • #1546 158d15c Thanks @​iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them with node, especially when using Windows:

    {
      "*.js": "node my-js-linter.js"
    }
    
  • #1546 158d15c Thanks @​iiroj! - The --shell flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via "$@":

    # my-script.sh
    #!/bin/bash
    

... (truncated)

Commits
  • 0c48e29 chore(changeset): release
  • e07227e perf: call rev-parse only once instead of three times when resolving git repo
  • 38f942e fix: remove extra log entry
  • 5031a71 perf: further optimize file chunking
  • 6ec38b9 perf: optimize file list length calculation (#1581)
  • a7c0c88 fix: only stage changes to deleted files if they're no longer deleted after r...
  • ccd5edd test: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...
  • 48a6e95 test: add failing test for staged deleted files not passed directly to tasks ...
  • b56b29e test: add failing test for staged deleted files with diff filter D
  • 8420429 chore(changeset): release
  • Additional commits viewable in compare view

Updates prettier from 3.5.1 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar
  1. Another
  2. List

<!-- Prettier 3.6.1 -->

  1. Some text, and code block below, with newline after code block

    ---
    foo: bar
    
    1. Another
    2. List

<!-- Prettier 3.6.2 -->

  1. Some text, and code block below, with newline after code block

    ---
    foo: bar
    
    1. Another
    2. List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates pretty-quick from 4.0.0 to 4.2.2

Release notes

Sourced from pretty-quick's releases.

v4.2.2

Patch Changes

Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.2.1...v4.2.2

v4.2.1

Patch Changes

Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.2.0...v4.2.1

v4.2.0

Minor Changes

Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.1.1...v4.2.0

v4.1.1

Patch Changes

New Contributors

Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.1.0...v4.1.1

v4.1.0

Minor Changes

New Contributors

Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.0.0...v4.1.0

Changelog

Sourced from pretty-quick's changelog.

4.2.2

Patch Changes

4.2.1

Patch Changes

4.2.0

Minor Changes

4.1.1

Patch Changes

4.1.0

Minor Changes

Commits

Updates turbo from 2.4.2 to 2.5.5

Release notes

Sourced from turbo's releases.

Turborepo v2.5.5

What's Changed

Docs

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
3.0.5 → 3.2.4
Update Type:
Minor
Package:
globals
Ecosystem:
npm
Version Change:
15.15.0 → 16.3.0
Update Type:
Major
Package:
zod
Ecosystem:
npm
Version Change:
3.24.2 → 4.0.10
Update Type:
Major
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.32.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
22.13.4 → 24.1.0
Update Type:
Major
Package:
lint-staged
Ecosystem:
npm
Version Change:
15.4.3 → 16.1.2
Update Type:
Major
Ecosystem:
npm
Version Change:
10.0.2 → 10.1.8
Update Type:
Minor
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.1 → 3.6.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.37.4 → 7.37.5
Update Type:
Patch
Package:
yaml
Ecosystem:
npm
Version Change:
2.7.1 → 2.8.0
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.7.3 → 5.8.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.69.0 → 0.80.1
Update Type:
Minor
Package:
eventsource
Ecosystem:
npm
Version Change:
3.0.5 → 4.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
7.18.0 → 8.38.0
Update Type:
Major
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.21.0 → 9.32.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.26.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.28.1 → 2.29.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.2.1 → 15.4.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.0.1 → 5.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
28.0.2 → 28.0.6
Update Type:
Patch
Package:
turbo
Ecosystem:
npm
Version Change:
2.4.2 → 2.5.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.7.1 → 19.8.1
Update Type:
Minor
Package:
tsx
Ecosystem:
npm
Version Change:
4.19.4 → 4.20.3
Update Type:
Minor
Package:
dotenv
Ecosystem:
npm
Version Change:
16.4.7 → 17.2.1
Update Type:
Major
Package:
dotenv-cli
Ecosystem:
npm
Version Change:
8.0.0 → 9.0.0
Update Type:
Major
Package:
inquirer
Ecosystem:
npm
Version Change:
12.6.1 → 12.8.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.7.1 → 19.8.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
12.1.2 → 12.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
16.0.0 → 16.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.0 → 4.2.2
Update Type:
Minor
Package:
tsup
Ecosystem:
npm
Version Change:
8.3.6 → 8.5.0
Update Type:
Minor
Package:
fastify
Ecosystem:
npm
Version Change:
5.3.2 → 5.4.0
Update Type:
Minor
Package:
keyv
Ecosystem:
npm
Version Change:
5.3.3 → 5.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.68 → 0.3.11
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.56.12 → 9.6.1
Update Type:
Major
Ecosystem:
npm
Version Change:
2.4.4 → 2.5.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.11.0 → 1.17.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.4.2 → 7.0.1
Update Type:
Major
Ecosystem:
npm
Version Change:
0.3.51 → 0.3.66
Update Type:
Patch
Package:
cacheable
Ecosystem:
npm
Version Change:
1.8.10 → 1.10.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.5.10 → 0.6.3
Update Type:
Minor
Package:
n8n
Ecosystem:
npm
Version Change:
1.78.1 → 1.103.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.70.0 → 1.82.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.3 → 1.5.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.1 → 6.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.0 → 0.2.22
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.0 → 0.2.22
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.45.0 → 0.48.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.8.0 → 0.9.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.5 → 1.0.7
Update Type:
Patch
Package:
dotenv-mono
Ecosystem:
npm
Version Change:
1.3.14 → 1.4.0
Update Type:
Minor
Technical Details
ID: 4514671
UUID: 3268352820
Node ID: PR_kwDON5upic6g5SVY
Host: GitHub
Repository: OneGrep/typescript-sdk