Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
build(deps-dev): bump turbo from 1.13.3 to 2.0.3 (#6821)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump turbo from 1.13.3 to 2.0.3

Bumps [turbo](https://github.com/vercel/turbo) from 1.13.3 to 2.0.3.
- [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.3)

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

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

* Run fixup script

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Cinque <[email protected]>
  • Loading branch information
dependabot[bot] and joncinque authored Jun 13, 2024
1 parent 84420c8 commit 103b86b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
"@solana/eslint-config-solana": "^3.0.3",
"@solana/prettier-config-solana": "^0.0.5",
"eslint-config-turbo": "^2.0.3",
"turbo": "^1.13.3"
"turbo": "^2.0.3"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]",
"prettier": "@solana/prettier-config-solana"
"packageManager": "[email protected]",
"prettier": "@solana/prettier-config-solana",
"name": "solana-program-library"
}
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"remoteCache": {
"signature": true
},
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "lib/**"]
Expand All @@ -21,8 +24,5 @@
"inputs": ["src/**", "test/**"],
"outputs": []
}
},
"remoteCache": {
"signature": true
}
}

0 comments on commit 103b86b

Please sign in to comment.