chore(deps): update dependency oxlint to v1.5.0#5074
Merged
renovate[bot] merged 1 commit intochore/renovateBaseBranchfrom Jul 5, 2025
Merged
chore(deps): update dependency oxlint to v1.5.0#5074renovate[bot] merged 1 commit intochore/renovateBaseBranchfrom
renovate[bot] merged 1 commit intochore/renovateBaseBranchfrom
Conversation
Collaborator
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
1d84f97 to
ce82a01
Compare
ce82a01 to
95320ec
Compare
algolia-bot
added a commit
that referenced
this pull request
Jul 5, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.0->1.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
oxc-project/oxc (oxlint)
v1.5.0: oxlint v1.5.0Compare Source
[1.5.0] - 2025-07-02
🚀 Features
899b8b4linter: Allow namespace re-export inimport/no-cycle(#11995) (Boshen)🐛 Bug Fixes
f732589linter: Panic inconsistent-type-importswhen the source contains a{(#12002) (camc314)4b2c658oxlint: Make--versionexit code be0(#11986) (camc314)🚜 Refactor
f7a2ae4ast: AddAstKindforAssignmentTargetPropertyIdentifier,AssignmentTargetPropertyProperty(#11985) (camc314)cfa52c2ast: AddAstKindforAssignmentTargetRest(#11984) (camc314)3f91f24linter: RemoveRulesCache(#11981) (camc314)54582cbast: AddAstKindforBindingProperty(#11974) (camc314)v1.4.0: oxlint v1.4.0Compare Source
[1.4.0] - 2025-06-30
🚀 Features
8e1573dlinter: Add id-length rule from eslint (#11887) (Nicholas Rayburn)5dfcac5linter: Add eslint/arrow-body-style rule (#11937) (yefan)9b19b40napi: Add basic oxlint napi bindings (#11877) (camc314)f102cb1linter: Addimport/prefer-default-exportrule (#11891) (yefan)🐛 Bug Fixes
114c4fblinter/no-useless-spread: Panic with multi byte char (#11964) (camc314)c2e5439linter: Fix default values forunicorn/consistent-function-scoping(#11960) (Sysix)214c8e7linter: Fix default values forimport/no-absolute-path(#11959) (Sysix)b4cc222linter: Fixtypescript/no-namespacedefault values (#11958) (Sysix)11e0a43linter/prefer-dom-node-remove: Panic when callee is ts non null expression (#11949) (camc314)4903e39linter/no-standalone-expect: False positive in callback fn (#11940) (camc314)1e88dbaoxc_linter: Make linter file paths clickable within JetBrains terminals (#11619) (Nicholas Rayburn)fe4006blinter/jsx-key: False positive in react/jsx-key (#11918) (camc314)d32cb4blinter: Fix default values foreslint/no-redeclare(#11911) (Sysix)d80c19dlinter: Fix default values foreslint/max-lines-per-function(#11910) (Sysix)41a5342linter: Fix default values foreslint/max-nested-callbacks(#11909) (Sysix)2e3db4elinter: Fix default values foreslint/max-depth(#11908) (Sysix)a358797linter: Remove false positives forno-extend-native(#11888) (camchenry)6f67b52linter: Revert prefer-promise-reject-errors to old behavior (#11889) (camchenry)d991fedlinter: Fixjsx-a11y/label-has-associated-controldefault values (#11832) (Sysix)a0a4aa1linter: Count own indirect export entries to the threshold foroxc/no-barrel-file(#11838) (Sysix)🚜 Refactor
344f3f9linter: Minor refactors toeslint/id-length(#11976) (camc314)46b59d8linter: Remove unusedContextHost::with_config(#11970) (camc314)2cf9fa3linter: Derive debug forextensions(#11938) (camc314)17e0898linter: Moveimport/no-duplicatesto style category (#11929) (Sysix)dd2e196linter: Moveunicorn/no-nested-ternaryto style category (#11928) (Sysix)8404da4linter: Remove unusedLintPluginOptions(#11919) (camc314)87b8496ast: RemoveAstKindforMemberExpressionand replace withStaticMemberExpressionandPrivateFieldExpression(#11767) (camchenry)e840680linter/no-named-as-default-members: Remove needless lambda (#11896) (camc314)2760591linter/no-console: Early return if ident does not match (#11895) (camc314)190e390ast: AddAstKindforComputedMemberExpression(#11766) (camchenry)📚 Documentation
940b98flinter: Fix docs fortypescript/no-this-alias(#11963) (Sysix)c4a95a2linter: Movejest/valid-titleoptions into a codeblock (#11961) (Sysix)0d3e8e7linter: Fix prefer-string-replace-all example (#11921) (Bruno Henriques)06781ablinter: Fix doc formatting for perfer-logical-op-over-ternary (#11920) (camc314)⚡ Performance
2cf63ealinter:nextjs/no-document-import-in-pagecheck the filepath before running the rule (#11962) (Sysix)19cee8clinter/no-extend-native: Do not create unnecessaryCompactStr(#11885) (overlookmotel)66dbf9dlinter/no-console: Get static property name only once (#11880) (overlookmotel)🧪 Testing
168f776linter/no-console: Add more tests (#11878) (overlookmotel)Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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.
This PR was generated by Mend Renovate. View the repository job log.