Skip to content

Commit

Permalink
⬆️ Bump turbo from 1.13.3 to 2.0.9 (#1771)
Browse files Browse the repository at this point in the history
* ⬆️ Bump turbo from 1.13.3 to 2.0.9

Bumps [turbo](https://github.com/vercel/turbo) from 1.13.3 to 2.0.9.
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turborepo@v1.13.3...v2.0.9)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ♻️ Switch pipeline to tasks

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cuesta <[email protected]>
  • Loading branch information
dependabot[bot] and carloscuesta authored Jul 21, 2024
1 parent b248bc0 commit 3abb868
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "3.3.2",
"turbo": "1.13.3"
"turbo": "2.0.9"
},
"volta": {
"node": "16.15.0"
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.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"dev": {
"dependsOn": ["^build"],
"cache": false,
Expand Down

0 comments on commit 3abb868

Please sign in to comment.