Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 9b4e0da

Browse files
committed
chore(nxext): update Nx
1 parent 1ff5540 commit 9b4e0da

File tree

8 files changed

+486
-464
lines changed

8 files changed

+486
-464
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ e2e/stencil-e2e/tests/dev.test.ts
5858
# Vitepress
5959
/docs/.vitepress/cache
6060

61-
.nx/cache
61+
.nx/cache
62+
.nx/workspace-data

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88

99
/.nx/cache
1010
pnpm-lock.yaml
11+
12+
/.nx/workspace-data

migrations.json

+15-30
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,28 @@
11
{
22
"migrations": [
3-
{
4-
"version": "18.1.0-beta.3",
5-
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
6-
"implementation": "./src/migrations/update-17-2-0/move-default-base",
7-
"package": "nx",
8-
"name": "move-default-base-to-nx-json-root"
9-
},
10-
{
11-
"cli": "nx",
12-
"version": "18.1.0-beta.3",
13-
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.",
14-
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6",
15-
"package": "@nx/cypress",
16-
"name": "update-cypress-version-13-6-6"
17-
},
183
{
194
"cli": "nx",
20-
"version": "18.1.0-beta.3",
21-
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.",
22-
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json",
23-
"package": "@nx/playwright",
24-
"name": "18-1-0-remove-baseUrl-from-project-json"
5+
"version": "19.2.0-beta.2",
6+
"description": "Updates the default workspace data directory to .nx/workspace-data",
7+
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
8+
"package": "nx",
9+
"name": "19-2-0-move-graph-cache-directory"
2510
},
2611
{
2712
"cli": "nx",
28-
"version": "18.1.1-beta.0",
29-
"description": "Ensure targetDefaults inputs for task hashing when '@nx/webpack:webpack' is used are correct for Module Federation.",
30-
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
31-
"package": "@nx/react",
32-
"name": "fix-target-defaults-for-webpack"
13+
"version": "19.2.2-beta.0",
14+
"description": "Updates the nx wrapper.",
15+
"implementation": "./src/migrations/update-17-3-0/update-nxw",
16+
"package": "nx",
17+
"name": "19-2-2-update-nx-wrapper"
3318
},
3419
{
3520
"cli": "nx",
36-
"version": "18.1.1-beta.0",
37-
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.",
38-
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
39-
"package": "@nx/angular",
40-
"name": "fix-target-defaults-for-webpack-browser"
21+
"version": "19.1.0-beta.6",
22+
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
23+
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
24+
"package": "@nx/eslint-plugin",
25+
"name": "update-19-1-0-rename-no-extra-semi"
4126
}
4227
]
4328
}

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@
5454
"@eslint/eslintrc": "^2.1.1",
5555
"@eslint/js": "8.49.0",
5656
"@nuxt/kit": "3.10.3",
57-
"@nx/angular": "18.3.1",
58-
"@nx/cypress": "18.3.1",
59-
"@nx/devkit": "18.3.1",
60-
"@nx/eslint": "18.3.1",
61-
"@nx/eslint-plugin": "18.3.1",
62-
"@nx/jest": "18.3.1",
63-
"@nx/js": "18.3.1",
64-
"@nx/node": "18.3.1",
65-
"@nx/playwright": "18.3.1",
66-
"@nx/plugin": "18.3.1",
67-
"@nx/react": "18.3.1",
68-
"@nx/storybook": "18.3.1",
69-
"@nx/vite": "18.3.1",
70-
"@nx/web": "18.3.1",
71-
"@nx/workspace": "18.3.1",
57+
"@nx/angular": "19.2.3",
58+
"@nx/cypress": "19.2.3",
59+
"@nx/devkit": "19.2.3",
60+
"@nx/eslint": "19.2.3",
61+
"@nx/eslint-plugin": "19.2.3",
62+
"@nx/jest": "19.2.3",
63+
"@nx/js": "19.2.3",
64+
"@nx/node": "19.2.3",
65+
"@nx/playwright": "19.2.3",
66+
"@nx/plugin": "19.2.3",
67+
"@nx/react": "19.2.3",
68+
"@nx/storybook": "19.2.3",
69+
"@nx/vite": "19.2.3",
70+
"@nx/web": "19.2.3",
71+
"@nx/workspace": "19.2.3",
7272
"@nxext/svelte": "^18.0.0",
7373
"@phenomnomnominal/tsquery": "~5.0.1",
7474
"@schematics/angular": "17.3.4",
7575
"@stencil/core": "3.4.0",
76-
"@swc-node/register": "1.8.0",
77-
"@swc/cli": "0.1.62",
78-
"@swc/core": "^1.3.85",
79-
"@swc/jest": "^0.2.20",
76+
"@swc-node/register": "1.9.2",
77+
"@swc/cli": "0.3.12",
78+
"@swc/core": "1.5.7",
79+
"@swc/jest": "0.2.36",
8080
"@types/glob": "^8.1.0",
8181
"@types/globrex": "^0.1.2",
8282
"@types/is-ci": "^3.0.1",
@@ -107,8 +107,8 @@
107107
"jsonc-parser": "^3.2.1",
108108
"kill-port": "^2.0.1",
109109
"lint-staged": "13.2.3",
110-
"nx": "18.3.1",
111-
"nx-cloud": "^18.0.0",
110+
"nx": "19.2.3",
111+
"nx-cloud": "19.0.0",
112112
"prettier": "2.7.1",
113113
"pretty-quick": "^3.1.3",
114114
"tcp-port-used": "^1.0.2",

