From 77ddfc00984709211ad7492a9f81a329462eb705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:38:57 +0000 Subject: [PATCH] chore(deps): update dependency turbo to ^1.8.8 (#1510) 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.8.5` -> `^1.8.8`](https://renovatebot.com/diffs/npm/turbo/1.8.5/1.8.8) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/compatibility-slim/1.8.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/confidence-slim/1.8.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/turbo ### [`v1.8.8`](https://togithub.com/vercel/turbo/releases/tag/v1.8.8): Turborepo v1.8.8 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.7...v1.8.8) #### What's Changed ##### Changelog - feat(place patches in json folder when pruning for docker) by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4318](https://togithub.com/vercel/turbo/pull/4318) - chore(deps): update dependency tsx to v3.12.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/4328](https://togithub.com/vercel/turbo/pull/4328) - Make attempted include tasks that started but didn't finish by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4378](https://togithub.com/vercel/turbo/pull/4378) - Revert "Add cache state to task summaries on real runs" by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4390](https://togithub.com/vercel/turbo/pull/4390) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.7...v1.8.8 ### [`v1.8.7`](https://togithub.com/vercel/turbo/releases/tag/v1.8.7): Turborepo v1.8.7 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.6...v1.8.7) #### What's Changed ##### Changelog - Add cache state to task summaries on real runs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4225](https://togithub.com/vercel/turbo/pull/4225) - Update Done payload for Vercel Runs by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4371](https://togithub.com/vercel/turbo/pull/4371) - move env var handling into rust and expose summarize env as a command by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4364](https://togithub.com/vercel/turbo/pull/4364) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.6...v1.8.7 ### [`v1.8.6`](https://togithub.com/vercel/turbo/releases/tag/v1.8.6): Turborepo v1.8.6 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.5...v1.8.6) #### What's Changed ##### Changelog - release(turborepo): 1.8.5 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/4278](https://togithub.com/vercel/turbo/pull/4278) - chore(release): add new packages to publish flow by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4271](https://togithub.com/vercel/turbo/pull/4271) - Break up client package and delete unused code by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4303](https://togithub.com/vercel/turbo/pull/4303) - Sort task ancestors in task summary by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4311](https://togithub.com/vercel/turbo/pull/4311) - Don't hash env var when the value is an empty string by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4312](https://togithub.com/vercel/turbo/pull/4312) - fix(signal handling for child process) by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4290](https://togithub.com/vercel/turbo/pull/4290) - Send run summary to API by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4250](https://togithub.com/vercel/turbo/pull/4250) - Make Single Package repo work with globalDependencies config by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4240](https://togithub.com/vercel/turbo/pull/4240) - fix: make turbo command regex stricter by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4325](https://togithub.com/vercel/turbo/pull/4325) - Add `endTime` into task execution summary by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4326](https://togithub.com/vercel/turbo/pull/4326) - Add start and endTime to top level execution summary by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4334](https://togithub.com/vercel/turbo/pull/4334) - Record exit codes per task in a run by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4344](https://togithub.com/vercel/turbo/pull/4344) - Consolidate two representations of task by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4342](https://togithub.com/vercel/turbo/pull/4342) - Add top level exitCode to RunSummary by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4343](https://togithub.com/vercel/turbo/pull/4343) - Reduce boilerplate in run sumamry tests by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4353](https://togithub.com/vercel/turbo/pull/4353) - fix: error swallowing when using continue by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4354](https://togithub.com/vercel/turbo/pull/4354) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.5...v1.8.6
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://app.renovatebot.com/dashboard#github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 46 +++++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 005550e6f31..d767feb5676 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "license-checker": "^25.0.1", "prettier": "^2.8.7", "ts-node": "^10.9.1", - "turbo": "^1.8.5", + "turbo": "^1.8.8", "typescript": "^4.9.5" }, "packageManager": "pnpm@7.30.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 001d0ab525a..c3a56b733db 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ importers: license-checker: ^25.0.1 prettier: ^2.8.7 ts-node: ^10.9.1 - turbo: ^1.8.5 + turbo: ^1.8.8 typescript: ^4.9.5 devDependencies: '@types/inquirer': 9.0.3 @@ -37,7 +37,7 @@ importers: license-checker: 25.0.1 prettier: 2.8.7 ts-node: 10.9.1_o6avl3oodj6mwqsx3rm2wfkgv4 - turbo: 1.8.5 + turbo: 1.8.8 typescript: 4.9.5 api: @@ -33075,65 +33075,65 @@ packages: engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} dev: true - /turbo-darwin-64/1.8.5: - resolution: {integrity: sha512-CAYh56bzeHfnh7jTm03r29bh8p5a/EjQo1Id5yLUH7hS7msTau/+YpxJWPodLbN0UQsUYivUqHQkglJ+eMJ7xA==} + /turbo-darwin-64/1.8.8: + resolution: {integrity: sha512-18cSeIm7aeEvIxGyq7PVoFyEnPpWDM/0CpZvXKHpQ6qMTkfNt517qVqUTAwsIYqNS8xazcKAqkNbvU1V49n65Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64/1.8.5: - resolution: {integrity: sha512-R3jCPOv+lu3dcvMhj8b/Defv6dyUwX6W+tbX7d6YUCA46Plf/bGCQ8+MSbxmr/4E1GyGOVFsn1wRfiYk0us/Dg==} + /turbo-darwin-arm64/1.8.8: + resolution: {integrity: sha512-ruGRI9nHxojIGLQv1TPgN7ud4HO4V8mFBwSgO6oDoZTNuk5ybWybItGR+yu6fni5vJoyMHXOYA2srnxvOc7hjQ==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64/1.8.5: - resolution: {integrity: sha512-YRc/KNRZeUVvth11UO4SDQZR2IqGgl9MSsbzqoHuFz4B4Q5QXH7onHogv9aXWE/BZBBbcrSBTlwBSG0Gg+J8hg==} + /turbo-linux-64/1.8.8: + resolution: {integrity: sha512-N/GkHTHeIQogXB1/6ZWfxHx+ubYeb8Jlq3b/3jnU4zLucpZzTQ8XkXIAfJG/TL3Q7ON7xQ8yGOyGLhHL7MpFRg==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64/1.8.5: - resolution: {integrity: sha512-8exVZb7XBl/V3gHSweuUyG2D9IzfWqwLvlXoeLWlVYSj61Ajgdv+WU7lvUmx+H2s+sSKqmIFmewA5Lw6YY37sg==} + /turbo-linux-arm64/1.8.8: + resolution: {integrity: sha512-hKqLbBHgUkYf2Ww8uBL9UYdBFQ5677a7QXdsFhONXoACbDUPvpK4BKlz3NN7G4NZ+g9dGju+OJJjQP0VXRHb5w==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64/1.8.5: - resolution: {integrity: sha512-fA8PU5ZNoFnQkapG06WiEqfsVQ5wbIPkIqTwUsd/M2Lp+KgxE79SQbuEI+2vQ9SmwM5qoMi515IPjgvXAJXgCw==} + /turbo-windows-64/1.8.8: + resolution: {integrity: sha512-2ndjDJyzkNslXxLt+PQuU21AHJWc8f6MnLypXy3KsN4EyX/uKKGZS0QJWz27PeHg0JS75PVvhfFV+L9t9i+Yyg==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64/1.8.5: - resolution: {integrity: sha512-SW/NvIdhckLsAWjU/iqBbCB0S8kXupKscUK3kEW1DZIr3MYcP/yIuaE/IdPuqcoF3VP0I3TLD4VTYCCKAo3tKA==} + /turbo-windows-arm64/1.8.8: + resolution: {integrity: sha512-xCA3oxgmW9OMqpI34AAmKfOVsfDljhD5YBwgs0ZDsn5h3kCHhC4x9W5dDk1oyQ4F5EXSH3xVym5/xl1J6WRpUg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo/1.8.5: - resolution: {integrity: sha512-UBnH2wIFb5g6OQCk8f34Ud15ZXV4xEMmugeDJTU5Ur2LpVRsNEny0isSCYdb3Iu3howoNyyXmtpaxWsAwNYkkg==} + /turbo/1.8.8: + resolution: {integrity: sha512-qYJ5NjoTX+591/x09KgsDOPVDUJfU9GoS+6jszQQlLp1AHrf1wRFA3Yps8U+/HTG03q0M4qouOfOLtRQP4QypA==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.8.5 - turbo-darwin-arm64: 1.8.5 - turbo-linux-64: 1.8.5 - turbo-linux-arm64: 1.8.5 - turbo-windows-64: 1.8.5 - turbo-windows-arm64: 1.8.5 + turbo-darwin-64: 1.8.8 + turbo-darwin-arm64: 1.8.8 + turbo-linux-64: 1.8.8 + turbo-linux-arm64: 1.8.8 + turbo-windows-64: 1.8.8 + turbo-windows-arm64: 1.8.8 dev: true /tweetnacl/0.14.5: @@ -34048,7 +34048,7 @@ packages: dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.2.0 + mlly: 1.1.1 pathe: 1.1.0 picocolors: 1.0.0 vite: 4.2.1