Skip to content

Commit c355ecd

Browse files
chore: willboosterify this repo
1 parent 8f714a7 commit c355ecd

File tree

8 files changed

+89
-89
lines changed

8 files changed

+89
-89
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
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",
35-
"husky": "9.1.4",
35+
"husky": "9.1.5",
3636
"lint-staged": "15.2.9",
3737
"micromatch": "4.0.7",
3838
"pinst": "3.0.0",
3939
"prettier": "3.3.3",
40-
"sort-package-json": "2.10.0",
40+
"sort-package-json": "2.10.1",
4141
"typescript": "5.5.4"
4242
},
4343
"packageManager": "[email protected]",

packages/cli/package.json

Lines changed: 3 additions & 3 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",
@@ -52,7 +52,7 @@
5252
"lint-staged": "15.2.9",
5353
"micromatch": "4.0.7",
5454
"prettier": "3.3.3",
55-
"sort-package-json": "2.10.0",
55+
"sort-package-json": "2.10.1",
5656
"typescript": "5.5.4"
5757
},
5858
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 3 additions & 3 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",
@@ -57,7 +57,7 @@
5757
"lint-staged": "15.2.9",
5858
"micromatch": "4.0.7",
5959
"prettier": "3.3.3",
60-
"sort-package-json": "2.10.0",
60+
"sort-package-json": "2.10.1",
6161
"typescript": "5.5.4",
6262
"vitest": "0.34.6",
6363
"wait-on": "7.2.0"

packages/shared/package.json

Lines changed: 3 additions & 3 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",
@@ -36,7 +36,7 @@
3636
"lint-staged": "15.2.9",
3737
"micromatch": "4.0.7",
3838
"prettier": "3.3.3",
39-
"sort-package-json": "2.10.0",
39+
"sort-package-json": "2.10.1",
4040
"typescript": "5.5.4"
4141
},
4242
"packageManager": "[email protected]"

yarn.lock

Lines changed: 74 additions & 76 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"
@@ -1787,7 +1787,7 @@ __metadata:
17871787
lint-staged: "npm:15.2.9"
17881788
micromatch: "npm:4.0.7"
17891789
prettier: "npm:3.3.3"
1790-
sort-package-json: "npm:2.10.0"
1790+
sort-package-json: "npm:2.10.1"
17911791
typescript: "npm:5.5.4"
17921792
yargs: "npm:17.7.2"
17931793
bin:
@@ -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"
@@ -1824,7 +1824,7 @@ __metadata:
18241824
micromatch: "npm:4.0.7"
18251825
minimal-promise-pool: "npm:3.0.3"
18261826
prettier: "npm:3.3.3"
1827-
sort-package-json: "npm:2.10.0"
1827+
sort-package-json: "npm:2.10.1"
18281828
typescript: "npm:5.5.4"
18291829
vitest: "npm:0.34.6"
18301830
wait-on: "npm:7.2.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"
@@ -1855,7 +1855,7 @@ __metadata:
18551855
lint-staged: "npm:15.2.9"
18561856
micromatch: "npm:4.0.7"
18571857
prettier: "npm:3.3.3"
1858-
sort-package-json: "npm:2.10.0"
1858+
sort-package-json: "npm:2.10.1"
18591859
typescript: "npm:5.5.4"
18601860
languageName: unknown
18611861
linkType: soft
@@ -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,16 +7840,16 @@ __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"
7849-
husky: "npm:9.1.4"
7847+
husky: "npm:9.1.5"
78507848
lint-staged: "npm:15.2.9"
78517849
micromatch: "npm:4.0.7"
78527850
pinst: "npm:3.0.0"
78537851
prettier: "npm:3.3.3"
7854-
sort-package-json: "npm:2.10.0"
7852+
sort-package-json: "npm:2.10.1"
78557853
typescript: "npm:5.5.4"
78567854
languageName: unknown
78577855
linkType: soft
@@ -8971,12 +8969,12 @@ __metadata:
89718969
languageName: node
89728970
linkType: hard
89738971

8974-
"husky@npm:9.1.4":
8975-
version: 9.1.4
8976-
resolution: "husky@npm:9.1.4"
8972+
"husky@npm:9.1.5":
8973+
version: 9.1.5
8974+
resolution: "husky@npm:9.1.5"
89778975
bin:
89788976
husky: bin.js
8979-
checksum: 10c0/f5185003bef9ad9ec3f40e821963e4c12409b993fdcab89e3d660bed7d8c9d8bfd399f05222e27e0ead6589601fb1bb08d1a589c51751a4ab0547ead3429b8de
8977+
checksum: 10c0/f42efb95a026303eb880898760f802d88409780dd72f17781d2dfc302177d4f80b641cf1f1694f53f6d97c536c7397684133d8c8fe4a4426f7460186a7d1c6b8
89808978
languageName: node
89818979
linkType: hard
89828980

@@ -13972,9 +13970,9 @@ __metadata:
1397213970
languageName: node
1397313971
linkType: hard
1397413972

13975-
"sort-package-json@npm:2.10.0":
13976-
version: 2.10.0
13977-
resolution: "sort-package-json@npm:2.10.0"
13973+
"sort-package-json@npm:2.10.1":
13974+
version: 2.10.1
13975+
resolution: "sort-package-json@npm:2.10.1"
1397813976
dependencies:
1397913977
detect-indent: "npm:^7.0.1"
1398013978
detect-newline: "npm:^4.0.0"
@@ -13986,7 +13984,7 @@ __metadata:
1398613984
sort-object-keys: "npm:^1.1.3"
1398713985
bin:
1398813986
sort-package-json: cli.js
13989-
checksum: 10c0/f3325c402cd63fa42947e3861fde0ed26c742bb1db9011d4a4111f2a27427ec778ce8223af5c5dd8fcdb1cf49a1ff55d7e5323fb187d29811cd99e503a80fe26
13987+
checksum: 10c0/7511c57e4661be222bce68522fb90f72e77a2a4694d05df0e55e70e72736944371a4be82a7cb1be4402455bbfd23857b0fabae3bbe9a1ae1351ff7caac64a468
1399013988
languageName: node
1399113989
linkType: hard
1399213990

0 commit comments

Comments
 (0)