Skip to content

Commit 77cb856

Browse files
chore(deps): update dependency oxlint to v1.9.0 (#2729)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`1.5.0` -> `1.9.0`](https://renovatebot.com/diffs/npm/oxlint/1.5.0/1.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/1.5.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v1.9.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#190---2025-07-29) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.8.0...oxlint_v1.9.0) ##### 🚜 Refactor - [`bea652f`](https://redirect.github.com/oxc-project/oxc/commit/bea652f) linter: Add `vue` and `regex` to `BuiltinLintPlugins` ([#&#8203;12542](https://redirect.github.com/oxc-project/oxc/issues/12542)) (Sysix) ### [`v1.8.0`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v1.8.0): oxlint v1.8.0 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.7.0...oxlint_v1.8.0) #### \[1.8.0] - 2025-07-22 **NOTE**: While custom JS plugins are mentioned in the release notes, they are not yet supported in this release. We are actively building them out. ##### 🚀 Features - [`6d2b549`](https://redirect.github.com/oxc-project/oxc/commit/6d2b549) napi/oxlint: Pass AST in buffer to JS ([#&#8203;12350](https://redirect.github.com/oxc-project/oxc/issues/12350)) (overlookmotel) - [`14f0159`](https://redirect.github.com/oxc-project/oxc/commit/14f0159) linter/exhaustive-deps: Add auto-fixer ([#&#8203;12354](https://redirect.github.com/oxc-project/oxc/issues/12354)) (Don Isaac) ##### 🐛 Bug Fixes - [`99e105f`](https://redirect.github.com/oxc-project/oxc/commit/99e105f) linter: Correct autofix in `unicorn/prefer-number-properties` for Infinity ([#&#8203;12445](https://redirect.github.com/oxc-project/oxc/issues/12445)) (yefan) - [`0b539e3`](https://redirect.github.com/oxc-project/oxc/commit/0b539e3) linter: `unicorn/catch-error-name` wasn't using the ignore property ([#&#8203;12446](https://redirect.github.com/oxc-project/oxc/issues/12446)) (Parbez) - [`05fba9b`](https://redirect.github.com/oxc-project/oxc/commit/05fba9b) linter: Don't panic on `TSNonNullExpression` in `unicorn/prefer-array-find` ([#&#8203;12400](https://redirect.github.com/oxc-project/oxc/issues/12400)) (Sysix) - [`46e33d5`](https://redirect.github.com/oxc-project/oxc/commit/46e33d5) linter: Improve error handling in config file lookup ([#&#8203;12391](https://redirect.github.com/oxc-project/oxc/issues/12391)) (camc314) - [`4621872`](https://redirect.github.com/oxc-project/oxc/commit/4621872) linter: Parse second script block for `svelte` files ([#&#8203;12390](https://redirect.github.com/oxc-project/oxc/issues/12390)) (Sysix) - [`fbe7eb4`](https://redirect.github.com/oxc-project/oxc/commit/fbe7eb4) linter/filename-case: Fix default config when no config is provided ([#&#8203;12389](https://redirect.github.com/oxc-project/oxc/issues/12389)) (camc314) - [`fea9df4`](https://redirect.github.com/oxc-project/oxc/commit/fea9df4) linter: Report errors with the correct severity for custom plugins ([#&#8203;12362](https://redirect.github.com/oxc-project/oxc/issues/12362)) (camc314) - [`652c038`](https://redirect.github.com/oxc-project/oxc/commit/652c038) linter: Mark correctly enabled default rules for `--rules` ([#&#8203;12163](https://redirect.github.com/oxc-project/oxc/issues/12163)) (Sysix) - [`eadc359`](https://redirect.github.com/oxc-project/oxc/commit/eadc359) linter: Correct source text for vue files having script attributes containig ">" char inside ([#&#8203;12375](https://redirect.github.com/oxc-project/oxc/issues/12375)) (Sysix) - [`54d143a`](https://redirect.github.com/oxc-project/oxc/commit/54d143a) linter/exhaustive-deps: More descriptive messages for always-rerender violations ([#&#8203;12336](https://redirect.github.com/oxc-project/oxc/issues/12336)) (Don Isaac) - [`dac4db9`](https://redirect.github.com/oxc-project/oxc/commit/dac4db9) linter/exhaustive-deps: Better diagnostics for missing dependencies ([#&#8203;12337](https://redirect.github.com/oxc-project/oxc/issues/12337)) (Don Isaac) - [`119d23a`](https://redirect.github.com/oxc-project/oxc/commit/119d23a) linter/prefer-array-flat-map: Error for `.flat(1.0)` ([#&#8203;12360](https://redirect.github.com/oxc-project/oxc/issues/12360)) (overlookmotel) ##### 🚜 Refactor - [`2d9291c`](https://redirect.github.com/oxc-project/oxc/commit/2d9291c) linter/prefer-number-properties: Simplify fixer logic ([#&#8203;12451](https://redirect.github.com/oxc-project/oxc/issues/12451)) (camc314) - [`c5dff1e`](https://redirect.github.com/oxc-project/oxc/commit/c5dff1e) linter, napi/parser: Add `source_len` field to `RawTransferMetadata` ([#&#8203;12383](https://redirect.github.com/oxc-project/oxc/issues/12383)) (overlookmotel) - [`5e3b415`](https://redirect.github.com/oxc-project/oxc/commit/5e3b415) linter: Duplicate `RawTransferMetadata` in `oxc_linter` crate ([#&#8203;12382](https://redirect.github.com/oxc-project/oxc/issues/12382)) (overlookmotel) - [`773fd88`](https://redirect.github.com/oxc-project/oxc/commit/773fd88) linter: Pass `&Allocator` into `Linter::run_external_rules` ([#&#8203;12374](https://redirect.github.com/oxc-project/oxc/issues/12374)) (overlookmotel) - [`b10ed11`](https://redirect.github.com/oxc-project/oxc/commit/b10ed11) linter: Make unwrap unconditional ([#&#8203;12371](https://redirect.github.com/oxc-project/oxc/issues/12371)) (overlookmotel) - [`a0631d4`](https://redirect.github.com/oxc-project/oxc/commit/a0631d4) linter: Move running external rules into feature-gated function ([#&#8203;12370](https://redirect.github.com/oxc-project/oxc/issues/12370)) (overlookmotel) - [`4fc4e7c`](https://redirect.github.com/oxc-project/oxc/commit/4fc4e7c) linter: Make feature gates for `oxlint2` feature consistent ([#&#8203;12369](https://redirect.github.com/oxc-project/oxc/issues/12369)) (overlookmotel) - [`50b1786`](https://redirect.github.com/oxc-project/oxc/commit/50b1786) linter: Clarify usage of `Allocator` and `AllocatorGuard` ([#&#8203;12332](https://redirect.github.com/oxc-project/oxc/issues/12332)) (overlookmotel) - [`26d3a39`](https://redirect.github.com/oxc-project/oxc/commit/26d3a39) linter: Remove `ModuleContentOwner` abstraction ([#&#8203;12331](https://redirect.github.com/oxc-project/oxc/issues/12331)) (overlookmotel) ##### 📚 Documentation - [`3c21d94`](https://redirect.github.com/oxc-project/oxc/commit/3c21d94) linter: Correct comment on `RawTransferMetadata2` type ([#&#8203;12428](https://redirect.github.com/oxc-project/oxc/issues/12428)) (overlookmotel) ##### 💼 Other - [`0b17927`](https://redirect.github.com/oxc-project/oxc/commit/0b17927) oxlint: V1.8.0 ([#&#8203;12452](https://redirect.github.com/oxc-project/oxc/issues/12452)) (oxc-bot) ### [`v1.7.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#170---2025-07-16) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.6.0...oxlint_v1.7.0) ##### 🚀 Features - [`a4dae73`](https://redirect.github.com/oxc-project/oxc/commit/a4dae73) linter: Introduce `LintPlugins` to store builtin + custom plugins ([#&#8203;12117](https://redirect.github.com/oxc-project/oxc/issues/12117)) (camc314) ### [`v1.6.0`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v1.6.0): oxlint v1.6.0 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.5.0...oxlint_v1.6.0) #### \[1.6.0] - 2025-07-07 ##### 🐛 Bug Fixes - [`3f0e03e`](https://redirect.github.com/oxc-project/oxc/commit/3f0e03e) linter: Fix inconsistent behavior in `no-duplicate-imports` rule ([#&#8203;12051](https://redirect.github.com/oxc-project/oxc/issues/12051)) (yefan) - [`6dbacea`](https://redirect.github.com/oxc-project/oxc/commit/6dbacea) linter/no-barrel-file: No diagnostic tag when some modules arent resolved ([#&#8203;12049](https://redirect.github.com/oxc-project/oxc/issues/12049)) (camc314) - [`dd6b1ee`](https://redirect.github.com/oxc-project/oxc/commit/dd6b1ee) linter/extensions: False positives with non configured extensions ([#&#8203;11872](https://redirect.github.com/oxc-project/oxc/issues/11872)) (camc314) - [`5851d2c`](https://redirect.github.com/oxc-project/oxc/commit/5851d2c) oxlint: Always follow symlinks; remove cli flag `--symlinks` ([#&#8203;12048](https://redirect.github.com/oxc-project/oxc/issues/12048)) (Boshen) - [`eb1c596`](https://redirect.github.com/oxc-project/oxc/commit/eb1c596) linter/consistent-index-object-style: Fix default impl for rule config ([#&#8203;12031](https://redirect.github.com/oxc-project/oxc/issues/12031)) (camc314) ##### 🚜 Refactor - [`54cf5cb`](https://redirect.github.com/oxc-project/oxc/commit/54cf5cb) semantic: Remove Option from parent\_\* methods ([#&#8203;12087](https://redirect.github.com/oxc-project/oxc/issues/12087)) (Ulrich Stark) - [`8d1be94`](https://redirect.github.com/oxc-project/oxc/commit/8d1be94) language\_server: Fix todo by avoiding allocation ([#&#8203;12096](https://redirect.github.com/oxc-project/oxc/issues/12096)) (Ulrich Stark) - [`72418ca`](https://redirect.github.com/oxc-project/oxc/commit/72418ca) linter: `RuntimeFileSystem::write_file` take `&str` ([#&#8203;12075](https://redirect.github.com/oxc-project/oxc/issues/12075)) (overlookmotel) - [`2f7cbda`](https://redirect.github.com/oxc-project/oxc/commit/2f7cbda) linter: Move napi bindings out of oxc\_linter ([#&#8203;12072](https://redirect.github.com/oxc-project/oxc/issues/12072)) (camc314) - [`9254252`](https://redirect.github.com/oxc-project/oxc/commit/9254252) linter: Move code ([#&#8203;12071](https://redirect.github.com/oxc-project/oxc/issues/12071)) (overlookmotel) - [`2319710`](https://redirect.github.com/oxc-project/oxc/commit/2319710) linter: Shorten code ([#&#8203;12070](https://redirect.github.com/oxc-project/oxc/issues/12070)) (overlookmotel) - [`387762d`](https://redirect.github.com/oxc-project/oxc/commit/387762d) linter/no-unused-vars: Simplify check for export nodes ([#&#8203;12044](https://redirect.github.com/oxc-project/oxc/issues/12044)) (Dunqing) - [`f1d4086`](https://redirect.github.com/oxc-project/oxc/commit/f1d4086) ast: Remove `AstKind` for `ModuleDeclaration` ([#&#8203;12022](https://redirect.github.com/oxc-project/oxc/issues/12022)) (camchenry) - [`754c05a`](https://redirect.github.com/oxc-project/oxc/commit/754c05a) ast: Remove `AstKind` for `TSTypeName` ([#&#8203;11990](https://redirect.github.com/oxc-project/oxc/issues/11990)) (camchenry) - [`0c7f9e8`](https://redirect.github.com/oxc-project/oxc/commit/0c7f9e8) linter: Remove a branch ([#&#8203;12032](https://redirect.github.com/oxc-project/oxc/issues/12032)) (overlookmotel) ##### 📚 Documentation - [`85ec382`](https://redirect.github.com/oxc-project/oxc/commit/85ec382) linter: Add good/bad example for `nextjs/no-page-custom-font` ([#&#8203;12092](https://redirect.github.com/oxc-project/oxc/issues/12092)) (Sysix) - [`9240342`](https://redirect.github.com/oxc-project/oxc/commit/9240342) linter: Add docs for `nextjs/no-script-component-in-head` ([#&#8203;12091](https://redirect.github.com/oxc-project/oxc/issues/12091)) (Sysix) - [`0878414`](https://redirect.github.com/oxc-project/oxc/commit/0878414) linter: Add good/bad example for `nextjs/no-head-import-in-document` ([#&#8203;12061](https://redirect.github.com/oxc-project/oxc/issues/12061)) (Sysix) - [`222bc73`](https://redirect.github.com/oxc-project/oxc/commit/222bc73) linter: Add bad/good example for `nextjs/no-head-element` ([#&#8203;12059](https://redirect.github.com/oxc-project/oxc/issues/12059)) (Sysix) - [`a7e9f50`](https://redirect.github.com/oxc-project/oxc/commit/a7e9f50) linter: Add good/bad example for `nextjs/no-title-in-document-head` ([#&#8203;12065](https://redirect.github.com/oxc-project/oxc/issues/12065)) (Sysix) - [`51c6818`](https://redirect.github.com/oxc-project/oxc/commit/51c6818) linter: Add good/bad example for `nextjs/no-document-import-in-pages` ([#&#8203;12064](https://redirect.github.com/oxc-project/oxc/issues/12064)) (Sysix) - [`c7b38f9`](https://redirect.github.com/oxc-project/oxc/commit/c7b38f9) consistent-indexed-object-style: Clarify docs ([#&#8203;12019](https://redirect.github.com/oxc-project/oxc/issues/12019)) (Luca Ban) ##### ⚡ Performance - [`04e2de5`](https://redirect.github.com/oxc-project/oxc/commit/04e2de5) linter: Avoid iteration when checking import is `AllButDefault` or `SideEffect` in `eslint/no-duplicate-imports` ([#&#8203;12093](https://redirect.github.com/oxc-project/oxc/issues/12093)) (Sysix) - [`e2a7d6a`](https://redirect.github.com/oxc-project/oxc/commit/e2a7d6a) linter: Check filepath before running `nextjs/no-head-element` ([#&#8203;12062](https://redirect.github.com/oxc-project/oxc/issues/12062)) (Sysix) - [`00a9fd9`](https://redirect.github.com/oxc-project/oxc/commit/00a9fd9) linter: Check for filename before running `nextjs/no-head-import-in-document` rule ([#&#8203;12060](https://redirect.github.com/oxc-project/oxc/issues/12060)) (Sysix) - [`62a3ce0`](https://redirect.github.com/oxc-project/oxc/commit/62a3ce0) linter: Replace `unicode-segmentation` crate with `icu_segmenter` ([#&#8203;12063](https://redirect.github.com/oxc-project/oxc/issues/12063)) (Sysix) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c5a251 commit 77cb856

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"nuxt-auth-utils": "0.4.4",
138138
"nuxt-graphql-server": "3.1.4",
139139
"@nuxt/icon": "1.15.0",
140-
"oxlint": "1.5.0",
140+
"oxlint": "1.9.0",
141141
"postinstall-postinstall": "2.1.0",
142142
"prettier": "3.6.2",
143143
"prettier-plugin-organize-imports": "4.1.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)