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

chore: to latest #6078

Merged
merged 2 commits into from
Nov 17, 2024
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 .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "belgattitude/nextjs-monorepo-example" }
Expand Down
8 changes: 1 addition & 7 deletions .ncurc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@

# Add here exclusions on packages if any
reject:
[
'eslint',
'eslint-plugin-react-hooks',
'@pothos/plugin-prisma',
'@pothos/core',
'@pothos/plugin-errors',
]
['eslint', '@pothos/plugin-prisma', '@pothos/core', '@pothos/plugin-errors']
3 changes: 2 additions & 1 deletion apps/nextjs-app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ NEXT_PUBLIC_SENTRY_DSN=
AUTH_ENABLE_DEMO_ADMIN_USER=true
# https://next-auth.js.org/
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET= # Linux: `openssl rand -hex 32` or go to https://generate-secret.now.sh/32
# CHANGE ME ! : Linux: `openssl rand -hex 32` or go to https://generate-secret.now.sh/32
NEXTAUTH_SECRET=7fbca39437d5fff11efede0920f24d1d29a107e4d49a01e7cd8103adc9e5ce06
46 changes: 23 additions & 23 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
"@httpx/json-api": "0.5.24",
"@httpx/plain-object": "2.0.2",
"@httpx/treeu": "0.4.6",
"@mui/icons-material": "6.1.6",
"@mui/material": "6.1.6",
"@mui/icons-material": "6.1.7",
"@mui/material": "6.1.7",
"@pothos/core": "3.41.2",
"@pothos/plugin-errors": "3.11.2",
"@pothos/plugin-prisma": "3.65.3",
"@prisma/client": "5.21.1",
"@sentry/nextjs": "8.36.0",
"@sentry/react": "8.36.0",
"@prisma/client": "5.22.0",
"@sentry/nextjs": "8.38.0",
"@sentry/react": "8.38.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.59.16",
"@vercel/analytics": "1.3.1",
"@tanstack/react-query": "5.60.5",
"@vercel/analytics": "1.4.0",
"@your-org/common-i18n": "workspace:^",
"@your-org/core-lib": "workspace:^",
"@your-org/db-main-prisma": "workspace:^",
Expand All @@ -89,8 +89,8 @@
"cors": "2.8.5",
"graphql": "16.9.0",
"graphql-jit": "0.8.7",
"graphql-yoga": "5.8.0",
"i18next": "23.16.4",
"graphql-yoga": "5.10.2",
"i18next": "23.16.5",
"jose": "5.9.6",
"ky": "1.7.2",
"next": "14.2.16",
Expand All @@ -103,21 +103,21 @@
"picocolors": "1.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-i18next": "15.1.0",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.1",
"rippleui": "1.12.1",
"rooks": "7.14.1",
"sharp": "0.33.5",
"superjson": "2.2.1",
"type-fest": "4.26.1",
"type-fest": "4.27.0",
"wonka": "6.3.4",
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.16",
"@next/env": "14.2.16",
"@playwright/test": "1.48.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.21.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.22.0",
"@size-limit/file": "11.1.6",
"@svgr/webpack": "8.1.0",
"@tailwindcss/forms": "0.5.9",
Expand All @@ -128,36 +128,36 @@
"@testing-library/user-event": "14.5.2",
"@types/cors": "2.8.17",
"@types/is-ci": "3.0.4",
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint-config-next": "15.0.2",
"eslint-config-next": "15.0.3",
"eslint-plugin-tailwindcss": "3.17.5",
"is-ci": "3.0.1",
"jsdom": "25.0.1",
"npm-run-all2": "7.0.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "10.0.8",
"postcss-preset-env": "10.1.0",
"prettier": "3.3.3",
"react-test-renderer": "18.3.1",
"rimraf": "6.0.1",
"size-limit": "11.1.6",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite": "5.4.11",
"vite-plugin-magical-svg": "1.3.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
}
}
14 changes: 7 additions & 7 deletions apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.1",
"eslint-plugin-tailwindcss": "3.17.5",
"happy-dom": "15.9.0",
"happy-dom": "15.11.6",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite": "5.4.11",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rimraf": "6.0.1",
"shell-quote": "1.8.1",
"syncpack": "13.0.0",
"turbo": "2.2.3",
"turbo": "2.3.0",
"typescript": "5.6.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"devDependencies": {
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
Expand All @@ -70,9 +70,9 @@
"rimraf": "6.0.1",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,33 @@
"devDependencies": {
"@pothos/core": "3.41.2",
"@pothos/plugin-prisma": "3.65.3",
"@prisma/client": "5.21.1",
"@prisma/client": "5.22.0",
"@soluble/dsn-parser": "1.9.2",
"@types/node": "22.8.6",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"@your-org/eslint-config-bases": "workspace:^",
"camelcase": "8.0.0",
"cross-env": "7.0.3",
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"eslint": "8.57.1",
"execa": "9.4.1",
"execa": "9.5.1",
"graphql": "16.9.0",
"is-port-reachable": "4.0.0",
"keyword-extractor": "0.0.28",
"npm-run-all2": "7.0.1",
"picocolors": "1.1.1",
"prettier": "3.3.3",
"prisma": "5.21.1",
"prisma": "5.22.0",
"rimraf": "6.0.1",
"transliteration": "2.3.5",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
},
"peerDependencies": {
"@pothos/plugin-prisma": "^3.41.0",
Expand Down
30 changes: 15 additions & 15 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,26 +96,26 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/typescript-estree": "^8.10.0",
"@typescript-eslint/utils": "^8.10.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/typescript-estree": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-playwright": "^2.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2 || ^5.0.0 || 5.0.0-canary-7118f5dd7-20230705",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-storybook": "^0.10.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.1.4"
Expand Down Expand Up @@ -170,7 +170,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"es-check": "7.2.1",
Expand All @@ -182,7 +182,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"devDependencies": {
"@size-limit/file": "11.1.6",
"@types/node": "22.8.6",
"@vitest/coverage-v8": "2.1.4",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.5",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"es-check": "7.2.1",
Expand All @@ -51,9 +51,9 @@
"tslib": "2.8.1",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
},
"engines": {
"node": ">=18.17"
Expand Down
30 changes: 15 additions & 15 deletions packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@
"devDependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/blocks": "8.4.1",
"@storybook/react": "8.4.1",
"@storybook/react-vite": "8.4.1",
"@storybook/test": "8.4.1",
"@storybook/addon-essentials": "8.4.4",
"@storybook/addon-interactions": "8.4.4",
"@storybook/addon-links": "8.4.4",
"@storybook/blocks": "8.4.4",
"@storybook/react": "8.4.4",
"@storybook/react-vite": "8.4.4",
"@storybook/test": "8.4.4",
"@tailwindcss/forms": "0.5.9",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"@your-org/eslint-config-bases": "workspace:^",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-plugin-tailwindcss": "3.17.5",
"npm-run-all2": "7.0.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -74,13 +74,13 @@
"rooks": "7.14.1",
"sirv": "3.0.0",
"sirv-cli": "3.0.0",
"storybook": "8.4.1",
"tailwindcss": "3.4.14",
"storybook": "8.4.4",
"tailwindcss": "3.4.15",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
},
"peerDependencies": {
"@emotion/react": "^11.10.8",
Expand Down
Loading
Loading