Skip to content

Commit

Permalink
chore(deps): update turbo monorepo to v2 (major) (#621)
Browse files Browse the repository at this point in the history
* chore(deps): update turbo monorepo to v2

* chore: run codemod

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
  • Loading branch information
homarr-renovate[bot] and Meierschlumpf committed Jun 8, 2024
1 parent a3b861e commit 1f730ab
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"devDependencies": {
"@homarr/prettier-config": "workspace:^0.1.0",
"@turbo/gen": "^1.13.4",
"@turbo/gen": "^2.0.3",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"cross-env": "^7.0.3",
"jsdom": "^24.1.0",
"prettier": "^3.3.1",
"turbo": "^1.13.4",
"turbo": "^2.0.3",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
Expand Down
94 changes: 47 additions & 47 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 tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.4",
"eslint-config-turbo": "^2.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
Expand Down
24 changes: 12 additions & 12 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
"globalDependencies": [
"**/.env"
],
"pipeline": {
"globalEnv": [
"DATABASE_URL",
"AUTH_DISCORD_ID",
"AUTH_DISCORD_SECRET",
"AUTH_REDIRECT_PROXY_URL",
"AUTH_SECRET",
"AUTH_URL"
],
"tasks": {
"topo": {
"dependsOn": [
"^topo"
Expand All @@ -29,7 +37,7 @@
"outputs": [
"node_modules/.cache/.prettiercache"
],
"outputMode": "new-only"
"outputLogs": "new-only"
},
"lint": {
"dependsOn": [
Expand All @@ -53,13 +61,5 @@
"//#clean": {
"cache": false
}
},
"globalEnv": [
"DATABASE_URL",
"AUTH_DISCORD_ID",
"AUTH_DISCORD_SECRET",
"AUTH_REDIRECT_PROXY_URL",
"AUTH_SECRET",
"AUTH_URL"
]
}
}
}

0 comments on commit 1f730ab

Please sign in to comment.