-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(monorepo): Upgraded Nx packages to version 16.9.1
- Loading branch information
1 parent
d994538
commit 9c187fc
Showing
28 changed files
with
1,756 additions
and
827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
extends: ["./dist/tools/devops/config/commitlint/index.js"], | ||
extends: ["./dist/tools/devops/config/commitlint/index.js"] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"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.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" | ||
}, | ||
{ | ||
"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.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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.