Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all uncategorized dependencies #458

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Cache TypeScript TSBuild Info Files
id: cache-typescript-tsbuildinfo
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: node_modules/.cache/*-tsbuildinfo.json
# We use the commit hash as the key to always update the cache as a
Expand Down
2 changes: 1 addition & 1 deletion apps/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@repo/email": "workspace:*",
"@repo/next-config": "workspace:*",
"@t3-oss/env-nextjs": "^0.12.0",
"next": "15.1.7",
"next": "15.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-email": "^3.0.7"
Expand Down
2 changes: 1 addition & 1 deletion apps/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@repo/next-config": "workspace:*",
"@repo/og-utils": "workspace:*",
"@t3-oss/env-nextjs": "^0.12.0",
"next": "15.1.7",
"next": "15.2.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@axe-core/playwright": "^4.10.1",
"@hookform/resolvers": "^3.10.0",
"@nerdfish/theme": "^2.5.1",
"@next/env": "15.1.7",
"@next/env": "15.2.0",
"@playwright/test": "^1.50.1",
"@react-aria/i18n": "^3.12.5",
"@repo/ai": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"fuse.js": "^7.1.0",
"motion": "^12.4.7",
"negotiator": "^1.0.0",
"next": "15.1.7",
"next": "15.2.0",
"next-safe-action": "^7.10.4",
"nuqs": "^2.4.0",
"react": "19.0.0",
Expand All @@ -59,7 +59,7 @@
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vercel/toolbar": "^0.1.32",
"@vercel/toolbar": "^0.1.33",
"autoprefixer": "^10.4.20",
"axe-core": "^4.10.2",
"husky": "^9.1.7",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@commitlint/config-conventional": "^19.7.1",
"@nerdfish/config": "^1.8.0",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^2.4.2",
"@turbo/gen": "^2.4.4",
"dotenv-cli": "^8.0.0",
"eslint": "^9.21.0",
"husky": "^9.1.7",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.2",
"turbo": "^2.4.2"
"turbo": "^2.4.4"
},
"packageManager": "pnpm@10.4.1"
"packageManager": "pnpm@10.5.2"
}
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.13",
"@ai-sdk/openai": "^1.1.14",
"@t3-oss/env-nextjs": "^0.12.0",
"ai": "^4.1.45",
"ai": "^4.1.46",
"zod": "^3.24.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/content-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"next": "15.1.7"
"next": "15.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"geist": "^1.3.1",
"lodash": "^4.17.21",
"motion": "^12.4.7",
"next": "15.1.7",
"next": "15.2.0",
"prism-react-renderer": "^2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/github-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:

- uses: pnpm/action-setup@v4

- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
name: pnpm-cache
id: pnpm-cache
with:
Expand All @@ -26,7 +26,7 @@ runs:
${{ runner.os }}-pnpm

- name: Cache TypeScript TSBuild Info Files
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: '*/*/node_modules/.cache/tsbuildinfo.json'
# Commit hash is for working around this: https://github.com/actions/cache/issues/106
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"dependencies": {
"@repo/design-system": "workspace:*",
"next": "15.1.7",
"next": "15.2.0",
"next-intl": "^3.26.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"next": "15.1.7",
"next": "15.2.0",
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions packages/next-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/bundle-analyzer": "15.1.7",
"@next/bundle-analyzer": "15.2.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@vercel/toolbar": "^0.1.32",
"@vercel/toolbar": "^0.1.33",
"next-secure-headers": "^2.2.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"next": "15.1.7"
"next": "15.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@repo/design-system": "workspace:*",
"@repo/lib": "workspace:*",
"@repo/next-config": "workspace:*",
"next": "15.1.7",
"next": "15.2.0",
"react": "19.0.0",
"schema-dts": "^1.1.2"
},
Expand Down
Loading
Loading