Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update turbo to ^1.9.4 (#109)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>vercel/turbo</summary>

### [`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 [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4605
-   Env var run summary data generation by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4529
-   Fix path by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4643
-   fix(turborepo): Switching back to git command instead of git2 by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4606
-   feat(turbo): add spaces link by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4632
-   Include logs when posting task summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4642
-   Always print the url if we have one by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4660
-   Remove unused import by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4665
-   feat: Add rust implementation of Yarn3+ lockfile by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4589
-   fix(turbo-utils): support old workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4682
-   fix: rebuild protobuf code and update ffi callsite by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4685
-   Use spaceID from turbo.json if available by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4687
-   port(turborepo): Config by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4520
-   Existing and error logs behavior by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4656
-   update deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#4700
-   chore: move lockfile ffi boundary by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4629
-   Invoke prysk with the directory name to ensure all tests run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4715
-   Fix errors-only integration test by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4713
-   fix(turborepo): Turbostate deserialization by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4712
-   docs(prisma): add required version field in example by [@&#8203;skauffmann](https://togithub.com/skauffmann) in [vercel/turbo#4676
-   feat: Use Rust Berry lockfile impl by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4684
-   Move `TURBO_FORCE` config env var detection to Rust by [@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) in [vercel/turbo#4590
-   fix: turborepo unused code lints by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4727
-   Delete unused git_go file by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4730
-   We no longer require libc6-compat by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4729
-   Make sure that we only hash the env pairs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4708
-   Inline a constant so it's individualized to each task run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4735
-   chore(turborepo): Fixed clippy warnings by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4744
-   chore: Disallows unknown fields in JSON sent by Rust. by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4753
-   fix: allow for workplace descriptors without a protocol by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4755
-   fix: berry prune including all builtin patch descriptors by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4770
-   make RepoConfig and CommandBase use absolute system paths by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4693
-   chore: remove unused path imports by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4780
-   Send run summary to Spaces even without --summarize flag by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4785
-   port(turborepo): Package Manager Inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4655
-   Send turbo version to run payload by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4786
-   Add gitbranch and sha into spaces payload by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4734
-   Stripped down unix path by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4767
-   Remove --serial from the docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4813
-   Don't cache test:setup task by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4773
-   Prefactor package hashing by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4816
-   chore: add underlying error to lockfile error messages by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4800
-   Fix basic example to update on dependency changes by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4835
-   fix(examples): with rollup by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4836
-   fix(docs): internal workspace cache by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4838
-   Update basic example for App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4839
-   Update with-rollup with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4848
-   Clarify how task skipping works when scripts are not implemented by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4851
-   fix: no longer include peer dependencies in transitive closures by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4824
-   Optional framework inference by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4788
-   Fix/daemon fixups by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4831
-   Hack to get correct log file by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4873
-   Update with-npm with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4845
-   Update with-tailwind with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4849
-   Update with-yarn with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4850
-   chore: update `update-informer` to 1.0 by [@&#8203;mgrachev](https://togithub.com/mgrachev) in [vercel/turbo#4867
-   fix: sort tasks in run summary output by task id by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4837
-   Drop go implementation of recursive copy by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4874
-   Add a new page for task dependencies by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4852
-   fix(turborepo): Fixed test by killing process when test is done by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4887
-   First pass at file hashing for a package by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4820
-   Remove recursive copy build tags. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4898
-   feature(turborepo): AbsoluteSystemPath by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4841
-   feat(turbo): g by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4896

#### New Contributors

-   [@&#8203;seeplusplus](https://togithub.com/seeplusplus) made their first contribution in [vercel/turbo#4667
-   [@&#8203;skauffmann](https://togithub.com/skauffmann) made their first contribution in [vercel/turbo#4676
-   [@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) made their first contribution in [vercel/turbo#4590
-   [@&#8203;rakesh-blacksof](https://togithub.com/rakesh-blacksof) made their first contribution in [vercel/turbo#4774
-   [@&#8203;ihmpavel](https://togithub.com/ihmpavel) made their first contribution in [vercel/turbo#4743
-   [@&#8203;mgrachev](https://togithub.com/mgrachev) made their first contribution in [vercel/turbo#4867

**Full Changelog**: vercel/turbo@v1.9.3...v1.9.4

</details>

---

### 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).
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent 10bd4db commit 5791e03
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": [
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 5791e03

@vercel
Copy link

@vercel vercel bot commented on 5791e03 May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

js-bottomsheet-website – ./apps/website

js-bottomsheet-website-git-main-timelessco.vercel.app
js-bottomsheet-website.vercel.app
js-bottomsheet-website-timelessco.vercel.app

Please sign in to comment.