Skip to content

Comments

Bump oxlint from 0.16.12 to 1.5.0#90

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/oxlint-1.5.0
Closed

Bump oxlint from 0.16.12 to 1.5.0#90
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/oxlint-1.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps oxlint from 0.16.12 to 1.5.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.5.0

[1.5.0] - 2025-07-02

🚀 Features

  • 899b8b4 linter: Allow namespace re-export in import/no-cycle (#11995) (Boshen)

🐛 Bug Fixes

  • f732589 linter: Panic in consistent-type-imports when the source contains a { (#12002) (camc314)
  • 4b2c658 oxlint: Make --version exit code be 0 (#11986) (camc314)

🚜 Refactor

  • f7a2ae4 ast: Add AstKind for AssignmentTargetPropertyIdentifier, AssignmentTargetPropertyProperty (#11985) (camc314)
  • cfa52c2 ast: Add AstKind for AssignmentTargetRest (#11984) (camc314)
  • 3f91f24 linter: Remove RulesCache (#11981) (camc314)
  • 54582cb ast: Add AstKind for BindingProperty (#11974) (camc314)

oxlint v1.4.0

[1.4.0] - 2025-06-30

🚀 Features

  • 8e1573d linter: Add id-length rule from eslint (#11887) (Nicholas Rayburn)
  • 5dfcac5 linter: Add eslint/arrow-body-style rule (#11937) (yefan)
  • 9b19b40 napi: Add basic oxlint napi bindings (#11877) (camc314)
  • f102cb1 linter: Add import/prefer-default-export rule (#11891) (yefan)

🐛 Bug Fixes

  • 114c4fb linter/no-useless-spread: Panic with multi byte char (#11964) (camc314)
  • c2e5439 linter: Fix default values for unicorn/consistent-function-scoping (#11960) (Sysix)
  • 214c8e7 linter: Fix default values for import/no-absolute-path (#11959) (Sysix)
  • b4cc222 linter: Fix typescript/no-namespace default values (#11958) (Sysix)
  • 11e0a43 linter/prefer-dom-node-remove: Panic when callee is ts non null expression (#11949) (camc314)
  • 4903e39 linter/no-standalone-expect: False positive in callback fn (#11940) (camc314)
  • 1e88dba oxc_linter: Make linter file paths clickable within JetBrains terminals (#11619) (Nicholas Rayburn)
  • fe4006b linter/jsx-key: False positive in react/jsx-key (#11918) (camc314)
  • d32cb4b linter: Fix default values for eslint/no-redeclare (#11911) (Sysix)
  • d80c19d linter: Fix default values for eslint/max-lines-per-function (#11910) (Sysix)
  • 41a5342 linter: Fix default values for eslint/max-nested-callbacks (#11909) (Sysix)
  • 2e3db4e linter: Fix default values for eslint/max-depth (#11908) (Sysix)
  • a358797 linter: Remove false positives for no-extend-native (#11888) (camchenry)
  • 6f67b52 linter: Revert prefer-promise-reject-errors to old behavior (#11889) (camchenry)
  • d991fed linter: Fix jsx-a11y/label-has-associated-control default values (#11832) (Sysix)
  • a0a4aa1 linter: Count own indirect export entries to the threshold for oxc/no-barrel-file (#11838) (Sysix)

🚜 Refactor

... (truncated)

Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.12 to 1.5.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.5.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Superseded by #93.

@dependabot dependabot bot closed this Jul 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.5.0 branch July 7, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants