-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #762 from jetstreamapp/deps/update
Upgrade Deps - Nx / Monaco
- Loading branch information
Showing
5 changed files
with
1,095 additions
and
855 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,43 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "17.2.0-beta.0", | ||
"description": "Simplify eslintFilePatterns", | ||
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", | ||
"package": "@nx/eslint", | ||
"name": "simplify-eslint-patterns" | ||
"cli": "nx", | ||
"version": "17.3.0-beta.6", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-17-3-0/update-nxw", | ||
"package": "nx", | ||
"name": "17.3.0-update-nx-wrapper" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.1-beta.0", | ||
"description": "Add webpack.config.js file when webpackConfig is not defined", | ||
"implementation": "./src/migrations/update-17-2-1/webpack-config-setup", | ||
"package": "@nx/webpack", | ||
"name": "update-17-2-1-webpack-config-setup" | ||
"version": "18.0.0-beta.2", | ||
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace", | ||
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.7", | ||
"description": "Remove patched eslint rule for @next/next/no-html-link-for-pages", | ||
"implementation": "./src/migrations/update-17-2-7/remove-eslint-rules-patch", | ||
"package": "@nx/next", | ||
"name": "update-17-2-7" | ||
"version": "18.0.0-beta.0", | ||
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/webpack:webpack' is used for Module Federation.", | ||
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", | ||
"package": "@nx/react", | ||
"name": "add-module-federation-env-var-to-target-defaults" | ||
}, | ||
{ | ||
"version": "17.2.9", | ||
"description": "Move executor options to target defaults", | ||
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults", | ||
"package": "@nx/eslint", | ||
"name": "move-options-to-target-defaults" | ||
}, | ||
{ | ||
"version": "17.2.0-beta.10", | ||
"description": "Update vite config.", | ||
"implementation": "./src/migrations/update-17-2-0/update-vite-config", | ||
"version": "17.3.0-beta.0", | ||
"description": "Move the vitest coverage thresholds in their own object if exists and add reporters.", | ||
"implementation": "./src/migrations/update-17-3-0/vitest-coverage-and-reporters", | ||
"package": "@nx/vite", | ||
"name": "update-vite-config" | ||
"name": "vitest-coverage-and-reporters" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.