Skip to content

Commit cbfea01

Browse files
authored
release: v1.46.0 (#375)
Co-authored-by: Boshen <Boshen@users.noreply.github.com>
1 parent 09657ad commit cbfea01

File tree

10 files changed

+201
-83
lines changed

10 files changed

+201
-83
lines changed

integration_test/__snapshots__/autoprefixer.spec.ts.snap

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ exports[`autoprefixer > autoprefixer 1`] = `
145145
"no-lone-blocks": "error",
146146
"no-lonely-if": "error",
147147
"no-loss-of-precision": "error",
148+
"no-misleading-character-class": "error",
148149
"no-multi-str": "error",
149150
"no-nested-ternary": "error",
150151
"no-new-func": "error",
@@ -274,7 +275,6 @@ exports[`autoprefixer > autoprefixer 1`] = `
274275
"nursery": [
275276
"getter-return",
276277
"import-x/export",
277-
"no-misleading-character-class",
278278
"no-undef",
279279
"no-unreachable",
280280
],
@@ -462,6 +462,7 @@ exports[`autoprefixer --js-plugins > autoprefixer--js-plugins 1`] = `
462462
"no-lone-blocks": "error",
463463
"no-lonely-if": "error",
464464
"no-loss-of-precision": "error",
465+
"no-misleading-character-class": "error",
465466
"no-multi-str": "error",
466467
"no-nested-ternary": "error",
467468
"no-new-func": "error",
@@ -733,7 +734,6 @@ exports[`autoprefixer --js-plugins > autoprefixer--js-plugins 1`] = `
733734
"nursery": [
734735
"getter-return",
735736
"import-x/export",
736-
"no-misleading-character-class",
737737
"no-undef",
738738
"no-unreachable",
739739
],
@@ -917,6 +917,7 @@ exports[`autoprefixer --type-aware > autoprefixer--type-aware 1`] = `
917917
"no-lone-blocks": "error",
918918
"no-lonely-if": "error",
919919
"no-loss-of-precision": "error",
920+
"no-misleading-character-class": "error",
920921
"no-multi-str": "error",
921922
"no-nested-ternary": "error",
922923
"no-new-func": "error",
@@ -1046,7 +1047,6 @@ exports[`autoprefixer --type-aware > autoprefixer--type-aware 1`] = `
10461047
"nursery": [
10471048
"getter-return",
10481049
"import-x/export",
1049-
"no-misleading-character-class",
10501050
"no-undef",
10511051
"no-unreachable",
10521052
],
@@ -1196,7 +1196,6 @@ exports[`autoprefixer merge > autoprefixer--merge 1`] = `
11961196
"no-extend-native": "error",
11971197
"no-extra-bind": "error",
11981198
"no-fallthrough": "error",
1199-
"no-iterator": "error",
12001199
"no-labels": [
12011200
"error",
12021201
{
@@ -1318,7 +1317,6 @@ exports[`autoprefixer merge > autoprefixer--merge 1`] = `
13181317
"nursery": [
13191318
"getter-return",
13201319
"import-x/export",
1321-
"no-misleading-character-class",
13221320
"no-undef",
13231321
"no-unreachable",
13241322
],

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
9797
"no-invalid-regexp": "error",
9898
"no-irregular-whitespace": "error",
9999
"no-loss-of-precision": "error",
100+
"no-misleading-character-class": "error",
100101
"no-new-native-nonconstructor": "error",
101102
"no-nonoctal-decimal-escape": "error",
102103
"no-obj-calls": "error",
@@ -229,6 +230,7 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
229230
"unicorn/prefer-structured-clone": "error",
230231
"unicorn/prefer-top-level-await": "error",
231232
"unicorn/prefer-type-error": "error",
233+
"unicorn/relative-url-style": "error",
232234
"unicorn/require-array-join-separator": "error",
233235
"unicorn/require-module-attributes": "error",
234236
"unicorn/require-module-specifiers": "error",
@@ -244,7 +246,6 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
244246
"js-plugins": [],
245247
"nursery": [
246248
"getter-return",
247-
"no-misleading-character-class",
248249
"no-undef",
249250
"no-unreachable",
250251
],
@@ -263,7 +264,6 @@ exports[`eslint-plugin-oxlint > eslint-plugin-oxlint 1`] = `
263264
"unicorn/prefer-switch",
264265
"unicorn/prefer-ternary",
265266
"unicorn/prevent-abbreviations",
266-
"unicorn/relative-url-style",
267267
],
268268
},
269269
"warnings": [],
@@ -367,6 +367,7 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
367367
"no-invalid-regexp": "error",
368368
"no-irregular-whitespace": "error",
369369
"no-loss-of-precision": "error",
370+
"no-misleading-character-class": "error",
370371
"no-new-native-nonconstructor": "error",
371372
"no-nonoctal-decimal-escape": "error",
372373
"no-obj-calls": "error",
@@ -499,6 +500,7 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
499500
"unicorn/prefer-structured-clone": "error",
500501
"unicorn/prefer-top-level-await": "error",
501502
"unicorn/prefer-type-error": "error",
503+
"unicorn/relative-url-style": "error",
502504
"unicorn/require-array-join-separator": "error",
503505
"unicorn/require-module-attributes": "error",
504506
"unicorn/require-module-specifiers": "error",
@@ -514,7 +516,6 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
514516
"js-plugins": [],
515517
"nursery": [
516518
"getter-return",
517-
"no-misleading-character-class",
518519
"no-undef",
519520
"no-unreachable",
520521
],
@@ -533,7 +534,6 @@ exports[`eslint-plugin-oxlint --js-plugins > eslint-plugin-oxlint--js-plugins 1`
533534
"unicorn/prefer-switch",
534535
"unicorn/prefer-ternary",
535536
"unicorn/prevent-abbreviations",
536-
"unicorn/relative-url-style",
537537
],
538538
},
539539
"warnings": [],
@@ -637,6 +637,7 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
637637
"no-invalid-regexp": "error",
638638
"no-irregular-whitespace": "error",
639639
"no-loss-of-precision": "error",
640+
"no-misleading-character-class": "error",
640641
"no-new-native-nonconstructor": "error",
641642
"no-nonoctal-decimal-escape": "error",
642643
"no-obj-calls": "error",
@@ -769,6 +770,7 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
769770
"unicorn/prefer-structured-clone": "error",
770771
"unicorn/prefer-top-level-await": "error",
771772
"unicorn/prefer-type-error": "error",
773+
"unicorn/relative-url-style": "error",
772774
"unicorn/require-array-join-separator": "error",
773775
"unicorn/require-module-attributes": "error",
774776
"unicorn/require-module-specifiers": "error",
@@ -784,7 +786,6 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
784786
"js-plugins": [],
785787
"nursery": [
786788
"getter-return",
787-
"no-misleading-character-class",
788789
"no-undef",
789790
"no-unreachable",
790791
],
@@ -803,7 +804,6 @@ exports[`eslint-plugin-oxlint --type-aware > eslint-plugin-oxlint--type-aware 1`
803804
"unicorn/prefer-switch",
804805
"unicorn/prefer-ternary",
805806
"unicorn/prevent-abbreviations",
806-
"unicorn/relative-url-style",
807807
],
808808
},
809809
"warnings": [],
@@ -971,6 +971,7 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
971971
"unicorn/prefer-structured-clone": "error",
972972
"unicorn/prefer-top-level-await": "error",
973973
"unicorn/prefer-type-error": "error",
974+
"unicorn/relative-url-style": "error",
974975
"unicorn/require-array-join-separator": "error",
975976
"unicorn/require-module-attributes": "error",
976977
"unicorn/require-module-specifiers": "error",
@@ -984,7 +985,6 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
984985
"js-plugins": [],
985986
"nursery": [
986987
"getter-return",
987-
"no-misleading-character-class",
988988
"no-undef",
989989
"no-unreachable",
990990
],
@@ -1003,7 +1003,6 @@ exports[`eslint-plugin-oxlint merge > eslint-plugin-oxlint--merge 1`] = `
10031003
"unicorn/prefer-switch",
10041004
"unicorn/prefer-ternary",
10051005
"unicorn/prevent-abbreviations",
1006-
"unicorn/relative-url-style",
10071006
],
10081007
},
10091008
"warnings": [],

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
4040
"@typescript-eslint/ban-tslint-comment": "error",
4141
"@typescript-eslint/consistent-generic-constructors": "error",
4242
"@typescript-eslint/consistent-indexed-object-style": "error",
43+
"@typescript-eslint/consistent-type-assertions": "error",
4344
"@typescript-eslint/consistent-type-definitions": "error",
4445
"@typescript-eslint/no-confusing-non-null-assertion": "error",
4546
"@typescript-eslint/no-duplicate-enum-values": "error",
@@ -179,6 +180,7 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
179180
"no-invalid-regexp": "error",
180181
"no-irregular-whitespace": "error",
181182
"no-loss-of-precision": "error",
183+
"no-misleading-character-class": "error",
182184
"no-new-native-nonconstructor": "error",
183185
"no-nonoctal-decimal-escape": "error",
184186
"no-obj-calls": "error",
@@ -227,7 +229,6 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
227229
"js-plugins": [],
228230
"nursery": [
229231
"getter-return",
230-
"no-misleading-character-class",
231232
"no-undef",
232233
"no-unreachable",
233234
"import/named",
@@ -324,7 +325,6 @@ exports[`many-extends.spec.ts > many-extends.spec.ts 1`] = `
324325
"@typescript-eslint/no-useless-default-assignment",
325326
"@typescript-eslint/unified-signatures",
326327
"@typescript-eslint/class-literal-property-style",
327-
"@typescript-eslint/consistent-type-assertions",
328328
"@typescript-eslint/dot-notation",
329329
"@typescript-eslint/prefer-find",
330330
"@typescript-eslint/prefer-regexp-exec",
@@ -383,6 +383,7 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
383383
"@typescript-eslint/ban-tslint-comment": "error",
384384
"@typescript-eslint/consistent-generic-constructors": "error",
385385
"@typescript-eslint/consistent-indexed-object-style": "error",
386+
"@typescript-eslint/consistent-type-assertions": "error",
386387
"@typescript-eslint/consistent-type-definitions": "error",
387388
"@typescript-eslint/no-confusing-non-null-assertion": "error",
388389
"@typescript-eslint/no-duplicate-enum-values": "error",
@@ -522,6 +523,7 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
522523
"no-invalid-regexp": "error",
523524
"no-irregular-whitespace": "error",
524525
"no-loss-of-precision": "error",
526+
"no-misleading-character-class": "error",
525527
"no-new-native-nonconstructor": "error",
526528
"no-nonoctal-decimal-escape": "error",
527529
"no-obj-calls": "error",
@@ -570,7 +572,6 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
570572
"js-plugins": [],
571573
"nursery": [
572574
"getter-return",
573-
"no-misleading-character-class",
574575
"no-undef",
575576
"no-unreachable",
576577
"import/named",
@@ -667,7 +668,6 @@ exports[`many-extends.spec.ts --js-plugins > many-extends.spec.ts--js-plugins 1`
667668
"@typescript-eslint/no-useless-default-assignment",
668669
"@typescript-eslint/unified-signatures",
669670
"@typescript-eslint/class-literal-property-style",
670-
"@typescript-eslint/consistent-type-assertions",
671671
"@typescript-eslint/dot-notation",
672672
"@typescript-eslint/prefer-find",
673673
"@typescript-eslint/prefer-regexp-exec",
@@ -727,6 +727,7 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
727727
"@typescript-eslint/ban-tslint-comment": "error",
728728
"@typescript-eslint/consistent-generic-constructors": "error",
729729
"@typescript-eslint/consistent-indexed-object-style": "error",
730+
"@typescript-eslint/consistent-type-assertions": "error",
730731
"@typescript-eslint/consistent-type-definitions": "error",
731732
"@typescript-eslint/no-array-delete": "error",
732733
"@typescript-eslint/no-base-to-string": "error",
@@ -926,6 +927,7 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
926927
"no-invalid-regexp": "error",
927928
"no-irregular-whitespace": "error",
928929
"no-loss-of-precision": "error",
930+
"no-misleading-character-class": "error",
929931
"no-new-native-nonconstructor": "error",
930932
"no-nonoctal-decimal-escape": "error",
931933
"no-obj-calls": "error",
@@ -974,7 +976,6 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
974976
"js-plugins": [],
975977
"nursery": [
976978
"getter-return",
977-
"no-misleading-character-class",
978979
"no-undef",
979980
"no-unreachable",
980981
"import/named",
@@ -1031,7 +1032,6 @@ exports[`many-extends.spec.ts --type-aware > many-extends.spec.ts--type-aware 1`
10311032
"@typescript-eslint/no-useless-default-assignment",
10321033
"@typescript-eslint/unified-signatures",
10331034
"@typescript-eslint/class-literal-property-style",
1034-
"@typescript-eslint/consistent-type-assertions",
10351035
"@typescript-eslint/dot-notation",
10361036
"@typescript-eslint/prefer-find",
10371037
"@typescript-eslint/prefer-regexp-exec",
@@ -1091,6 +1091,7 @@ exports[`many-extends.spec.ts merge > many-extends.spec.ts--merge 1`] = `
10911091
"@typescript-eslint/ban-tslint-comment": "error",
10921092
"@typescript-eslint/consistent-generic-constructors": "error",
10931093
"@typescript-eslint/consistent-indexed-object-style": "error",
1094+
"@typescript-eslint/consistent-type-assertions": "error",
10941095
"@typescript-eslint/consistent-type-definitions": "error",
10951096
"@typescript-eslint/no-confusing-non-null-assertion": "error",
10961097
"@typescript-eslint/no-duplicate-enum-values": "error",
@@ -1232,7 +1233,6 @@ exports[`many-extends.spec.ts merge > many-extends.spec.ts--merge 1`] = `
12321233
"js-plugins": [],
12331234
"nursery": [
12341235
"getter-return",
1235-
"no-misleading-character-class",
12361236
"no-undef",
12371237
"no-unreachable",
12381238
"import/named",
@@ -1329,7 +1329,6 @@ exports[`many-extends.spec.ts merge > many-extends.spec.ts--merge 1`] = `
13291329
"@typescript-eslint/no-useless-default-assignment",
13301330
"@typescript-eslint/unified-signatures",
13311331
"@typescript-eslint/class-literal-property-style",
1332-
"@typescript-eslint/consistent-type-assertions",
13331332
"@typescript-eslint/dot-notation",
13341333
"@typescript-eslint/prefer-find",
13351334
"@typescript-eslint/prefer-regexp-exec",

integration_test/__snapshots__/nuxt-auth.spec.ts.snap

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ exports[`nuxt-auth > nuxt-auth 1`] = `
429429
],
430430
"no-lone-blocks": "error",
431431
"no-loss-of-precision": "error",
432+
"no-misleading-character-class": "error",
432433
"no-multi-str": "error",
433434
"no-new": "error",
434435
"no-new-func": "error",
@@ -724,7 +725,6 @@ exports[`nuxt-auth > nuxt-auth 1`] = `
724725
"toml/table-bracket-spacing",
725726
],
726727
"nursery": [
727-
"no-misleading-character-class",
728728
"no-undef",
729729
"no-unreachable",
730730
"getter-return",
@@ -1807,6 +1807,7 @@ exports[`nuxt-auth --js-plugins > nuxt-auth--js-plugins 1`] = `
18071807
],
18081808
"no-lone-blocks": "error",
18091809
"no-loss-of-precision": "error",
1810+
"no-misleading-character-class": "error",
18101811
"no-multi-str": "error",
18111812
"no-new": "error",
18121813
"no-new-func": "error",
@@ -2058,7 +2059,6 @@ exports[`nuxt-auth --js-plugins > nuxt-auth--js-plugins 1`] = `
20582059
"skipped": {
20592060
"js-plugins": [],
20602061
"nursery": [
2061-
"no-misleading-character-class",
20622062
"no-undef",
20632063
"no-unreachable",
20642064
"getter-return",
@@ -2678,6 +2678,7 @@ exports[`nuxt-auth --type-aware > nuxt-auth--type-aware 1`] = `
26782678
],
26792679
"no-lone-blocks": "error",
26802680
"no-loss-of-precision": "error",
2681+
"no-misleading-character-class": "error",
26812682
"no-multi-str": "error",
26822683
"no-new": "error",
26832684
"no-new-func": "error",
@@ -2973,7 +2974,6 @@ exports[`nuxt-auth --type-aware > nuxt-auth--type-aware 1`] = `
29732974
"toml/table-bracket-spacing",
29742975
],
29752976
"nursery": [
2976-
"no-misleading-character-class",
29772977
"no-undef",
29782978
"no-unreachable",
29792979
"getter-return",
@@ -3580,7 +3580,6 @@ exports[`nuxt-auth merge > nuxt-auth--merge 1`] = `
35803580
"no-extend-native": "error",
35813581
"no-extra-bind": "error",
35823582
"no-fallthrough": "error",
3583-
"no-iterator": "error",
35843583
"no-labels": [
35853584
"error",
35863585
{
@@ -3871,7 +3870,6 @@ exports[`nuxt-auth merge > nuxt-auth--merge 1`] = `
38713870
"toml/table-bracket-spacing",
38723871
],
38733872
"nursery": [
3874-
"no-misleading-character-class",
38753873
"no-undef",
38763874
"no-unreachable",
38773875
"getter-return",

0 commit comments

Comments
 (0)