From 41a6592322b0c8ef44a371f933909bce5add34b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:18:44 +0000 Subject: [PATCH] Update dependency turbo to v1.10.16 (#499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.15` -> `1.10.16`](https://renovatebot.com/diffs/npm/turbo/1.10.15/1.10.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.15/1.10.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.15/1.10.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/turbo (turbo) ### [`v1.10.16`](https://togithub.com/vercel/turbo/releases/tag/v1.10.16): Turborepo v1.10.16 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.10.15...v1.10.16) #### What's Changed ##### Changelog - release(turborepo): 1.10.15 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6107](https://togithub.com/vercel/turbo/pull/6107) - fix: set size for tar directory entries by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6100](https://togithub.com/vercel/turbo/pull/6100) - Reuse existing login tokens by [@​Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6034](https://togithub.com/vercel/turbo/pull/6034) - feat(turborepo): Go Implementation of Capnproto Hashing by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6110](https://togithub.com/vercel/turbo/pull/6110) - Chunking Refactor Step 1 by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6104](https://togithub.com/vercel/turbo/pull/6104) - chore: fix clippy lints by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6112](https://togithub.com/vercel/turbo/pull/6112) - Chunking Refactor Step 2 by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/6120](https://togithub.com/vercel/turbo/pull/6120) - Performance Improvements (5) by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6076](https://togithub.com/vercel/turbo/pull/6076) - Extract as_chunk into shared ChunkType trait by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/6123](https://togithub.com/vercel/turbo/pull/6123) - use temp files for auth login test by [@​Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6115](https://togithub.com/vercel/turbo/pull/6115) - Ensure process.env.TURBOPACK is always set by [@​timneutkens](https://togithub.com/timneutkens) in [https://github.com/vercel/turbo/pull/6116](https://togithub.com/vercel/turbo/pull/6116) - feat(Turborepo): Drop turbo.json from inference calculation by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6079](https://togithub.com/vercel/turbo/pull/6079) - chore: Always build run stub by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6124](https://togithub.com/vercel/turbo/pull/6124) - Revert "Reuse existing login tokens" by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/6133](https://togithub.com/vercel/turbo/pull/6133) - feat(turborepo): Layered Config by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5796](https://togithub.com/vercel/turbo/pull/5796) - feat: hook up task cache by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6117](https://togithub.com/vercel/turbo/pull/6117) - release(turborepo): 1.10.16-canary.0 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6125](https://togithub.com/vercel/turbo/pull/6125) - chore: update pnpm by [@​feedthejim](https://togithub.com/feedthejim) in [https://github.com/vercel/turbo/pull/6140](https://togithub.com/vercel/turbo/pull/6140) - Turbopack: detect `spawn(process.argv[0], ['-e', ...])` by [@​wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/6118](https://togithub.com/vercel/turbo/pull/6118) - Fix some clippy issues, ignore others by [@​wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/6129](https://togithub.com/vercel/turbo/pull/6129) - chore: add go workspace by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6111](https://togithub.com/vercel/turbo/pull/6111) - fix(docs): update storybook build command by [@​steadily-worked](https://togithub.com/steadily-worked) in [https://github.com/vercel/turbo/pull/6134](https://togithub.com/vercel/turbo/pull/6134) - refactor(Turborepo): Move inference to repository crate by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6127](https://togithub.com/vercel/turbo/pull/6127) - Update docs and tests. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/6028](https://togithub.com/vercel/turbo/pull/6028) - feat: make chrome tracing non-conditional and connect --profile flag by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6146](https://togithub.com/vercel/turbo/pull/6146) - chore: add schema to vercel.json configs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6151](https://togithub.com/vercel/turbo/pull/6151) - remove unnecessary fields in vercel.json from docs by [@​styfle](https://togithub.com/styfle) in [https://github.com/vercel/turbo/pull/6153](https://togithub.com/vercel/turbo/pull/6153) - chore: remove unnecessary vercel.json from docs by [@​styfle](https://togithub.com/styfle) in [https://github.com/vercel/turbo/pull/6154](https://togithub.com/vercel/turbo/pull/6154) - Escape colons in globs before sending to the daemon by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6141](https://togithub.com/vercel/turbo/pull/6141) - chore(turborepo): Bump global cache key by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6156](https://togithub.com/vercel/turbo/pull/6156) - release(turborepo): 1.10.16-canary.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6161](https://togithub.com/vercel/turbo/pull/6161) - fix: update global cache keys by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6164](https://togithub.com/vercel/turbo/pull/6164) - chore: run clippy by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6159](https://togithub.com/vercel/turbo/pull/6159) - fix: support non UTF-8 logs by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6167](https://togithub.com/vercel/turbo/pull/6167) - Chunking Refactoring by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6160](https://togithub.com/vercel/turbo/pull/6160) - Chunking Refactoring followup fixes by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6172](https://togithub.com/vercel/turbo/pull/6172) - chore: add a few diagnostic log lines for measuring time-to-execute by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6173](https://togithub.com/vercel/turbo/pull/6173) - chore: fail if chrometracing setup fails by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6168](https://togithub.com/vercel/turbo/pull/6168) - fix: log replay output by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6155](https://togithub.com/vercel/turbo/pull/6155) - chore(ci): Break up e2e tests by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6169](https://togithub.com/vercel/turbo/pull/6169) - Add support for FreeVarReference::Error by [@​timneutkens](https://togithub.com/timneutkens) in [https://github.com/vercel/turbo/pull/6177](https://togithub.com/vercel/turbo/pull/6177) - chore: update turborepo team members for labeler by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6181](https://togithub.com/vercel/turbo/pull/6181) - chore: add more instrumentation by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6158](https://togithub.com/vercel/turbo/pull/6158) - Auth and API Client refactor by [@​Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6150](https://togithub.com/vercel/turbo/pull/6150) - Don't open browser when in test mode by [@​Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6187](https://togithub.com/vercel/turbo/pull/6187) - fix chunk loading in build runtime by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6180](https://togithub.com/vercel/turbo/pull/6180) - Deduplicate referenced_output_assets by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/6191](https://togithub.com/vercel/turbo/pull/6191) - build: Update `swc_core` to `v0.86.1` by [@​kdy1](https://togithub.com/kdy1) in [https://github.com/vercel/turbo/pull/6171](https://togithub.com/vercel/turbo/pull/6171) - fix(turborepo): Size comes from the thing being read. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/6092](https://togithub.com/vercel/turbo/pull/6092) - Resistance is futile; change is inevitable (twitter -> X) by [@​jakeleventhal](https://togithub.com/jakeleventhal) in [https://github.com/vercel/turbo/pull/6192](https://togithub.com/vercel/turbo/pull/6192) - chore: re-enable clippy lints and fix new lint errors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6185](https://togithub.com/vercel/turbo/pull/6185) - feat: port task execution env restriction by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6184](https://togithub.com/vercel/turbo/pull/6184) - chore: fix new clippy lints in auth crate by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6193](https://togithub.com/vercel/turbo/pull/6193) - Move OutputAssets length check into new method by [@​jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/6194](https://togithub.com/vercel/turbo/pull/6194) - Fix filewatching setup cookie path by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6183](https://togithub.com/vercel/turbo/pull/6183) - fix(postcss): fallback postcss config locations by [@​kwonoj](https://togithub.com/kwonoj) in [https://github.com/vercel/turbo/pull/6119](https://togithub.com/vercel/turbo/pull/6119) - chore: remove debug logging for file hashes by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6196](https://togithub.com/vercel/turbo/pull/6196) - chore: Update CODEOWNERS by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6198](https://togithub.com/vercel/turbo/pull/6198) - fix: log replay message should say replay by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6199](https://togithub.com/vercel/turbo/pull/6199) - feat: add pprof flamegraphs behind a feature flag by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6147](https://togithub.com/vercel/turbo/pull/6147) - chore(lockfiles) avoid hand written reflection by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6143](https://togithub.com/vercel/turbo/pull/6143) - feat(Turborepo): Initial run preamble by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6205](https://togithub.com/vercel/turbo/pull/6205) - fix(Turborepo): Drop root package removal by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6208](https://togithub.com/vercel/turbo/pull/6208) - chore: avoid allocations during log capture and replay by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6189](https://togithub.com/vercel/turbo/pull/6189) - fix double self time reporting by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6179](https://togithub.com/vercel/turbo/pull/6179) - chore: fix old clippy warnings by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6204](https://togithub.com/vercel/turbo/pull/6204) - allow to show span count by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/6135](https://togithub.com/vercel/turbo/pull/6135) #### New Contributors - [@​feedthejim](https://togithub.com/feedthejim) made their first contribution in [https://github.com/vercel/turbo/pull/6140](https://togithub.com/vercel/turbo/pull/6140) - [@​steadily-worked](https://togithub.com/steadily-worked) made their first contribution in [https://github.com/vercel/turbo/pull/6134](https://togithub.com/vercel/turbo/pull/6134) - [@​jakeleventhal](https://togithub.com/jakeleventhal) made their first contribution in [https://github.com/vercel/turbo/pull/6192](https://togithub.com/vercel/turbo/pull/6192) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.10.15...v1.10.16
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- package.json | 2 +- pnpm-lock.yaml | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 061ad788f6..b2cd2d41f9 100644 --- a/package.json +++ b/package.json @@ -221,7 +221,7 @@ "taskr": "1.1.0", "tree-kill": "1.2.2", "tsec": "0.2.8", - "turbo": "1.10.15", + "turbo": "1.10.16", "typescript": "5.2.2", "unfetch": "5.0.0", "wait-port": "1.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc6c407152..b485eff212 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -510,8 +510,8 @@ importers: specifier: 0.2.8 version: 0.2.8(@bazel/bazelisk@1.12.1)(@bazel/concatjs@5.8.1)(typescript@5.2.2) turbo: - specifier: 1.10.15 - version: 1.10.15 + specifier: 1.10.16 + version: 1.10.16 typescript: specifier: 5.2.2 version: 5.2.2 @@ -22979,64 +22979,64 @@ packages: safe-buffer: 5.2.1 dev: true - /turbo-darwin-64@1.10.15: - resolution: {integrity: sha512-Sik5uogjkRTe1XVP9TC2GryEMOJCaKE2pM/O9uLn4koQDnWKGcLQv+mDU+H+9DXvKLnJnKCD18OVRkwK5tdpoA==} + /turbo-darwin-64@1.10.16: + resolution: {integrity: sha512-+Jk91FNcp9e9NCLYlvDDlp2HwEDp14F9N42IoW3dmHI5ZkGSXzalbhVcrx3DOox3QfiNUHxzWg4d7CnVNCuuMg==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.10.15: - resolution: {integrity: sha512-xwqyFDYUcl2xwXyGPmHkmgnNm4Cy0oNzMpMOBGRr5x64SErS7QQLR4VHb0ubiR+VAb8M+ECPklU6vD1Gm+wekg==} + /turbo-darwin-arm64@1.10.16: + resolution: {integrity: sha512-jqGpFZipIivkRp/i+jnL8npX0VssE6IAVNKtu573LXtssZdV/S+fRGYA16tI46xJGxSAivrZ/IcgZrV6Jk80bw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.10.15: - resolution: {integrity: sha512-dM07SiO3RMAJ09Z+uB2LNUSkPp3I1IMF8goH5eLj+d8Kkwoxd/+qbUZOj9RvInyxU/IhlnO9w3PGd3Hp14m/nA==} + /turbo-linux-64@1.10.16: + resolution: {integrity: sha512-PpqEZHwLoizQ6sTUvmImcRmACyRk9EWLXGlqceogPZsJ1jTRK3sfcF9fC2W56zkSIzuLEP07k5kl+ZxJd8JMcg==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.10.15: - resolution: {integrity: sha512-MkzKLkKYKyrz4lwfjNXH8aTny5+Hmiu4SFBZbx+5C0vOlyp6fV5jZANDBvLXWiDDL4DSEAuCEK/2cmN6FVH1ow==} + /turbo-linux-arm64@1.10.16: + resolution: {integrity: sha512-TMjFYz8to1QE0fKVXCIvG/4giyfnmqcQIwjdNfJvKjBxn22PpbjeuFuQ5kNXshUTRaTJihFbuuCcb5OYFNx4uw==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.10.15: - resolution: {integrity: sha512-3TdVU+WEH9ThvQGwV3ieX/XHebtYNHv9HARHauPwmVj3kakoALkpGxLclkHFBLdLKkqDvmHmXtcsfs6cXXRHJg==} + /turbo-windows-64@1.10.16: + resolution: {integrity: sha512-+jsf68krs0N66FfC4/zZvioUap/Tq3sPFumnMV+EBo8jFdqs4yehd6+MxIwYTjSQLIcpH8KoNMB0gQYhJRLZzw==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.10.15: - resolution: {integrity: sha512-l+7UOBCbfadvPMYsX08hyLD+UIoAkg6ojfH+E8aud3gcA1padpjCJTh9gMpm3QdMbKwZteT5uUM+wyi6Rbbyww==} + /turbo-windows-arm64@1.10.16: + resolution: {integrity: sha512-sKm3hcMM1bl0B3PLG4ifidicOGfoJmOEacM5JtgBkYM48ncMHjkHfFY7HrJHZHUnXM4l05RQTpLFoOl/uIo2HQ==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.10.15: - resolution: {integrity: sha512-mKKkqsuDAQy1wCCIjCdG+jOCwUflhckDMSRoeBPcIL/CnCl7c5yRDFe7SyaXloUUkt4tUR0rvNIhVCcT7YeQpg==} + /turbo@1.10.16: + resolution: {integrity: sha512-2CEaK4FIuSZiP83iFa9GqMTQhroW2QryckVqUydmg4tx78baftTOS0O+oDAhvo9r9Nit4xUEtC1RAHoqs6ZEtg==} hasBin: true optionalDependencies: - turbo-darwin-64: 1.10.15 - turbo-darwin-arm64: 1.10.15 - turbo-linux-64: 1.10.15 - turbo-linux-arm64: 1.10.15 - turbo-windows-64: 1.10.15 - turbo-windows-arm64: 1.10.15 + turbo-darwin-64: 1.10.16 + turbo-darwin-arm64: 1.10.16 + turbo-linux-64: 1.10.16 + turbo-linux-arm64: 1.10.16 + turbo-windows-64: 1.10.16 + turbo-windows-arm64: 1.10.16 dev: true /tweetnacl@0.14.5: