Skip to content

Commit 2eb2df0

Browse files
committed
Bump decoupled local dependencies
1 parent 02ad550 commit 2eb2df0

File tree

19 files changed

+34
-34
lines changed

19 files changed

+34
-34
lines changed

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"typescript": "5.3.3"
5252
},
5353
"devDependencies": {
54-
"@rushstack/heft-node-rig": "2.4.0",
55-
"@rushstack/heft": "0.64.0",
54+
"@rushstack/heft-node-rig": "2.4.15",
55+
"@rushstack/heft": "0.65.4",
5656
"@types/heft-jest": "1.0.1",
5757
"@types/lodash": "4.14.116",
5858
"@types/node": "18.17.15",

apps/heft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"devDependencies": {
5252
"@microsoft/api-extractor": "workspace:*",
5353
"local-eslint-config": "workspace:*",
54-
"@rushstack/heft": "0.64.0",
55-
"@rushstack/heft-node-rig": "2.4.0",
54+
"@rushstack/heft": "0.65.4",
55+
"@rushstack/heft-node-rig": "2.4.15",
5656
"@types/heft-jest": "1.0.1",
5757
"@types/node": "18.17.15",
5858
"@types/watchpack": "2.4.0",

build-tests/heft-typescript-v4-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@microsoft/api-extractor": "workspace:*",
15-
"@rushstack/eslint-config": "3.6.0",
15+
"@rushstack/eslint-config": "3.6.4",
1616
"@rushstack/eslint-patch": "workspace:*",
1717
"@rushstack/heft": "workspace:*",
1818
"@rushstack/heft-api-extractor-plugin": "workspace:*",

eslint/eslint-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"patch"
3131
],
3232
"devDependencies": {
33-
"@rushstack/heft": "0.64.0",
34-
"@rushstack/heft-node-rig": "2.4.0",
33+
"@rushstack/heft": "0.65.4",
34+
"@rushstack/heft-node-rig": "2.4.15",
3535
"@types/node": "18.17.15",
3636
"typescript": "~5.3.3",
3737
"@typescript-eslint/types": "~5.59.2"

eslint/eslint-plugin-packlets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
3131
},
3232
"devDependencies": {
33-
"@rushstack/heft": "0.64.0",
34-
"@rushstack/heft-node-rig": "2.4.0",
33+
"@rushstack/heft": "0.65.4",
34+
"@rushstack/heft-node-rig": "2.4.15",
3535
"@types/eslint": "8.2.0",
3636
"@types/estree": "1.0.5",
3737
"@types/heft-jest": "1.0.1",

eslint/eslint-plugin-security/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "~3.0.0",
33-
"@rushstack/heft": "0.64.0",
34-
"@rushstack/heft-node-rig": "2.4.0",
33+
"@rushstack/heft": "0.65.4",
34+
"@rushstack/heft-node-rig": "2.4.15",
3535
"@types/eslint": "8.2.0",
3636
"@types/estree": "1.0.5",
3737
"@types/heft-jest": "1.0.1",

eslint/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@eslint/eslintrc": "~3.0.0",
37-
"@rushstack/heft": "0.64.0",
38-
"@rushstack/heft-node-rig": "2.4.0",
37+
"@rushstack/heft": "0.65.4",
38+
"@rushstack/heft-node-rig": "2.4.15",
3939
"@types/eslint": "8.2.0",
4040
"@types/estree": "1.0.5",
4141
"@types/heft-jest": "1.0.1",

heft-plugins/heft-api-extractor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@microsoft/api-extractor": "workspace:*",
2727
"local-eslint-config": "workspace:*",
2828
"@rushstack/heft": "workspace:*",
29-
"@rushstack/heft-node-rig": "2.4.0",
29+
"@rushstack/heft-node-rig": "2.4.15",
3030
"@rushstack/terminal": "workspace:*",
3131
"@types/heft-jest": "1.0.1",
3232
"@types/node": "18.17.15",

heft-plugins/heft-jest-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@jest/types": "29.5.0",
4444
"local-eslint-config": "workspace:*",
4545
"@rushstack/heft": "workspace:*",
46-
"@rushstack/heft-node-rig": "2.4.0",
46+
"@rushstack/heft-node-rig": "2.4.15",
4747
"@rushstack/terminal": "workspace:*",
4848
"@types/heft-jest": "1.0.1",
4949
"@types/lodash": "4.14.116",

heft-plugins/heft-lint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"local-eslint-config": "workspace:*",
2626
"@rushstack/heft": "workspace:*",
2727
"@rushstack/heft-typescript-plugin": "workspace:*",
28-
"@rushstack/heft-node-rig": "2.4.0",
28+
"@rushstack/heft-node-rig": "2.4.15",
2929
"@rushstack/terminal": "workspace:*",
3030
"@types/eslint": "8.2.0",
3131
"@types/heft-jest": "1.0.1",

heft-plugins/heft-typescript-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"local-eslint-config": "workspace:*",
3131
"@rushstack/heft": "workspace:*",
32-
"@rushstack/heft-node-rig": "2.4.0",
32+
"@rushstack/heft-node-rig": "2.4.15",
3333
"@rushstack/terminal": "workspace:*",
3434
"@types/node": "18.17.15",
3535
"@types/semver": "7.5.0",

libraries/api-extractor-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"local-eslint-config": "workspace:*",
26-
"@rushstack/heft": "0.64.0",
27-
"@rushstack/heft-node-rig": "2.4.0",
26+
"@rushstack/heft": "0.65.4",
27+
"@rushstack/heft-node-rig": "2.4.15",
2828
"@types/heft-jest": "1.0.1",
2929
"@types/node": "18.17.15"
3030
}

libraries/heft-config-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"local-eslint-config": "workspace:*",
31-
"@rushstack/heft": "0.64.0",
32-
"@rushstack/heft-node-rig": "2.4.0",
31+
"@rushstack/heft": "0.65.4",
32+
"@rushstack/heft-node-rig": "2.4.15",
3333
"@types/heft-jest": "1.0.1",
3434
"@types/node": "18.17.15"
3535
}

