Skip to content

Commit 13d945b

Browse files
committed
chore(deps): update typescript-eslint monorepo to v7.9.0
1 parent dc87435 commit 13d945b

10 files changed

Lines changed: 119 additions & 61 deletions

File tree

packages/font-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@techstack/tcm-cli": "workspace:*",
3535
"@types/node": "20.5.6",
3636
"@types/react": "18.3.2",
37-
"@typescript-eslint/eslint-plugin": "7.8.0",
38-
"@typescript-eslint/parser": "7.8.0",
37+
"@typescript-eslint/eslint-plugin": "7.9.0",
38+
"@typescript-eslint/parser": "7.9.0",
3939
"eslint": "8.57.0",
4040
"eslint-config-prettier": "9.1.0",
4141
"eslint-plugin-import": "2.29.1",

packages/memoize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"devDependencies": {
4444
"@techstack/tcm-cli": "workspace:*",
4545
"@types/jest": "29.5.12",
46-
"@typescript-eslint/eslint-plugin": "7.8.0",
47-
"@typescript-eslint/parser": "7.8.0",
46+
"@typescript-eslint/eslint-plugin": "7.9.0",
47+
"@typescript-eslint/parser": "7.9.0",
4848
"benchmark": "2.1.4",
4949
"cross-env": "7.0.3",
5050
"eslint": "8.57.0",

packages/react-confirm-alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@types/node": "^20.5.6",
3434
"@types/react": "18.3.2",
3535
"@types/react-dom": "18.3.0",
36-
"@typescript-eslint/eslint-plugin": "7.8.0",
37-
"@typescript-eslint/parser": "7.8.0",
36+
"@typescript-eslint/eslint-plugin": "7.9.0",
37+
"@typescript-eslint/parser": "7.9.0",
3838
"eslint": "8.57.0",
3939
"eslint-config-prettier": "9.1.0",
4040
"eslint-plugin-import": "2.29.1",

packages/react-feather/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"devDependencies": {
5252
"@techstack/tcm-cli": "workspace:*",
5353
"@types/react": "18.3.2",
54-
"@typescript-eslint/eslint-plugin": "7.8.0",
55-
"@typescript-eslint/parser": "7.8.0",
54+
"@typescript-eslint/eslint-plugin": "7.9.0",
55+
"@typescript-eslint/parser": "7.9.0",
5656
"cross-env": "7.0.3",
5757
"eslint": "8.57.0",
5858
"eslint-config-prettier": "9.1.0",

packages/react-lazy-named/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@testing-library/react": "15.0.7",
5050
"@types/jest": "29.5.12",
5151
"@types/react": "18.3.2",
52-
"@typescript-eslint/eslint-plugin": "7.8.0",
53-
"@typescript-eslint/parser": "7.8.0",
52+
"@typescript-eslint/eslint-plugin": "7.9.0",
53+
"@typescript-eslint/parser": "7.9.0",
5454
"eslint": "8.57.0",
5555
"eslint-config-prettier": "9.1.0",
5656
"eslint-plugin-import": "2.29.1",

packages/react-textfit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@techstack/tcm-cli": "workspace:*",
4141
"@types/node": "^20.5.6",
42-
"@typescript-eslint/eslint-plugin": "7.8.0",
43-
"@typescript-eslint/parser": "7.8.0",
42+
"@typescript-eslint/eslint-plugin": "7.9.0",
43+
"@typescript-eslint/parser": "7.9.0",
4444
"babel-cli": "6.26.0",
4545
"babel-core": "6.26.3",
4646
"babel-eslint": "10.1.0",

packages/tcm-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@rollup/plugin-node-resolve": "15.1.0",
5050
"@rollup/plugin-replace": "5.0.5",
5151
"@rollup/plugin-terser": "0.4.4",
52-
"@typescript-eslint/eslint-plugin": "7.8.0",
53-
"@typescript-eslint/parser": "7.8.0",
52+
"@typescript-eslint/eslint-plugin": "7.9.0",
53+
"@typescript-eslint/parser": "7.9.0",
5454
"asyncro": "3.0.0",
5555
"babel-plugin-annotate-pure-calls": "0.4.0",
5656
"babel-plugin-dev-expression": "0.2.3",

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/lodash": "4.17.1",
5454
"@types/lodash-es": "4.17.12",
5555
"@types/tinycolor2": "1.4.6",
56-
"@typescript-eslint/eslint-plugin": "7.8.0",
57-
"@typescript-eslint/parser": "7.8.0",
56+
"@typescript-eslint/eslint-plugin": "7.9.0",
57+
"@typescript-eslint/parser": "7.9.0",
5858
"eslint": "8.57.0",
5959
"eslint-config-prettier": "9.1.0",
6060
"eslint-plugin-import": "2.29.1",

packages/x-default-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"devDependencies": {
3434
"@techstack/tcm-cli": "workspace:*",
35-
"@typescript-eslint/eslint-plugin": "7.8.0",
36-
"@typescript-eslint/parser": "7.8.0",
35+
"@typescript-eslint/eslint-plugin": "7.9.0",
36+
"@typescript-eslint/parser": "7.9.0",
3737
"eslint": "8.57.0",
3838
"eslint-config-prettier": "9.1.0",
3939
"eslint-plugin-import": "2.29.1",

yarn.lock

Lines changed: 101 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6486,8 +6486,8 @@ __metadata:
64866486
"@techstack/tcm-cli": "workspace:*"
64876487
"@types/node": "npm:20.5.6"
64886488
"@types/react": "npm:18.3.2"
6489-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6490-
"@typescript-eslint/parser": "npm:7.8.0"
6489+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6490+
"@typescript-eslint/parser": "npm:7.9.0"
64916491
eslint: "npm:8.57.0"
64926492
eslint-config-prettier: "npm:9.1.0"
64936493
eslint-plugin-import: "npm:2.29.1"
@@ -6540,8 +6540,8 @@ __metadata:
65406540
dependencies:
65416541
"@techstack/tcm-cli": "workspace:*"
65426542
"@types/jest": "npm:29.5.12"
6543-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6544-
"@typescript-eslint/parser": "npm:7.8.0"
6543+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6544+
"@typescript-eslint/parser": "npm:7.9.0"
65456545
benchmark: "npm:2.1.4"
65466546
cross-env: "npm:7.0.3"
65476547
eslint: "npm:8.57.0"
@@ -6576,8 +6576,8 @@ __metadata:
65766576
"@types/node": "npm:^20.5.6"
65776577
"@types/react": "npm:18.3.2"
65786578
"@types/react-dom": "npm:18.3.0"
6579-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6580-
"@typescript-eslint/parser": "npm:7.8.0"
6579+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6580+
"@typescript-eslint/parser": "npm:7.9.0"
65816581
eslint: "npm:8.57.0"
65826582
eslint-config-prettier: "npm:9.1.0"
65836583
eslint-plugin-import: "npm:2.29.1"
@@ -6596,8 +6596,8 @@ __metadata:
65966596
dependencies:
65976597
"@techstack/tcm-cli": "workspace:*"
65986598
"@types/react": "npm:18.3.2"
6599-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6600-
"@typescript-eslint/parser": "npm:7.8.0"
6599+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6600+
"@typescript-eslint/parser": "npm:7.9.0"
66016601
cross-env: "npm:7.0.3"
66026602
eslint: "npm:8.57.0"
66036603
eslint-config-prettier: "npm:9.1.0"
@@ -6619,8 +6619,8 @@ __metadata:
66196619
"@testing-library/react": "npm:15.0.7"
66206620
"@types/jest": "npm:29.5.12"
66216621
"@types/react": "npm:18.3.2"
6622-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6623-
"@typescript-eslint/parser": "npm:7.8.0"
6622+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6623+
"@typescript-eslint/parser": "npm:7.9.0"
66246624
eslint: "npm:8.57.0"
66256625
eslint-config-prettier: "npm:9.1.0"
66266626
eslint-plugin-import: "npm:2.29.1"
@@ -6647,8 +6647,8 @@ __metadata:
66476647
"@techstack/tcm-cli": "workspace:*"
66486648
"@types/node": "npm:^20.5.6"
66496649
"@types/react": "npm:18.3.2"
6650-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6651-
"@typescript-eslint/parser": "npm:7.8.0"
6650+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6651+
"@typescript-eslint/parser": "npm:7.9.0"
66526652
babel-cli: "npm:6.26.0"
66536653
babel-core: "npm:6.26.3"
66546654
babel-eslint: "npm:10.1.0"
@@ -6700,8 +6700,8 @@ __metadata:
67006700
"@types/react": "npm:18.3.2"
67016701
"@types/semver": "npm:7.5.8"
67026702
"@types/shelljs": "npm:0.8.15"
6703-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6704-
"@typescript-eslint/parser": "npm:7.8.0"
6703+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6704+
"@typescript-eslint/parser": "npm:7.9.0"
67056705
asyncro: "npm:3.0.0"
67066706
auto-changelog: "npm:2.4.0"
67076707
autoprefixer: "npm:10.4.19"
@@ -6781,8 +6781,8 @@ __metadata:
67816781
"@types/lodash": "npm:4.17.1"
67826782
"@types/lodash-es": "npm:4.17.12"
67836783
"@types/tinycolor2": "npm:1.4.6"
6784-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6785-
"@typescript-eslint/parser": "npm:7.8.0"
6784+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6785+
"@typescript-eslint/parser": "npm:7.9.0"
67866786
eslint: "npm:8.57.0"
67876787
eslint-config-prettier: "npm:9.1.0"
67886788
eslint-plugin-import: "npm:2.29.1"
@@ -6809,8 +6809,8 @@ __metadata:
68096809
resolution: "@techstack/x-default-browser@workspace:packages/x-default-browser"
68106810
dependencies:
68116811
"@techstack/tcm-cli": "workspace:*"
6812-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
6813-
"@typescript-eslint/parser": "npm:7.8.0"
6812+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
6813+
"@typescript-eslint/parser": "npm:7.9.0"
68146814
default-browser-id: "npm:5.0.0"
68156815
eslint: "npm:8.57.0"
68166816
eslint-config-prettier: "npm:9.1.0"
@@ -7668,28 +7668,26 @@ __metadata:
76687668
languageName: node
76697669
linkType: hard
76707670

7671-
"@typescript-eslint/eslint-plugin@npm:7.8.0":
7672-
version: 7.8.0
7673-
resolution: "@typescript-eslint/eslint-plugin@npm:7.8.0"
7671+
"@typescript-eslint/eslint-plugin@npm:7.9.0":
7672+
version: 7.9.0
7673+
resolution: "@typescript-eslint/eslint-plugin@npm:7.9.0"
76747674
dependencies:
76757675
"@eslint-community/regexpp": "npm:^4.10.0"
7676-
"@typescript-eslint/scope-manager": "npm:7.8.0"
7677-
"@typescript-eslint/type-utils": "npm:7.8.0"
7678-
"@typescript-eslint/utils": "npm:7.8.0"
7679-
"@typescript-eslint/visitor-keys": "npm:7.8.0"
7680-
debug: "npm:^4.3.4"
7676+
"@typescript-eslint/scope-manager": "npm:7.9.0"
7677+
"@typescript-eslint/type-utils": "npm:7.9.0"
7678+
"@typescript-eslint/utils": "npm:7.9.0"
7679+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
76817680
graphemer: "npm:^1.4.0"
76827681
ignore: "npm:^5.3.1"
76837682
natural-compare: "npm:^1.4.0"
7684-
semver: "npm:^7.6.0"
76857683
ts-api-utils: "npm:^1.3.0"
76867684
peerDependencies:
76877685
"@typescript-eslint/parser": ^7.0.0
76887686
eslint: ^8.56.0
76897687
peerDependenciesMeta:
76907688
typescript:
76917689
optional: true
7692-
checksum: 10c0/37ca22620d1834ff0baa28fa4b8fd92039a3903cb95748353de32d56bae2a81ce50d1bbaed27487eebc884e0a0f9387fcb0f1647593e4e6df5111ef674afa9f0
7690+
checksum: 10c0/5c0ded9cb2210c141d236075f01a86447bf497a5061773c3c64a90756264776b4c4df100f7588e36d34f727eca55afd52fe6696a3cbe2d1f131250934254603a
76937691
languageName: node
76947692
linkType: hard
76957693

@@ -7728,21 +7726,21 @@ __metadata:
77287726
languageName: node
77297727
linkType: hard
77307728

7731-
"@typescript-eslint/parser@npm:7.8.0":
7732-
version: 7.8.0
7733-
resolution: "@typescript-eslint/parser@npm:7.8.0"
7729+
"@typescript-eslint/parser@npm:7.9.0":
7730+
version: 7.9.0
7731+
resolution: "@typescript-eslint/parser@npm:7.9.0"
77347732
dependencies:
7735-
"@typescript-eslint/scope-manager": "npm:7.8.0"
7736-
"@typescript-eslint/types": "npm:7.8.0"
7737-
"@typescript-eslint/typescript-estree": "npm:7.8.0"
7738-
"@typescript-eslint/visitor-keys": "npm:7.8.0"
7733+
"@typescript-eslint/scope-manager": "npm:7.9.0"
7734+
"@typescript-eslint/types": "npm:7.9.0"
7735+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
7736+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
77397737
debug: "npm:^4.3.4"
77407738
peerDependencies:
77417739
eslint: ^8.56.0
77427740
peerDependenciesMeta:
77437741
typescript:
77447742
optional: true
7745-
checksum: 10c0/0dd994c1b31b810c25e1b755b8d352debb7bf21a31f9a91acaec34acf4e471320bcceaa67cf64c110c0b8f5fac10a037dbabac6ec423e17adf037e59a7bce9c1
7743+
checksum: 10c0/16ca04645429436d9b7986cddda979ef4d088f4223f4a69e04a369e0fd4852dd5ff3d4b99da2e43cddaa2b421b24ff42f275d87bd110ae2356bdd0e81c2534e7
77467744
languageName: node
77477745
linkType: hard
77487746

@@ -7783,6 +7781,16 @@ __metadata:
77837781
languageName: node
77847782
linkType: hard
77857783

7784+
"@typescript-eslint/scope-manager@npm:7.9.0":
7785+
version: 7.9.0
7786+
resolution: "@typescript-eslint/scope-manager@npm:7.9.0"
7787+
dependencies:
7788+
"@typescript-eslint/types": "npm:7.9.0"
7789+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
7790+
checksum: 10c0/1ba6fc559a42a9b54e38c3ac2b6669efcff1a30292fb4e5fc8739c890a6c0f37d1a6aee1d115198f57c88e4f1776e95c1d7143de5cb5b970d5eb3023e97789dd
7791+
languageName: node
7792+
linkType: hard
7793+
77867794
"@typescript-eslint/type-utils@npm:5.62.0":
77877795
version: 5.62.0
77887796
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -7800,20 +7808,20 @@ __metadata:
78007808
languageName: node
78017809
linkType: hard
78027810

7803-
"@typescript-eslint/type-utils@npm:7.8.0":
7804-
version: 7.8.0
7805-
resolution: "@typescript-eslint/type-utils@npm:7.8.0"
7811+
"@typescript-eslint/type-utils@npm:7.9.0":
7812+
version: 7.9.0
7813+
resolution: "@typescript-eslint/type-utils@npm:7.9.0"
78067814
dependencies:
7807-
"@typescript-eslint/typescript-estree": "npm:7.8.0"
7808-
"@typescript-eslint/utils": "npm:7.8.0"
7815+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
7816+
"@typescript-eslint/utils": "npm:7.9.0"
78097817
debug: "npm:^4.3.4"
78107818
ts-api-utils: "npm:^1.3.0"
78117819
peerDependencies:
78127820
eslint: ^8.56.0
78137821
peerDependenciesMeta:
78147822
typescript:
78157823
optional: true
7816-
checksum: 10c0/00f6315626b64f7dbc1f7fba6f365321bb8d34141ed77545b2a07970e59a81dbdf768c1e024225ea00953750d74409ddd8a16782fc4a39261e507c04192dacab
7824+
checksum: 10c0/775280fb179268f8bacd60e684d9d5a1c6a379646b082c7244bf2dfb7dd693053bd9efa473b71e10a86db69322b0a2cecf5598d019684930df50000bf3d70af0
78177825
languageName: node
78187826
linkType: hard
78197827

@@ -7831,6 +7839,13 @@ __metadata:
78317839
languageName: node
78327840
linkType: hard
78337841

7842+
"@typescript-eslint/types@npm:7.9.0":
7843+
version: 7.9.0
7844+
resolution: "@typescript-eslint/types@npm:7.9.0"
7845+
checksum: 10c0/d5f4a547dba4865ee2391bf06f2b3f8e8592a561976d2be35bb61ce340c7d1b7b4b25ac6ab5b9941813b465b9420bebb7b2179b1d71f6a83069feeb000b3558d
7846+
languageName: node
7847+
linkType: hard
7848+
78347849
"@typescript-eslint/typescript-estree@npm:5.62.0":
78357850
version: 5.62.0
78367851
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -7868,6 +7883,25 @@ __metadata:
78687883
languageName: node
78697884
linkType: hard
78707885

7886+
"@typescript-eslint/typescript-estree@npm:7.9.0":
7887+
version: 7.9.0
7888+
resolution: "@typescript-eslint/typescript-estree@npm:7.9.0"
7889+
dependencies:
7890+
"@typescript-eslint/types": "npm:7.9.0"
7891+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
7892+
debug: "npm:^4.3.4"
7893+
globby: "npm:^11.1.0"
7894+
is-glob: "npm:^4.0.3"
7895+
minimatch: "npm:^9.0.4"
7896+
semver: "npm:^7.6.0"
7897+
ts-api-utils: "npm:^1.3.0"
7898+
peerDependenciesMeta:
7899+
typescript:
7900+
optional: true
7901+
checksum: 10c0/cfc3d2b7a5433c9a2989c7289bc72b49786993782801ad8ca5a07c651df457a67fbce13b120c86c34c03d56570a90e5cf4f3b8806349f103a3658f2366ec28ea
7902+
languageName: node
7903+
linkType: hard
7904+
78717905
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.58.0":
78727906
version: 5.62.0
78737907
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -7886,7 +7920,21 @@ __metadata:
78867920
languageName: node
78877921
linkType: hard
78887922

7889-
"@typescript-eslint/utils@npm:7.8.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0":
7923+
"@typescript-eslint/utils@npm:7.9.0":
7924+
version: 7.9.0
7925+
resolution: "@typescript-eslint/utils@npm:7.9.0"
7926+
dependencies:
7927+
"@eslint-community/eslint-utils": "npm:^4.4.0"
7928+
"@typescript-eslint/scope-manager": "npm:7.9.0"
7929+
"@typescript-eslint/types": "npm:7.9.0"
7930+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
7931+
peerDependencies:
7932+
eslint: ^8.56.0
7933+
checksum: 10c0/cb99d6a950e7da0319bc7b923a82c52c0798a14e837afee51b2295cfbde02e0a2ac8e0b5904cd7bd01d1b376c7a6ad3739101b486feaf2517c8640024deb88c7
7934+
languageName: node
7935+
linkType: hard
7936+
7937+
"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0":
78907938
version: 7.8.0
78917939
resolution: "@typescript-eslint/utils@npm:7.8.0"
78927940
dependencies:
@@ -7923,6 +7971,16 @@ __metadata:
79237971
languageName: node
79247972
linkType: hard
79257973

7974+
"@typescript-eslint/visitor-keys@npm:7.9.0":
7975+
version: 7.9.0
7976+
resolution: "@typescript-eslint/visitor-keys@npm:7.9.0"
7977+
dependencies:
7978+
"@typescript-eslint/types": "npm:7.9.0"
7979+
eslint-visitor-keys: "npm:^3.4.3"
7980+
checksum: 10c0/19181d8b9d2d7bc43d5c8884661cd9a86ac316392b8e590187cc507442093a1ba2bef0cc22181b8298d5dc9f455abb73cffa4663451bdf32b1b7fe12160c5c99
7981+
languageName: node
7982+
linkType: hard
7983+
79267984
"@ungap/structured-clone@npm:^1.2.0":
79277985
version: 1.2.0
79287986
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)