Skip to content

Commit 5061204

Browse files
authored
release: v1.29.0 (#556)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Boshen <[email protected]>
1 parent 6673787 commit 5061204

File tree

5 files changed

+45
-40
lines changed

5 files changed

+45
-40
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-oxlint",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Turn off all rules already supported by oxlint",
55
"type": "module",
66
"types": "./dist/index.d.ts",
@@ -69,7 +69,7 @@
6969
"jiti": "^2.4.2",
7070
"lint-staged": "^16.0.0",
7171
"memfs": "^4.14.0",
72-
"oxlint": "^1.28.0",
72+
"oxlint": "^1.29.0",
7373
"oxlint-tsgolint": "^0.1.5",
7474
"prettier": "^3.3.3",
7575
"scule": "^1.3.0",

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/__snapshots__/configs.spec.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,6 +1729,9 @@ exports[`contains all the oxlint rules 1`] = `
17291729
"unicorn/prefer-regexp-test": [
17301730
0,
17311731
],
1732+
"unicorn/prefer-response-static-json": [
1733+
0,
1734+
],
17321735
"unicorn/prefer-set-has": [
17331736
0,
17341737
],

src/generated/rules-by-category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ const styleRules: Record<string, 'off'> = {
234234
'unicorn/numeric-separators-style': 'off',
235235
'unicorn/prefer-classlist-toggle': 'off',
236236
'unicorn/prefer-class-fields': 'off',
237+
'unicorn/prefer-response-static-json': 'off',
237238
'unicorn/prefer-global-this': 'off',
238239
'unicorn/prefer-object-from-entries': 'off',
239240
'unicorn/prefer-array-index-of': 'off',

src/generated/rules-by-scope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ const unicornRules: Record<string, 'off'> = {
520520
'unicorn/numeric-separators-style': 'off',
521521
'unicorn/prefer-classlist-toggle': 'off',
522522
'unicorn/prefer-class-fields': 'off',
523+
'unicorn/prefer-response-static-json': 'off',
523524
'unicorn/prefer-top-level-await': 'off',
524525
'unicorn/prefer-at': 'off',
525526
'unicorn/prefer-global-this': 'off',

0 commit comments

Comments
 (0)