build(deps): bump the dependencies group across 1 directory with 46 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 2
(4 months ago)
(4 months ago)
dependencies security
Bumps the dependencies group with 46 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.0.0 |
prettier | 3.5.1 |
3.5.3 |
pretty-quick | 4.0.0 |
4.1.1 |
turbo | 2.4.2 |
2.5.3 |
typescript | 4.9.4 |
5.8.3 |
vitest | 3.0.5 |
3.1.3 |
@modelcontextprotocol/sdk | 1.5.0 |
1.11.2 |
express | 4.18.2 |
5.1.0 |
@types/express | 4.17.17 |
5.0.1 |
@swc/core | 1.10.16 |
1.11.24 |
@swc/helpers | 0.5.15 |
0.5.17 |
nodemon | 3.1.7 |
3.1.10 |
regenerator-runtime | 0.13.11 |
0.14.1 |
tsup | 8.3.6 |
8.4.0 |
tsx | 4.19.2 |
4.19.4 |
dotenv | 16.4.7 |
16.5.0 |
@blaxel/core | 0.2.0 |
0.2.4 |
@blaxel/langgraph | 0.2.0 |
0.2.4 |
@langchain/langgraph | 0.2.68 |
0.2.72 |
@langchain/core | 0.3.51 |
0.3.55 |
fastify | 5.3.2 |
5.3.3 |
zod | 3.24.2 |
3.24.4 |
@types/node | 22.13.4 |
22.15.18 |
@eslint/js | 9.21.0 |
9.26.0 |
@next/eslint-plugin-next | 15.2.1 |
15.3.2 |
eslint | 8.57.1 |
9.26.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.3 |
globals | 15.15.0 |
16.1.0 |
typescript-eslint | 8.26.0 |
8.32.1 |
n8n | 1.78.1 |
1.92.2 |
n8n-workflow | 1.70.0 |
1.82.0 |
@typescript-eslint/parser | 7.18.0 |
8.32.1 |
@smithery/sdk | 1.1.2 |
1.3.3 |
cache-manager | 6.4.2 |
6.4.3 |
cacheable | 1.8.10 |
1.9.0 |
eventsource | 3.0.5 |
4.0.0 |
@rollup/plugin-commonjs | 28.0.2 |
28.0.3 |
@rollup/plugin-node-resolve | 16.0.0 |
16.0.1 |
rollup | 4.34.9 |
4.40.2 |
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.0.0
Release notes
Sourced from lint-staged's releases.
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
{ "*.js": "my-script.sh" }
If you were using the shell option to avoid passing filenames to tasks, for example
bash -c 'tsc --noEmit'
, use the function syntax instead:export default { '*.ts': () => 'tsc --noEmit' }
#1546
158d15c
Thanks@iiroj
! - Validation for deprecated advanced configuration has been removed. The advanced configuration was removed in lint-staged version 9 and until now validation has failed if advanced configuration options were detected. Going forward the entire configuration will be treated with the same logic and if these advanced options are still present, they might be treated as valid globs for staged files instead.#1546
158d15c
Thanks@iiroj
! - The lowest supported Node.js version is20.18
. Please upgrade your Node.js version.Minor Changes
#1401
27110ef
Thanks@RohitLuthra19
! - Added support for directly running functions on staged files. To configure a function task, use an object with a title and the task itself:export default { '*.js': { title: 'My task', task: async (files) => { console.log('Staged JS files:', files) }, }, }
... (truncated)
Changelog
Sourced from lint-staged's changelog.
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
echo "Staged files: $@"
and
{ "*.js": "my-script.sh" }
If you were using the shell option to avoid passing filenames to tasks, for example
bash -c 'tsc --noEmit'
, use the function syntax instead:export default { '*.ts': () => 'tsc --noEmit' }
#1546
158d15c
Thanks@iiroj
! - Validation for deprecated advanced configuration has been removed. The advanced configuration was removed in lint-staged version 9 and until now validation has failed if advanced configuration options were detected. Going forward the entire configuration will be treated with the same logic and if these advanced options are still present, they might be treated as valid globs for staged files instead.#1546
158d15c
Thanks@iiroj
! - The lowest supported Node.js version is20.18
. Please upgrade your Node.js version.Minor Changes
#1401
27110ef
Thanks@RohitLuthra19
! - Added support for directly running functions on staged files. To configure a function task, use an object with a title and the task itself:export default { '*.js': { title: 'My task', task: async (files) => { console.log('Staged JS files:', files) }, }, }
... (truncated)
Commits
dad5490
chore(changeset): release1c19e82
build(deps): update dependencies and require Node.js 20.1808cf8f5
docs: update README.md and bump nano-spawn as major change276dcc8
refactor: simplify config validationd4b7cac
test: update tests0ee9ab8
fix: update TypeScript type definitions12525b2
refactor: rename functions541c353
refactor: separate "make cmd tasks" and "make function tasks"27110ef
feat: added support for custom configuration52366f9
ci: update Node.js versions used in CI- 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.1.1
Release notes
Sourced from pretty-quick's releases.
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.1.1
Patch Changes
- #200
40b2e55
Thanks@ConradHughes
! - fix: directory symlink handling - close #1964.1.0
Minor Changes
Commits
d74a71f
chore: release pretty-quick (#201)40b2e55
fix: directory symlink handling (#200)5bc6618
chore: release pretty-quick (#199)dcf5da4
feat: replaceexeca
withtinyexec
(#195)76c5371
chore: bump upgradable deps without breaking changes (#198)b5e00ba
docs: simple-git-hooks requires npx or yarn to run in README (#191)- See full diff in compare view
Updates turbo
from 2.4.2 to 2.5.3
Release notes
Sourced from turbo's releases.
Turborepo v2.5.3
What's Changed
Docs
- docs(fix): logos when using system theme by
@anthonyshew
in vercel/turborepo#10388- docs: migrate to Node.js subpath imports by
@anthonyshew
in vercel/turborepo#10389- chore: bump Next.js to 15.4.0-canary.12 for docs by
@mischnic
in vercel/turborepo#10399- docs: fix broken links in useful links section of readme by
@richardhuf84
in vercel/turborepo#10380- docs(chore): switch to ESM by
@anthonyshew
in vercel/turborepo#10405- docs: use
--experimental-strip-types
for scripts by@anthonyshew
in vercel/turborepo#10414- docs(fix): date of 2.5 release post by
@anthonyshew
in vercel/turborepo#10419- docs(chore): temporarily revert to webpack by
@anthonyshew
in vercel/turborepo#10421- docs: new home page by
@mamuso
in vercel/turborepo#10423- docs(fix): layout shift on home page by
@anthonyshew
in vercel/turborepo#10424- docs: make copy to markdown button more subtle by
@anthonyshew
in vercel/turborepo#10425- feat: add noUpdateNotifier option to turbo.json by
@devin-ai-integration
in vercel/turborepo#10409- docs: refresh default OG image logo by
@mamuso
in vercel/turborepo#10433- docs: add
noUpdateNotifier
to options overview page by@anthonyshew
in vercel/turborepo#10435- feat(examples): upgrade with-tailwind to TailwindCSS v4 by
@anthonyshew
in vercel/turborepo#10432- docs(chore): cleaning up a few todos by
@anthonyshew
in vercel/turborepo#10426- docs(examples): drop JS config from Tailwind example by
@anthonyshew
in vercel/turborepo#10445- docs(chore): reenable Turbopack by
@mischnic
in vercel/turborepo#10428Examples
- chore(deps-dev): bump turbo from 2.5.0 to 2.5.2 in /examples/with-shell-commands by
@dependabot
in vercel/turborepo#10394- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
in vercel/turborepo#10395- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabot
in vercel/turborepo#10396- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by
@dependabot
in vercel/turborepo#10397- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabot
in vercel/turborepo#10398- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabot
in vercel/turborepo#10439- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 3 updates by
@dependabot
in vercel/turborepo#10440- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabot
in vercel/turborepo#10442- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 2 updates by
@dependabot
in vercel/turborepo#10443Changelog
- ci: remove knip by
@anthonyshew
in vercel/turborepo#10401- feat(ui): remove gutter from persisted task output by
@chris-olszewski
in vercel/turborepo#10406- chore(bun): pretty print bun lockfile by
@chris-olszewski
in vercel/turborepo#10418- fix: update link by
@reddevilmidzy
in vercel/turborepo#10416- chore: fix release notes ignore label by
@anthonyshew
in vercel/turborepo#10427- feat: conditional update notifier message using package manager by
@anthonyshew
in vercel/turborepo#10436- feat(tui): momentum-based scrolling by
@MendyLanda
in vercel/turborepo#10420- fix(query): use patched version of async-graphql by
@chris-olszewski
in vercel/turborepo#10448- chore: update schema snapshot by
@chris-olszewski
in vercel/turborepo#10449New Contributors
@richardhuf84
made their first contribution in vercel/turborepo#10380@reddevilmidzy
made their first contribution in vercel/turborepo#10416@mamuso
made their first contribution in vercel/turborepo#10423@devin-ai-integration
made their first contribution in vercel/turborepo#10409@MendyLanda
made their first contribution in vercel/turborepo#10420
... (truncated)
Commits
e44f199
publish 2.5.3 to registryda98c10
chore: update schema snapshot (#10449)e6749e1
fix(query): use patched version of async-graphql (#10448)b1ed2f0
docs(chore): reenable Turbopack (#10428)e10a103
docs(examples): drop JS config from Tailwind example (#10445)a598510
docs(chore): cleaning up a few todos (#10426)6de294d
feat(examples): upgrade with-tailwind to TailwindCSS v4 (#10432)e839d02
release(turborepo): 2.5.3-canary.2 (#10444)d67a6c3
feat(tui): momentum-based scrolling (#10420)a227a75
feat: conditional update notifier message using package manager (#10436)- Additional commits viewable in compare view
Updates typescript
from 4.9.4 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.7.3
For release notes, check out the release announcement.
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
7.18.0 → 8.32.1
Major
@commitlint/config-conventional
npm
19.7.1 → 19.8.1
Minor
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
Technical Details
ID: | 428545 |
UUID: | 3064103726 |
Node ID: | PR_kwDON5upic6WNyDD |
Host: | GitHub |
Repository: | OneGrep/typescript-sdk |