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

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

Closed
Number: #96
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 2
Created: June 16, 2025 at 05:37 AM UTC
(3 months ago)
Updated: June 23, 2025 at 05:22 AM UTC
(3 months ago)
Closed: June 23, 2025 at 05:22 AM UTC
(3 months ago)
Time to Close: 7 days
Labels:
dependencies security
Description:

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

Package From To
@changesets/cli 2.28.1 2.29.4
@commitlint/cli 19.7.1 19.8.1
@commitlint/config-conventional 19.7.1 19.8.1
lint-staged 15.4.3 16.1.2
prettier 3.5.1 3.5.3
pretty-quick 4.0.0 4.2.2
turbo 2.4.2 2.5.4
typescript 5.7.3 5.8.3
vitest 3.0.5 3.2.3
@blaxel/core 0.2.0 0.2.17
@blaxel/langgraph 0.2.0 0.2.17
@opentelemetry/instrumentation-fastify 0.45.0 0.47.0
@langchain/langgraph 0.2.68 0.3.3
@langchain/core 0.3.51 0.3.58
fastify 5.3.2 5.4.0
zod 3.24.2 3.25.64
@types/express 5.0.1 5.0.3
@types/node 22.13.4 24.0.1
tsx 4.19.4 4.20.3
@langchain/openai 0.5.10 0.5.13
inquirer 12.6.1 12.6.3
@eslint/js 9.21.0 9.29.0
@next/eslint-plugin-next 15.2.1 15.3.3
eslint 8.57.1 9.29.0
@types/eslint 8.56.12 9.6.1
eslint-config-prettier 10.0.2 10.1.5
eslint-plugin-react 7.37.4 7.37.5
eslint-plugin-turbo 2.4.4 2.5.4
globals 15.15.0 16.2.0
typescript-eslint 8.26.0 8.34.0
dotenv 16.4.7 16.5.0
tsup 8.3.6 8.5.0
n8n 1.78.1 1.97.1
n8n-workflow 1.70.0 1.82.0
@typescript-eslint/parser 7.18.0 8.34.0
@hey-api/openapi-ts 0.69.0 0.73.0
@composio/mcp 1.0.5 1.0.7
@modelcontextprotocol/sdk 1.11.0 1.12.3
@smithery/sdk 1.4.3 1.5.2
cache-manager 6.4.2 7.0.0
cacheable 1.8.10 1.10.0
eventsource 3.0.5 4.0.0
keyv 5.3.3 5.3.4
yaml 2.7.1 2.8.0
@rollup/plugin-commonjs 28.0.2 28.0.5
@rollup/plugin-node-resolve 16.0.0 16.0.1
rollup 4.34.9 4.43.0
rollup-plugin-dts 6.1.1 6.2.1

Updates @changesets/cli from 2.28.1 to 2.29.4

Release notes

Sourced from @​changesets/cli's releases.

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

@​changesets/cli@​2.29.0

Minor Changes

Commits
  • 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)
  • 6dcc237 docs: fix examples (#1630)
  • baa9d45 Version Packages (#1637)
  • f73f84a Correctly resolve new changesets with since option when the .changeset di...
  • 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 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.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);

// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;

// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

Commits

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.4

Release notes

Sourced from turbo's releases.

Turborepo v2.5.4

What's Changed

Docs

turbo-ignore

eslint

@​turbo/repository

Examples

Package Dependencies
Ecosystem:
npm
Version Change:
3.0.5 → 3.2.3
Update Type:
Minor
Package:
globals
Ecosystem:
npm
Version Change:
15.15.0 → 16.2.0
Update Type:
Major
Package:
zod
Ecosystem:
npm
Version Change:
3.24.2 → 3.25.64
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.29.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
22.13.4 → 24.0.1
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.5
Update Type:
Minor
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.1 → 3.5.3
Update Type:
Patch
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.73.0
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.34.0
Update Type:
Major
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.21.0 → 9.29.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.34.9 → 4.43.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.26.0 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.28.1 → 2.29.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.2.1 → 15.3.3
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.5
Update Type:
Patch
Package:
turbo
Ecosystem:
npm
Version Change:
2.4.2 → 2.5.4
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 → 16.5.0
Update Type:
Minor
Package:
inquirer
Ecosystem:
npm
Version Change:
12.6.1 → 12.6.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.7.1 → 19.8.1
Update Type:
Minor
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.3.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.68 → 0.3.3
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.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.11.0 → 1.12.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.4.2 → 7.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
0.3.51 → 0.3.58
Update Type:
Patch
Package:
cacheable
Ecosystem:
npm
Version Change:
1.8.10 → 1.10.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.5.10 → 0.5.13
Update Type:
Patch
Package:
n8n
Ecosystem:
npm
Version Change:
1.78.1 → 1.97.1
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.2
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.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.0 → 0.2.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.45.0 → 0.47.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.5 → 1.0.7
Update Type:
Patch
Technical Details
ID: 1641854
UUID: 2594499708
Node ID: PR_kwDON5upic6apOx8
Host: GitHub
Repository: OneGrep/typescript-sdk
Mergeable: Yes
Merge State: Clean