build(deps): bump the dependencies group across 1 directory with 48 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 2
(3 months ago)
(3 months ago)
(3 months ago)
dependencies security
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.4Patch Changes
#1668
65d6632
Thanks@Andarist
! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632
]:
@changesets/cli
@2
.29.3Patch Changes
#1589
de8bebc
Thanks@remorses
,@vzt7
! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json
#1619
c1e8a78
Thanks@manucorporat
! - Support../
inpublishConfig.directory
when publishing packagesUpdated dependencies [
de8bebc
]:
@changesets/cli
@2
.29.2Patch Changes
#1636
f73f84a
Thanks@Netail
! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:
@changesets/cli
@2
.29.1Patch Changes
#1620
b15e629
Thanks@Netail
! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629
]:
@changesets/cli
@2
.29.0Minor 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../
inpublishConfig.directory
when publishing packages (#1619)6dcc237
docs: fix examples (#1630)baa9d45
Version Packages (#1637)f73f84a
Correctly resolve new changesets withsince
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
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full 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
- fix(config-lerna-scopes): remove deprecated
@lerna/project
dependency by@janbiasi
in conventional-changelog/commitlint#4284- Revert "fix: improve security validation regex in is-ignored function… by
@escapedcat
in conventional-changelog/commitlint#4314Features
- feat(config-workspace-scopes): add config preset for npm and yarn workspaces by
@janbiasi
in conventional-changelog/commitlint#4269Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by
@6arms1leg
in conventional-changelog/commitlint#4275- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in conventional-changelog/commitlint#4302- chore: add missing
'use strict'
directives by@Fdawgs
in conventional-changelog/commitlint#4301- build: add nx ignore to make lerna publish again by
@escapedcat
in conventional-changelog/commitlint#4313
... (truncated)
Changelog
Sourced from @commitlint/cli
's changelog.
19.8.1 (2025-05-08)
Bug Fixes
19.8.0 (2025-03-07)
Performance Improvements
Commits
3c30200
v19.8.1e49449f
fix: update dependency tinyexec to v1 (#4332)e2e3b67
Chore/deps prettier v3 3 (#4320)b92f072
chore: update gitHead after failed publish (#4315)e82f05a
v19.8.0e685618
chore: add missing'use strict'
directives (#4301)0cd8f41
perf: usenode:
prefix to bypass require.cache call for builtins (#4302)- See full diff in compare view
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
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full 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
- fix(config-lerna-scopes): remove deprecated
@lerna/project
dependency by@janbiasi
in conventional-changelog/commitlint#4284- Revert "fix: improve security validation regex in is-ignored function… by
@escapedcat
in conventional-changelog/commitlint#4314Features
- feat(config-workspace-scopes): add config preset for npm and yarn workspaces by
@janbiasi
in conventional-changelog/commitlint#4269Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by
@6arms1leg
in conventional-changelog/commitlint#4275- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in conventional-changelog/commitlint#4302- chore: add missing
'use strict'
directives by@Fdawgs
in conventional-changelog/commitlint#4301- build: add nx ignore to make lerna publish again by
@escapedcat
in conventional-changelog/commitlint#4313
... (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
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 theD
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 fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.
38f942e
Thanks@iiroj
! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
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
- #1558
c37dc38
Thanks@iiroj
! - The minimum required Node.js version is lowered to20.17
following nano-spawn@1.0.2.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 withnode
, 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 theD
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 fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.
38f942e
Thanks@iiroj
! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
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
- #1558
c37dc38
Thanks@iiroj
! - The minimum required Node.js version is lowered to20.17
following nano-spawn@1.0.2.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 withnode
, 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): releasee07227e
perf: call rev-parse only once instead of three times when resolving git repo38f942e
fix: remove extra log entry5031a71
perf: further optimize file chunking6ec38b9
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 D8420429
chore(changeset): release- Additional commits viewable in compare view
Updates prettier
from 3.5.1 to 3.5.3
Changelog
Sourced from prettier's changelog.
3.5.3
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
Remove
module-sync
condition (#17156 by@fisker
)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("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 themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.
Commits
4ff5dc5
Release 3.5.3a2e560e
Fix missing parentheses inConditionalTypeAnnotation
(#17196)fa95c97
AddmergeBlogPost
step to release script (#17199)b47cd50
Add title to patch release changelog (#17197)de30788
Minor fix in release scriptecee6a0
Clean changelog_unreleasedfd06512
Bump Prettier dependency to 3.5.21f74dd5
Update dependents count399f427
Release 3.5.2bf5aab8
Revert "Use ESM entrypoint forrequire(ESM)
" (#17156)- 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
- #206
f52440e
Thanks@JounQin
! - chore(deps): cleanup dependencies by migratingfind-up
tofindUp
from@pkgr/core
Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.1.1...v4.2.0
v4.1.1
Patch Changes
- #200
40b2e55
Thanks@ConradHughes
! - fix: directory symlink handling - close #196New Contributors
@ConradHughes
made their first contribution in prettier/pretty-quick#200Full Changelog: https://github.com/prettier/pretty-quick/compare/v4.1.0...v4.1.1
v4.1.0
Minor Changes
#195
dcf5da4
Thanks@pralkarz
! - feat: replaceexeca
withtinyexec
#198
76c5371
Thanks@JounQin
! - chore: bump upgradable deps without breaking changesNew Contributors
@swwind
made their first contribution in prettier/pretty-quick#191@pralkarz
made their first contribution in prettier/pretty-quick#195Full 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
- #206
f52440e
Thanks@JounQin
! - chore(deps): cleanup dependencies by migratingfind-up
tofindUp
from@pkgr/core
4.1.1
Patch Changes
- #200
40b2e55
Thanks@ConradHughes
! - fix: directory symlink handling - close #1964.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 presetd74a71f
chore: release pretty-quick (#201)40b2e55
fix: directory symlink handling (#200)5bc6618
chore: release pretty-quick (#199)- Additional commits viewable in compare view
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
- docs: nx remote caching has changed to be free like Turborepo by
@JamesHenry
in vercel/turborepo#10460- docs: added pnpm catalogs by
@mrr11k
in vercel/turborepo#10463- docs: add workspace configuration example to package.json by
@Feli-dev
in vercel/turborepo#10455- docs: redirects from SEO audit by
@anthonyshew
in vercel/turborepo#10465- docs: update managing-dependencies.mdx by
@hijuliancode
in vercel/turborepo#10474- docs: a few more redirects by
@anthonyshew
in vercel/turborepo#10476- docs(fix): correct
globalDependencies
defaults by@anthonyshew
in vercel/turborepo#10484- docs: clarify what a task is by
@anthonyshew
in vercel/turborepo#10481- docs: add community implementation of cache server by
@brunojppb
in vercel/turborepo#10496- docs: a few missing rewrites by
@anthonyshew
in vercel/turborepo#10511- docs: cleanup fixes for package managers by
@anthonyshew
in vercel/turborepo#10512- docs: account for Custom Environments by
@anthonyshew
in vercel/turborepo#10515- Update docker.mdx by
@pawbor
in vercel/turborepo#10519turbo-ignore
- fix(turbo-ignore): no longer attempt to use catalog protocol by
@chris-olszewski
in vercel/turborepo#10458eslint
- feat: hot-reloading for
no-undeclared-env-vars
ESLint rule by@anthonyshew
in vercel/turborepo#10468
@turbo/repository
- fix(
@turbo/repository
): correct exports from native lib by@chris-olszewski
in vercel/turborepo#10475- feat: add
Workspace.find_package_by_path
by@scubbo
in vercel/turborepo#10493- chore(
@turbo/repository
): bump version by@chris-olszewski
in vercel/turborepo#10494- chore: update to Rust 1.87.0 by
@ognevny
in vercel/turborepo#10482Examples
- fix(examples): with-svelte example TypeScript by
@anthonyshew
in vercel/turborepo#10450- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabot
in vercel/turborepo#10469- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by
@dependabot
in vercel/turborepo#10470- chore(deps-dev): bump turbo from 2.5.2 to 2.5.3 in /examples/with-shell-commands by
@dependabot
in vercel/turborepo#10471- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabot
in vercel/turborepo#10472- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 7 updates by
@dependabot
in vercel/turborepo#10473- feat(example): update with-react-native-web, Expo SDK 52 by
@shinjith-dev
in vercel/turborepo#10466- chore(deps-dev): bump the with-svelte group across 1 directory with 3 updates by
@dependabot
in vercel/turborepo#10441- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabot
in vercel/turborepo#10486- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 6 updates by
@dependabot
in vercel/turborepo#10487- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by
@dependabot
in vercel/turborepo#10488- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabot
in vercel/turborepo#10490- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 6 updates by
@dependabot
inPull Request Statistics
Commits:
1Files Changed:
9Additions:
+4791Deletions:
-5711
Package Dependencies
@typescript-eslint/parser
npm
7.18.0 → 8.34.0
Major
@commitlint/config-conventional
npm
19.7.1 → 19.8.1
Minor
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
@modelcontextprotocol/sdk
npm
1.11.0 → 1.12.3
Minor
npm
0.45.0 → 0.47.0
Minor
Technical Details
ID: | 1641854 |
UUID: | 2594499708 |
Node ID: | PR_kwDON5upic6apOx8 |
Host: | GitHub |
Repository: | OneGrep/typescript-sdk |
Mergeable: | Yes |
Merge State: | Clean |