Skip to content

Commit

Permalink
⬆️ (deps) [email protected] 💥 [b] (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent 664b4f9 commit 202b645
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tailwindcss": "3.4.4",
"ts-node": "10.9.2",
"tsup": "8.1.0",
"turbo": "1.13.4",
"turbo": "2.0.3",
"typescript": "5.4.5"
},
"pnpm": {
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

7 changes: 5 additions & 2 deletions sites/jeromefitzgerald.com/.lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ const isCI = require('is-ci')

let urlAdditional = undefined

/**
* @todo(turbo) 2.0.3 concern with way we pass `CI` in some cases
*/
if (!isCI) {
urlAdditional = [
'/currently/listening-to',
'/currently/reading',
// '/currently/listening-to',
// '/currently/reading',
// '/events',
// '/events/2023/07/15/jerome-and',
// '/shows',
Expand Down
17 changes: 15 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["pnpm-workspace.yaml"],
"pipeline": {
"globalPassThroughEnv": [
"*_TOKEN",
"CI",
"IS_*",
"NEXT_PUBLIC_*",
"NODE_ENV",
"NOTION_*",
"OVERRIDE_CACHE",
"SPOTIFY_*",
"UPSTASH_*",
"VERCEL_*"
],
"tasks": {
"//#format": {
"dependsOn": [],
"inputs": [
Expand Down Expand Up @@ -82,5 +94,6 @@
"test:unit": {
"dependsOn": ["^build"]
}
}
},
"ui": "stream"
}

0 comments on commit 202b645

Please sign in to comment.