From 5791e0304469f439e90d2385de2e9058f87f786c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 20:46:18 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev-deps):=20=E2=AC=86=EF=B8=8F=20update?= =?UTF-8?q?=20turbo=20to=20^1.9.4=20(#109)?= 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.9.3` -> `^1.9.4`](https://renovatebot.com/diffs/npm/turbo/1.9.3/1.9.4) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.4/compatibility-slim/1.9.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.4/confidence-slim/1.9.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/turbo ### [`v1.9.4`](https://togithub.com/vercel/turbo/releases/tag/v1.9.4): Turborepo v1.9.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.9.3...v1.9.4) #### What's Changed ##### Changelog - chore: delete unused npm lockfile impl in go by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4605](https://togithub.com/vercel/turbo/pull/4605) - Env var run summary data generation by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4529](https://togithub.com/vercel/turbo/pull/4529) - Fix path by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4643](https://togithub.com/vercel/turbo/pull/4643) - fix(turborepo): Switching back to git command instead of git2 by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4606](https://togithub.com/vercel/turbo/pull/4606) - feat(turbo): add spaces link by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4632](https://togithub.com/vercel/turbo/pull/4632) - Include logs when posting task summary by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4642](https://togithub.com/vercel/turbo/pull/4642) - Always print the url if we have one by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4660](https://togithub.com/vercel/turbo/pull/4660) - Remove unused import by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4665](https://togithub.com/vercel/turbo/pull/4665) - feat: Add rust implementation of Yarn3+ lockfile by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4589](https://togithub.com/vercel/turbo/pull/4589) - fix(turbo-utils): support old workspace format by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4682](https://togithub.com/vercel/turbo/pull/4682) - fix: rebuild protobuf code and update ffi callsite by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4685](https://togithub.com/vercel/turbo/pull/4685) - Use spaceID from turbo.json if available by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4687](https://togithub.com/vercel/turbo/pull/4687) - port(turborepo): Config by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4520](https://togithub.com/vercel/turbo/pull/4520) - Existing and error logs behavior by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4656](https://togithub.com/vercel/turbo/pull/4656) - update deps by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/4700](https://togithub.com/vercel/turbo/pull/4700) - chore: move lockfile ffi boundary by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4629](https://togithub.com/vercel/turbo/pull/4629) - Invoke prysk with the directory name to ensure all tests run by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4715](https://togithub.com/vercel/turbo/pull/4715) - Fix errors-only integration test by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4713](https://togithub.com/vercel/turbo/pull/4713) - fix(turborepo): Turbostate deserialization by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4712](https://togithub.com/vercel/turbo/pull/4712) - docs(prisma): add required version field in example by [@​skauffmann](https://togithub.com/skauffmann) in [https://github.com/vercel/turbo/pull/4676](https://togithub.com/vercel/turbo/pull/4676) - feat: Use Rust Berry lockfile impl by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4684](https://togithub.com/vercel/turbo/pull/4684) - Move `TURBO_FORCE` config env var detection to Rust by [@​smaeda-ks](https://togithub.com/smaeda-ks) in [https://github.com/vercel/turbo/pull/4590](https://togithub.com/vercel/turbo/pull/4590) - fix: turborepo unused code lints by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4727](https://togithub.com/vercel/turbo/pull/4727) - Delete unused git_go file by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4730](https://togithub.com/vercel/turbo/pull/4730) - We no longer require libc6-compat by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4729](https://togithub.com/vercel/turbo/pull/4729) - Make sure that we only hash the env pairs. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4708](https://togithub.com/vercel/turbo/pull/4708) - Inline a constant so it's individualized to each task run by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4735](https://togithub.com/vercel/turbo/pull/4735) - chore(turborepo): Fixed clippy warnings by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4744](https://togithub.com/vercel/turbo/pull/4744) - chore: Disallows unknown fields in JSON sent by Rust. by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4753](https://togithub.com/vercel/turbo/pull/4753) - fix: allow for workplace descriptors without a protocol by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4755](https://togithub.com/vercel/turbo/pull/4755) - fix: berry prune including all builtin patch descriptors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4770](https://togithub.com/vercel/turbo/pull/4770) - make RepoConfig and CommandBase use absolute system paths by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4693](https://togithub.com/vercel/turbo/pull/4693) - chore: remove unused path imports by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4780](https://togithub.com/vercel/turbo/pull/4780) - Send run summary to Spaces even without --summarize flag by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4785](https://togithub.com/vercel/turbo/pull/4785) - port(turborepo): Package Manager Inference by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4655](https://togithub.com/vercel/turbo/pull/4655) - Send turbo version to run payload by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4786](https://togithub.com/vercel/turbo/pull/4786) - Add gitbranch and sha into spaces payload by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4734](https://togithub.com/vercel/turbo/pull/4734) - Stripped down unix path by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4767](https://togithub.com/vercel/turbo/pull/4767) - Remove --serial from the docs. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4813](https://togithub.com/vercel/turbo/pull/4813) - Don't cache test:setup task by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4773](https://togithub.com/vercel/turbo/pull/4773) - Prefactor package hashing by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4816](https://togithub.com/vercel/turbo/pull/4816) - chore: add underlying error to lockfile error messages by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4800](https://togithub.com/vercel/turbo/pull/4800) - Fix basic example to update on dependency changes by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4835](https://togithub.com/vercel/turbo/pull/4835) - fix(examples): with rollup by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4836](https://togithub.com/vercel/turbo/pull/4836) - fix(docs): internal workspace cache by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4838](https://togithub.com/vercel/turbo/pull/4838) - Update basic example for App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4839](https://togithub.com/vercel/turbo/pull/4839) - Update with-rollup with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4848](https://togithub.com/vercel/turbo/pull/4848) - Clarify how task skipping works when scripts are not implemented by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4851](https://togithub.com/vercel/turbo/pull/4851) - fix: no longer include peer dependencies in transitive closures by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4824](https://togithub.com/vercel/turbo/pull/4824) - Optional framework inference by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4788](https://togithub.com/vercel/turbo/pull/4788) - Fix/daemon fixups by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4831](https://togithub.com/vercel/turbo/pull/4831) - Hack to get correct log file by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4873](https://togithub.com/vercel/turbo/pull/4873) - Update with-npm with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4845](https://togithub.com/vercel/turbo/pull/4845) - Update with-tailwind with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4849](https://togithub.com/vercel/turbo/pull/4849) - Update with-yarn with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4850](https://togithub.com/vercel/turbo/pull/4850) - chore: update `update-informer` to 1.0 by [@​mgrachev](https://togithub.com/mgrachev) in [https://github.com/vercel/turbo/pull/4867](https://togithub.com/vercel/turbo/pull/4867) - fix: sort tasks in run summary output by task id by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4837](https://togithub.com/vercel/turbo/pull/4837) - Drop go implementation of recursive copy by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4874](https://togithub.com/vercel/turbo/pull/4874) - Add a new page for task dependencies by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4852](https://togithub.com/vercel/turbo/pull/4852) - fix(turborepo): Fixed test by killing process when test is done by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4887](https://togithub.com/vercel/turbo/pull/4887) - First pass at file hashing for a package by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4820](https://togithub.com/vercel/turbo/pull/4820) - Remove recursive copy build tags. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4898](https://togithub.com/vercel/turbo/pull/4898) - feature(turborepo): AbsoluteSystemPath by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4841](https://togithub.com/vercel/turbo/pull/4841) - feat(turbo): g by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4896](https://togithub.com/vercel/turbo/pull/4896) #### New Contributors - [@​seeplusplus](https://togithub.com/seeplusplus) made their first contribution in [https://github.com/vercel/turbo/pull/4667](https://togithub.com/vercel/turbo/pull/4667) - [@​skauffmann](https://togithub.com/skauffmann) made their first contribution in [https://github.com/vercel/turbo/pull/4676](https://togithub.com/vercel/turbo/pull/4676) - [@​smaeda-ks](https://togithub.com/smaeda-ks) made their first contribution in [https://github.com/vercel/turbo/pull/4590](https://togithub.com/vercel/turbo/pull/4590) - [@​rakesh-blacksof](https://togithub.com/rakesh-blacksof) made their first contribution in [https://github.com/vercel/turbo/pull/4774](https://togithub.com/vercel/turbo/pull/4774) - [@​ihmpavel](https://togithub.com/ihmpavel) made their first contribution in [https://github.com/vercel/turbo/pull/4743](https://togithub.com/vercel/turbo/pull/4743) - [@​mgrachev](https://togithub.com/mgrachev) made their first contribution in [https://github.com/vercel/turbo/pull/4867](https://togithub.com/vercel/turbo/pull/4867) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.9.3...v1.9.4
--- ### Configuration 📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/timelessco/js-bottomsheet). --- package.json | 2 +- pnpm-lock.yaml | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 3f95705..4da6959 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "stylelint-config-clean-order": "^5.0.1", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^33.0.0", - "turbo": "^1.9.3" + "turbo": "^1.9.4" }, "browserslist": { "production": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7631cb..dbe2091 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^33.0.0 version: 33.0.0(stylelint@15.6.1) turbo: - specifier: ^1.9.3 - version: 1.9.3 + specifier: ^1.9.4 + version: 1.9.4 apps/website: dependencies: @@ -5954,65 +5954,65 @@ packages: yargs: 17.7.2 dev: true - /turbo-darwin-64@1.9.3: - resolution: {integrity: sha512-0dFc2cWXl82kRE4Z+QqPHhbEFEpUZho1msHXHWbz5+PqLxn8FY0lEVOHkq5tgKNNEd5KnGyj33gC/bHhpZOk5g==} + /turbo-darwin-64@1.9.4: + resolution: {integrity: sha512-kCmDmxyUWWI+BstTZQKNM87UbNx40C0ZHUTFqs9tmeH7d5+gA2QhqrSoBuwQYw7YYNLpbkqu1ObbppsUlIFPdQ==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.9.3: - resolution: {integrity: sha512-1cYbjqLBA2zYE1nbf/qVnEkrHa4PkJJbLo7hnuMuGM0bPzh4+AnTNe98gELhqI1mkTWBu/XAEeF5u6dgz0jLNA==} + /turbo-darwin-arm64@1.9.4: + resolution: {integrity: sha512-Of64jMEaDDHx0dzU7RwdOuh1lP021vtQun9wmEHhT0Hk/TQF+kDCywoHcY7R5nlSRcssFjysVyhCeZW6CkWrrA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.9.3: - resolution: {integrity: sha512-UuBPFefawEwpuxh5pM9Jqq3q4C8M0vYxVYlB3qea/nHQ80pxYq7ZcaLGEpb10SGnr3oMUUs1zZvkXWDNKCJb8Q==} + /turbo-linux-64@1.9.4: + resolution: {integrity: sha512-kajvUnXlUNtgVzLW3Y/RoHrC64G+G0Ky/o1F+oP6QK/T85H8NwNHXq2F6hyIrZPNGbKpPgpetuQ1waIibxJ0rA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.9.3: - resolution: {integrity: sha512-vUrNGa3hyDtRh9W0MkO+l1dzP8Co2gKnOVmlJQW0hdpOlWlIh22nHNGGlICg+xFa2f9j4PbQlWTsc22c019s8Q==} + /turbo-linux-arm64@1.9.4: + resolution: {integrity: sha512-11P9Y8MoimqUzib3SU3md4g1loLF0FRHpYCbPzUTWPT3beOcdM2nop2u/yFHyBnbSxz1rTWczRJPnNoAki0B/Q==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.9.3: - resolution: {integrity: sha512-0BZ7YaHs6r+K4ksqWus1GKK3W45DuDqlmfjm/yuUbTEVc8szmMCs12vugU2Zi5GdrdJSYfoKfEJ/PeegSLIQGQ==} + /turbo-windows-64@1.9.4: + resolution: {integrity: sha512-2tFcFhuqs1c1DGFAk2wjU0TXrOXKoPdma9vxrTVdwvtz5Nc8XPF8RNW+1jbmRjpumGUkXou6Pe973GSvPjvD5w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.9.3: - resolution: {integrity: sha512-QJUYLSsxdXOsR1TquiOmLdAgtYcQ/RuSRpScGvnZb1hY0oLc7JWU0llkYB81wVtWs469y8H9O0cxbKwCZGR4RQ==} + /turbo-windows-arm64@1.9.4: + resolution: {integrity: sha512-wJfEwUyWXxn6VKD2Vbycke6cm99gJ0llkr9gUnbR06eaRu1TiLY24FcFqN95/wftp0n5nne7b6K7Wz1TLh1fJQ==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.9.3: - resolution: {integrity: sha512-ID7mxmaLUPKG/hVkp+h0VuucB1U99RPCJD9cEuSEOdIPoSIuomcIClEJtKamUsdPLhLCud+BvapBNnhgh58Nzw==} + /turbo@1.9.4: + resolution: {integrity: sha512-PqhlMCmu6sOqcVswt1tYL0TV/O0uQ8kUZWfmlEl0EHPusc2R3nzg7KVXrZbXTHXzQH5HE2oJm9iUI0mYz31i7Q==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.9.3 - turbo-darwin-arm64: 1.9.3 - turbo-linux-64: 1.9.3 - turbo-linux-arm64: 1.9.3 - turbo-windows-64: 1.9.3 - turbo-windows-arm64: 1.9.3 + turbo-darwin-64: 1.9.4 + turbo-darwin-arm64: 1.9.4 + turbo-linux-64: 1.9.4 + turbo-linux-arm64: 1.9.4 + turbo-windows-64: 1.9.4 + turbo-windows-arm64: 1.9.4 dev: true /type-check@0.4.0: