Skip to content

Commit

Permalink
chore(nxext): update to nx 16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Sep 26, 2023
1 parent 2adddea commit c93239e
Show file tree
Hide file tree
Showing 24 changed files with 546 additions and 537 deletions.
27 changes: 10 additions & 17 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,19 @@
"migrations": [
{
"cli": "nx",
"version": "16.8.0-beta.3",
"description": "Escape $ in env variables",
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
"package": "nx",
"name": "16.8.0-escape-dollar-sign-env"
},
{
"version": "16.8.0",
"description": "update-16-8-0-add-ignored-files",
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
"package": "@nx/linter",
"name": "update-16-8-0-add-ignored-files"
"version": "16.9.0-beta.1",
"description": "Replace imports of Module Federation utils frm @nx/devkit to @nx/webpack",
"implementation": "./src/migrations/update-16-9-0/migrate-mf-util-usage",
"package": "@nx/devkit",
"name": "update-16-9-0-migrate-mf-usage-to-webpack"
},
{
"cli": "nx",
"version": "16.8.0-beta.4",
"description": "Update to Cypress v13. Most noteable change is video recording is off by default. This migration will only update if the workspace is already on Cypress v12. https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-130",
"implementation": "./src/migrations/update-16-8-0/cypress-13",
"package": "@nx/cypress",
"name": "update-16-8-0-cypress-13"
"version": "16.8.2-beta.0",
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
"factory": "./src/migrations/update-16-8-2/update-swcrc",
"package": "@nx/js",
"name": "16-8-2-update-swcrc"
}
]
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,29 @@
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "8.49.0",
"@nuxt/kit": "3.6.5",
"@nx/angular": "16.8.1",
"@nx/cypress": "16.8.1",
"@nx/devkit": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/node": "16.8.1",
"@nx/playwright": "16.8.1",
"@nx/plugin": "16.8.1",
"@nx/react": "16.8.1",
"@nx/storybook": "16.8.1",
"@nx/vite": "16.8.1",
"@nx/web": "16.8.1",
"@nx/workspace": "16.8.1",
"@nx/angular": "16.9.1",
"@nx/cypress": "16.9.1",
"@nx/devkit": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/node": "16.9.1",
"@nx/playwright": "16.9.1",
"@nx/plugin": "16.9.1",
"@nx/react": "16.9.1",
"@nx/storybook": "16.9.1",
"@nx/vite": "16.9.1",
"@nx/web": "16.9.1",
"@nx/workspace": "16.9.1",
"@phenomnomnominal/tsquery": "~5.0.1",
"@preact/preset-vite": "^2.5.0",
"@schematics/angular": "16.0.0",
"@stencil/core": "3.4.0",
"@swc-node/register": "^1.6.6",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.69",
"@swc/helpers": "0.5.1",
"@swc/core": "1.3.89",
"@swc/helpers": "0.5.2",
"@swc/jest": "0.2.26",
"@types/glob": "^8.1.0",
"@types/globrex": "^0.1.2",
Expand Down Expand Up @@ -113,7 +113,7 @@
"lint-staged": "13.2.3",
"nuxi": "3.6.5",
"nuxt": "3.6.5",
"nx": "16.8.1",
"nx": "16.9.1",
"nx-cloud": "16.4.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
Expand Down
13 changes: 0 additions & 13 deletions packages/capacitor/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,5 @@
"description": "application generator",
"aliases": ["app"]
}
},
"schematics": {
"capacitor-project": {
"factory": "./src/generators/capacitor-project/generator#capacitorProjectSchematic",
"schema": "./src/generators/capacitor-project/schema.json",
"description": "Add a Capacitor project"
},
"application": {
"factory": "./src/generators/application/generator#applicationSchematic",
"schema": "./src/generators/application/schema.json",
"description": "application generator",
"aliases": ["app"]
}
}
}
6 changes: 3 additions & 3 deletions packages/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"dependencies": {
"tslib": "^2.3.0",
"ignore": "^5.2.4",
"@nx/devkit": "^16.8.0",
"nx": "^16.8.0"
"@nx/devkit": "^16.9.1",
"nx": "^16.9.1"
},
"peerDependencies": {
"@nx/web": "^16.8.0"
"@nx/web": "^16.9.1"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"tslib": "^2.3.0",
"@nx/devkit": "^16.8.0",
"@nx/devkit": "^16.9.1",
"typescript": "5.1.6",
"nx": "^16.8.0"
"nx": "^16.9.1"
}
}
13 changes: 0 additions & 13 deletions packages/ionic-angular/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,5 @@
"schema": "./src/generators/page/schema.json",
"description": "Generate an Ionic page component"
}
},
"schematics": {
"application": {
"factory": "./src/generators/application/generator#applicationSchematic",
"schema": "./src/generators/application/schema.json",
"aliases": ["app"],
"description": "Create an Ionic Angular application."
},
"page": {
"factory": "./src/generators/page/generator#pageSchematic",
"schema": "./src/generators/page/schema.json",
"description": "Generate an Ionic page component"
}
}
}
8 changes: 4 additions & 4 deletions packages/ionic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"tslib": "^2.3.0",
"@nxext/capacitor": "^16.7.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@nx/devkit": "^16.8.0",
"@nx/devkit": "^16.9.1",
"typescript": "5.1.6",
"@nx/js": "^16.8.0"
"@nx/js": "^16.9.1"
},
"peerDependencies": {
"@nx/angular": "^16.8.0",
"@nx/linter": "^16.8.0"
"@nx/angular": "^16.9.1",
"@nx/linter": "^16.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/ionic-react/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"schematics": {
"application": {
"factory": "./src/generators/application/generator#applicationSchematic",
"factory": "./src/generators/application/generator",
"schema": "./src/generators/application/schema.json",
"aliases": ["app"],
"description": "Create an Ionic React application."
Expand Down
6 changes: 3 additions & 3 deletions packages/ionic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"dependencies": {
"tslib": "^2.3.0",
"@nxext/capacitor": "^16.7.0",
"@nx/devkit": "^16.8.0",
"@nx/devkit": "^16.9.1",
"typescript": "5.1.6"
},
"peerDependencies": {
"@nx/linter": "^16.8.0",
"@nx/react": "^16.8.0",
"@nx/linter": "^16.9.1",
"@nx/react": "^16.9.1",
"@phenomnomnominal/tsquery": "~5.0.1"
}
}
12 changes: 6 additions & 6 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"builders": "./executors.json",
"executors": "./executors.json",
"dependencies": {
"@nx/devkit": "^16.8.0",
"@nx/devkit": "^16.9.1",
"tslib": "^2.3.0",
"@nx/workspace": "^16.8.0",
"@nx/workspace": "^16.9.1",
"@nuxt/kit": "3.6.5",
"nuxi": "3.6.5",
"@nxext/core": "^16.7.0"
},
"peerDependencies": {
"@nx/js": "^16.8.0",
"@nx/linter": "^16.8.0",
"@nx/cypress": "^16.8.0",
"@nx/playwright": "^16.8.0"
"@nx/js": "^16.9.1",
"@nx/linter": "^16.9.1",
"@nx/cypress": "^16.9.1",
"@nx/playwright": "^16.9.1"
},
"peerDependenciesMeta": {
"@nx/cypress": {
Expand Down
8 changes: 4 additions & 4 deletions packages/preact/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"version": "0.1",
"generators": {
"application": {
"factory": "./src/generators/application/application#applicationGenerator",
"factory": "./src/generators/application/application",
"schema": "./src/generators/application/schema.json",
"description": "preact application schematic",
"aliases": ["app"]
},
"library": {
"factory": "./src/generators/library/library#libraryGenerator",
"factory": "./src/generators/library/library",
"schema": "./src/generators/library/schema.json",
"description": "preact library schematic",
"aliases": ["lib"]
},
"component": {
"factory": "./src/generators/component/component#componentGenerator",
"factory": "./src/generators/component/component",
"schema": "./src/generators/component/schema.json",
"description": "Add component",
"aliases": ["c"]
},
"init": {
"factory": "./src/generators/init/init#initGenerator",
"factory": "./src/generators/init/init",
"schema": "./src/generators/init/schema.json",
"description": "Init schematic",
"hidden": true
Expand Down
12 changes: 6 additions & 6 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"main": "src/index.js",
"generators": "./generators.json",
"peerDependencies": {
"@nx/linter": "^16.8.0",
"@nx/jest": "^16.8.0",
"@nx/vite": "^16.8.0",
"@nx/cypress": "^16.8.0",
"@nx/linter": "^16.9.1",
"@nx/jest": "^16.9.1",
"@nx/vite": "^16.9.1",
"@nx/cypress": "^16.9.1",
"typescript": "5.1.6",
"nx": "^16.8.0"
"nx": "^16.9.1"
},
"dependencies": {
"tslib": "^2.3.0",
"@nx/devkit": "^16.8.0"
"@nx/devkit": "^16.9.1"
}
}
8 changes: 4 additions & 4 deletions packages/solid/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"version": "0.1",
"generators": {
"application": {
"factory": "./src/generators/application/application#applicationGenerator",
"factory": "./src/generators/application/application",
"schema": "./src/generators/application/schema.json",
"description": "Solid application schematic",
"aliases": ["app"]
},
"library": {
"factory": "./src/generators/library/library#libraryGenerator",
"factory": "./src/generators/library/library",
"schema": "./src/generators/library/schema.json",
"description": "Solid library schematic",
"aliases": ["lib"]
},
"component": {
"factory": "./src/generators/component/component#componentGenerator",
"factory": "./src/generators/component/component",
"schema": "./src/generators/component/schema.json",
"description": "Add component",
"aliases": ["c"]
},
"init": {
"factory": "./src/generators/init/init#initGenerator",
"factory": "./src/generators/init/init",
"schema": "./src/generators/init/schema.json",
"description": "Init schematic",
"hidden": true
Expand Down
12 changes: 6 additions & 6 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"main": "src/index.js",
"generators": "./generators.json",
"dependencies": {
"nx": "^16.8.0",
"@nx/devkit": "^16.8.0",
"nx": "^16.9.1",
"@nx/devkit": "^16.9.1",
"typescript": "5.1.6",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@nx/linter": "^16.8.0",
"@nx/vite": "^16.8.0",
"@nx/jest": "^16.8.0",
"@nx/cypress": "^16.8.0"
"@nx/linter": "^16.9.1",
"@nx/vite": "^16.9.1",
"@nx/jest": "^16.9.1",
"@nx/cypress": "^16.9.1"
},
"nx-migrate": {
"migrations": "./migrations.json"
Expand Down
Loading

0 comments on commit c93239e

Please sign in to comment.