Skip to content

Commit b3ca225

Browse files
ci: Workflow Bot -- Update Yarn (main) (#8177)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
1 parent 0e9a9f3 commit b3ca225

File tree

8 files changed

+32
-18
lines changed

8 files changed

+32
-18
lines changed

examples/yarn/cspell-eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest @cspell/eslint-plugin@latest cspell"
1414
},
1515
"devDependencies": {
16-
"@cspell/cspell-types": "^9.4.0",
16+
"@cspell/cspell-types": "^9.5.0",
1717
"@cspell/dict-medicalterms": "^4.1.7",
1818
"@cspell/eslint-plugin": "^9.4.0",
1919
"@eslint/js": "^9.14.0",

examples/yarn/cspell-eslint-plugin/yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,20 @@ __metadata:
104104
languageName: node
105105
linkType: hard
106106

107-
"@cspell/cspell-types@npm:9.4.0, @cspell/cspell-types@npm:^9.4.0":
107+
"@cspell/cspell-types@npm:9.4.0":
108108
version: 9.4.0
109109
resolution: "@cspell/cspell-types@npm:9.4.0"
110110
checksum: 10/530a9d8bf44537b82483974f4e0642a45641316e3210fd901576d451527f23e0058fcd5fa2cae2d23f7e6fb8fdced5f6d139362530321e32716805c250ebe145
111111
languageName: node
112112
linkType: hard
113113

114+
"@cspell/cspell-types@npm:^9.5.0":
115+
version: 9.5.0
116+
resolution: "@cspell/cspell-types@npm:9.5.0"
117+
checksum: 10/33f26876b6f9b97d570f2cccb2f8c525de254117148de8276b44cc2a9dc75f71b1b1f60882ddc16248f342f73f45866d45406afc71800632da699709c31eabcd
118+
languageName: node
119+
linkType: hard
120+
114121
"@cspell/dict-ada@npm:^4.1.1":
115122
version: 4.1.1
116123
resolution: "@cspell/dict-ada@npm:4.1.1"
@@ -934,7 +941,7 @@ __metadata:
934941
version: 0.0.0-use.local
935942
resolution: "cspell-eslint-plugin@workspace:."
936943
dependencies:
937-
"@cspell/cspell-types": "npm:^9.4.0"
944+
"@cspell/cspell-types": "npm:^9.5.0"
938945
"@cspell/dict-medicalterms": "npm:^4.1.7"
939946
"@cspell/eslint-plugin": "npm:^9.4.0"
940947
"@eslint/js": "npm:^9.14.0"

test-packages/yarn/yarn2/test-eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest @cspell/eslint-plugin@latest"
1111
},
1212
"devDependencies": {
13-
"@cspell/cspell-types": "^9.4.0",
13+
"@cspell/cspell-types": "^9.5.0",
1414
"@cspell/dict-medicalterms": "^4.1.7",
1515
"@cspell/eslint-plugin": "^9.4.0",
1616
"@eslint/js": "^9.14.0",

test-packages/yarn/yarn2/test-eslint-plugin/yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,20 @@ __metadata:
9595
languageName: node
9696
linkType: hard
9797

98-
"@cspell/cspell-types@npm:9.4.0, @cspell/cspell-types@npm:^9.4.0":
98+
"@cspell/cspell-types@npm:9.4.0":
9999
version: 9.4.0
100100
resolution: "@cspell/cspell-types@npm:9.4.0"
101101
checksum: 10/530a9d8bf44537b82483974f4e0642a45641316e3210fd901576d451527f23e0058fcd5fa2cae2d23f7e6fb8fdced5f6d139362530321e32716805c250ebe145
102102
languageName: node
103103
linkType: hard
104104

105+
"@cspell/cspell-types@npm:^9.5.0":
106+
version: 9.5.0
107+
resolution: "@cspell/cspell-types@npm:9.5.0"
108+
checksum: 10/33f26876b6f9b97d570f2cccb2f8c525de254117148de8276b44cc2a9dc75f71b1b1f60882ddc16248f342f73f45866d45406afc71800632da699709c31eabcd
109+
languageName: node
110+
linkType: hard
111+
105112
"@cspell/dict-ada@npm:^4.1.1":
106113
version: 4.1.1
107114
resolution: "@cspell/dict-ada@npm:4.1.1"
@@ -1539,7 +1546,7 @@ __metadata:
15391546
version: 0.0.0-use.local
15401547
resolution: "test-eslint-plugin@workspace:."
15411548
dependencies:
1542-
"@cspell/cspell-types": "npm:^9.4.0"
1549+
"@cspell/cspell-types": "npm:^9.5.0"
15431550
"@cspell/dict-medicalterms": "npm:^4.1.7"
15441551
"@cspell/eslint-plugin": "npm:^9.4.0"
15451552
"@eslint/js": "npm:^9.14.0"

test-packages/yarn/yarn2/test-yarn-med/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest"
1212
},
1313
"devDependencies": {
14-
"@cspell/cspell-types": "^9.4.0",
14+
"@cspell/cspell-types": "^9.5.0",
1515
"@cspell/dict-medicalterms": "^4.1.7"
1616
}
1717
}

