From 7bf41c3ff3aa165e659dca39f1e4b394e4c615e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:23:08 +0000 Subject: [PATCH] build(deps): update turbo monorepo to ^2.0.7 (#4430) 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 | |---|---|---|---|---|---| | [eslint-config-turbo](https://togithub.com/vercel/turbo) ([source](https://togithub.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo)) | [`^2.0.6` -> `^2.0.7`](https://renovatebot.com/diffs/npm/eslint-config-turbo/2.0.6/2.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-turbo/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-turbo/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-turbo/2.0.6/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-turbo/2.0.6/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^2.0.6` -> `^2.0.7`](https://renovatebot.com/diffs/npm/turbo/2.0.6/2.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/2.0.6/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.0.6/2.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/turbo (eslint-config-turbo) ### [`v2.0.7`](https://togithub.com/vercel/turbo/releases/tag/v2.0.7): Turborepo v2.0.7 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.6...v2.0.7) ##### What's Changed ##### Examples - Fix lockfile in kitchen-sink. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8666](https://togithub.com/vercel/turbo/pull/8666) - fix(examples): correct next.config extension in tsconfig by [@​moolcoov](https://togithub.com/moolcoov) in [https://github.com/vercel/turbo/pull/8638](https://togithub.com/vercel/turbo/pull/8638) - feat(examples): add `with-nestjs` example by [@​Neosoulink](https://togithub.com/Neosoulink) in [https://github.com/vercel/turbo/pull/8162](https://togithub.com/vercel/turbo/pull/8162) ##### Changelog - (refactor)ui: Refactoring/simplifying TUI state by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8650](https://togithub.com/vercel/turbo/pull/8650) - fix: add more windows vars to default pass through env by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8615](https://togithub.com/vercel/turbo/pull/8615) - Add Docker to default passthroughs list. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8690](https://togithub.com/vercel/turbo/pull/8690) - Add VSCode's debugger variables to default passthroughs. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8689](https://togithub.com/vercel/turbo/pull/8689) - update env_wildcards for SvelteKit by [@​jacksteamdev](https://togithub.com/jacksteamdev) in [https://github.com/vercel/turbo/pull/8685](https://togithub.com/vercel/turbo/pull/8685) - fix constant width for checkmark by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8702](https://togithub.com/vercel/turbo/pull/8702) - fix(ui): respect `--output-logs` and `outputLogs` for persisting logs after TUI exits by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8612](https://togithub.com/vercel/turbo/pull/8612) - fix(ui): only start ui if there are tasks to run by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8703](https://togithub.com/vercel/turbo/pull/8703) - chore(ui): add tracing to all tui operations by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8704](https://togithub.com/vercel/turbo/pull/8704) - adds CLI flag for controlling tui/stream by [@​dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8714](https://togithub.com/vercel/turbo/pull/8714) - feat: allow opting out of required package manager by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8738](https://togithub.com/vercel/turbo/pull/8738) - upgrade deps to avoid conflict with next.js by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/8750](https://togithub.com/vercel/turbo/pull/8750) - refactor(turborepo): derive `Opts` from `Config` by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8759](https://togithub.com/vercel/turbo/pull/8759) ##### New Contributors - [@​dimitropoulos](https://togithub.com/dimitropoulos) made their first contribution in [https://github.com/vercel/turbo/pull/8674](https://togithub.com/vercel/turbo/pull/8674) - [@​pathliving](https://togithub.com/pathliving) made their first contribution in [https://github.com/vercel/turbo/pull/8675](https://togithub.com/vercel/turbo/pull/8675) - [@​UNRULYEON](https://togithub.com/UNRULYEON) made their first contribution in [https://github.com/vercel/turbo/pull/8679](https://togithub.com/vercel/turbo/pull/8679) - [@​LaPulgaaa](https://togithub.com/LaPulgaaa) made their first contribution in [https://github.com/vercel/turbo/pull/8683](https://togithub.com/vercel/turbo/pull/8683) - [@​jacksteamdev](https://togithub.com/jacksteamdev) made their first contribution in [https://github.com/vercel/turbo/pull/8685](https://togithub.com/vercel/turbo/pull/8685) - [@​ony3000](https://togithub.com/ony3000) made their first contribution in [https://github.com/vercel/turbo/pull/8642](https://togithub.com/vercel/turbo/pull/8642) - [@​moolcoov](https://togithub.com/moolcoov) made their first contribution in [https://github.com/vercel/turbo/pull/8638](https://togithub.com/vercel/turbo/pull/8638) - [@​pkellner](https://togithub.com/pkellner) made their first contribution in [https://github.com/vercel/turbo/pull/8669](https://togithub.com/vercel/turbo/pull/8669) - [@​vinnymac](https://togithub.com/vinnymac) made their first contribution in [https://github.com/vercel/turbo/pull/8637](https://togithub.com/vercel/turbo/pull/8637) - [@​torresgol10](https://togithub.com/torresgol10) made their first contribution in [https://github.com/vercel/turbo/pull/8719](https://togithub.com/vercel/turbo/pull/8719) - [@​baileywickham](https://togithub.com/baileywickham) made their first contribution in [https://github.com/vercel/turbo/pull/8692](https://togithub.com/vercel/turbo/pull/8692) - [@​LioRael](https://togithub.com/LioRael) made their first contribution in [https://github.com/vercel/turbo/pull/8741](https://togithub.com/vercel/turbo/pull/8741) - [@​mischnic](https://togithub.com/mischnic) made their first contribution in [https://github.com/vercel/turbo/pull/8767](https://togithub.com/vercel/turbo/pull/8767) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7
--- ### 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 these updates 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/inabagumi/shinju-date). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/eslint-config/package.json | 2 +- pnpm-lock.yaml | 82 ++++++++++++++--------------- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 8bba249c2..b0bec8c87 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "prettier": "~3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^4.0.0-alpha.17", - "turbo": "^2.0.6", + "turbo": "^2.0.7", "typescript": "~5.5.3" }, "homepage": "https://shinju.date/", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7eb580aaa..89993aeb9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -5,7 +5,7 @@ "@typescript-eslint/parser": "^7.16.1", "eslint-config-next": "^15.0.0-rc.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^2.0.6" + "eslint-config-turbo": "^2.0.7" }, "description": "", "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 12752a12d..265d232c5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^4.0.0-alpha.17 version: 4.0.0-alpha.17 turbo: - specifier: ^2.0.6 - version: 2.0.6 + specifier: ^2.0.7 + version: 2.0.7 typescript: specifier: ~5.5.3 version: 5.5.3 @@ -360,8 +360,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) eslint-config-turbo: - specifier: ^2.0.6 - version: 2.0.6(eslint@8.57.0) + specifier: ^2.0.7 + version: 2.0.7(eslint@8.57.0) devDependencies: eslint: specifier: ^8.57.0 @@ -2522,8 +2522,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-config-turbo@2.0.6: - resolution: {integrity: sha512-PkRjFnZUZWPcrYT4Xoi5OWOUtnn6xVGh88I6TsayiH4AQZuLs/MDmzfJRK+PiWIrI7Q7sbsVEQP+nUyyRE3uAw==} + eslint-config-turbo@2.0.7: + resolution: {integrity: sha512-rs9QdVM3MSd1EQ0C13bbl1/9H6tYMOZSG3Dpfe+qcq6oZSdjrKh4+u/ALMO2nxF/FujioibzgbN3rI46L3BdUQ==} peerDependencies: eslint: '>6.6.0' @@ -2586,8 +2586,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-turbo@2.0.6: - resolution: {integrity: sha512-yGnpMvyBxI09ZrF5bGpaniBz57MiExTCsRnNxP+JnbMFD+xU3jG3ukRzehVol8LYNdC/G7E4HoH+x7OEpoSGAQ==} + eslint-plugin-turbo@2.0.7: + resolution: {integrity: sha512-HNrg6/8U4ZMj46ckX7GkwFOz4yLizZjCZb5xgoGF6pR5XwXxHBI4+fuVu9HGJXH0QRbNp3JQoxFYPB9y/cdv8w==} peerDependencies: eslint: '>6.6.0' @@ -4599,38 +4599,38 @@ packages: typescript: optional: true - turbo-darwin-64@2.0.6: - resolution: {integrity: sha512-XpgBwWj3Ggmz/gQVqXdMKXHC1iFPMDiuwugLwSzE7Ih0O13JuNtYZKhQnopvbDQnFQCeRq2Vsm5OTWabg/oB/g==} + turbo-darwin-64@2.0.7: + resolution: {integrity: sha512-J1RBvQGqKeUwLJrZbfrm4tHshagdMeGAwd7rpLpfUrw0PNmGfcBazJf6dIGXG59/GHzJmS0/eAZ8qDchfVbIFA==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.0.6: - resolution: {integrity: sha512-RfeZYXIAkiA21E8lsvfptGTqz/256YD+eI1x37fedfvnHFWuIMFZGAOwJxtZc6QasQunDZ9TRRREbJNI68tkIw==} + turbo-darwin-arm64@2.0.7: + resolution: {integrity: sha512-h1JK8uuEjoHx1SvvTZiottj+4kDmiv+hivnLUzNwO75qKblMsd38IsFB0J2sMRz7JacFlf+3ry8SItznBW67Xw==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.0.6: - resolution: {integrity: sha512-92UDa0xNQQbx0HdSp9ag3YSS3xPdavhc7q9q9mxIAcqyjjD6VElA4Y85m4F/DDGE5SolCrvBz2sQhVmkOd6Caw==} + turbo-linux-64@2.0.7: + resolution: {integrity: sha512-dsr7GFeHAYVMnXWDDjhpsAQetejU4OlkNBRA5hfmnIcl2sSyOYa3EvoeJ6j5z5vTNIJ9VO4I1h0jK3lTjEoonA==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.0.6: - resolution: {integrity: sha512-eQKu6utCVUkIH2kqOzD8OS6E0ba6COjWm6PRDTNCHQRljZW503ycaTUIdMOiJrVg1MkEjDyOReUg8s8D18aJ4Q==} + turbo-linux-arm64@2.0.7: + resolution: {integrity: sha512-bJbwXvyX1XPzY1jHgkqggls/L4yFyHVK8GGACF3kcg6x7lYV2SXkUYRyOC3WqzW7euqa9Zw/32jrIPP4Qy31Vw==} cpu: [arm64] os: [linux] - turbo-windows-64@2.0.6: - resolution: {integrity: sha512-+9u4EPrpoeHYCQ46dRcou9kbkSoelhOelHNcbs2d86D6ruYD/oIAHK9qgYK8LeARRz0jxhZIA/dWYdYsxJJWkw==} + turbo-windows-64@2.0.7: + resolution: {integrity: sha512-aBH+5A7IN957MqXMrw8xN0CWtH/fPFL+xTlloO6074Eaa8WfnctSAnaSujm6f4xF2T8lFx+ZprBvnO9oKvLQQQ==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.0.6: - resolution: {integrity: sha512-rdrKL+p+EjtdDVg0wQ/7yTbzkIYrnb0Pw4IKcjsy3M0RqUM9UcEi67b94XOAyTa5a0GqJL1+tUj2ebsFGPgZbg==} + turbo-windows-arm64@2.0.7: + resolution: {integrity: sha512-ButUCpO5nTi+jyTSIY2mQ9dVz+mCGxJ6sHyn0xGlNoJWdisKXb0BtWCLAjM26gg/yp9Kt1MBowMQyYVruPV0Qw==} cpu: [arm64] os: [win32] - turbo@2.0.6: - resolution: {integrity: sha512-/Ftmxd5Mq//a9yMonvmwENNUN65jOVTwhhBPQjEtNZutYT9YKyzydFGLyVM1nzhpLWahQSMamRc/RDBv5EapzA==} + turbo@2.0.7: + resolution: {integrity: sha512-76iNWZpmKAKjj+yL0Wtcu2LpDIM5Nz7JS3fHOZPYS0AKuC2boJ24276VAiK4PKwbpBB//TYKDpSLuQ6cfR49pg==} hasBin: true type-check@0.4.0: @@ -7264,7 +7264,7 @@ snapshots: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-react: 7.34.4(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) @@ -7278,10 +7278,10 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-config-turbo@2.0.6(eslint@8.57.0): + eslint-config-turbo@2.0.7(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-turbo: 2.0.6(eslint@8.57.0) + eslint-plugin-turbo: 2.0.7(eslint@8.57.0) eslint-import-resolver-node@0.3.9: dependencies: @@ -7297,7 +7297,7 @@ snapshots: enhanced-resolve: 5.17.0 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.5 is-core-module: 2.14.0 @@ -7319,7 +7319,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -7393,7 +7393,7 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-turbo@2.0.6(eslint@8.57.0): + eslint-plugin-turbo@2.0.7(eslint@8.57.0): dependencies: dotenv: 16.0.3 eslint: 8.57.0 @@ -9965,32 +9965,32 @@ snapshots: - supports-color - ts-node - turbo-darwin-64@2.0.6: + turbo-darwin-64@2.0.7: optional: true - turbo-darwin-arm64@2.0.6: + turbo-darwin-arm64@2.0.7: optional: true - turbo-linux-64@2.0.6: + turbo-linux-64@2.0.7: optional: true - turbo-linux-arm64@2.0.6: + turbo-linux-arm64@2.0.7: optional: true - turbo-windows-64@2.0.6: + turbo-windows-64@2.0.7: optional: true - turbo-windows-arm64@2.0.6: + turbo-windows-arm64@2.0.7: optional: true - turbo@2.0.6: + turbo@2.0.7: optionalDependencies: - turbo-darwin-64: 2.0.6 - turbo-darwin-arm64: 2.0.6 - turbo-linux-64: 2.0.6 - turbo-linux-arm64: 2.0.6 - turbo-windows-64: 2.0.6 - turbo-windows-arm64: 2.0.6 + turbo-darwin-64: 2.0.7 + turbo-darwin-arm64: 2.0.7 + turbo-linux-64: 2.0.7 + turbo-linux-arm64: 2.0.7 + turbo-windows-64: 2.0.7 + turbo-windows-arm64: 2.0.7 type-check@0.4.0: dependencies: