Skip to content
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
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ updates:
update-types: ['version-update:semver-major']
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']
- dependency-name: 'react-day-picker'
update-types: ['version-update:semver-major']
# Tailwind upgrade deserves it's own PR and changelog
# Disabling tailwind due to browser compatibility constraints.
- dependency-name: 'tailwindcss'
update-types: ['version-update:semver-major']
60 changes: 30 additions & 30 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
},
"dependencies": {
"@bigcommerce/catalyst-client": "workspace:^",
"@conform-to/react": "^1.3.0",
"@conform-to/zod": "^1.3.0",
"@conform-to/react": "^1.6.1",
"@conform-to/zod": "^1.6.1",
"@icons-pack/react-simple-icons": "^11.2.0",
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-navigation-menu": "^1.2.6",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-portal": "^1.1.5",
"@radix-ui/react-radio-group": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-toggle": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-portal": "^1.1.9",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@t3-oss/env-core": "^0.13.6",
"@upstash/redis": "^1.34.7",
"@upstash/redis": "^1.35.0",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.2.0",
Expand All @@ -44,18 +44,18 @@
"embla-carousel-fade": "8.5.2",
"embla-carousel-react": "8.5.2",
"gql.tada": "^1.8.10",
"graphql": "^16.10.0",
"graphql": "^16.11.0",
"jose": "^5.10.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.1.0",
"lucide-react": "^0.474.0",
"next": "15.4.0-canary.0",
"next-auth": "5.0.0-beta.25",
"next-intl": "^4.0.2",
"nuqs": "^2.4.2",
"next-intl": "^4.1.0",
"nuqs": "^2.4.3",
"p-lazy": "^5.0.0",
"react": "^19.1.0",
"react-day-picker": "^9.6.7",
"react-day-picker": "^9.7.0",
"react-dom": "^19.1.0",
"react-google-recaptcha": "^3.1.0",
"react-headroom": "^3.2.1",
Expand All @@ -65,24 +65,24 @@
"sonner": "^1.7.4",
"tailwindcss-radix": "^3.0.5",
"uuid": "^11.1.0",
"zod": "^3.25.48"
"zod": "^3.25.51"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@bigcommerce/eslint-config": "^2.11.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^9.7.0",
"@faker-js/faker": "^9.8.0",
"@gql.tada/cli-utils": "^1.6.3",
"@next/bundle-analyzer": "15.2.3",
"@playwright/test": "^1.51.1",
"@playwright/test": "^1.52.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.16",
"@types/gtag.js": "^0.0.20",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.0.4",
"@types/node": "^22.15.30",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-headroom": "^3.2.3",
"@types/uuid": "^10.0.0",
Expand All @@ -91,11 +91,11 @@
"dotenv-cli": "^8.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.2.3",
"postcss": "^8.5.3",
"postcss": "^8.5.4",
"postcss-aspect-ratio-polyfill": "^2.0.0",
"postcss-preset-env": "^10.2.0",
"postcss-preset-env": "^10.2.1",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.8.3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.0",
"@changesets/cli": "^2.29.4",
"dotenv-cli": "^8.0.0",
"turbo": "^2.5.0",
"turbo": "^2.5.4",
"typescript": "^5.8.3",
"unlighthouse": "^0.16.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"devDependencies": {
"@bigcommerce/eslint-config": "^2.11.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@types/node": "^22.14.1",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/ui": "^3.1.1",
"@types/node": "^22.15.30",
"@vitest/coverage-v8": "^3.2.2",
"@vitest/ui": "^3.2.2",
"eslint": "^8.57.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
"vitest": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"@bigcommerce/eslint-config": "^2.11.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@types/node": "^22.14.1",
"@types/node": "^22.15.30",
"dotenv-cli": "^8.0.0",
"eslint": "^8.57.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}
26 changes: 13 additions & 13 deletions packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@iarna/toml": "^2.2.5",
"@inquirer/core": "^10.1.10",
"@inquirer/figures": "^1.0.11",
"@inquirer/prompts": "^7.4.1",
"@inquirer/type": "^3.0.6",
"@inquirer/core": "^10.1.13",
"@inquirer/figures": "^1.0.12",
"@inquirer/prompts": "^7.5.3",
"@inquirer/type": "^3.0.7",
"@segment/analytics-node": "^2.2.1",
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
Expand All @@ -35,30 +35,30 @@
"giget": "^1.2.5",
"lodash.kebabcase": "^4.1.1",
"nypm": "^0.5.4",
"open": "^10.1.0",
"open": "^10.1.2",
"ora": "^8.2.0",
"semver": "^7.7.1",
"semver": "^7.7.2",
"std-env": "^3.9.0",
"zod": "^3.24.2",
"zod-validation-error": "^3.4.0"
"zod": "^3.25.51",
"zod-validation-error": "^3.4.1"
},
"devDependencies": {
"@bigcommerce/eslint-config": "^2.11.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@swc/core": "^1.11.21",
"@swc/jest": "^0.2.37",
"@swc/core": "^1.11.31",
"@swc/jest": "^0.2.38",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^22.14.1",
"@types/node": "^22.15.30",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"msw": "^2.7.4",
"msw": "^2.9.0",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"dependencies": {
"@bigcommerce/eslint-config": "^2.11.0",
"@next/eslint-plugin-next": "^15.3.0",
"eslint-config-prettier": "^10.1.2",
"@next/eslint-plugin-next": "^15.3.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-prettier": "^5.2.6"
"eslint-plugin-prettier": "^5.4.1"
},
"peerDependencies": {
"eslint": "^8.0.0",
Expand Down
Loading