Skip to content

Commit 1b3fdab

Browse files
chore(deps): update nx to v22 (major) (#1551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dabiel González Ramos <[email protected]>
1 parent 34e76d8 commit 1b3fdab

File tree

18 files changed

+4235
-3703
lines changed

18 files changed

+4235
-3703
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,11 @@
7474
"connectionId": "Endava",
7575
"projectKey": "Endava_bee-q"
7676
},
77-
"stylelint.validate": ["css", "less", "scss", "postcss"]
77+
"stylelint.validate": [
78+
"css",
79+
"less",
80+
"scss",
81+
"postcss"
82+
],
83+
"typescript.tsdk": "node_modules/typescript/lib"
7884
}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"g": "plop --cwd tools/src/generators/plop"
3535
},
3636
"dependencies": {
37-
"@angular/common": "20.2.3",
38-
"@angular/core": "20.2.3",
39-
"@angular/forms": "20.2.3",
40-
"@angular/router": "20.2.3",
37+
"@angular/common": "20.3.9",
38+
"@angular/core": "20.3.9",
39+
"@angular/forms": "20.3.9",
40+
"@angular/router": "20.3.9",
4141
"react": "19.2.0",
4242
"react-dom": "19.2.0",
4343
"rxjs": "7.8.2",
4444
"tslib": "2.8.1",
4545
"zone.js": "0.15.1"
4646
},
4747
"devDependencies": {
48-
"@angular-devkit/build-angular": "20.2.1",
49-
"@angular-devkit/core": "20.2.1",
50-
"@angular-devkit/schematics": "20.2.1",
51-
"@angular/cli": "20.2.1",
52-
"@angular/compiler-cli": "20.2.3",
53-
"@angular/language-service": "20.2.3",
48+
"@angular-devkit/build-angular": "20.3.8",
49+
"@angular-devkit/core": "20.3.8",
50+
"@angular-devkit/schematics": "20.3.8",
51+
"@angular/cli": "20.3.8",
52+
"@angular/compiler-cli": "20.3.9",
53+
"@angular/language-service": "20.3.9",
5454
"@babel/core": "7.28.0",
5555
"@babel/preset-react": "7.27.1",
5656
"@beeq/storybook-addon-html": "6.0.0",
@@ -60,18 +60,18 @@
6060
"@commitlint/config-angular": "19.8.1",
6161
"@commitlint/config-conventional": "19.8.1",
6262
"@custom-elements-manifest/analyzer": "0.10.4",
63-
"@nx/angular": "21.4.1",
64-
"@nx/devkit": "21.4.1",
65-
"@nx/jest": "21.4.1",
66-
"@nx/js": "21.4.1",
67-
"@nx/plugin": "21.4.1",
68-
"@nx/react": "21.4.1",
69-
"@nx/rollup": "21.4.1",
70-
"@nx/storybook": "21.4.1",
71-
"@nx/workspace": "21.4.1",
63+
"@nx/angular": "22.0.2",
64+
"@nx/devkit": "22.0.2",
65+
"@nx/jest": "22.0.2",
66+
"@nx/js": "22.0.2",
67+
"@nx/plugin": "22.0.2",
68+
"@nx/react": "22.0.2",
69+
"@nx/rollup": "22.0.2",
70+
"@nx/storybook": "22.0.2",
71+
"@nx/workspace": "22.0.2",
7272
"@nxext/stencil": "21.0.0",
7373
"@rollup/plugin-url": "8.0.2",
74-
"@schematics/angular": "20.2.1",
74+
"@schematics/angular": "20.3.8",
7575
"@stencil/angular-output-target": "1.1.1",
7676
"@stencil/core": "4.36.3",
7777
"@stencil/react-output-target": "1.2.0",
@@ -83,8 +83,8 @@
8383
"@storybook/builder-vite": "9.1.4",
8484
"@storybook/mdx2-csf": "1.1.0",
8585
"@storybook/web-components-vite": "9.1.4",
86-
"@swc-node/register": "1.10.10",
87-
"@swc/core": "1.13.2",
86+
"@swc-node/register": "1.11.1",
87+
"@swc/core": "1.14.0",
8888
"@swc/helpers": "0.5.17",
8989
"@testing-library/dom": "10.4.1",
9090
"@testing-library/react": "16.3.0",
@@ -113,9 +113,9 @@
113113
"lit": "3.3.1",
114114
"lit-html": "3.3.1",
115115
"nanospinner": "1.2.2",
116-
"ng-packagr": "20.2.0",
116+
"ng-packagr": "20.3.0",
117117
"npm-run-all": "4.1.5",
118-
"nx": "21.4.1",
118+
"nx": "22.0.2",
119119
"nx-stylelint": "18.0.0",
120120
"plop": "4.0.1",
121121
"postcss": "8.5.6",
@@ -135,7 +135,7 @@
135135
"ts-jest": "29.4.0",
136136
"ts-node": "10.9.2",
137137
"tsx": "4.20.4",
138-
"typescript": "5.8.3",
138+
"typescript": "5.9.3",
139139
"vite": "6.3.5",
140140
"vite-plugin-turbosnap": "1.0.3",
141141
"vite-tsconfig-paths": "5.1.4",
@@ -152,7 +152,7 @@
152152
"@custom-elements-manifest/analyzer": "0.10.4",
153153
"jest": "29.7.0",
154154
"jest-environment-jsdom": "29.7.0",
155-
"nx": "21.4.1",
155+
"nx": "22.0.2",
156156
"less": "4.3.0",
157157
"stylus": "github:stylus/stylus#0.64.0"
158158
}

packages/beeq-angular/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": "//",
44
"files": {
55
"includes": ["**/*.ts"]

packages/beeq-angular/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"executor": "@nx/angular:package",
1919
"outputs": ["{workspaceRoot}/dist/beeq-angular"],
2020
"options": {
21-
"project": "{projectRoot}/ng-package.json"
21+
"project": "{projectRoot}/ng-package.json",
22+
"tsConfig": "{projectRoot}/tsconfig.lib.json"
2223
},
2324
"configurations": {
2425
"production": {

packages/beeq-react/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": "//",
44
"linter": {
55
"rules": {

packages/beeq-tailwindcss/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": "//",
44
"linter": {
55
"rules": {

packages/beeq-vue/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": "//",
44
"linter": {
55
"rules": {

packages/beeq/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": "//",
44
"files": {
55
"includes": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json", "**/*.jsonc"]

0 commit comments

Comments
 (0)