Bump oxlint from 1.68.0 to 1.69.0
Open
Number: #16
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 3
Association: Unknown
Comments: 3
Created:
June 11, 2026 at 10:25 PM UTC
(5 days ago)
(5 days ago)
Updated:
June 11, 2026 at 10:27 PM UTC
(5 days ago)
(5 days ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps oxlint from 1.68.0 to 1.69.0.
Release notes
Sourced from oxlint's releases.
oxlint v1.27.0 && oxfmt v0.12.0
Oxlint v1.27.0
🚀 Features
- 222a8f0 linter/plugins: Implement
SourceCode#isSpaceBetween(#15498) (overlookmotel)- 2f9735d linter/plugins: Implement
context.languageOptions(#15486) (overlookmotel)- bc731ff linter/plugins: Stub out all
ContextAPIs (#15479) (overlookmotel)- 5822cb4 linter/plugins: Add
extendmethod toFILE_CONTEXT(#15477) (overlookmotel)- 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
- 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
- ad3c45a editor: Add
oxc.path.nodeoption (#15040) (Sysix)🐛 Bug Fixes
- 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
- 6957fb9 linter/plugins: Do not allow access to
Context#idincreateOnce(#15489) (overlookmotel)- 7409630 linter/plugins: Allow access to
cwdincreateOncein ESLint interop mode (#15488) (overlookmotel)- 732205e parser: Reject
using/await usingin a switchcase/defaultclause (#15225) (sapphi-red)- a17ca32 linter/plugins: Replace
Contextclass (#15448) (overlookmotel)- ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
- 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
- ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
- e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
- 6565dbe linter/switch-case-braces: Skip comments when searching for
:token (#15425) (camc314)- 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
- fde753e linter/plugins: Block access to
context.settingsincreateOnce(#15394) (overlookmotel)- ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
- dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
- 989b8e3 linter/no-var: Only fix to
constif the var has an initializer (#15385) (camc314)- cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)
⚡ Performance
- 25d577e language_server: Start tools in parallel (#15500) (Sysix)
- 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
- 3166233 linter/plugins: Remove
Arcs (#15431) (overlookmotel)- 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
- 3049ec2 linter/plugins: Optimize
deepFreezeSettings(#15392) (overlookmotel)- 444ebfd linter/plugins: Use single object for
parserServices(#15378) (overlookmotel)📚 Documentation
- 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
- 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
- a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
- 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
- 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
- 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)
Oxfmt v0.12.0
... (truncated)
Changelog
Sourced from oxlint's changelog.
[1.69.0] - 2026-06-08
🚀 Features
- e805174 linter: Add schema for
jest/vitest/max-expects(#23105) (Sysix)- 7850577 linter: Add schema for
jest/vitest/expect-expect(#23104) (Sysix)- 75f641a linter: Add schema for
jest/vitest/consistent-test-it(#23103) (Sysix)- 5125f89 linter/unicorn: Support no-null
checkArgumentsoption (#23098) (camc314)- b8b9797 linter: Add schema for
import-max-dependencies(#23096) (Sysix)- 65cb47a linter/eslint: Support no-unused-expressions
ignoreDirectivesoption (#23097) (camc314)- f6c36d5 linter: Add schema for
import/prefer-default-export(#23091) (Sysix)- 0d4a5d1 linter: Add schema for
eslint/sort-vars(#23090) (Sysix)- fdb5bf5 linter: Add schema for
eslint/radix(#23082) (Sysix)- 05b4dcf linter: Add schema for
eslint/prefer-const(#23081) (Sysix)- 5a06c4d linter/vue: Implement next-tick-style rule (#23041) (Alex Peshkov)
- e38a36a linter: Add schema for
eslint/operator-assignment(#23080) (Sysix)- 907cee7 linter: Add schema for
eslint/no-warning-comments(#23075) (Sysix)- 9470bb2 linter: Add schema for
eslint/no-unused-vars(#23073) (Sysix)- 234b5cf linter: Add schema for
eslint/no-shadow(#23072) (Sysix)- de0dd8b linter: Add schema for
eslint/no-restricted-exports(#23020) (Sysix)- faa3e0d linter: Add schema for
eslint/no-param-reassign(#23018) (Sysix)- dbc9c27 linter: Add schema for
eslint/no-magic-numbers(#23017) (Sysix)- 38d3569 linter: Add schema for
eslint/no-inner-declarations(#23016) (Sysix)- 008fa41 linter: Add schema for
eslint/no-constant-condition(#22991) (Sysix)- ca44623 linter: Add schema for
eslint/no-empty-function(#22988) (Sysix)- 43eb04d linter: Add schema for
eslint/id-match(#22987) (Sysix)- a800f27 linter: Add schema for
eslint/capitalized-comments(#22984) (Sysix)- 96e2d32 linter: Add schema for
eslint/id-length(#22963) (Sysix)- 545493f linter: Add schema for
eslint/complexity(#22960) (Sysix)- 5f0b558 linter: Add schema for
eslint/class-methods-use-this(#22959) (Sysix)- 719b720 linter: Add schema for simple rule configurations (#22948) (Sysix)
- fd00966 linter: Add right schema for
eslint/max-*rules (#22923) (Sysix)- 1226d78 linter: Fill schema with rule configurations (#22907) (Sysix)
- 8f423c1 linter/vue: Implement
require-direct-exportrule (#17623) (yefan)- 78e915b linter/vue: Implement no-reserved-props rule (#22914) (bab)
- 0f200a9 linter/vue: Implement require-prop-types rule (#22083) (Alex Peshkov)
- 5da9da9 linter/vue: Implement no-reserved-keys rule (#21780) (bab)
- 75e14a8 linter/vue: Implement prop-name-casing rule (#22892) (bab)
🐛 Bug Fixes
- 0383e61 linter: Fix schema for rules without a config (#22946) (Sysix)
📚 Documentation
- dadafe3 oxlint, oxfmt: Mention migrate skills in npm READMEs (#22965) (Boshen)
Commits
44ae845release(apps): oxlint v1.69.0 && oxfmt v0.54.0 (#23116)e805174feat(linter): add schema forjest/vitest/max-expects(#23105)7850577feat(linter): add schema forjest/vitest/expect-expect(#23104)75f641afeat(linter): add schema forjest/vitest/consistent-test-it(#23103)d65b860refactor(linter): reuse non-object references for rules schemas (#23100)6bcd52crefactor(linter): share"alway" | "never"option across rules (#23099)5125f89feat(linter/unicorn): support no-nullcheckArgumentsoption (#23098)b8b9797feat(linter): add schema forimport-max-dependencies(#23096)65cb47afeat(linter/eslint): support no-unused-expressionsignoreDirectivesoption ...f6c36d5feat(linter): add schema forimport/prefer-default-export(#23091)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 16032292 |
| UUID: | 4644645234 |
| Node ID: | PR_kwDOSwqYF87lhieS |
| Host: | GitHub |
| Repository: | Skibidi-Math/Skibidi-Math.github.io |