chore(deps-dev): bump the npm-development group across 1 directory with 6 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(20 days ago)
(3 days ago)
(3 days ago)
dependencies javascript
Bumps the npm-development group with 6 updates in the / directory:
Package | From | To |
---|---|---|
@changesets/cli | 2.29.5 |
2.29.6 |
@turbo/gen | 2.5.5 |
2.5.6 |
tsx | 4.20.3 |
4.20.4 |
turbo | 2.5.5 |
2.5.6 |
@pixpilot/eslint-config | 2.3.0 |
2.6.1 |
eslint-plugin-turbo | 2.5.5 |
2.5.6 |
Updates @changesets/cli
from 2.29.5 to 2.29.6
Release notes
Sourced from @changesets/cli
's releases.
@changesets/cli
@2
.29.6Patch Changes
- #1712
a3563b0
Thanks@benmccann
! - Switch to maintained fork ofexternal-editor
Commits
Updates @turbo/gen
from 2.5.5 to 2.5.6
Release notes
Sourced from @turbo/gen
's releases.
Turborepo v2.5.6
What's Changed
Docs
- fix(examples): correct 'test:projects' script to use vitest directly by
@namidapoo
in vercel/turborepo#10683- docs: update docs about env file handling by
@anthonyshew
in vercel/turborepo#10710- docs(run): correct --graph formats; remove incorrect default mention by
@anthonyshew
in vercel/turborepo#10744- docs(run): fix --log-prefix options to match CLI (task, not prefix) by
@anthonyshew
in vercel/turborepo#10743- docs: update --graph reference by
@chris-olszewski
in vercel/turborepo#10759
@turbo/repository
- chore: update to Rust 1.88.0 by
@ognevny
in vercel/turborepo#10608- chore: update to Rust 1.89.0 by
@ognevny
in vercel/turborepo#10749Examples
- fix(examples): add missing extension to with-react-native-web ui tsconfig by
@Franck-Fernandez-pro
in vercel/turborepo#10694- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by
@dependabot
[bot] in vercel/turborepo#10697- chore(deps): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10698- chore(deps): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10699- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates by
@dependabot
[bot] in vercel/turborepo#10700- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in /examples/with-shell-commands by
@dependabot
[bot] in vercel/turborepo#10701- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10696- chore(deps-dev): bump the basic group in /examples/basic with 4 updates by
@dependabot
[bot] in vercel/turborepo#10757- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 4 updates by
@dependabot
[bot] in vercel/turborepo#10756- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10753- feat: upgrade NestJS to v11 and migrate to ESLint flat config by
@iamnivekx
in vercel/turborepo#10746Changelog
- docs: add architecture document for
turbo run
by@chris-olszewski
in vercel/turborepo#10702- feat: allow Watch Mode with
--root-turbo-json
by@anthonyshew
in vercel/turborepo#10687- chore(tower-uds): delete unused crate by
@anthonyshew
in vercel/turborepo#10676- test(turbo-utils): improve test coverage by
@anthonyshew
in vercel/turborepo#10693- test(turborepo-auth): unit tests for auth crate by
@anthonyshew
in vercel/turborepo#10692- feat: improve parsing error by
@anthonyshew
in vercel/turborepo#10682- chore: fix lints in tests by
@chris-olszewski
in vercel/turborepo#10707- chore(turbo_json): lift
$TURBO_DEFAULT$
handling to turbo.json resolution by@chris-olszewski
in vercel/turborepo#10709- chore(turbo_json): prefactor loading logic by
@chris-olszewski
in vercel/turborepo#10719- fix(logs): no longer output group prefixes if no logs present by
@chris-olszewski
in vercel/turborepo#10760- fix(turbo): graceful shutdown on sighup by
@chris-olszewski
in vercel/turborepo#10764New Contributors
@namidapoo
made their first contribution in vercel/turborepo#10683@Franck-Fernandez-pro
made their first contribution in vercel/turborepo#10694@iamnivekx
made their first contribution in vercel/turborepo#10746Full Changelog: https://github.com/vercel/turborepo/compare/v2.5.5...v2.5.6
Turborepo v2.5.6-canary.2
What's Changed
@turbo/repository
... (truncated)
Commits
Updates tsx
from 4.20.3 to 4.20.4
Release notes
Sourced from tsx's releases.
v4.20.4
4.20.4 (2025-08-12)
Bug Fixes
This release is also available on:
Commits
a639836
fix: override Node's native TS formats (#733)bddd4f5
chore(deps): update dependency node to v20.19.3 (#720)- See full diff in compare view
Updates turbo
from 2.5.5 to 2.5.6
Release notes
Sourced from turbo's releases.
Turborepo v2.5.6
What's Changed
Docs
- fix(examples): correct 'test:projects' script to use vitest directly by
@namidapoo
in vercel/turborepo#10683- docs: update docs about env file handling by
@anthonyshew
in vercel/turborepo#10710- docs(run): correct --graph formats; remove incorrect default mention by
@anthonyshew
in vercel/turborepo#10744- docs(run): fix --log-prefix options to match CLI (task, not prefix) by
@anthonyshew
in vercel/turborepo#10743- docs: update --graph reference by
@chris-olszewski
in vercel/turborepo#10759
@turbo/repository
- chore: update to Rust 1.88.0 by
@ognevny
in vercel/turborepo#10608- chore: update to Rust 1.89.0 by
@ognevny
in vercel/turborepo#10749Examples
- fix(examples): add missing extension to with-react-native-web ui tsconfig by
@Franck-Fernandez-pro
in vercel/turborepo#10694- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by
@dependabot
[bot] in vercel/turborepo#10697- chore(deps): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10698- chore(deps): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10699- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates by
@dependabot
[bot] in vercel/turborepo#10700- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in /examples/with-shell-commands by
@dependabot
[bot] in vercel/turborepo#10701- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10696- chore(deps-dev): bump the basic group in /examples/basic with 4 updates by
@dependabot
[bot] in vercel/turborepo#10757- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 4 updates by
@dependabot
[bot] in vercel/turborepo#10756- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10753- feat: upgrade NestJS to v11 and migrate to ESLint flat config by
@iamnivekx
in vercel/turborepo#10746Changelog
- docs: add architecture document for
turbo run
by@chris-olszewski
in vercel/turborepo#10702- feat: allow Watch Mode with
--root-turbo-json
by@anthonyshew
in vercel/turborepo#10687- chore(tower-uds): delete unused crate by
@anthonyshew
in vercel/turborepo#10676- test(turbo-utils): improve test coverage by
@anthonyshew
in vercel/turborepo#10693- test(turborepo-auth): unit tests for auth crate by
@anthonyshew
in vercel/turborepo#10692- feat: improve parsing error by
@anthonyshew
in vercel/turborepo#10682- chore: fix lints in tests by
@chris-olszewski
in vercel/turborepo#10707- chore(turbo_json): lift
$TURBO_DEFAULT$
handling to turbo.json resolution by@chris-olszewski
in vercel/turborepo#10709- chore(turbo_json): prefactor loading logic by
@chris-olszewski
in vercel/turborepo#10719- fix(logs): no longer output group prefixes if no logs present by
@chris-olszewski
in vercel/turborepo#10760- fix(turbo): graceful shutdown on sighup by
@chris-olszewski
in vercel/turborepo#10764New Contributors
@namidapoo
made their first contribution in vercel/turborepo#10683@Franck-Fernandez-pro
made their first contribution in vercel/turborepo#10694@iamnivekx
made their first contribution in vercel/turborepo#10746Full Changelog: https://github.com/vercel/turborepo/compare/v2.5.5...v2.5.6
Turborepo v2.5.6-canary.2
What's Changed
@turbo/repository
... (truncated)
Commits
f02b1a8
publish 2.5.6 to registrya0eed73
release(turborepo): 2.5.6-canary.2 (#10765)ddaed6e
fix(turbo): graceful shutdown on sighup (#10764)6f5557f
feat: upgrade NestJS to v11 and migrate to ESLint flat config (#10746)e34dcd4
chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2...bc7cbe0
chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...310565e
chore(deps-dev): bump the basic group in /examples/basic with 4 updates (#10757)8113d43
chore: update to Rust 1.89.0 (#10749)f9a61db
release(turborepo): 2.5.6-canary.1 (#10761)ae20686
fix(logs): no longer output group prefixes if no logs present (#10760)- Additional commits viewable in compare view
Updates @pixpilot/eslint-config
from 2.3.0 to 2.6.1
Commits
- See full diff in compare view
Updates eslint-plugin-turbo
from 2.5.5 to 2.5.6
Release notes
Sourced from eslint-plugin-turbo's releases.
Turborepo v2.5.6
What's Changed
Docs
- fix(examples): correct 'test:projects' script to use vitest directly by
@namidapoo
in vercel/turborepo#10683- docs: update docs about env file handling by
@anthonyshew
in vercel/turborepo#10710- docs(run): correct --graph formats; remove incorrect default mention by
@anthonyshew
in vercel/turborepo#10744- docs(run): fix --log-prefix options to match CLI (task, not prefix) by
@anthonyshew
in vercel/turborepo#10743- docs: update --graph reference by
@chris-olszewski
in vercel/turborepo#10759
@turbo/repository
- chore: update to Rust 1.88.0 by
@ognevny
in vercel/turborepo#10608- chore: update to Rust 1.89.0 by
@ognevny
in vercel/turborepo#10749Examples
- fix(examples): add missing extension to with-react-native-web ui tsconfig by
@Franck-Fernandez-pro
in vercel/turborepo#10694- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by
@dependabot
[bot] in vercel/turborepo#10697- chore(deps): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10698- chore(deps): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10699- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates by
@dependabot
[bot] in vercel/turborepo#10700- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in /examples/with-shell-commands by
@dependabot
[bot] in vercel/turborepo#10701- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10696- chore(deps-dev): bump the basic group in /examples/basic with 4 updates by
@dependabot
[bot] in vercel/turborepo#10757- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 4 updates by
@dependabot
[bot] in vercel/turborepo#10756- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10753- feat: upgrade NestJS to v11 and migrate to ESLint flat config by
@iamnivekx
in vercel/turborepo#10746Changelog
- docs: add architecture document for
turbo run
by@chris-olszewski
in vercel/turborepo#10702- feat: allow Watch Mode with
--root-turbo-json
by@anthonyshew
in vercel/turborepo#10687- chore(tower-uds): delete unused crate by
@anthonyshew
in vercel/turborepo#10676- test(turbo-utils): improve test coverage by
@anthonyshew
in vercel/turborepo#10693- test(turborepo-auth): unit tests for auth crate by
@anthonyshew
in vercel/turborepo#10692- feat: improve parsing error by
@anthonyshew
in vercel/turborepo#10682- chore: fix lints in tests by
@chris-olszewski
in vercel/turborepo#10707- chore(turbo_json): lift
$TURBO_DEFAULT$
handling to turbo.json resolution by@chris-olszewski
in vercel/turborepo#10709- chore(turbo_json): prefactor loading logic by
@chris-olszewski
in vercel/turborepo#10719- fix(logs): no longer output group prefixes if no logs present by
@chris-olszewski
in vercel/turborepo#10760- fix(turbo): graceful shutdown on sighup by
@chris-olszewski
in vercel/turborepo#10764New Contributors
@namidapoo
made their first contribution in vercel/turborepo#10683@Franck-Fernandez-pro
made their first contribution in vercel/turborepo#10694@iamnivekx
made their first contribution in vercel/turborepo#10746Full Changelog: https://github.com/vercel/turborepo/compare/v2.5.5...v2.5.6
Turborepo v2.5.6-canary.2
What's Changed
@turbo/repository
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
3
+796
-636
Package Dependencies
Technical Details
ID: | 6952639 |
UUID: | 2752059021 |
Node ID: | PR_kwDOPSPVl86kCRaN |
Host: | GitHub |
Repository: | pixpilot/pnpm-toolkit |
Mergeable: | Yes |
Merge State: | Clean |