-
Notifications
You must be signed in to change notification settings - Fork 51
Commit 7922067
chore(deps): update patch/minor dependencies (#403)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
|
[amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request)
| action | minor | `v6.0.1` -> `v6.1.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) |
devDependencies | minor | [`3.5.3` ->
`3.6.2`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.6.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [turbo](https://turborepo.com)
([source](https://redirect.github.com/vercel/turborepo)) |
devDependencies | patch | [`2.5.4` ->
`2.5.6`](https://renovatebot.com/diffs/npm/turbo/2.5.4/2.5.6) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) |
devDependencies | minor | [`~5.8.0` ->
`~5.9.0`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>amannn/action-semantic-pull-request
(amannn/action-semantic-pull-request)</summary>
###
[`v6.1.1`](https://redirect.github.com/amannn/action-semantic-pull-request/releases/tag/v6.1.1)
[Compare
Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v6.1.0...v6.1.1)
##### Bug Fixes
- Parse `headerPatternCorrespondence` properly
([#​295](https://redirect.github.com/amannn/action-semantic-pull-request/issues/295))
([800da4c](https://redirect.github.com/amannn/action-semantic-pull-request/commit/800da4c97f618e44f972ff9bc21ab5daecc97773))
###
[`v6.1.0`](https://redirect.github.com/amannn/action-semantic-pull-request/releases/tag/v6.1.0)
[Compare
Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v6.0.1...v6.1.0)
##### Features
- Support providing regexps for types
([#​292](https://redirect.github.com/amannn/action-semantic-pull-request/issues/292))
([a30288b](https://redirect.github.com/amannn/action-semantic-pull-request/commit/a30288bf13b78cca17c3abdc144db5977476fc8b))
##### Bug Fixes
- Remove trailing whitespace from "unknown release type" error message
([#​291](https://redirect.github.com/amannn/action-semantic-pull-request/issues/291))
([afa4edb](https://redirect.github.com/amannn/action-semantic-pull-request/commit/afa4edb1c465fb22230da8ff4776a163ab5facdf))
</details>
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.6.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#362)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2)
[diff](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2)
##### Markdown: Add missing blank line around code block
([#​17675](https://redirect.github.com/prettier/prettier/pull/17675)
by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
````md
<!-- Input -->
1. Some text, and code block below, with newline after code block
```yaml
---
foo: bar
```
1. Another
2. List
<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block
```yaml
---
foo: bar
```
1. Another
2. List
<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block
```yaml
---
foo: bar
```
1. Another
2. List
````
###
[`v3.6.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#361)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.6.0...3.6.1)
[diff](https://redirect.github.com/prettier/prettier/compare/3.6.0...3.6.1)
##### TypeScript: Allow const without initializer
([#​17650](https://redirect.github.com/prettier/prettier/pull/17650),
[#​17654](https://redirect.github.com/prettier/prettier/pull/17654)
by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```jsx
// Input
export const version: string;
// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
| ^
// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
| ^^^^^^^^^^^^^^^
// Prettier 3.6.1
export const version: string;
```
##### Miscellaneous: Avoid closing files multiple times
([#​17665](https://redirect.github.com/prettier/prettier/pull/17665)
by [@​43081j](https://redirect.github.com/43081j))
When reading a file to infer the interpreter from a shebang, we use the
`n-readlines` library to read the first line in order to get the
shebang.
This library closes files when it reaches EOF, and we later try close
the same
files again. We now close files only if `n-readlines` did not already
close
them.
###
[`v3.6.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#360)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.5.3...3.6.0)
[diff](https://redirect.github.com/prettier/prettier/compare/3.5.3...3.6.0)
🔗 [Release Notes](https://prettier.io/blog/2025/06/23/3.6.0)
</details>
<details>
<summary>vercel/turborepo (turbo)</summary>
###
[`v2.5.6`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.5.6):
Turborepo v2.5.6
[Compare
Source](https://redirect.github.com/vercel/turborepo/compare/v2.5.5...v2.5.6)
<!-- Release notes generated using configuration in .github/release.yml
at v2.5.6 -->
#### What's Changed
##### Docs
- fix(examples): correct 'test:projects' script to use vitest directly
by [@​namidapoo](https://redirect.github.com/namidapoo) in
[https://github.com/vercel/turborepo/pull/10683](https://redirect.github.com/vercel/turborepo/pull/10683)
- docs: update docs about env file handling by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10710](https://redirect.github.com/vercel/turborepo/pull/10710)
- docs(run): correct --graph formats; remove incorrect default mention
by [@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10744](https://redirect.github.com/vercel/turborepo/pull/10744)
- docs(run): fix --log-prefix options to match CLI (task, not prefix) by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10743](https://redirect.github.com/vercel/turborepo/pull/10743)
- docs: update --graph reference by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10759](https://redirect.github.com/vercel/turborepo/pull/10759)
#####
[@​turbo/repository](https://redirect.github.com/turbo/repository)
- chore: update to Rust 1.88.0 by
[@​ognevny](https://redirect.github.com/ognevny) in
[https://github.com/vercel/turborepo/pull/10608](https://redirect.github.com/vercel/turborepo/pull/10608)
- chore: update to Rust 1.89.0 by
[@​ognevny](https://redirect.github.com/ognevny) in
[https://github.com/vercel/turborepo/pull/10749](https://redirect.github.com/vercel/turborepo/pull/10749)
##### Examples
- fix(examples): add missing extension to with-react-native-web ui
tsconfig by
[@​Franck-Fernandez-pro](https://redirect.github.com/Franck-Fernandez-pro)
in
[https://github.com/vercel/turborepo/pull/10694](https://redirect.github.com/vercel/turborepo/pull/10694)
- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink
with 6 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10697](https://redirect.github.com/vercel/turborepo/pull/10697)7
- chore(deps): bump the with-tailwind group in /examples/with-tailwind
with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10698](https://redirect.github.com/vercel/turborepo/pull/10698)8
- chore(deps): bump the basic group in /examples/basic with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10699](https://redirect.github.com/vercel/turborepo/pull/10699)9
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte
with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10700](https://redirect.github.com/vercel/turborepo/pull/10700)0
- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in
/examples/with-shell-commands by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10701](https://redirect.github.com/vercel/turborepo/pull/10701)1
- chore(deps): bump the non-monorepo group in /examples/non-monorepo
with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10696](https://redirect.github.com/vercel/turborepo/pull/10696)6
- chore(deps-dev): bump the basic group in /examples/basic with 4
updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10757](https://redirect.github.com/vercel/turborepo/pull/10757)7
- chore(deps-dev): bump the with-tailwind group in
/examples/with-tailwind with 4 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10756](https://redirect.github.com/vercel/turborepo/pull/10756)6
- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo
with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10753](https://redirect.github.com/vercel/turborepo/pull/10753)3
- feat: upgrade NestJS to v11 and migrate to ESLint flat config by
[@​iamnivekx](https://redirect.github.com/iamnivekx) in
[https://github.com/vercel/turborepo/pull/10746](https://redirect.github.com/vercel/turborepo/pull/10746)
##### Changelog
- docs: add architecture document for `turbo run` by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10702](https://redirect.github.com/vercel/turborepo/pull/10702)
- feat: allow Watch Mode with `--root-turbo-json` by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10687](https://redirect.github.com/vercel/turborepo/pull/10687)
- chore(tower-uds): delete unused crate by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10676](https://redirect.github.com/vercel/turborepo/pull/10676)
- test(turbo-utils): improve test coverage by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10693](https://redirect.github.com/vercel/turborepo/pull/10693)
- test(turborepo-auth): unit tests for auth crate by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10692](https://redirect.github.com/vercel/turborepo/pull/10692)
- feat: improve parsing error by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10682](https://redirect.github.com/vercel/turborepo/pull/10682)
- chore: fix lints in tests by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10707](https://redirect.github.com/vercel/turborepo/pull/10707)
- chore(turbo\_json): lift `$TURBO_DEFAULT$` handling to turbo.json
resolution by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10709](https://redirect.github.com/vercel/turborepo/pull/10709)
- chore(turbo\_json): prefactor loading logic by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10719](https://redirect.github.com/vercel/turborepo/pull/10719)
- fix(logs): no longer output group prefixes if no logs present by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10760](https://redirect.github.com/vercel/turborepo/pull/10760)
- fix(turbo): graceful shutdown on sighup by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10764](https://redirect.github.com/vercel/turborepo/pull/10764)
#### New Contributors
- [@​namidapoo](https://redirect.github.com/namidapoo) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10683](https://redirect.github.com/vercel/turborepo/pull/10683)
-
[@​Franck-Fernandez-pro](https://redirect.github.com/Franck-Fernandez-pro)
made their first contribution in
[https://github.com/vercel/turborepo/pull/10694](https://redirect.github.com/vercel/turborepo/pull/10694)
- [@​iamnivekx](https://redirect.github.com/iamnivekx) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10746](https://redirect.github.com/vercel/turborepo/pull/10746)
**Full Changelog**:
vercel/turborepo@v2.5.5...v2.5.6
###
[`v2.5.5`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.5.5):
Turborepo v2.5.5
[Compare
Source](https://redirect.github.com/vercel/turborepo/compare/v2.5.4...v2.5.5)
<!-- Release notes generated using configuration in .github/release.yml
at v2.5.5 -->
#### What's Changed
##### Docs
- fix(docs): use `pnpm add <pkg>` instead of `pnpm install <pkg>` by
[@​jferrettiboke](https://redirect.github.com/jferrettiboke) in
[https://github.com/vercel/turborepo/pull/10529](https://redirect.github.com/vercel/turborepo/pull/10529)
- fix(docs): missing commas in package.json files of jest docs by
[@​ashish0kumar](https://redirect.github.com/ashish0kumar) in
[https://github.com/vercel/turborepo/pull/10560](https://redirect.github.com/vercel/turborepo/pull/10560)
- fix(docs): css import order bug in tailwindcss docs and example by
[@​ashish0kumar](https://redirect.github.com/ashish0kumar) in
[https://github.com/vercel/turborepo/pull/10561](https://redirect.github.com/vercel/turborepo/pull/10561)
- docs: logo fix by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10562](https://redirect.github.com/vercel/turborepo/pull/10562)
- chore: bump to [email protected] by
[@​mischnic](https://redirect.github.com/mischnic) in
[https://github.com/vercel/turborepo/pull/10530](https://redirect.github.com/vercel/turborepo/pull/10530)
- fix(docs): incorrect CSS filename in Tailwind CSS setup example by
[@​jihwan1211](https://redirect.github.com/jihwan1211) in
[https://github.com/vercel/turborepo/pull/10573](https://redirect.github.com/vercel/turborepo/pull/10573)
- docs: clarity for GitHub Actions caching strategies by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10583](https://redirect.github.com/vercel/turborepo/pull/10583)
- fix(docs): inconsistent command with the illustration by
[@​wilsonwangdev](https://redirect.github.com/wilsonwangdev) in
[https://github.com/vercel/turborepo/pull/10596](https://redirect.github.com/vercel/turborepo/pull/10596)
- fix(docs): inconsistent turbo command with the illustration by
[@​wilsonwangdev](https://redirect.github.com/wilsonwangdev) in
[https://github.com/vercel/turborepo/pull/10602](https://redirect.github.com/vercel/turborepo/pull/10602)
- docs: update Vitest recommendations by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10621](https://redirect.github.com/vercel/turborepo/pull/10621)
- docs: clarify default inputs behavior by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10628](https://redirect.github.com/vercel/turborepo/pull/10628)
- docs: fixing --no-cache alert by
[@​0ri0nexe](https://redirect.github.com/0ri0nexe) in
[https://github.com/vercel/turborepo/pull/10653](https://redirect.github.com/vercel/turborepo/pull/10653)
- feat(auth): optional callback port by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10666](https://redirect.github.com/vercel/turborepo/pull/10666)
##### Examples
- fix: with-svelte example builds by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10517](https://redirect.github.com/vercel/turborepo/pull/10517)
- chore(deps-dev): bump the basic group in /examples/basic with 3
updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10531](https://redirect.github.com/vercel/turborepo/pull/10531)1
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte
with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10532](https://redirect.github.com/vercel/turborepo/pull/10532)2
- chore(deps-dev): bump turbo from 2.5.3 to 2.5.4 in
/examples/with-shell-commands by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10533](https://redirect.github.com/vercel/turborepo/pull/10533)3
- chore(deps-dev): bump the with-tailwind group in
/examples/with-tailwind with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10534](https://redirect.github.com/vercel/turborepo/pull/10534)4
- chore(deps): bump the non-monorepo group in /examples/non-monorepo
with 6 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10535](https://redirect.github.com/vercel/turborepo/pull/10535)5
- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink
with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10536](https://redirect.github.com/vercel/turborepo/pull/10536)6
- chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 7.37.5 in
/examples/basic by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10553](https://redirect.github.com/vercel/turborepo/pull/10553)3
- chore(deps): bump the non-monorepo group in /examples/non-monorepo
with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10554](https://redirect.github.com/vercel/turborepo/pull/10554)4
- chore(deps-dev): bump
[@​types/node](https://redirect.github.com/types/node) from
22.15.3 to 22.15.30 in /examples/with-tailwind by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10555](https://redirect.github.com/vercel/turborepo/pull/10555)5
- chore(deps-dev): bump
[@​sveltejs/vite-plugin-svelte](https://redirect.github.com/sveltejs/vite-plugin-svelte)
from 5.0.3 to 5.1.0 in /examples/with-svelte in the with-svelte group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10556](https://redirect.github.com/vercel/turborepo/pull/10556)6
- chore(deps-dev): bump
[@​vitejs/plugin-react](https://redirect.github.com/vitejs/plugin-react)
from 4.5.0 to 4.5.1 in /examples/kitchen-sink by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10557](https://redirect.github.com/vercel/turborepo/pull/10557)7
- fix(example/with-docker): jest can’t resolve
@​repo/jest-presets/node by
[@​d0lwl0b](https://redirect.github.com/d0lwl0b) in
[https://github.com/vercel/turborepo/pull/10551](https://redirect.github.com/vercel/turborepo/pull/10551)
- fix(non-monorepo): correct devDependency from 'turb' to 'turbo' by
[@​DiegoDev2](https://redirect.github.com/DiegoDev2) in
[https://github.com/vercel/turborepo/pull/10526](https://redirect.github.com/vercel/turborepo/pull/10526)
- chore(deps-dev): bump the basic group in /examples/basic with 3
updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10567](https://redirect.github.com/vercel/turborepo/pull/10567)7
- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink
with 6 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10568](https://redirect.github.com/vercel/turborepo/pull/10568)8
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte
with 4 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10569](https://redirect.github.com/vercel/turborepo/pull/10569)9
- chore(deps-dev): bump the with-tailwind group in
/examples/with-tailwind with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10570](https://redirect.github.com/vercel/turborepo/pull/10570)0
- fix(example): add missing Tailwind import to shared ui styles by
[@​sahyl](https://redirect.github.com/sahyl) in
[https://github.com/vercel/turborepo/pull/10579](https://redirect.github.com/vercel/turborepo/pull/10579)
- chore(deps-dev): bump eslint from 9.28.0 to 9.29.0 in
/examples/non-monorepo in the non-monorepo group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10571](https://redirect.github.com/vercel/turborepo/pull/10571)1
- docs(example): use npx turbo and show filtering by
[@​sdavids](https://redirect.github.com/sdavids) in
[https://github.com/vercel/turborepo/pull/10500](https://redirect.github.com/vercel/turborepo/pull/10500)
- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink
with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10594](https://redirect.github.com/vercel/turborepo/pull/10594)4
- chore(deps-dev): bump prettier from 3.5.3 to 3.6.0 in
/examples/with-tailwind in the with-tailwind group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10595](https://redirect.github.com/vercel/turborepo/pull/10595)5
- chore(deps-dev): bump prettier from 3.5.3 to 3.6.0 in /examples/basic
in the basic group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10597](https://redirect.github.com/vercel/turborepo/pull/10597)7
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte
with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10598](https://redirect.github.com/vercel/turborepo/pull/10598)8
- chore(deps): bump next from 15.3.3 to 15.3.4 in /examples/non-monorepo
by [@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10593](https://redirect.github.com/vercel/turborepo/pull/10593)3
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte
with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10613](https://redirect.github.com/vercel/turborepo/pull/10613)3
- chore(deps-dev): bump the basic group in /examples/basic with 3
updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10614](https://redirect.github.com/vercel/turborepo/pull/10614)4
- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink
with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10615](https://redirect.github.com/vercel/turborepo/pull/10615)5
- chore(deps-dev): bump the with-tailwind group in
/examples/with-tailwind with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10616](https://redirect.github.com/vercel/turborepo/pull/10616)6
- refactor(examples): remove duplicate Next.js plugin from app tsconfig
files by
[@​JeongHwan-dev](https://redirect.github.com/JeongHwan-dev) in
[https://github.com/vercel/turborepo/pull/10612](https://redirect.github.com/vercel/turborepo/pull/10612)
- chore(deps-dev): bump globals from 16.2.0 to 16.3.0 in
/examples/kitchen-sink in the kitchen-sink group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10643](https://redirect.github.com/vercel/turborepo/pull/10643)3
- chore(deps-dev): bump globals from 16.2.0 to 16.3.0 in
/examples/with-tailwind in the with-tailwind group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10644](https://redirect.github.com/vercel/turborepo/pull/10644)4
- chore(deps-dev): bump svelte from 5.34.3 to 5.35.2 in
/examples/with-svelte in the with-svelte group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10645](https://redirect.github.com/vercel/turborepo/pull/10645)5
- chore(deps-dev): bump eslint from 9.29.0 to 9.30.1 in
/examples/non-monorepo in the non-monorepo group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10647](https://redirect.github.com/vercel/turborepo/pull/10647)7
- chore(deps-dev): bump globals from 16.2.0 to 16.3.0 in /examples/basic
in the basic group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10646](https://redirect.github.com/vercel/turborepo/pull/10646)6
- fix(examples): css specificity in Tailwind example by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10657](https://redirect.github.com/vercel/turborepo/pull/10657)
- refactor(examples): update CSS variable names to use consistent
--color- prefix in tailwind examples by
[@​eric-hjh](https://redirect.github.com/eric-hjh) in
[https://github.com/vercel/turborepo/pull/10662](https://redirect.github.com/vercel/turborepo/pull/10662)
- fix(examples): vitest version upgrade by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10667](https://redirect.github.com/vercel/turborepo/pull/10667)
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte
with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10669](https://redirect.github.com/vercel/turborepo/pull/10669)9
- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink
with 5 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10670](https://redirect.github.com/vercel/turborepo/pull/10670)0
- fix: typescript-config export form react-native-web by
[@​safaiyeh](https://redirect.github.com/safaiyeh) in
[https://github.com/vercel/turborepo/pull/10671](https://redirect.github.com/vercel/turborepo/pull/10671)
- chore(deps-dev): bump the basic group in /examples/basic with 3
updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10673](https://redirect.github.com/vercel/turborepo/pull/10673)3
- fix(examples): update vitest config paths for packages and apps in
`with-vitest` by [@​kenfdev](https://redirect.github.com/kenfdev)
in
[https://github.com/vercel/turborepo/pull/10675](https://redirect.github.com/vercel/turborepo/pull/10675)
- chore(deps-dev): bump the with-tailwind group in
/examples/with-tailwind with 3 updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10674](https://redirect.github.com/vercel/turborepo/pull/10674)4
- chore(deps-dev): bump eslint from 9.30.1 to 9.31.0 in
/examples/non-monorepo in the non-monorepo group by
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/vercel/turborepo/pull/10672](https://redirect.github.com/vercel/turborepo/pull/10672)2
##### Changelog
- feat(turbo.json): allow for trailing commas by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10537](https://redirect.github.com/vercel/turborepo/pull/10537)
- fix(pnpm): respect deep for linkWorkspacePackages by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10558](https://redirect.github.com/vercel/turborepo/pull/10558)
- fix: vue/nuxt devtool component inspector by
[@​NamesMT](https://redirect.github.com/NamesMT) in
[https://github.com/vercel/turborepo/pull/10527](https://redirect.github.com/vercel/turborepo/pull/10527)
- chore: typo Fixes and Clarity Enhancements by
[@​leopardracer](https://redirect.github.com/leopardracer) in
[https://github.com/vercel/turborepo/pull/10574](https://redirect.github.com/vercel/turborepo/pull/10574)
- chore: fix formatting in JSON file by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10589](https://redirect.github.com/vercel/turborepo/pull/10589)
- feat(env): add Windows user profile variables to pass-through by
[@​yamadayutaka](https://redirect.github.com/yamadayutaka) in
[https://github.com/vercel/turborepo/pull/10588](https://redirect.github.com/vercel/turborepo/pull/10588)
- feat: opt into breaking changes and pre-stable features early with
`turbo.json` configuration by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10590](https://redirect.github.com/vercel/turborepo/pull/10590)
- refactor(turborepo-updater): chain environment variable iterators in
should\_skip\_notification by
[@​JeongHwan-dev](https://redirect.github.com/JeongHwan-dev) in
[https://github.com/vercel/turborepo/pull/10622](https://redirect.github.com/vercel/turborepo/pull/10622)
- chore: remove unused Rust dependencies by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10630](https://redirect.github.com/vercel/turborepo/pull/10630)
- refactor: add spans to some turbo.json fields by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10627](https://redirect.github.com/vercel/turborepo/pull/10627)
- chore: .cursor/rules by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10636](https://redirect.github.com/vercel/turborepo/pull/10636)
- refactor: improve messaging in global warning by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10629](https://redirect.github.com/vercel/turborepo/pull/10629)
- refactor: consolidate configuration file resolving by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10619](https://redirect.github.com/vercel/turborepo/pull/10619)
-
chore([@​turbo/telemetry](https://redirect.github.com/turbo/telemetry)):
fix README link by
[@​robmorgan](https://redirect.github.com/robmorgan) in
[https://github.com/vercel/turborepo/pull/10603](https://redirect.github.com/vercel/turborepo/pull/10603)
- chore: add unit test coverage reporter by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10641](https://redirect.github.com/vercel/turborepo/pull/10641)
- test(telemetry): add telemetry API client tests by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10650](https://redirect.github.com/vercel/turborepo/pull/10650)
- test(turborepo-analytics): improve unit test coverage by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10651](https://redirect.github.com/vercel/turborepo/pull/10651)
- refactor: move config file discovery to shared util by
[@​anthonyshew](https://redirect.github.com/anthonyshew) in
[https://github.com/vercel/turborepo/pull/10677](https://redirect.github.com/vercel/turborepo/pull/10677)
- fix(query): pin to last graphiql version with artifacts by
[@​chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[https://github.com/vercel/turborepo/pull/10685](https://redirect.github.com/vercel/turborepo/pull/10685)
#### New Contributors
- [@​d0lwl0b](https://redirect.github.com/d0lwl0b) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10551](https://redirect.github.com/vercel/turborepo/pull/10551)
- [@​ashish0kumar](https://redirect.github.com/ashish0kumar) made
their first contribution in
[https://github.com/vercel/turborepo/pull/10560](https://redirect.github.com/vercel/turborepo/pull/10560)
- [@​DiegoDev2](https://redirect.github.com/DiegoDev2) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10526](https://redirect.github.com/vercel/turborepo/pull/10526)
- [@​jihwan1211](https://redirect.github.com/jihwan1211) made
their first contribution in
[https://github.com/vercel/turborepo/pull/10573](https://redirect.github.com/vercel/turborepo/pull/10573)
- [@​leopardracer](https://redirect.github.com/leopardracer) made
their first contribution in
[https://github.com/vercel/turborepo/pull/10574](https://redirect.github.com/vercel/turborepo/pull/10574)
- [@​sahyl](https://redirect.github.com/sahyl) made their first
contribution in
[https://github.com/vercel/turborepo/pull/10579](https://redirect.github.com/vercel/turborepo/pull/10579)
- [@​yamadayutaka](https://redirect.github.com/yamadayutaka) made
their first contribution in
[https://github.com/vercel/turborepo/pull/10588](https://redirect.github.com/vercel/turborepo/pull/10588)
- [@​sdavids](https://redirect.github.com/sdavids) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10500](https://redirect.github.com/vercel/turborepo/pull/10500)
- [@​wilsonwangdev](https://redirect.github.com/wilsonwangdev)
made their first contribution in
[https://github.com/vercel/turborepo/pull/10596](https://redirect.github.com/vercel/turborepo/pull/10596)
- [@​JeongHwan-dev](https://redirect.github.com/JeongHwan-dev)
made their first contribution in
[https://github.com/vercel/turborepo/pull/10612](https://redirect.github.com/vercel/turborepo/pull/10612)
- [@​robmorgan](https://redirect.github.com/robmorgan) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10603](https://redirect.github.com/vercel/turborepo/pull/10603)
- [@​0ri0nexe](https://redirect.github.com/0ri0nexe) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10653](https://redirect.github.com/vercel/turborepo/pull/10653)
- [@​eric-hjh](https://redirect.github.com/eric-hjh) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10662](https://redirect.github.com/vercel/turborepo/pull/10662)
- [@​safaiyeh](https://redirect.github.com/safaiyeh) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10671](https://redirect.github.com/vercel/turborepo/pull/10671)
- [@​kenfdev](https://redirect.github.com/kenfdev) made their
first contribution in
[https://github.com/vercel/turborepo/pull/10675](https://redirect.github.com/vercel/turborepo/pull/10675)
**Full Changelog**:
vercel/turborepo@v2.5.4...v2.5.5
</details>
<details>
<summary>microsoft/TypeScript (typescript)</summary>
###
[`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...5be33469d551655d878876faa9e30aa3b49f8ee9)
[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apify/apify-sdk-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jindřich Bär <[email protected]>1 parent 705ae50 commit 7922067Copy full SHA for 7922067
File tree
Expand file treeCollapse file tree
14 files changed
+52
-63
lines changedFilter options
- .github/workflows
- packages/actor-scraper
- camoufox-scraper
- cheerio-scraper
- jsdom-scraper
- playwright-scraper
- puppeteer-scraper
- web-scraper
- website/versioned_docs
- version-1.3/api
- version-2.3/api
Expand file treeCollapse file tree
14 files changed
+52
-63
lines changed.github/workflows/check-pr-title.yaml
Copy file name to clipboardExpand all lines: .github/workflows/check-pr-title.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
|
+42-42Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
95 |
| - | |
| 94 | + | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
packages/actor-scraper/camoufox-scraper/package.json
Copy file name to clipboardExpand all lines: packages/actor-scraper/camoufox-scraper/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
packages/actor-scraper/cheerio-scraper/README.md
Copy file name to clipboardExpand all lines: packages/actor-scraper/cheerio-scraper/README.md-1Lines changed: 0 additions & 1 deletion
- Display the source diff
- Display the rich diff
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
328 |
| - | |
329 | 328 |
| |
330 | 329 |
| |
331 | 330 |
| |
|
packages/actor-scraper/cheerio-scraper/package.json
Copy file name to clipboardExpand all lines: packages/actor-scraper/cheerio-scraper/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
packages/actor-scraper/jsdom-scraper/package.json
Copy file name to clipboardExpand all lines: packages/actor-scraper/jsdom-scraper/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
packages/actor-scraper/playwright-scraper/package.json
Copy file name to clipboardExpand all lines: packages/actor-scraper/playwright-scraper/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
packages/actor-scraper/puppeteer-scraper/package.json
Copy file name to clipboardExpand all lines: packages/actor-scraper/puppeteer-scraper/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
packages/actor-scraper/web-scraper/package.json
Copy file name to clipboardExpand all lines: packages/actor-scraper/web-scraper/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments