Skip to content

Commit aea16c8

Browse files
chore: willboosterify this repo
1 parent 5250466 commit aea16c8

File tree

8 files changed

+71
-71
lines changed

8 files changed

+71
-71
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* text=auto
22

3+
*.lockb binary diff=lockb
34
*.vcproj text eol=crlf
45

56
*.cjs text eol=lf

.husky/post-merge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ run_if_changed() {
66
fi
77
}
88

9+
run_if_changed "\..+-version" "awk '{print \$1}' .tool-versions | xargs -I{} asdf plugin add {}"
910
run_if_changed "\..+-version" "asdf plugin update --all"
1011
run_if_changed "\..+-version" "asdf install"
1112
run_if_changed "package\.json" "yarn"

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
java adoptopenjdk-17.0.12+7
2-
yarn 1.22.19
2+
yarn 1.22.22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@qiwi/multi-semantic-release": "7.1.2",
2929
"@types/eslint": "8.56.11",
3030
"@types/micromatch": "4.0.9",
31-
"@typescript-eslint/parser": "7.18.0",
31+
"@typescript-eslint/parser": "8.2.0",
3232
"@willbooster/prettier-config": "9.1.2",
3333
"conventional-changelog-conventionalcommits": "6.1.0",
3434
"eslint": "8.57.0",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@types/eslint": "8.56.11",
3636
"@types/micromatch": "4.0.9",
3737
"@types/yargs": "17.0.33",
38-
"@typescript-eslint/eslint-plugin": "7.18.0",
39-
"@typescript-eslint/parser": "7.18.0",
38+
"@typescript-eslint/eslint-plugin": "8.2.0",
39+
"@typescript-eslint/parser": "8.2.0",
4040
"@willbooster/eslint-config-ts": "10.6.0",
4141
"@willbooster/prettier-config": "9.1.2",
4242
"build-ts": "12.1.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@firebase/rules-unit-testing": "3.0.4",
3737
"@types/eslint": "8.56.11",
3838
"@types/micromatch": "4.0.9",
39-
"@typescript-eslint/eslint-plugin": "7.18.0",
40-
"@typescript-eslint/parser": "7.18.0",
39+
"@typescript-eslint/eslint-plugin": "8.2.0",
40+
"@typescript-eslint/parser": "8.2.0",
4141
"@willbooster/eslint-config-ts": "10.6.0",
4242
"@willbooster/prettier-config": "9.1.2",
4343
"build-ts": "12.1.0",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"devDependencies": {
2222
"@types/eslint": "8.56.11",
2323
"@types/micromatch": "4.0.9",
24-
"@typescript-eslint/eslint-plugin": "7.18.0",
25-
"@typescript-eslint/parser": "7.18.0",
24+
"@typescript-eslint/eslint-plugin": "8.2.0",
25+
"@typescript-eslint/parser": "8.2.0",
2626
"@willbooster/eslint-config-ts": "10.6.0",
2727
"@willbooster/prettier-config": "9.1.2",
2828
"conventional-changelog-conventionalcommits": "6.1.0",

yarn.lock

Lines changed: 61 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,8 +1769,8 @@ __metadata:
17691769
"@types/eslint": "npm:8.56.11"
17701770
"@types/micromatch": "npm:4.0.9"
17711771
"@types/yargs": "npm:17.0.33"
1772-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
1773-
"@typescript-eslint/parser": "npm:7.18.0"
1772+
"@typescript-eslint/eslint-plugin": "npm:8.2.0"
1773+
"@typescript-eslint/parser": "npm:8.2.0"
17741774
"@willbooster/eslint-config-ts": "npm:10.6.0"
17751775
"@willbooster/prettier-config": "npm:9.1.2"
17761776
build-ts: "npm:12.1.0"
@@ -1802,8 +1802,8 @@ __metadata:
18021802
"@firebase/rules-unit-testing": "npm:3.0.4"
18031803
"@types/eslint": "npm:8.56.11"
18041804
"@types/micromatch": "npm:4.0.9"
1805-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
1806-
"@typescript-eslint/parser": "npm:7.18.0"
1805+
"@typescript-eslint/eslint-plugin": "npm:8.2.0"
1806+
"@typescript-eslint/parser": "npm:8.2.0"
18071807
"@willbooster/eslint-config-ts": "npm:10.6.0"
18081808
"@willbooster/prettier-config": "npm:9.1.2"
18091809
build-ts: "npm:12.1.0"
@@ -1839,8 +1839,8 @@ __metadata:
18391839
dependencies:
18401840
"@types/eslint": "npm:8.56.11"
18411841
"@types/micromatch": "npm:4.0.9"
1842-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
1843-
"@typescript-eslint/parser": "npm:7.18.0"
1842+
"@typescript-eslint/eslint-plugin": "npm:8.2.0"
1843+
"@typescript-eslint/parser": "npm:8.2.0"
18441844
"@willbooster/eslint-config-ts": "npm:10.6.0"
18451845
"@willbooster/prettier-config": "npm:9.1.2"
18461846
conventional-changelog-conventionalcommits: "npm:6.1.0"
@@ -4198,87 +4198,85 @@ __metadata:
41984198
languageName: node
41994199
linkType: hard
42004200

4201-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
4202-
version: 7.18.0
4203-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
4201+
"@typescript-eslint/eslint-plugin@npm:8.2.0":
4202+
version: 8.2.0
4203+
resolution: "@typescript-eslint/eslint-plugin@npm:8.2.0"
42044204
dependencies:
42054205
"@eslint-community/regexpp": "npm:^4.10.0"
4206-
"@typescript-eslint/scope-manager": "npm:7.18.0"
4207-
"@typescript-eslint/type-utils": "npm:7.18.0"
4208-
"@typescript-eslint/utils": "npm:7.18.0"
4209-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
4206+
"@typescript-eslint/scope-manager": "npm:8.2.0"
4207+
"@typescript-eslint/type-utils": "npm:8.2.0"
4208+
"@typescript-eslint/utils": "npm:8.2.0"
4209+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
42104210
graphemer: "npm:^1.4.0"
42114211
ignore: "npm:^5.3.1"
42124212
natural-compare: "npm:^1.4.0"
42134213
ts-api-utils: "npm:^1.3.0"
42144214
peerDependencies:
4215-
"@typescript-eslint/parser": ^7.0.0
4216-
eslint: ^8.56.0
4215+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
4216+
eslint: ^8.57.0 || ^9.0.0
42174217
peerDependenciesMeta:
42184218
typescript:
42194219
optional: true
4220-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
4220+
checksum: 10c0/17243ee1b34d78723fe3e1a308c64490eee49bd83301e3abe8a6f05bce05434d70f56caf75756b8cffa051154dc89cdf485114ede6781fc087f0aaca37a026ec
42214221
languageName: node
42224222
linkType: hard
42234223

4224-
"@typescript-eslint/parser@npm:7.18.0":
4225-
version: 7.18.0
4226-
resolution: "@typescript-eslint/parser@npm:7.18.0"
4224+
"@typescript-eslint/parser@npm:8.2.0":
4225+
version: 8.2.0
4226+
resolution: "@typescript-eslint/parser@npm:8.2.0"
42274227
dependencies:
4228-
"@typescript-eslint/scope-manager": "npm:7.18.0"
4229-
"@typescript-eslint/types": "npm:7.18.0"
4230-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
4231-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
4228+
"@typescript-eslint/scope-manager": "npm:8.2.0"
4229+
"@typescript-eslint/types": "npm:8.2.0"
4230+
"@typescript-eslint/typescript-estree": "npm:8.2.0"
4231+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
42324232
debug: "npm:^4.3.4"
42334233
peerDependencies:
4234-
eslint: ^8.56.0
4234+
eslint: ^8.57.0 || ^9.0.0
42354235
peerDependenciesMeta:
42364236
typescript:
42374237
optional: true
4238-
checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059
4238+
checksum: 10c0/bb4ebc0a40b5e68c5287de17af3acf3045e2ef7886ebee8d1c4a6fd07bd6d55e9fc12bc7b89d07d15a2a4182cbf6380b50ad148d4a37e93d2e54930aa386a3bf
42394239
languageName: node
42404240
linkType: hard
42414241

4242-
"@typescript-eslint/scope-manager@npm:7.18.0":
4243-
version: 7.18.0
4244-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
4242+
"@typescript-eslint/scope-manager@npm:8.2.0":
4243+
version: 8.2.0
4244+
resolution: "@typescript-eslint/scope-manager@npm:8.2.0"
42454245
dependencies:
4246-
"@typescript-eslint/types": "npm:7.18.0"
4247-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
4248-
checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e
4246+
"@typescript-eslint/types": "npm:8.2.0"
4247+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
4248+
checksum: 10c0/8026e11d9cfbb674c62eb38929d08d42c4a373f3463c2591ed6603c496d3d00321f553edce47f1d7504b55fcbe9664ea2bdcaa3131c8c834bde1b1f07497af5d
42494249
languageName: node
42504250
linkType: hard
42514251

4252-
"@typescript-eslint/type-utils@npm:7.18.0":
4253-
version: 7.18.0
4254-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
4252+
"@typescript-eslint/type-utils@npm:8.2.0":
4253+
version: 8.2.0
4254+
resolution: "@typescript-eslint/type-utils@npm:8.2.0"
42554255
dependencies:
4256-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
4257-
"@typescript-eslint/utils": "npm:7.18.0"
4256+
"@typescript-eslint/typescript-estree": "npm:8.2.0"
4257+
"@typescript-eslint/utils": "npm:8.2.0"
42584258
debug: "npm:^4.3.4"
42594259
ts-api-utils: "npm:^1.3.0"
4260-
peerDependencies:
4261-
eslint: ^8.56.0
42624260
peerDependenciesMeta:
42634261
typescript:
42644262
optional: true
4265-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
4263+
checksum: 10c0/5ff387d39fec3ba47af167ca3e48a200f87e4b97b010170245f495cd3d2e30fd0a5b2a9b27aae2ae929c99f92acabcd07315944dc6f9de963bad1c61ba9ea53c
42664264
languageName: node
42674265
linkType: hard
42684266

4269-
"@typescript-eslint/types@npm:7.18.0":
4270-
version: 7.18.0
4271-
resolution: "@typescript-eslint/types@npm:7.18.0"
4272-
checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054
4267+
"@typescript-eslint/types@npm:8.2.0":
4268+
version: 8.2.0
4269+
resolution: "@typescript-eslint/types@npm:8.2.0"
4270+
checksum: 10c0/2ffba0d0183dfdd2f859fb414013d17d009f5e886664823f973aaa1145243fceb52cfe26aa7c50208af7833b3703b7788337f1aab136c9a4eb36d905493847d1
42734271
languageName: node
42744272
linkType: hard
42754273

4276-
"@typescript-eslint/typescript-estree@npm:7.18.0":
4277-
version: 7.18.0
4278-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
4274+
"@typescript-eslint/typescript-estree@npm:8.2.0":
4275+
version: 8.2.0
4276+
resolution: "@typescript-eslint/typescript-estree@npm:8.2.0"
42794277
dependencies:
4280-
"@typescript-eslint/types": "npm:7.18.0"
4281-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
4278+
"@typescript-eslint/types": "npm:8.2.0"
4279+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
42824280
debug: "npm:^4.3.4"
42834281
globby: "npm:^11.1.0"
42844282
is-glob: "npm:^4.0.3"
@@ -4288,31 +4286,31 @@ __metadata:
42884286
peerDependenciesMeta:
42894287
typescript:
42904288
optional: true
4291-
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
4289+
checksum: 10c0/f49aabc78e396908307394812fdebc4015ca407983efc361be106d3e2d58971dec4a1a725362fcfbd637f3d8150baa0735eb5929fd170172b7f2a65e06eeb3d2
42924290
languageName: node
42934291
linkType: hard
42944292

4295-
"@typescript-eslint/utils@npm:7.18.0":
4296-
version: 7.18.0
4297-
resolution: "@typescript-eslint/utils@npm:7.18.0"
4293+
"@typescript-eslint/utils@npm:8.2.0":
4294+
version: 8.2.0
4295+
resolution: "@typescript-eslint/utils@npm:8.2.0"
42984296
dependencies:
42994297
"@eslint-community/eslint-utils": "npm:^4.4.0"
4300-
"@typescript-eslint/scope-manager": "npm:7.18.0"
4301-
"@typescript-eslint/types": "npm:7.18.0"
4302-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
4298+
"@typescript-eslint/scope-manager": "npm:8.2.0"
4299+
"@typescript-eslint/types": "npm:8.2.0"
4300+
"@typescript-eslint/typescript-estree": "npm:8.2.0"
43034301
peerDependencies:
4304-
eslint: ^8.56.0
4305-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
4302+
eslint: ^8.57.0 || ^9.0.0
4303+
checksum: 10c0/0f3d5cf804c2863ea9432ef76bfdb1cadbb244cbf8a64ac77c0e559c012a1e98382c4535354e54696c564c0abd9c10dffc78d38972c97035e963798d360d1830
43064304
languageName: node
43074305
linkType: hard
43084306

4309-
"@typescript-eslint/visitor-keys@npm:7.18.0":
4310-
version: 7.18.0
4311-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
4307+
"@typescript-eslint/visitor-keys@npm:8.2.0":
4308+
version: 8.2.0
4309+
resolution: "@typescript-eslint/visitor-keys@npm:8.2.0"
43124310
dependencies:
4313-
"@typescript-eslint/types": "npm:7.18.0"
4311+
"@typescript-eslint/types": "npm:8.2.0"
43144312
eslint-visitor-keys: "npm:^3.4.3"
4315-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
4313+
checksum: 10c0/788633bd2905c88ea2cf20d9e317a2bc992a70fcf725cb54bbe55a17c42138a6fe877c89fbda41a733e0e8ad6dce893163bada60509a1b856321f4329a316973
43164314
languageName: node
43174315
linkType: hard
43184316

@@ -7842,7 +7840,7 @@ __metadata:
78427840
"@qiwi/multi-semantic-release": "npm:7.1.2"
78437841
"@types/eslint": "npm:8.56.11"
78447842
"@types/micromatch": "npm:4.0.9"
7845-
"@typescript-eslint/parser": "npm:7.18.0"
7843+
"@typescript-eslint/parser": "npm:8.2.0"
78467844
"@willbooster/prettier-config": "npm:9.1.2"
78477845
conventional-changelog-conventionalcommits: "npm:6.1.0"
78487846
eslint: "npm:8.57.0"

0 commit comments

Comments
 (0)