From e96153a6f0f80a29c4a20cf4f1b98e77f6d98c56 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 25 Jan 2022 11:48:45 -0800 Subject: [PATCH] Update cyclic dependencies. --- apps/api-extractor-model/package.json | 2 +- apps/api-extractor/package.json | 2 +- apps/heft/package.json | 2 +- common/config/rush/command-line.json | 6 - common/config/rush/pnpm-lock.yaml | 159 ++++----------------- common/config/rush/repo-state.json | 2 +- eslint/eslint-patch/package.json | 2 +- eslint/eslint-plugin-packlets/package.json | 2 +- eslint/eslint-plugin-security/package.json | 2 +- eslint/eslint-plugin/package.json | 2 +- libraries/heft-config-file/package.json | 2 +- libraries/node-core-library/package.json | 2 +- libraries/rig-package/package.json | 2 +- libraries/tree-pattern/package.json | 2 +- libraries/ts-command-line/package.json | 2 +- rush.json | 2 +- 16 files changed, 43 insertions(+), 150 deletions(-) diff --git a/apps/api-extractor-model/package.json b/apps/api-extractor-model/package.json index 00e8522880..a056fb064f 100644 --- a/apps/api-extractor-model/package.json +++ b/apps/api-extractor-model/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24" } diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 0bb5599f12..08fed3d533 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/heft-jest": "1.0.1", "@types/lodash": "4.14.116", "@types/node": "12.20.24", diff --git a/apps/heft/package.json b/apps/heft/package.json index a612d5e3f3..b7827ab9f5 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -53,7 +53,7 @@ "@microsoft/api-extractor": "workspace:*", "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/argparse": "1.0.38", "@types/eslint": "8.2.0", "@types/glob": "7.1.1", diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json index 92746dbea7..4cf6b24bfd 100644 --- a/common/config/rush/command-line.json +++ b/common/config/rush/command-line.json @@ -14,12 +14,6 @@ { "commandKind": "phased", "name": "build", - "summary": "Build all projects that haven't been built, or have changed since they were last built.", - "description": "Build all projects that haven't been built, or have changed since they were last built.", - "safeForSimultaneousRushProcesses": false, - - "enableParallelism": true, - "incremental": true, "phases": ["_phase:build", "_phase:test"] }, // { diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 51919f4577..76faec5f23 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -45,7 +45,7 @@ importers: '@microsoft/tsdoc-config': ~0.15.2 '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/node-core-library': workspace:* '@rushstack/rig-package': workspace:* '@rushstack/ts-command-line': workspace:* @@ -76,7 +76,7 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/heft-jest': 1.0.1 '@types/lodash': 4.14.116 '@types/node': 12.20.24 @@ -89,7 +89,7 @@ importers: '@microsoft/tsdoc-config': ~0.15.2 '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/node-core-library': workspace:* '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 @@ -100,7 +100,7 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 @@ -110,7 +110,7 @@ importers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 '@rushstack/heft-config-file': workspace:* - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/node-core-library': workspace:* '@rushstack/rig-package': workspace:* '@rushstack/ts-command-line': workspace:* @@ -152,7 +152,7 @@ importers: '@microsoft/api-extractor': link:../api-extractor '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/argparse': 1.0.38 '@types/eslint': 8.2.0 '@types/glob': 7.1.1 @@ -1213,17 +1213,17 @@ importers: ../../eslint/eslint-patch: specifiers: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@types/node': 12.20.24 devDependencies: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/node': 12.20.24 ../../eslint/eslint-plugin: specifiers: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/tree-pattern': workspace:* '@types/eslint': 8.2.0 '@types/estree': 0.0.50 @@ -1239,7 +1239,7 @@ importers: '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 devDependencies: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/eslint': 8.2.0 '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 @@ -1252,7 +1252,7 @@ importers: ../../eslint/eslint-plugin-packlets: specifiers: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/tree-pattern': workspace:* '@types/eslint': 8.2.0 '@types/estree': 0.0.50 @@ -1268,7 +1268,7 @@ importers: '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 devDependencies: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/eslint': 8.2.0 '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 @@ -1281,7 +1281,7 @@ importers: ../../eslint/eslint-plugin-security: specifiers: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/tree-pattern': workspace:* '@types/eslint': 8.2.0 '@types/estree': 0.0.50 @@ -1297,7 +1297,7 @@ importers: '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 devDependencies: '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/eslint': 8.2.0 '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 @@ -1496,7 +1496,7 @@ importers: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@rushstack/node-core-library': workspace:* '@rushstack/rig-package': workspace:* '@types/heft-jest': 1.0.1 @@ -1509,7 +1509,7 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 @@ -1531,7 +1531,7 @@ importers: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@types/fs-extra': 7.0.0 '@types/heft-jest': 1.0.1 '@types/jju': 1.4.1 @@ -1560,7 +1560,7 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/fs-extra': 7.0.0 '@types/heft-jest': 1.0.1 '@types/jju': 1.4.1 @@ -1589,7 +1589,7 @@ importers: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 '@types/resolve': 1.17.1 @@ -1602,7 +1602,7 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 '@types/resolve': 1.17.1 @@ -1696,13 +1696,13 @@ importers: specifiers: '@rushstack/eslint-config': 2.5.1 '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@types/heft-jest': 1.0.1 eslint: ~7.30.0 devDependencies: '@rushstack/eslint-config': 2.5.1_eslint@7.30.0 '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/heft-jest': 1.0.1 eslint: 7.30.0 @@ -1710,7 +1710,7 @@ importers: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0 + '@rushstack/heft-node-rig': 1.7.1 '@types/argparse': 1.0.38 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 @@ -1725,7 +1725,7 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.2 - '@rushstack/heft-node-rig': 1.6.0_@rushstack+heft@0.44.2 + '@rushstack/heft-node-rig': 1.7.1_@rushstack+heft@0.44.2 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 @@ -3708,23 +3708,6 @@ packages: - supports-color dev: true - /@eslint/eslintrc/1.0.4: - resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.3 - espree: 9.1.0 - globals: 13.12.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.0.4 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /@eslint/eslintrc/1.0.5: resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3774,17 +3757,6 @@ packages: - supports-color dev: true - /@humanwhocodes/config-array/0.6.0: - resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==} - engines: {node: '>=10.10.0'} - dependencies: - '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.3 - minimatch: 3.0.4 - transitivePeerDependencies: - - supports-color - dev: true - /@humanwhocodes/config-array/0.9.2: resolution: {integrity: sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==} engines: {node: '>=10.10.0'} @@ -4574,15 +4546,15 @@ packages: - utf-8-validate dev: true - /@rushstack/heft-node-rig/1.6.0_@rushstack+heft@0.44.2: - resolution: {integrity: sha512-ZGWcy/xuIRJNv9lJYTC5ytn6mXziqi8mrZTK2zC0enXskX5ahb+Bim1tOu7f13S/JMyrbD1VedtNyw2IjW/WdA==} + /@rushstack/heft-node-rig/1.7.1_@rushstack+heft@0.44.2: + resolution: {integrity: sha512-EmV+bLq4vXRE+9w8VxzL1FmTyS+DS4ZLnn1qAC5gtvNMzx/qlnHlKjcv9aZOINT1MZ5/bGns3zYf8EK+Gv3JjA==} peerDependencies: '@rushstack/heft': ^0.44.2 dependencies: '@microsoft/api-extractor': 7.19.4 '@rushstack/heft': 0.44.2 '@rushstack/heft-jest-plugin': 0.2.2_@rushstack+heft@0.44.2 - eslint: 8.3.0 + eslint: 8.7.0 jest-environment-node: 27.4.4 typescript: 4.5.2 transitivePeerDependencies: @@ -7307,14 +7279,6 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.6.0: - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.6.0 - dev: true - /acorn-jsx/5.3.2_acorn@8.7.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -7340,6 +7304,7 @@ packages: resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /acorn/8.7.0: resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} @@ -9925,16 +9890,6 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /eslint-utils/3.0.0_eslint@8.3.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.3.0 - eslint-visitor-keys: 2.1.0 - dev: true - /eslint-utils/3.0.0_eslint@8.7.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} @@ -10010,53 +9965,6 @@ packages: - supports-color dev: true - /eslint/8.3.0: - resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint/eslintrc': 1.0.4 - '@humanwhocodes/config-array': 0.6.0 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.3 - doctrine: 3.0.0 - enquirer: 2.3.6 - escape-string-regexp: 4.0.0 - eslint-scope: 7.1.0 - eslint-utils: 3.0.0_eslint@8.3.0 - eslint-visitor-keys: 3.1.0 - espree: 9.1.0 - esquery: 1.4.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 6.0.2 - globals: 13.12.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 - progress: 2.0.3 - regexpp: 3.2.0 - semver: 7.3.5 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color - dev: true - /eslint/8.7.0: resolution: {integrity: sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -10109,15 +10017,6 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /espree/9.1.0: - resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.6.0 - acorn-jsx: 5.3.2_acorn@8.6.0 - eslint-visitor-keys: 3.1.0 - dev: true - /espree/9.3.0: resolution: {integrity: sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -13264,7 +13163,7 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.6.0 + acorn: 8.7.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index d8baa7ab63..84a4d71b21 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "ddcf3fce3389dc423f22d161b9aeb366d96ac62a", + "pnpmShrinkwrapHash": "a09471e096b45d909d2de2f844c3b0f0479d5bda", "preferredVersionsHash": "d2a5d015a5e5f4861bc36581c3c08cb789ed7fab" } diff --git a/eslint/eslint-patch/package.json b/eslint/eslint-patch/package.json index 9a403891ea..dde1fdad35 100644 --- a/eslint/eslint-patch/package.json +++ b/eslint/eslint-patch/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/node": "12.20.24" } } diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index 4ec15d54a7..9b206ac7ec 100644 --- a/eslint/eslint-plugin-packlets/package.json +++ b/eslint/eslint-plugin-packlets/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/eslint": "8.2.0", "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index 4633c04fca..b04605d448 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/eslint": "8.2.0", "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index 12343ab6b4..1029dab7c3 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/eslint": "8.2.0", "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", diff --git a/libraries/heft-config-file/package.json b/libraries/heft-config-file/package.json index b03df62c1e..43d1a44846 100644 --- a/libraries/heft-config-file/package.json +++ b/libraries/heft-config-file/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24" } diff --git a/libraries/node-core-library/package.json b/libraries/node-core-library/package.json index 3e63abaa39..d8b41eb4a1 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/fs-extra": "7.0.0", "@types/heft-jest": "1.0.1", "@types/jju": "1.4.1", diff --git a/libraries/rig-package/package.json b/libraries/rig-package/package.json index 9b65d0577c..304e44fe5a 100644 --- a/libraries/rig-package/package.json +++ b/libraries/rig-package/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@rushstack/heft": "0.44.2", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", diff --git a/libraries/tree-pattern/package.json b/libraries/tree-pattern/package.json index 06804ad8d2..936d57ce5e 100644 --- a/libraries/tree-pattern/package.json +++ b/libraries/tree-pattern/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@rushstack/eslint-config": "2.5.1", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/heft-jest": "1.0.1", "eslint": "~7.30.0" } diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index 6c88e8e828..dc774f666a 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "0.44.2", - "@rushstack/heft-node-rig": "1.6.0", + "@rushstack/heft-node-rig": "1.7.1", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24" } diff --git a/rush.json b/rush.json index 525ba2e9c9..588b9999f8 100644 --- a/rush.json +++ b/rush.json @@ -16,7 +16,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ - "rushVersion": "5.60.0", + "rushVersion": "5.61.1", /** * The next field selects which package manager should be installed and determines its version.