Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update turbo to ^1.8.1 (#38)
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.7.4` -> `^1.8.1`](https://renovatebot.com/diffs/npm/turbo/1.7.4/1.8.1) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.1/compatibility-slim/1.7.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.1/confidence-slim/1.7.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.8.1`](https://togithub.com/vercel/turbo/releases/tag/v1.8.1): Turborepo v1.8.1

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.0...v1.8.1)



#### What's Changed

##### Changelog

-   release(turborepo): 1.8.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turborepo#3863
-   Bump versions for eslint plugin packages by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turborepo#3868
-   Documentation for Workspace Configs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3788
-   Fix issue with merging dependsOn from Workspace Configs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3866

**Full Changelog**: vercel/turborepo@v1.8.0...v1.8.1

### [`v1.8.0`](https://togithub.com/vercel/turbo/releases/tag/v1.8.0): Turborepo v1.8.0

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.7.4...v1.8.0)



#### What's Changed

##### Changelog

-   fix: Use go implementation when no build tags present by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#3678
-   Avoid filename conflict by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turborepo#3673
-   fix: remove turborepo binary dependency on ffi by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#3683
-   chore: add local and global versions in debug by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#3661
-   refactor ResolveResult to allow mixing special and assets in alternatives by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turborepo#3675
-   docs: add package.json and turbo.json to a pruned directory example by [@&#8203;m-shaka](https://togithub.com/m-shaka) in [vercel/turborepo#3666
-   release(turborepo): 1.7.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turborepo#3688
-   test(turborepo): Login by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turborepo#3663
-   Add a page about installing turbo, including both global and repo-local by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turborepo#3686
-   fix: update verbosity integration tests by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#3699
-   Revert protoc version and stop building ffi on make by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3705
-   Re-add ffi-install step during make by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3708
-   Check in Go file generated from protobuf by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turborepo#3710
-   feat(docs): update verbosity reference by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turborepo#3740
-   feat(cli): reccomend codemod in updater by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turborepo#3743
-   fix(turbo): improved yarn berry pnp support ([#&#8203;3744](https://togithub.com/vercel/turbo/issues/3744) by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turborepo#3744
-   release(turborepo): 1.7.5-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turborepo#3752
-   Add support for `--graph=file.mermaid` by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turborepo#3633
-   chore: add option to dump args sent to go by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#3515
-   Revert "chore: add option to dump args sent to go ([#&#8203;3515](https://togithub.com/vercel/turbo/issues/3515))" by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3782
-   Warn on absolute paths used in turbo.json by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turborepo#3658
-   Change error log line to debug, it's not an error by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turborepo#3808
-   Remove TIMING=1 from eslint command in examples and create-turbo starter by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3813
-   Use non-high intensity yellow for warnings for readability on white background by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3810
-   use consistent actions/checkout version in examples by [@&#8203;oddnavy](https://togithub.com/oddnavy) in [vercel/turborepo#3791
-   feat(types): update turbo.json schema by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turborepo#3821
-   Ensure Task can depend across workspaces by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3820
-   Error if none of the tasks passed to CLI were found by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3828
-   port(turborepo): Unlink by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turborepo#3824
-   Add `outputs` to all examples by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turborepo#3830
-   Callout installation docs in getting started by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3833
-   Bump [@&#8203;types/react](https://togithub.com/types/react) version in create-turbo starter by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turborepo#3844
-   chore(deps): update dependency [@&#8203;types/express](https://togithub.com/types/express) to v4.17.17 by [@&#8203;renovate](https://togithub.com/renovate) in [vercel/turborepo#3636
-   Add package version to eslint.mdx in eslint-config-custom example by [@&#8203;KamWis](https://togithub.com/KamWis) in [vercel/turborepo#3511
-   Copy `public` directory to docker by [@&#8203;sandumorari](https://togithub.com/sandumorari) in [vercel/turborepo#2642

#### New Contributors

-   [@&#8203;chicoworry](https://togithub.com/chicoworry) made their first contribution in [vercel/turborepo#3763
-   [@&#8203;h-a-n-a](https://togithub.com/h-a-n-a) made their first contribution in [vercel/turborepo#3762
-   [@&#8203;nonparibus](https://togithub.com/nonparibus) made their first contribution in [vercel/turborepo#3400
-   [@&#8203;KamWis](https://togithub.com/KamWis) made their first contribution in [vercel/turborepo#3511
-   [@&#8203;sandumorari](https://togithub.com/sandumorari) made their first contribution in [vercel/turborepo#2642
-   [@&#8203;angeblecon](https://togithub.com/angeblecon) made their first contribution in [vercel/turborepo#3852

**Full Changelog**: vercel/turborepo@v1.7.4...v1.8.0

</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 Feb 18, 2023
1 parent 16c6a01 commit 0939439
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"stylelint-config-clean-order": "^5.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^30.0.1",
"turbo": "^1.7.4"
"turbo": "^1.8.1"
},
"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 0939439

@vercel
Copy link

@vercel vercel bot commented on 0939439 Feb 18, 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-timelessco.vercel.app
js-bottomsheet-website.vercel.app

Please sign in to comment.