[v11.0.x] Chore: Bump Nx to 18.1.x (#86343)
* Chore: Bump Nx to 18.1.x (#85185)
* chore: bump nx to latest version
* build(plugin-configs): reduce wonky webpack output when logged via nx
* revert(plugin-configs): remove infrastructureLogging property
(cherry picked from commit c6a489cfd8)
* update yarn lock file
---------
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
co-authored by
Jack Westbrook
parent
5a348fa711
commit
a2addd8ae2
@@ -12,7 +12,5 @@
|
||||
"outputs": ["{projectRoot}/dist"]
|
||||
}
|
||||
},
|
||||
"affected": {
|
||||
"defaultBase": "main"
|
||||
}
|
||||
"defaultBase": "main"
|
||||
}
|
||||
|
||||
+1
-1
@@ -197,7 +197,7 @@
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
"ngtemplate-loader": "2.1.0",
|
||||
"node-notifier": "10.0.1",
|
||||
"nx": "18.0.8",
|
||||
"nx": "18.1.3",
|
||||
"postcss": "8.4.38",
|
||||
"postcss-loader": "8.1.1",
|
||||
"postcss-reporter": "7.1.0",
|
||||
|
||||
@@ -2,8 +2,9 @@ import CopyWebpackPlugin from 'copy-webpack-plugin';
|
||||
import ESLintPlugin from 'eslint-webpack-plugin';
|
||||
import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
|
||||
import path from 'path';
|
||||
// @ts-expect-error - there are no types for this package
|
||||
import ReplaceInFileWebpackPlugin from 'replace-in-file-webpack-plugin';
|
||||
import { Configuration, DefinePlugin } from 'webpack';
|
||||
import { Configuration } from 'webpack';
|
||||
|
||||
import { DIST_DIR } from './constants';
|
||||
import { getPackageJson, getPluginJson, getEntries, hasLicense } from './utils';
|
||||
@@ -185,27 +186,27 @@ const config = async (env: Record<string, unknown>): Promise<Configuration> => {
|
||||
],
|
||||
},
|
||||
]),
|
||||
env.development
|
||||
? new ForkTsCheckerWebpackPlugin({
|
||||
async: true,
|
||||
issue: {
|
||||
include: [{ file: '**/*.{ts,tsx}' }],
|
||||
},
|
||||
typescript: { configFile: path.join(process.cwd(), 'tsconfig.json') },
|
||||
})
|
||||
: new DefinePlugin({}),
|
||||
env.development
|
||||
? new ESLintPlugin({
|
||||
extensions: ['.ts', '.tsx'],
|
||||
lintDirtyModulesOnly: true, // don't lint on start, only lint changed files
|
||||
cacheLocation: path.resolve(
|
||||
__dirname,
|
||||
'../../node_modules/.cache/eslint-webpack-plugin',
|
||||
path.basename(process.cwd()),
|
||||
'.eslintcache'
|
||||
),
|
||||
})
|
||||
: new DefinePlugin({}),
|
||||
...(env.development
|
||||
? [
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
async: true,
|
||||
issue: {
|
||||
include: [{ file: '**/*.{ts,tsx}' }],
|
||||
},
|
||||
typescript: { configFile: path.join(process.cwd(), 'tsconfig.json') },
|
||||
}),
|
||||
new ESLintPlugin({
|
||||
extensions: ['.ts', '.tsx'],
|
||||
lintDirtyModulesOnly: true, // don't lint on start, only lint changed files
|
||||
cacheLocation: path.resolve(
|
||||
__dirname,
|
||||
'../../node_modules/.cache/eslint-webpack-plugin',
|
||||
path.basename(process.cwd()),
|
||||
'.eslintcache'
|
||||
),
|
||||
}),
|
||||
]
|
||||
: []),
|
||||
],
|
||||
|
||||
resolve: {
|
||||
|
||||
@@ -5483,18 +5483,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nrwl/tao@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nrwl/tao@npm:18.0.8"
|
||||
dependencies:
|
||||
nx: "npm:18.0.8"
|
||||
tslib: "npm:^2.3.0"
|
||||
bin:
|
||||
tao: index.js
|
||||
checksum: 10/136b855a496cbaa857a2341048178ef5e54f26a9de9edb314a8c7f6ca799c4c56d3eea83d72a94ae38c374b7cd0bec0f3745d67d05ffed36b43a1df5b4b54e45
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nrwl/tao@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nrwl/tao@npm:18.1.3"
|
||||
@@ -5525,13 +5513,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-darwin-arm64@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-darwin-arm64@npm:18.0.8"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-darwin-arm64@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-darwin-arm64@npm:18.1.3"
|
||||
@@ -5539,13 +5520,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-darwin-x64@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-darwin-x64@npm:18.0.8"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-darwin-x64@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-darwin-x64@npm:18.1.3"
|
||||
@@ -5553,13 +5527,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-freebsd-x64@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-freebsd-x64@npm:18.0.8"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-freebsd-x64@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-freebsd-x64@npm:18.1.3"
|
||||
@@ -5567,13 +5534,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm-gnueabihf@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-linux-arm-gnueabihf@npm:18.0.8"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm-gnueabihf@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-linux-arm-gnueabihf@npm:18.1.3"
|
||||
@@ -5581,13 +5541,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm64-gnu@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-linux-arm64-gnu@npm:18.0.8"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm64-gnu@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-linux-arm64-gnu@npm:18.1.3"
|
||||
@@ -5595,13 +5548,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm64-musl@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-linux-arm64-musl@npm:18.0.8"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm64-musl@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-linux-arm64-musl@npm:18.1.3"
|
||||
@@ -5609,13 +5555,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-x64-gnu@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-linux-x64-gnu@npm:18.0.8"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-x64-gnu@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-linux-x64-gnu@npm:18.1.3"
|
||||
@@ -5623,13 +5562,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-x64-musl@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-linux-x64-musl@npm:18.0.8"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-x64-musl@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-linux-x64-musl@npm:18.1.3"
|
||||
@@ -5637,13 +5569,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-win32-arm64-msvc@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-win32-arm64-msvc@npm:18.0.8"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-win32-arm64-msvc@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-win32-arm64-msvc@npm:18.1.3"
|
||||
@@ -5651,13 +5576,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-win32-x64-msvc@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "@nx/nx-win32-x64-msvc@npm:18.0.8"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-win32-x64-msvc@npm:18.1.3":
|
||||
version: 18.1.3
|
||||
resolution: "@nx/nx-win32-x64-msvc@npm:18.1.3"
|
||||
@@ -7108,13 +7026,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@remix-run/router@npm:1.14.2, @remix-run/router@npm:^1.5.0":
|
||||
"@remix-run/router@npm:1.14.2":
|
||||
version: 1.14.2
|
||||
resolution: "@remix-run/router@npm:1.14.2"
|
||||
checksum: 10/422844e88b985f1e287301b302c6cf8169c9eea792f80d40464f97b25393bb2e697228ebd7a7b61444d5a51c5873c4a637aad20acde5886a5caf62e833c5ceee
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@remix-run/router@npm:^1.5.0":
|
||||
version: 1.11.0
|
||||
resolution: "@remix-run/router@npm:1.11.0"
|
||||
checksum: 10/629ec578b9dfd3c5cb5de64a0798dd7846ec5ba0351aa66f42b1c65efb43da8f30366be59b825303648965b0df55b638c110949b24ef94fd62e98117fdfb0c0f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rollup/plugin-image@npm:3.0.3":
|
||||
version: 3.0.3
|
||||
resolution: "@rollup/plugin-image@npm:3.0.3"
|
||||
@@ -18853,7 +18778,7 @@ __metadata:
|
||||
ngtemplate-loader: "npm:2.1.0"
|
||||
node-forge: "npm:^1.3.1"
|
||||
node-notifier: "npm:10.0.1"
|
||||
nx: "npm:18.0.8"
|
||||
nx: "npm:18.1.3"
|
||||
ol: "npm:7.4.0"
|
||||
ol-ext: "npm:4.0.17"
|
||||
papaparse: "npm:5.4.1"
|
||||
@@ -23916,90 +23841,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nx@npm:18.0.8":
|
||||
version: 18.0.8
|
||||
resolution: "nx@npm:18.0.8"
|
||||
dependencies:
|
||||
"@nrwl/tao": "npm:18.0.8"
|
||||
"@nx/nx-darwin-arm64": "npm:18.0.8"
|
||||
"@nx/nx-darwin-x64": "npm:18.0.8"
|
||||
"@nx/nx-freebsd-x64": "npm:18.0.8"
|
||||
"@nx/nx-linux-arm-gnueabihf": "npm:18.0.8"
|
||||
"@nx/nx-linux-arm64-gnu": "npm:18.0.8"
|
||||
"@nx/nx-linux-arm64-musl": "npm:18.0.8"
|
||||
"@nx/nx-linux-x64-gnu": "npm:18.0.8"
|
||||
"@nx/nx-linux-x64-musl": "npm:18.0.8"
|
||||
"@nx/nx-win32-arm64-msvc": "npm:18.0.8"
|
||||
"@nx/nx-win32-x64-msvc": "npm:18.0.8"
|
||||
"@yarnpkg/lockfile": "npm:^1.1.0"
|
||||
"@yarnpkg/parsers": "npm:3.0.0-rc.46"
|
||||
"@zkochan/js-yaml": "npm:0.0.6"
|
||||
axios: "npm:^1.6.0"
|
||||
chalk: "npm:^4.1.0"
|
||||
cli-cursor: "npm:3.1.0"
|
||||
cli-spinners: "npm:2.6.1"
|
||||
cliui: "npm:^8.0.1"
|
||||
dotenv: "npm:~16.3.1"
|
||||
dotenv-expand: "npm:~10.0.0"
|
||||
enquirer: "npm:~2.3.6"
|
||||
figures: "npm:3.2.0"
|
||||
flat: "npm:^5.0.2"
|
||||
fs-extra: "npm:^11.1.0"
|
||||
ignore: "npm:^5.0.4"
|
||||
jest-diff: "npm:^29.4.1"
|
||||
js-yaml: "npm:4.1.0"
|
||||
jsonc-parser: "npm:3.2.0"
|
||||
lines-and-columns: "npm:~2.0.3"
|
||||
minimatch: "npm:9.0.3"
|
||||
node-machine-id: "npm:1.1.12"
|
||||
npm-run-path: "npm:^4.0.1"
|
||||
open: "npm:^8.4.0"
|
||||
ora: "npm:5.3.0"
|
||||
semver: "npm:^7.5.3"
|
||||
string-width: "npm:^4.2.3"
|
||||
strong-log-transformer: "npm:^2.1.0"
|
||||
tar-stream: "npm:~2.2.0"
|
||||
tmp: "npm:~0.2.1"
|
||||
tsconfig-paths: "npm:^4.1.2"
|
||||
tslib: "npm:^2.3.0"
|
||||
yargs: "npm:^17.6.2"
|
||||
yargs-parser: "npm:21.1.1"
|
||||
peerDependencies:
|
||||
"@swc-node/register": ^1.8.0
|
||||
"@swc/core": ^1.3.85
|
||||
dependenciesMeta:
|
||||
"@nx/nx-darwin-arm64":
|
||||
optional: true
|
||||
"@nx/nx-darwin-x64":
|
||||
optional: true
|
||||
"@nx/nx-freebsd-x64":
|
||||
optional: true
|
||||
"@nx/nx-linux-arm-gnueabihf":
|
||||
optional: true
|
||||
"@nx/nx-linux-arm64-gnu":
|
||||
optional: true
|
||||
"@nx/nx-linux-arm64-musl":
|
||||
optional: true
|
||||
"@nx/nx-linux-x64-gnu":
|
||||
optional: true
|
||||
"@nx/nx-linux-x64-musl":
|
||||
optional: true
|
||||
"@nx/nx-win32-arm64-msvc":
|
||||
optional: true
|
||||
"@nx/nx-win32-x64-msvc":
|
||||
optional: true
|
||||
peerDependenciesMeta:
|
||||
"@swc-node/register":
|
||||
optional: true
|
||||
"@swc/core":
|
||||
optional: true
|
||||
bin:
|
||||
nx: bin/nx.js
|
||||
nx-cloud: bin/nx-cloud.js
|
||||
checksum: 10/f590a9a8d314161555c4a3d8fa7b2e57997eb7c3cd8d9639c24e735af23299850843898da1c682c08b6f60d1b9ab3e99e29b3caa8be8a3bd654419f427d7caa9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nx@npm:18.1.3, nx@npm:>=17.1.2 < 19":
|
||||
version: 18.1.3
|
||||
resolution: "nx@npm:18.1.3"
|
||||
|
||||
Reference in New Issue
Block a user