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

build(deps): bump the dependencies group with 54 updates

Open
Number: #105
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 0
Created: August 25, 2025 at 09:54 AM UTC
(12 days ago)
Updated: August 25, 2025 at 09:54 AM UTC
(12 days ago)
Labels:
dependencies security
Description:

Bumps the dependencies group with 54 updates:

Package From To
@changesets/cli 2.28.1 2.29.6
@commitlint/cli 19.7.1 19.8.1
@commitlint/config-conventional 19.7.1 19.8.1
dotenv-cli 8.0.0 10.0.0
dotenv-mono 1.3.14 1.5.0
lint-staged 15.4.3 16.1.5
prettier 3.5.1 3.6.2
pretty-quick 4.0.0 4.2.2
turbo 2.4.2 2.5.6
typescript 5.7.3 5.9.2
vitest 3.0.5 3.2.4
@blaxel/core 0.2.0 0.2.31
@blaxel/langgraph 0.2.0 0.2.31
@opentelemetry/instrumentation-fastify 0.45.0 0.48.0
@langchain/langgraph 0.2.68 0.4.6
@langchain/core 0.3.51 0.3.72
fastify 5.3.2 5.5.0
zod 3.24.2 4.1.1
@types/express 5.0.1 5.0.3
@types/node 22.13.4 24.3.0
tsx 4.19.4 4.20.5
@langchain/openai 0.5.10 0.6.9
chalk 5.4.1 5.6.0
inquirer 12.6.1 12.9.4
@eslint/js 9.21.0 9.34.0
@next/eslint-plugin-next 15.2.1 15.5.0
eslint 8.57.1 9.34.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.6
eslint-plugin-unused-imports 4.1.4 4.2.0
globals 15.15.0 16.3.0
typescript-eslint 8.26.0 8.40.0
dotenv 16.4.7 17.2.1
tsup 8.3.6 8.5.0
n8n 1.78.1 1.107.4
n8n-workflow 1.70.0 1.82.0
@typescript-eslint/parser 7.18.0 8.40.0
@hey-api/client-axios 0.8.0 0.9.1
@hey-api/openapi-ts 0.69.0 0.81.1
@composio/mcp 1.0.5 1.0.9
@modelcontextprotocol/sdk 1.11.0 1.17.4
@smithery/sdk 1.4.3 1.5.5
cache-manager 6.4.2 7.1.1
cacheable 1.8.10 1.10.4
eventsource 3.0.5 4.0.0
keyv 5.3.3 5.5.0
yaml 2.7.1 2.8.1
@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 4.34.9 4.48.1
rollup-plugin-dts 6.1.1 6.2.3

Updates @changesets/cli from 2.28.1 to 2.29.6

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.29.6

Patch Changes

@​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

... (truncated)

Commits

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 10.0.0

Release notes

Sourced from dotenv-cli's releases.

v10.0.0: bump dotenv-expand

Fixes entropitor/dotenv-cli#121

v9.0.0 Bump dotenv and be quiet by default

entropitor/dotenv-cli#129

Commits

Updates dotenv-mono from 1.3.14 to 1.5.0

Release notes

Sourced from dotenv-mono's releases.

Release 1.5.0

Features

  • add quiet mode option to suppress console output (693778c), closes #150

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.5.0 (2025-08-03)

Features

  • add quiet mode option to suppress console output (693778c), closes #150

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
  • d559d70 chore(release): 1.5.0
  • 693778c feat: add quiet mode option to suppress console output
  • 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
  • Additional commits viewable in compare view

Updates lint-staged from 15.4.3 to 16.1.5

Release notes

Sourced from lint-staged's releases.

v16.1.5

Patch Changes

v16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.

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:

... (truncated)

Changelog

Sourced from lint-staged's changelog.

16.1.5

Patch Changes

16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.

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

... (truncated)

Commits
  • 15369c2 chore(changeset): release
  • 690d7c2 build(deps): update dependencies
  • 4e3ce22 fix: fix the incorrect relativeTopLevelDir detection when working with the wo...
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • 7ea700b fix: allow npm to detect built-in TypeScript type definitions
  • 0a0a701 test: make sure "git amend" works as expected
  • bfb71eb perf: combine git ls-files calls into single process (#1587)
  • 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
  • aa0165d chore: release pretty-quick (#215)
  • 25ff3be fix: v4 should use latest npm tag (#214)
  • 689ccf2 chore: release pretty-quick (#213)
  • 827ac86 fix: tinyexec v1 is esm only, use 0.x instead (#212)
  • 87771dd chore: release pretty-quick (#207)
  • f52440e chore: bump all (dev)Dependencies and fix related usage issues (#206)
  • f8b9eb8 chore: add renovate preset
  • <...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
9
Additions:
+8325
Deletions:
-6209
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.1.1
Update Type:
Major
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.34.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
22.13.4 → 24.3.0
Update Type:
Major
Package:
lint-staged
Ecosystem:
npm
Version Change:
15.4.3 → 16.1.5
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.1
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.7.3 → 5.9.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.69.0 → 0.81.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.40.0
Update Type:
Major
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.21.0 → 9.34.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.34.9 → 4.48.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.26.0 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.28.1 → 2.29.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.2.1 → 15.5.0
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.6
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.5
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 → 10.0.0
Update Type:
Major
Package:
inquirer
Ecosystem:
npm
Version Change:
12.6.1 → 12.9.4
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:
chalk
Ecosystem:
npm
Version Change:
5.4.1 → 5.6.0
Update Type:
Minor
Package:
fastify
Ecosystem:
npm
Version Change:
5.3.2 → 5.5.0
Update Type:
Minor
Package:
keyv
Ecosystem:
npm
Version Change:
5.3.3 → 5.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.68 → 0.4.6
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.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.1.4 → 4.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.11.0 → 1.17.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.4.2 → 7.1.1
Update Type:
Major
Ecosystem:
npm
Version Change:
0.3.51 → 0.3.72
Update Type:
Patch
Package:
cacheable
Ecosystem:
npm
Version Change:
1.8.10 → 1.10.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.5.10 → 0.6.9
Update Type:
Minor
Package:
n8n
Ecosystem:
npm
Version Change:
1.78.1 → 1.107.4
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.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.1 → 6.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.0 → 0.2.31
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.0 → 0.2.31
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.9
Update Type:
Patch
Package:
dotenv-mono
Ecosystem:
npm
Version Change:
1.3.14 → 1.5.0
Update Type:
Minor
Technical Details
ID: 5723431
UUID: 2771248505
Node ID: PR_kwDON5upic6lLeV5
Host: GitHub
Repository: OneGrep/typescript-sdk
Merge State: Unknown