Skip to content

Commit

Permalink
💥 (eslint) turbo@2.0.3 [skip ci] (#1468)
Browse files Browse the repository at this point in the history
- [x] ⬆️ (deps) turbo@2.0.3
- [x] ⬆️ (deps) eslint-config-turbo@2.0.3
- [x] ⬆️ (deps) eslint-plugin-turbo
- [x] 🔧 (turbo) config migration for 2
- [x] 🔧 (turbo) prefer `stream` ui over `tui` (currently...)

BREAKING CHANGE: Upgrade to turbo@2
  • Loading branch information
JeromeFitz committed Jun 7, 2024
1 parent 1494d1e commit 4f3a5a3
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "7.11.0",
"eslint": "9.4.0",
"eslint-config-next": "14.2.3",
"eslint-config-turbo": "1.13.3",
"eslint-config-turbo": "2.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jest-dom": "5.4.0",
Expand All @@ -48,7 +48,7 @@
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.17.0",
"eslint-plugin-testing-library": "6.2.2",
"eslint-plugin-turbo": "1.13.3"
"eslint-plugin-turbo": "2.0.3"
},
"devDependencies": {
"@types/lodash": "4.17.4",
Expand Down
3 changes: 1 addition & 2 deletions config/eslint-config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const { name } = pkg

const branches = [
...configDefault.branches,
{ name: 'deps/major-eslint-config', prerelease: 'canary' },
{ name: 'refactor/NICE-123', prerelease: 'canary' },
{ name: 'refactor/turbo-2--migration', prerelease: 'canary' },
{ name: 'NICE-68', prerelease: 'canary' },
]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"semantic-release": "23.0.8",
"syncpack": "12.3.2",
"tsup": "8.0.2",
"turbo": "1.13.3",
"turbo": "2.0.3",
"typescript": "5.3.3"
},
"publishConfig": {
Expand Down
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

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

5 changes: 3 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": [
Expand Down Expand Up @@ -63,5 +63,6 @@
"dependsOn": ["@jeromefitz/utils#build"],
"inputs": ["src/**", "*.cjs", "*.js", "*.mjs", "package.json"]
}
}
},
"ui": "stream"
}

0 comments on commit 4f3a5a3

Please sign in to comment.