libraries/node-core-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"local-eslint-config": "workspace:*",
28-
"@rushstack/heft": "0.64.0",
29-
"@rushstack/heft-node-rig": "2.4.0",
28+
"@rushstack/heft": "0.65.4",
29+
"@rushstack/heft-node-rig": "2.4.15",
3030
"@types/fs-extra": "7.0.0",
3131
"@types/heft-jest": "1.0.1",
3232
"@types/jju": "1.4.1",

libraries/operation-graph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"local-eslint-config": "workspace:*",
24-
"@rushstack/heft": "0.64.0",
25-
"@rushstack/heft-node-rig": "2.4.0",
24+
"@rushstack/heft": "0.65.4",
25+
"@rushstack/heft-node-rig": "2.4.15",
2626
"@types/heft-jest": "1.0.1",
2727
"@types/node": "18.17.15"
2828
},

libraries/rig-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"local-eslint-config": "workspace:*",
24-
"@rushstack/heft-node-rig": "2.4.0",
25-
"@rushstack/heft": "0.64.0",
24+
"@rushstack/heft-node-rig": "2.4.15",
25+
"@rushstack/heft": "0.65.4",
2626
"@types/heft-jest": "1.0.1",
2727
"@types/node": "18.17.15",
2828
"@types/resolve": "1.20.2",

libraries/terminal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"colors": "~1.2.1"
2121
},
2222
"devDependencies": {
23-
"@rushstack/heft": "0.64.0",
24-
"@rushstack/heft-node-rig": "2.4.0",
23+
"@rushstack/heft": "0.65.4",
24+
"@rushstack/heft-node-rig": "2.4.15",
2525
"@types/heft-jest": "1.0.1",
2626
"@types/node": "18.17.15",
2727
"local-eslint-config": "workspace:*"

libraries/tree-pattern/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"_phase:test": "heft run --only test -- --clean"
1717
},
1818
"devDependencies": {
19-
"@rushstack/eslint-config": "3.6.0",
20-
"@rushstack/heft": "0.64.0",
21-
"@rushstack/heft-node-rig": "2.4.0",
19+
"@rushstack/eslint-config": "3.6.4",
20+
"@rushstack/heft": "0.65.4",
21+
"@rushstack/heft-node-rig": "2.4.15",
2222
"@types/heft-jest": "1.0.1",
2323
"@types/node": "18.17.15",
2424
"eslint": "~8.7.0",

libraries/ts-command-line/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"local-eslint-config": "workspace:*",
26-
"@rushstack/heft": "0.64.0",
27-
"@rushstack/heft-node-rig": "2.4.0",
26+
"@rushstack/heft": "0.65.4",
27+
"@rushstack/heft-node-rig": "2.4.15",
2828
"@types/heft-jest": "1.0.1",
2929
"@types/node": "18.17.15"
3030
}

0 commit comments

Comments
 (0)