Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 2 updates: @types/node and oxlint.

Updates @types/node from 22.15.21 to 22.15.29

Commits

Updates oxlint from 0.16.12 to 0.17.0

Release notes

Sourced from oxlint's releases.

oxlint v0.17.0

[0.17.0] - 2025-05-30

  • ead5309 linter: [BREAKING] Remove react from default plugin set (#11382) (camc314)

Features

  • 2d25bd8 linter: Remove unicorn/no-for-loop over typescript/prefer-for-of (#11354) (camc314)
  • bbb7eb1 linter: Add auto-fix to react/forward-ref-uses-ref (#11342) (yefan)
  • 590c27b linter: Add auto-fix to unicorn/no-await-expression-member (#11306) (yefan)
  • 7824f01 linter: Implement suggestion for jsx/no-useless-fragment (#10800) (Cam McHenry)
  • 2083d33 linter/language_server: Add second editor suggestion for react/forward-ref-uses-ref (#11375) (Sysix)

Bug Fixes

  • f6424dd linter: Reflect react plugin is disabled by default in cli (#11397) (camc314)
  • 25ecbfe linter: Remove use of FrameworkFlags::React to decide whether rules should run (#11383) (camc314)
  • 0d240e4 linter: False positive in react/exhaustive-deps with default formal parameter (#11395) (camc314)
  • c91697e linter: Fix panic in multi byte char in TryFrom aria (#11350) (camc314)
  • 9798ef1 linter: Stack overflow in no-async-endpoint-handlers (#11317) (camc314)
  • 348ad97 linter: Skip no-unused-vars on astro files (#11303) (camc314)
  • 183d7f0 linter: Make jest/no-large-snapshots error easier to comprehend (#11294) (Ulrich Stark)
  • 4e606a5 linter: Improve jest/no-large-snapshots (#11291) (Ulrich Stark)
  • 14f790f linter: Improve jest/no-restricted-matchers (#11292) (Ulrich Stark)
  • a2c82be linter/block-scoped-var: Better diagnostic messages (#11290) (DonIsaac)
  • 19772e5 linter/no-unused-vars: Panic when variable is redeclared as function in same scope (#11280) (Dunqing)
  • 7af5bb1 oxc_language_server: Include save option for text document sync capability (#11297) (Nicholas Rayburn)

Performance

  • 0ed6c1a language_server: Use Arc<RwLock> instead of Mutex for workspace workers (#11328) (Sysix)
  • a0ee946 linter: Reduce code size in globals (#11333) (shulaoda)
  • c90c5e9 linter/no-unused-vars: Simplify checking self call usage (#11281) (Dunqing)

Documentation

  • eae51ca linter: Clarify jsdoc/check-tag-names configuration (#11394) (Rägnar O'ock)
  • cd354d4 oxlint: Remove incorrect doc comment (#11326) (camc314)

Refactor

  • 42738f0 linter: Shorten code of match arms (#11389) (Ulrich Stark)
  • 8a34447 linter: Improve unicorn/text-encoding-identifier-case (#11386) (shulaoda)
  • eaa605e linter: Avoid some Arc::clone in linter runtime (#11388) (Boshen)
  • 1cd8b9c linter: Fixes in react/forward-ref-uses-ref are suggestions (#11376) (Sysix)
  • 50ef691 linter: Add diagnostics_with_multiple_fixes to LintContext (#11357) (Sysix)
  • 606bb34 linter: Accept PossibleFixes instead of Fix for Messages (#11295) (Sysix)
  • 042a3f3 linter: Use PossibleFixes instead of Option<Fix> (#11284) (Sysix)
  • ffcfb46 linter: Improve unicorn/throw-new-error (#11364) (shulaoda)
  • 8fb55c3 linter: Cleanup docs and simplify code of eslint/no-fallthrough (#11331) (Ulrich Stark)

... (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, and this project does not adhere to Semantic Versioning until v1.0.0.

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `@types/node` from 22.15.21 to 22.15.29
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `oxlint` from 0.16.12 to 0.17.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_v0.17.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 0.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Jun 2, 2025
@github-actions github-actions bot merged commit 60b95c3 into main Jun 2, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-86bcfe9663 branch June 2, 2025 15:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant