Skip to content

Commit 2a52f1b

Browse files
renovate[bot]Sysix
andauthored
chore(deps): update npm packages (major) (#383)
* chore(deps): update npm packages * update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sysix <sysix@sysix-coding.de>
1 parent b602768 commit 2a52f1b

File tree

7 files changed

+414
-387
lines changed

7 files changed

+414
-387
lines changed

integration_test/__snapshots__/eslint-plugin-oxlint.spec.ts.snap

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
109109
"no-shadow-restricted-names": "error",
110110
"no-sparse-arrays": "error",
111111
"no-this-before-super": "error",
112+
"no-unassigned-vars": "error",
112113
"no-unsafe-finally": "error",
113114
"no-unsafe-negation": "error",
114115
"no-unsafe-optional-chaining": "error",
@@ -120,6 +121,7 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
120121
"no-useless-catch": "error",
121122
"no-useless-escape": "error",
122123
"no-with": "error",
124+
"preserve-caught-error": "error",
123125
"require-yield": "error",
124126
"unicorn/catch-error-name": "error",
125127
"unicorn/consistent-assert": "error",
@@ -247,8 +249,10 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
247249
"skipped": {
248250
"js-plugins": [],
249251
"not-implemented": [
252+
"no-useless-assignment",
250253
"unicorn/expiring-todo-comments",
251254
"unicorn/import-style",
255+
"unicorn/isolated-functions",
252256
"unicorn/no-unnecessary-polyfills",
253257
"unicorn/prefer-export-from",
254258
"unicorn/prefer-single-call",
@@ -381,6 +385,7 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
381385
"no-shadow-restricted-names": "error",
382386
"no-sparse-arrays": "error",
383387
"no-this-before-super": "error",
388+
"no-unassigned-vars": "error",
384389
"no-unsafe-finally": "error",
385390
"no-unsafe-negation": "error",
386391
"no-unsafe-optional-chaining": "error",
@@ -392,6 +397,7 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
392397
"no-useless-catch": "error",
393398
"no-useless-escape": "error",
394399
"no-with": "error",
400+
"preserve-caught-error": "error",
395401
"require-yield": "error",
396402
"unicorn/catch-error-name": "error",
397403
"unicorn/consistent-assert": "error",
@@ -519,8 +525,10 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
519525
"skipped": {
520526
"js-plugins": [],
521527
"not-implemented": [
528+
"no-useless-assignment",
522529
"unicorn/expiring-todo-comments",
523530
"unicorn/import-style",
531+
"unicorn/isolated-functions",
524532
"unicorn/no-unnecessary-polyfills",
525533
"unicorn/prefer-export-from",
526534
"unicorn/prefer-single-call",
@@ -653,6 +661,7 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
653661
"no-shadow-restricted-names": "error",
654662
"no-sparse-arrays": "error",
655663
"no-this-before-super": "error",
664+
"no-unassigned-vars": "error",
656665
"no-unsafe-finally": "error",
657666
"no-unsafe-negation": "error",
658667
"no-unsafe-optional-chaining": "error",
@@ -664,6 +673,7 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
664673
"no-useless-catch": "error",
665674
"no-useless-escape": "error",
666675
"no-with": "error",
676+
"preserve-caught-error": "error",
667677
"require-yield": "error",
668678
"unicorn/catch-error-name": "error",
669679
"unicorn/consistent-assert": "error",
@@ -791,8 +801,10 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
791801
"skipped": {
792802
"js-plugins": [],
793803
"not-implemented": [
804+
"no-useless-assignment",
794805
"unicorn/expiring-todo-comments",
795806
"unicorn/import-style",
807+
"unicorn/isolated-functions",
796808
"unicorn/no-unnecessary-polyfills",
797809
"unicorn/prefer-export-from",
798810
"unicorn/prefer-single-call",
@@ -881,6 +893,7 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
881893
"no-redeclare": "error",
882894
"no-regex-spaces": "error",
883895
"no-unexpected-multiline": "error",
896+
"preserve-caught-error": "error",
884897
"unicorn/catch-error-name": "error",
885898
"unicorn/consistent-assert": "error",
886899
"unicorn/consistent-date-clone": "error",
@@ -992,8 +1005,10 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
9921005
"skipped": {
9931006
"js-plugins": [],
9941007
"not-implemented": [
1008+
"no-useless-assignment",
9951009
"unicorn/expiring-todo-comments",
9961010
"unicorn/import-style",
1011+
"unicorn/isolated-functions",
9971012
"unicorn/no-unnecessary-polyfills",
9981013
"unicorn/prefer-export-from",
9991014
"unicorn/prefer-single-call",

integration_test/__snapshots__/eslint-react.spec.ts.snap

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ exports[`eslint-react > eslint-react 1`] = `
6464
"no-shadow-restricted-names": "error",
6565
"no-sparse-arrays": "error",
6666
"no-this-before-super": "error",
67+
"no-unassigned-vars": "error",
6768
"no-unexpected-multiline": "error",
6869
"no-unsafe-finally": "error",
6970
"no-unsafe-negation": "error",
@@ -80,6 +81,7 @@ exports[`eslint-react > eslint-react 1`] = `
8081
"no-useless-catch": "error",
8182
"no-useless-escape": "error",
8283
"no-with": "error",
84+
"preserve-caught-error": "error",
8385
"react-hooks/exhaustive-deps": "warn",
8486
"react-hooks/rules-of-hooks": "error",
8587
"react/only-export-components": [
@@ -159,7 +161,9 @@ exports[`eslint-react > eslint-react 1`] = `
159161
"@eslint-react/naming-convention/ref-name",
160162
"@eslint-react/naming-convention/use-state",
161163
],
162-
"not-implemented": [],
164+
"not-implemented": [
165+
"no-useless-assignment",
166+
],
163167
"nursery": [
164168
"getter-return",
165169
"no-undef",
@@ -265,6 +269,7 @@ exports[`eslint-react --js-plugins > eslint-react--js-plugins 1`] = `
265269
"no-shadow-restricted-names": "error",
266270
"no-sparse-arrays": "error",
267271
"no-this-before-super": "error",
272+
"no-unassigned-vars": "error",
268273
"no-unexpected-multiline": "error",
269274
"no-unsafe-finally": "error",
270275
"no-unsafe-negation": "error",
@@ -281,6 +286,7 @@ exports[`eslint-react --js-plugins > eslint-react--js-plugins 1`] = `
281286
"no-useless-catch": "error",
282287
"no-useless-escape": "error",
283288
"no-with": "error",
289+
"preserve-caught-error": "error",
284290
"react-dom/no-dangerously-set-innerhtml": "warn",
285291
"react-dom/no-dangerously-set-innerhtml-with-children": "error",
286292
"react-dom/no-find-dom-node": "error",
@@ -359,7 +365,9 @@ exports[`eslint-react --js-plugins > eslint-react--js-plugins 1`] = `
359365
},
360366
"skipped": {
361367
"js-plugins": [],
362-
"not-implemented": [],
368+
"not-implemented": [
369+
"no-useless-assignment",
370+
],
363371
"nursery": [
364372
"getter-return",
365373
"no-undef",
@@ -457,6 +465,7 @@ exports[`eslint-react --type-aware > eslint-react--type-aware 1`] = `
457465
"no-shadow-restricted-names": "error",
458466
"no-sparse-arrays": "error",
459467
"no-this-before-super": "error",
468+
"no-unassigned-vars": "error",
460469
"no-unexpected-multiline": "error",
461470
"no-unsafe-finally": "error",
462471
"no-unsafe-negation": "error",
@@ -473,6 +482,7 @@ exports[`eslint-react --type-aware > eslint-react--type-aware 1`] = `
473482
"no-useless-catch": "error",
474483
"no-useless-escape": "error",
475484
"no-with": "error",
485+
"preserve-caught-error": "error",
476486
"react-hooks/exhaustive-deps": "warn",
477487
"react-hooks/rules-of-hooks": "error",
478488
"react/only-export-components": [
@@ -552,7 +562,9 @@ exports[`eslint-react --type-aware > eslint-react--type-aware 1`] = `
552562
"@eslint-react/naming-convention/ref-name",
553563
"@eslint-react/naming-convention/use-state",
554564
],
555-
"not-implemented": [],
565+
"not-implemented": [
566+
"no-useless-assignment",
567+
],
556568
"nursery": [
557569
"getter-return",
558570
"no-undef",
@@ -651,6 +663,7 @@ exports[`eslint-react merge > eslint-react--merge 1`] = `
651663
"no-shadow-restricted-names": "error",
652664
"no-sparse-arrays": "error",
653665
"no-this-before-super": "error",
666+
"no-unassigned-vars": "error",
654667
"no-unexpected-multiline": "error",
655668
"no-unsafe-finally": "error",
656669
"no-unsafe-negation": "error",
@@ -667,6 +680,7 @@ exports[`eslint-react merge > eslint-react--merge 1`] = `
667680
"no-useless-catch": "error",
668681
"no-useless-escape": "error",
669682
"no-with": "error",
683+
"preserve-caught-error": "error",
670684
"react-hooks/exhaustive-deps": "warn",
671685
"react-hooks/rules-of-hooks": "error",
672686
"react/only-export-components": [
@@ -745,7 +759,9 @@ exports[`eslint-react merge > eslint-react--merge 1`] = `
745759
"@eslint-react/naming-convention/ref-name",
746760
"@eslint-react/naming-convention/use-state",
747761
],
748-
"not-implemented": [],
762+
"not-implemented": [
763+
"no-useless-assignment",
764+
],
749765
"nursery": [
750766
"getter-return",
751767
"no-undef",

integration_test/__snapshots__/many-extends.spec.ts.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
189189
"no-shadow-restricted-names": "error",
190190
"no-sparse-arrays": "error",
191191
"no-this-before-super": "error",
192+
"no-unassigned-vars": "error",
192193
"no-unexpected-multiline": "error",
193194
"no-unsafe-finally": "error",
194195
"no-unsafe-negation": "error",
@@ -199,6 +200,7 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
199200
"no-useless-catch": "error",
200201
"no-useless-escape": "error",
201202
"no-with": "error",
203+
"preserve-caught-error": "error",
202204
"react-hooks/exhaustive-deps": "warn",
203205
"react-hooks/rules-of-hooks": "error",
204206
"react/button-has-type": "error",
@@ -225,6 +227,7 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
225227
"skipped": {
226228
"js-plugins": [],
227229
"not-implemented": [
230+
"no-useless-assignment",
228231
"jsdoc/check-alignment",
229232
"jsdoc/check-param-names",
230233
"jsdoc/check-types",
@@ -534,6 +537,7 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
534537
"no-shadow-restricted-names": "error",
535538
"no-sparse-arrays": "error",
536539
"no-this-before-super": "error",
540+
"no-unassigned-vars": "error",
537541
"no-unexpected-multiline": "error",
538542
"no-unsafe-finally": "error",
539543
"no-unsafe-negation": "error",
@@ -544,6 +548,7 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
544548
"no-useless-catch": "error",
545549
"no-useless-escape": "error",
546550
"no-with": "error",
551+
"preserve-caught-error": "error",
547552
"react-hooks/exhaustive-deps": "warn",
548553
"react-hooks/rules-of-hooks": "error",
549554
"react/button-has-type": "error",
@@ -570,6 +575,7 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
570575
"skipped": {
571576
"js-plugins": [],
572577
"not-implemented": [
578+
"no-useless-assignment",
573579
"jsdoc/check-alignment",
574580
"jsdoc/check-param-names",
575581
"jsdoc/check-types",
@@ -943,6 +949,7 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
943949
"no-shadow-restricted-names": "error",
944950
"no-sparse-arrays": "error",
945951
"no-this-before-super": "error",
952+
"no-unassigned-vars": "error",
946953
"no-unexpected-multiline": "error",
947954
"no-unsafe-finally": "error",
948955
"no-unsafe-negation": "error",
@@ -953,6 +960,7 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
953960
"no-useless-catch": "error",
954961
"no-useless-escape": "error",
955962
"no-with": "error",
963+
"preserve-caught-error": "error",
956964
"react-hooks/exhaustive-deps": "warn",
957965
"react-hooks/rules-of-hooks": "error",
958966
"react/button-has-type": "error",
@@ -979,6 +987,7 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
979987
"skipped": {
980988
"js-plugins": [],
981989
"not-implemented": [
990+
"no-useless-assignment",
982991
"jsdoc/check-alignment",
983992
"jsdoc/check-param-names",
984993
"jsdoc/check-types",
@@ -1223,6 +1232,7 @@ exports[`many-extends.spec.ts merge > many-extends.spec.ts--merge 1`] = `
12231232
"no-redeclare": "error",
12241233
"no-regex-spaces": "error",
12251234
"no-unexpected-multiline": "error",
1235+
"preserve-caught-error": "error",
12261236
"react-hooks/exhaustive-deps": "warn",
12271237
"react-hooks/rules-of-hooks": "error",
12281238
"react/button-has-type": "error",
@@ -1238,6 +1248,7 @@ exports[`many-extends.spec.ts merge > many-extends.spec.ts--merge 1`] = `
12381248
"skipped": {
12391249
"js-plugins": [],
12401250
"not-implemented": [
1251+
"no-useless-assignment",
12411252
"jsdoc/check-alignment",
12421253
"jsdoc/check-param-names",
12431254
"jsdoc/check-types",

0 commit comments

Comments
 (0)