Skip to content

Commit e547883

Browse files
authored
release: v1.51.0 (#418)
Co-authored-by: Boshen <Boshen@users.noreply.github.com>
1 parent 2a52f1b commit e547883

File tree

4 files changed

+92
-91
lines changed

4 files changed

+92
-91
lines changed

integration_test/__snapshots__/pupeeteer.spec.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ exports[`puppeteer > puppeteer 1`] = `
256256
],
257257
"not-implemented": [
258258
"no-implied-eval",
259-
"import/order",
260259
"no-restricted-syntax",
261260
],
262261
"nursery": [
@@ -278,6 +277,7 @@ exports[`puppeteer > puppeteer 1`] = `
278277
"no-new-object",
279278
"no-octal-escape",
280279
"template-curly-spacing",
280+
"import/order",
281281
"import/enforce-node-protocol-usage",
282282
],
283283
},
@@ -571,7 +571,6 @@ exports[`puppeteer --js-plugins > puppeteer--js-plugins 1`] = `
571571
"js-plugins": [],
572572
"not-implemented": [
573573
"no-implied-eval",
574-
"import/order",
575574
"no-restricted-syntax",
576575
],
577576
"nursery": [
@@ -593,6 +592,7 @@ exports[`puppeteer --js-plugins > puppeteer--js-plugins 1`] = `
593592
"no-new-object",
594593
"no-octal-escape",
595594
"template-curly-spacing",
595+
"import/order",
596596
"import/enforce-node-protocol-usage",
597597
],
598598
},
@@ -891,7 +891,6 @@ exports[`puppeteer --type-aware > puppeteer--type-aware 1`] = `
891891
],
892892
"not-implemented": [
893893
"no-implied-eval",
894-
"import/order",
895894
"no-restricted-syntax",
896895
],
897896
"nursery": [
@@ -909,6 +908,7 @@ exports[`puppeteer --type-aware > puppeteer--type-aware 1`] = `
909908
"no-new-object",
910909
"no-octal-escape",
911910
"template-curly-spacing",
911+
"import/order",
912912
"import/enforce-node-protocol-usage",
913913
],
914914
},
@@ -1162,7 +1162,6 @@ exports[`puppeteer merge > puppeteer--merge 1`] = `
11621162
],
11631163
"not-implemented": [
11641164
"no-implied-eval",
1165-
"import/order",
11661165
"no-restricted-syntax",
11671166
],
11681167
"nursery": [
@@ -1184,6 +1183,7 @@ exports[`puppeteer merge > puppeteer--merge 1`] = `
11841183
"no-new-object",
11851184
"no-octal-escape",
11861185
"template-curly-spacing",
1186+
"import/order",
11871187
"import/enforce-node-protocol-usage",
11881188
],
11891189
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxlint/migrate",
3-
"version": "1.50.0",
3+
"version": "1.51.0",
44
"description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
55
"keywords": [
66
"eslint",
@@ -84,7 +84,7 @@
8484
"lint-staged": "^16.1.2",
8585
"next": "^16.0.0",
8686
"oxfmt": "^0.35.0",
87-
"oxlint": "^1.50.0",
87+
"oxlint": "^1.51.0",
8888
"oxlint-tsgolint": "^0.15.0",
8989
"tsdown": "^0.20.0",
9090
"typescript-eslint": "^8.35.0",

0 commit comments

Comments
 (0)