test-packages/yarn/yarn2/test-yarn-med/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@cspell/cspell-types@npm:^9.4.0":
9-
version: 9.4.0
10-
resolution: "@cspell/cspell-types@npm:9.4.0"
11-
checksum: 10/530a9d8bf44537b82483974f4e0642a45641316e3210fd901576d451527f23e0058fcd5fa2cae2d23f7e6fb8fdced5f6d139362530321e32716805c250ebe145
8+
"@cspell/cspell-types@npm:^9.5.0":
9+
version: 9.5.0
10+
resolution: "@cspell/cspell-types@npm:9.5.0"
11+
checksum: 10/33f26876b6f9b97d570f2cccb2f8c525de254117148de8276b44cc2a9dc75f71b1b1f60882ddc16248f342f73f45866d45406afc71800632da699709c31eabcd
1212
languageName: node
1313
linkType: hard
1414

@@ -23,7 +23,7 @@ __metadata:
2323
version: 0.0.0-use.local
2424
resolution: "test-yarn-med@workspace:."
2525
dependencies:
26-
"@cspell/cspell-types": "npm:^9.4.0"
26+
"@cspell/cspell-types": "npm:^9.5.0"
2727
"@cspell/dict-medicalterms": "npm:^4.1.7"
2828
languageName: unknown
2929
linkType: soft

test-packages/yarn/yarn2/test-yarn-sci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"update:dep": "yarn add --dev @cspell/dict-scientific-terms-us@latest @cspell/cspell-types@latest"
1212
},
1313
"devDependencies": {
14-
"@cspell/cspell-types": "^9.4.0",
14+
"@cspell/cspell-types": "^9.5.0",
1515
"@cspell/dict-scientific-terms-us": "^3.0.8"
1616
}
1717
}

test-packages/yarn/yarn2/test-yarn-sci/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@cspell/cspell-types@npm:^9.4.0":
9-
version: 9.4.0
10-
resolution: "@cspell/cspell-types@npm:9.4.0"
11-
checksum: 10/530a9d8bf44537b82483974f4e0642a45641316e3210fd901576d451527f23e0058fcd5fa2cae2d23f7e6fb8fdced5f6d139362530321e32716805c250ebe145
8+
"@cspell/cspell-types@npm:^9.5.0":
9+
version: 9.5.0
10+
resolution: "@cspell/cspell-types@npm:9.5.0"
11+
checksum: 10/33f26876b6f9b97d570f2cccb2f8c525de254117148de8276b44cc2a9dc75f71b1b1f60882ddc16248f342f73f45866d45406afc71800632da699709c31eabcd
1212
languageName: node
1313
linkType: hard
1414

@@ -23,7 +23,7 @@ __metadata:
2323
version: 0.0.0-use.local
2424
resolution: "test-yarn-sci@workspace:."
2525
dependencies:
26-
"@cspell/cspell-types": "npm:^9.4.0"
26+
"@cspell/cspell-types": "npm:^9.5.0"
2727
"@cspell/dict-scientific-terms-us": "npm:^3.0.8"
2828
languageName: unknown
2929
linkType: soft

0 commit comments

Comments
 (0)