packages/capacitor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/capacitor",
3-
"version": "18.0.4",
3+
"version": "19.0.0",
44
"description": "An Nx plugin for developing cross-platform applications using Capacitor",
55
"author": {
66
"name": "Devin Shoemaker",
@@ -22,9 +22,9 @@
2222
"schematics": "./generators.json",
2323
"builders": "./executors.json",
2424
"dependencies": {
25-
"@nx/devkit": "18.3.1",
26-
"nx": "18.3.1",
27-
"@nx/web": "18.3.1",
25+
"@nx/devkit": "19.2.3",
26+
"nx": "19.2.3",
27+
"@nx/web": "19.2.3",
2828
"ignore": "^5.3.1",
2929
"tslib": "^2.3.0"
3030
},

packages/ionic-angular/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/ionic-angular",
3-
"version": "18.0.4",
3+
"version": "19.0.0",
44
"description": "An Nx plugin for developing Ionic React applications and libraries",
55
"author": {
66
"name": "Devin Shoemaker",
@@ -25,11 +25,11 @@
2525
"schematics": "./generators.json",
2626
"builders": "./executors.json",
2727
"dependencies": {
28-
"@nxext/capacitor": "^18.0.4",
29-
"@nx/devkit": "18.3.1",
30-
"@nx/eslint": "18.3.1",
31-
"@nx/angular": "18.3.1",
32-
"@nx/js": "18.3.1",
28+
"@nxext/capacitor": "19.0.0",
29+
"@nx/devkit": "19.2.3",
30+
"@nx/eslint": "19.2.3",
31+
"@nx/angular": "19.2.3",
32+
"@nx/js": "19.2.3",
3333
"@phenomnomnominal/tsquery": "~5.0.1",
3434
"typescript": "5.4.5",
3535
"tslib": "^2.3.0"

packages/ionic-react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/ionic-react",
3-
"version": "18.0.4",
3+
"version": "19.0.0",
44
"description": "An Nx plugin for developing Ionic React applications and libraries",
55
"author": {
66
"name": "Devin Shoemaker",
@@ -25,10 +25,10 @@
2525
"schematics": "./generators.json",
2626
"builders": "./executors.json",
2727
"dependencies": {
28-
"@nxext/capacitor": "^18.0.4",
29-
"@nx/devkit": "18.3.1",
30-
"@nx/eslint": "18.3.1",
31-
"@nx/react": "18.3.1",
28+
"@nxext/capacitor": "^19.0.0",
29+
"@nx/devkit": "19.2.3",
30+
"@nx/eslint": "19.2.3",
31+
"@nx/react": "19.2.3",
3232
"typescript": "5.4.5",
3333
"@phenomnomnominal/tsquery": "~5.0.1",
3434
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)