Skip to content

Commit

Permalink
chore: Update dependencies (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 authored Dec 17, 2024
1 parent abbbb56 commit 03aec1c
Show file tree
Hide file tree
Showing 15 changed files with 2,696 additions and 3,019 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile ${{ matrix.next-version != 'latest' && '--filter e2e-next...' || '' }}
- name: Install Next.js version ${{ matrix.next-version }}
if: ${{ matrix.next-version != 'local' }}
run: pnpm add --filter e2e-next --filter nuqs next@${{ matrix.next-version }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --filter e2e-react...
- name: Run tests
run: pnpm run test ${{ github.event_name == 'workflow_dispatch' && '--force' || '' }} --filter e2e-react
env:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --filter e2e-react-router-${{ matrix.react-router-version }}...
- name: Run tests
run: pnpm run test ${{ github.event_name == 'workflow_dispatch' && '--force' || '' }} --filter e2e-react-router-${{ matrix.react-router-version }}
env:
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --filter e2e-remix...
- name: Run tests
run: pnpm run test ${{ github.event_name == 'workflow_dispatch' && '--force' || '' }} --filter e2e-remix
env:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"lint:sherif": "sherif"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"commitlint": "^19.5.0",
"husky": "^9.1.6",
"prettier": "3.3.3",
"@commitlint/config-conventional": "^19.6.0",
"commitlint": "^19.6.1",
"husky": "^9.1.7",
"prettier": "3.4.2",
"semantic-release": "^24.2.0",
"sherif": "^1.0.1",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
"sherif": "^1.1.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.13.0+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe",
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"resolutions": {
"@headlessui/react": "2.2.0"
},
Expand Down
55 changes: 27 additions & 28 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,57 +20,56 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@faker-js/faker": "^9.3.0",
"@headlessui/react": "2.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@icons-pack/react-simple-icons": "^10.1.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@sentry/nextjs": "^8.38.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@sentry/nextjs": "^8.46.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tremor/react": "^3.18.4",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"@tremor/react": "^3.18.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fumadocs-core": "^14.4.0",
"fumadocs-mdx": "^11.1.1",
"fumadocs-ui": "^14.4.0",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"fumadocs-core": "^14.6.1",
"fumadocs-mdx": "^11.1.2",
"fumadocs-ui": "^14.6.1",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"nuqs": "workspace:*",
"pretty-bytes": "^6.1.1",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"recharts": "^2.13.3",
"recharts": "^2.15.0",
"remark-smartypants": "^3.0.2",
"res": "workspace:*",
"semver": "^7.6.3",
"server-only": "^0.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@shikijs/transformers": "^1.22.2",
"@shikijs/transformers": "^1.24.2",
"@types/mdx": "^2.0.13",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
"autoprefixer": "^10.4.20",
"hast-util-to-jsx-runtime": "^2.3.2",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.22.2",
"typescript": "^5.6.3"
"prettier-plugin-tailwindcss": "^0.6.9",
"shiki": "^1.24.2",
"typescript": "^5.7.2"
},
"postcss": {
"plugins": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/next/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
14 changes: 7 additions & 7 deletions packages/e2e/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"cypress:run": "cypress run --headless"
},
"dependencies": {
"next": "15.0.3",
"next": "15.1.0",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
"@types/webpack": "^5.28.5",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"cypress": "^13.15.2",
"cypress-terminal-report": "^7.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"cypress": "^13.17.0",
"cypress-terminal-report": "^7.1.0",
"e2e-shared": "workspace:*",
"start-server-and-test": "^2.0.8",
"semver": "^7.6.3",
"typescript": "^5.6.3"
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/e2e/react-router/v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.6.3",
"vite": "^5.4.11"
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/e2e/react-router/v7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"isbot": "^5.1.17",
"isbot": "^5.1.18",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@react-router/dev": "^7.0.2",
"@react-router/express": "^7.0.2",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"compression": "^1.7.5",
Expand All @@ -34,7 +34,7 @@
"express": "^4.21.2",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}
10 changes: 5 additions & 5 deletions packages/e2e/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}
16 changes: 8 additions & 8 deletions packages/e2e/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"cypress:run": "cross-env FORCE_COLOR=3 cypress run --headless"
},
"dependencies": {
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"@remix-run/node": "^2.15.1",
"@remix-run/react": "^2.15.1",
"@remix-run/serve": "^2.15.1",
"isbot": "^5.1.18",
"nuqs": "workspace:*",
"isbot": "^5.1.17",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@remix-run/dev": "^2.14.0",
"@remix-run/dev": "^2.15.1",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"cross-env": "^7.0.3",
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/shared/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function defineConfig(config: Config) {
video: false,
fixturesFolder: false,
testIsolation: true,
defaultCommandTimeout: process.env.CI ? 500 : 200,
defaultCommandTimeout: 500,
setupNodeEvents(on) {
cypressTerminalReport(on)
},
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"nuqs": "workspace:*"
},
"dependencies": {
"cypress-terminal-report": "^7.0.4"
"cypress-terminal-report": "^7.1.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/node": "^22.9.0",
"cypress": "catalog:e2e",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
24 changes: 12 additions & 12 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
"@remix-run/react": ">=2",
"next": ">=14.2.0",
"react": ">=18.2.0 || ^19.0.0-0",
"react-router": ">=7",
"react-router-dom": ">=6"
"react-router": "^7",
"react-router-dom": "^6 || ^7"
},
"peerDependenciesMeta": {
"@remix-run/react": {
Expand All @@ -146,28 +146,28 @@
}
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.11",
"@remix-run/react": "^2.14.0",
"@microsoft/api-extractor": "^7.48.1",
"@remix-run/react": "^2.15.1",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"next": "15.0.3",
"next": "15.1.0",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router-dom": "^6.28.0",
"react-router-dom": "6.28.0",
"size-limit": "^11.1.6",
"tsafe": "^1.8.4",
"tsafe": "^1.8.5",
"tsd": "^0.31.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"tsd": {
"directory": "src/tests"
Expand Down
8 changes: 4 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"version": "0.0.0-internal",
"type": "module",
"dependencies": {
"@mailpace/mailpace.js": "^0.1.1",
"@mailpace/mailpace.js": "^0.1.3",
"@t3-oss/env-core": "^0.11.1",
"minimist": "^1.2.8",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 03aec1c

Please sign in to comment.