Skip to content

Commit d8a3acc

Browse files
committed
test: update fixtures
1 parent b34a8f5 commit d8a3acc

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

test/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"test:fix": "cp .github/workflows/test.yml test.yml.bak && yarn eslint --ext js,yml --fix . | diff -I '^[/$iy].*' fixtures/result-fixed.txt - && diff .github/workflows/test.yml .github/workflows-fixed/test.yml && cp test.yml.bak .github/workflows/test.yml"
88
},
99
"devDependencies": {
10-
"eslint-plugin-actions": "../"
11-
},
12-
"resolutions": {
13-
"eslint/inquirer": "7.2.0"
10+
"eslint-plugin-actions": "portal:../"
1411
}
1512
}

test/yarn.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,30 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 4
6-
cacheKey: 5
5+
version: 5
6+
cacheKey: 8
77

8-
"eslint-plugin-actions@file:../::locator=test%40workspace%3A.":
9-
version: 0.0.0
10-
resolution: "eslint-plugin-actions@file:../::locator=test%40workspace%3A."
8+
"eslint-plugin-actions@portal:../::locator=test%40workspace%3A.":
9+
version: 0.0.0-use.local
10+
resolution: "eslint-plugin-actions@portal:../::locator=test%40workspace%3A."
1111
dependencies:
1212
yaml: ^1.10.0
1313
peerDependencies:
14-
eslint: ^6.7.0 || ^7.0.0
15-
checksum: c320fdbb44b9c5c09f09728acbb86afc94b04a5d1b66a77d6cce8b731e0d6e2db70af320dda977063145930d723507a7364b238ef64d45c1e004915e957678bc
14+
eslint: ^8.0.0
1615
languageName: node
17-
linkType: hard
16+
linkType: soft
1817

1918
"test@workspace:.":
2019
version: 0.0.0-use.local
2120
resolution: "test@workspace:."
2221
dependencies:
23-
eslint-plugin-actions: ../
22+
eslint-plugin-actions: "portal:../"
2423
languageName: unknown
2524
linkType: soft
2625

2726
"yaml@npm:^1.10.0":
28-
version: 1.10.0
29-
resolution: "yaml@npm:1.10.0"
30-
checksum: d4cc9f9724f8d0aebc2cf52e4e6aa7059f12d50deb54b5225d103462fb2af36e5c0bb419101ca4b1f0cd3b4db9e4139cf2c690e863ac6227648d39d6f4e2522c
27+
version: 1.10.2
28+
resolution: "yaml@npm:1.10.2"
29+
checksum: ce4ada136e8a78a0b08dc10b4b900936912d15de59905b2bf415b4d33c63df1d555d23acb2a41b23cf9fb5da41c256441afca3d6509de7247daa062fd2c5ea5f
3130
languageName: node
3231
linkType: hard

0 commit comments

Comments
 (0)