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

Commit

Permalink
Merge pull request #30 from nxext/update_nx_17
Browse files Browse the repository at this point in the history
chore(nxext): update deps
  • Loading branch information
DominikPieper authored Apr 15, 2024
2 parents 7eee208 + 98674dc commit d221bd0
Show file tree
Hide file tree
Showing 7 changed files with 8,781 additions and 3,148 deletions.
43 changes: 43 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"migrations": [
{
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
},
{
"cli": "nx",
"version": "18.1.0-beta.3",
"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.",
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6",
"package": "@nx/cypress",
"name": "update-cypress-version-13-6-6"
},
{
"cli": "nx",
"version": "18.1.0-beta.3",
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.",
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json",
"package": "@nx/playwright",
"name": "18-1-0-remove-baseUrl-from-project-json"
},
{
"cli": "nx",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/webpack:webpack' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/react",
"name": "fix-target-defaults-for-webpack"
},
{
"cli": "nx",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/angular",
"name": "fix-target-defaults-for-webpack-browser"
}
]
}
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
}
}
},
"affected": {
"defaultBase": "main"
},
"generators": {
"@nx/next": {
"application": {
Expand Down Expand Up @@ -127,5 +124,6 @@
"@nx/js": {
"analyzeSourceFiles": true
}
}
},
"defaultBase": "main"
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "8.49.0",
"@nuxt/kit": "3.10.3",
"@nx/angular": "18.0.4",
"@nx/cypress": "18.0.4",
"@nx/devkit": "18.0.4",
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/node": "18.0.4",
"@nx/playwright": "18.0.4",
"@nx/plugin": "18.0.4",
"@nx/react": "18.0.4",
"@nx/storybook": "18.0.4",
"@nx/vite": "18.0.4",
"@nx/web": "18.0.4",
"@nx/workspace": "18.0.4",
"@nx/angular": "18.2.4",
"@nx/cypress": "18.2.4",
"@nx/devkit": "18.2.4",
"@nx/eslint": "18.2.4",
"@nx/eslint-plugin": "18.2.4",
"@nx/jest": "18.2.4",
"@nx/js": "18.2.4",
"@nx/node": "18.2.4",
"@nx/playwright": "18.2.4",
"@nx/plugin": "18.2.4",
"@nx/react": "18.2.4",
"@nx/storybook": "18.2.4",
"@nx/vite": "18.2.4",
"@nx/web": "18.2.4",
"@nx/workspace": "18.2.4",
"@nxext/svelte": "^17.0.1",
"@phenomnomnominal/tsquery": "~5.0.1",
"@schematics/angular": "17.2.1",
Expand All @@ -84,15 +84,15 @@
"@types/jest": "29.5.5",
"@types/node": "18.19.18",
"@types/yargs": "^17.0.26",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"ajv": "6.12.6",
"all-contributors-cli": "^6.26.1",
"chalk": "4.1.0",
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"dotenv": "16.3.1",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
"file-type": "^18.5.0",
Expand All @@ -105,21 +105,21 @@
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jsonc-eslint-parser": "^2.3.0",
"jsonc-parser": "^3.2.0",
"jsonc-parser": "^3.2.1",
"kill-port": "^2.0.1",
"lint-staged": "13.2.3",
"nx": "18.0.4",
"nx": "18.2.4",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"tcp-port-used": "^1.0.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"tslint": "6.1.3",
"typescript": "5.3.3",
"typescript": "5.4.5",
"verdaccio": "5.29.2",
"verdaccio-auth-memory": "^10.2.2",
"vitepress": "^1.0.0-rc.44",
"vitepress": "^1.1.0",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
Expand Down
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": "18.0.4",
"nx": "18.0.4"
"@nx/devkit": "18.2.4",
"nx": "18.2.4"
},
"peerDependencies": {
"@nx/web": "18.0.4"
"@nx/web": "18.2.4"
}
}
10 changes: 5 additions & 5 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": "^18.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@nx/devkit": "18.0.4",
"typescript": "5.3.3",
"@nx/js": "18.0.4"
"@nx/devkit": "18.2.4",
"typescript": "5.4.5",
"@nx/js": "18.2.4"
},
"peerDependencies": {
"@nx/angular": "18.0.4",
"@nx/eslint": "18.0.4"
"@nx/angular": "18.2.4",
"@nx/eslint": "18.2.4"
}
}
8 changes: 4 additions & 4 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": "^18.0.4",
"@nx/devkit": "18.0.4",
"typescript": "5.3.3"
"@nx/devkit": "18.2.4",
"typescript": "5.4.5"
},
"peerDependencies": {
"@nx/react": "18.0.4",
"@nx/react": "18.2.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@nx/eslint": "18.0.4"
"@nx/eslint": "18.2.4"
}
}
Loading

0 comments on commit d221bd0

Please sign in to comment.