chore(repo): update nx to 21.2.0-beta.4 (#31481)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> This repo uses Nx `21.2.0-beta.1` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `21.2.0-beta.4` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
This commit is contained in:
parent
c8ff3394e6
commit
55f33c582d
@ -1,12 +1,9 @@
|
||||
{
|
||||
"extends": ["astro/tsconfigs/base"],
|
||||
"extends": ["../../tsconfig.base.json", "astro/tsconfigs/base"],
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"baseUrl": "./",
|
||||
"jsxImportSource": "react",
|
||||
"paths": {
|
||||
"@*": ["src/*"]
|
||||
}
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"]
|
||||
},
|
||||
"exclude": ["dist", "src/templates", "src/content"]
|
||||
}
|
||||
|
||||
50
package.json
50
package.json
@ -33,9 +33,9 @@
|
||||
"@angular-devkit/build-angular": "~20.0.0",
|
||||
"@angular-devkit/core": "~20.0.0",
|
||||
"@angular-devkit/schematics": "~20.0.0",
|
||||
"@angular-eslint/eslint-plugin": "^20.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^20.0.0",
|
||||
"@angular-eslint/template-parser": "^20.0.0",
|
||||
"@angular-eslint/eslint-plugin": "20.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "20.0.0",
|
||||
"@angular-eslint/template-parser": "20.0.0",
|
||||
"@angular/build": "~20.0.0",
|
||||
"@angular/cli": "~20.0.0",
|
||||
"@angular/common": "~20.0.0",
|
||||
@ -78,27 +78,27 @@
|
||||
"@notionhq/client": "^2.2.15",
|
||||
"@nuxt/kit": "^3.10.0",
|
||||
"@nuxt/schema": "^3.10.0",
|
||||
"@nx/angular": "21.2.0-beta.1",
|
||||
"@nx/angular": "21.2.0-beta.4",
|
||||
"@nx/conformance": "2.0.1",
|
||||
"@nx/cypress": "21.2.0-beta.1",
|
||||
"@nx/devkit": "21.2.0-beta.1",
|
||||
"@nx/cypress": "21.2.0-beta.4",
|
||||
"@nx/devkit": "21.2.0-beta.4",
|
||||
"@nx/enterprise-cloud": "2.0.1",
|
||||
"@nx/esbuild": "21.2.0-beta.1",
|
||||
"@nx/eslint": "21.2.0-beta.1",
|
||||
"@nx/eslint-plugin": "21.2.0-beta.1",
|
||||
"@nx/jest": "21.2.0-beta.1",
|
||||
"@nx/js": "21.2.0-beta.1",
|
||||
"@nx/esbuild": "21.2.0-beta.4",
|
||||
"@nx/eslint": "21.2.0-beta.4",
|
||||
"@nx/eslint-plugin": "21.2.0-beta.4",
|
||||
"@nx/jest": "21.2.0-beta.4",
|
||||
"@nx/js": "21.2.0-beta.4",
|
||||
"@nx/key": "2.0.1",
|
||||
"@nx/next": "21.2.0-beta.1",
|
||||
"@nx/playwright": "21.2.0-beta.1",
|
||||
"@nx/next": "21.2.0-beta.4",
|
||||
"@nx/playwright": "21.2.0-beta.4",
|
||||
"@nx/powerpack-license": "2.0.1",
|
||||
"@nx/react": "21.2.0-beta.1",
|
||||
"@nx/rsbuild": "21.2.0-beta.1",
|
||||
"@nx/rspack": "21.2.0-beta.1",
|
||||
"@nx/storybook": "21.2.0-beta.1",
|
||||
"@nx/vite": "21.2.0-beta.1",
|
||||
"@nx/web": "21.2.0-beta.1",
|
||||
"@nx/webpack": "21.2.0-beta.1",
|
||||
"@nx/react": "21.2.0-beta.4",
|
||||
"@nx/rsbuild": "21.2.0-beta.4",
|
||||
"@nx/rspack": "21.2.0-beta.4",
|
||||
"@nx/storybook": "21.2.0-beta.4",
|
||||
"@nx/vite": "21.2.0-beta.4",
|
||||
"@nx/web": "21.2.0-beta.4",
|
||||
"@nx/webpack": "21.2.0-beta.4",
|
||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -119,8 +119,8 @@
|
||||
"@rspack/plugin-react-refresh": "^1.0.0",
|
||||
"@schematics/angular": "~20.0.0",
|
||||
"@storybook/addon-docs": "^9.0.5",
|
||||
"@storybook/react-vite": "^9.0.5",
|
||||
"@storybook/react-webpack5": "^9.0.5",
|
||||
"@storybook/react-vite": "9.0.6",
|
||||
"@storybook/react-webpack5": "9.0.6",
|
||||
"@supabase/supabase-js": "^2.26.0",
|
||||
"@svgr/rollup": "^8.1.0",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
@ -171,7 +171,7 @@
|
||||
"@zkochan/js-yaml": "0.0.7",
|
||||
"ai": "^2.2.10",
|
||||
"ajv": "^8.12.0",
|
||||
"angular-eslint": "^20.0.0",
|
||||
"angular-eslint": "20.0.0",
|
||||
"astro": "4.15.0",
|
||||
"autoprefixer": "10.4.13",
|
||||
"babel-jest": "29.7.0",
|
||||
@ -265,7 +265,7 @@
|
||||
"ng-packagr": "~20.0.0",
|
||||
"npm-package-arg": "11.0.1",
|
||||
"nuxt": "^3.10.0",
|
||||
"nx": "21.2.0-beta.1",
|
||||
"nx": "21.2.0-beta.4",
|
||||
"nx-mcp": "^0.1.0",
|
||||
"octokit": "^2.0.14",
|
||||
"open": "^8.4.0",
|
||||
@ -301,7 +301,7 @@
|
||||
"semver": "^7.6.3",
|
||||
"source-map-loader": "^5.0.0",
|
||||
"source-map-support": "0.5.19",
|
||||
"storybook": "^9.0.5",
|
||||
"storybook": "9.0.6",
|
||||
"storybook-dark-mode": "^4.0.2",
|
||||
"style-loader": "^3.3.0",
|
||||
"tar-stream": "~2.2.0",
|
||||
|
||||
787
pnpm-lock.yaml
generated
787
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user