Skip to content

build(deps-dev): bump oxlint from 0.16.12 to 1.11.1#125

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oxlint-1.11.1
Closed

build(deps-dev): bump oxlint from 0.16.12 to 1.11.1#125
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oxlint-1.11.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps oxlint from 0.16.12 to 1.11.1.

Release notes

Sourced from oxlint's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)

oxlint v1.11.0

[1.11.0] - 2025-08-07

🐛 Bug Fixes

  • 9c4bd42 linter/jest/expect-expect: Add support for expect in array expressions (#12877) (camc314)
  • 6b4a7a7 linter: Prevent category rules from being reapplied to already-configured plugins in overrides (#12875) (camc314)

🚜 Refactor

  • 9b9249d oxc_language_server: Remove unnecessary globset (#12861) (shulaoda)

⚡ Performance

  • 2f8fc31 linter/new-cap: Use iterator chaining instead of cloning (#12879) (camc314)

🧪 Testing

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)

[1.11.0] - 2025-08-07

🚀 Features

  • ac46347 oxlint: Add tsgolint integration (#12485) (camchenry)

[1.10.0] - 2025-08-06

🚀 Features

  • 9b35600 linter/jsx-a11y: Add support for mapped attributes in label association checks (#12805) (camc314)

[1.9.0] - 2025-07-29

🚜 Refactor

  • bea652f linter: Add vue and regex to BuiltinLintPlugins (#12542) (Sysix)

[1.7.0] - 2025-07-16

🚀 Features

  • a4dae73 linter: Introduce LintPlugins to store builtin + custom plugins (#12117) (camc314)

Changelog

... (truncated)

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.11.1.
- [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.11.1/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.11.1
  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 Aug 11, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2025

Superseded by #128.

@dependabot dependabot bot closed this Aug 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.11.1 branch August 12, 2025 16:56
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