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

Bump the dependencies group with 3 updates#80

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-4ec4ce4602
Jun 16, 2025
Merged

Bump the dependencies group with 3 updates#80
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-4ec4ce4602

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: @types/node, oxlint and tsx.

Updates @types/node from 22.15.30 to 24.0.1

Commits

Updates oxlint from 0.18.0 to 1.1.0

Release notes

Sourced from oxlint's releases.

oxlint v1.1.0

[1.1.0] - 2025-06-12

🚀 Features

  • 1181018 linter: Add eslint/no-extra-bind rule (#11588) (yefan)
  • 3b03fd3 parser: Produce correct syntax error for interface I extends (typeof T) (#11610) (Boshen)
  • 844a8a8 parser: Produce syntax error for declare function foo() {} (#11606) (Boshen)

🐛 Bug Fixes

  • 0f24366 linter: Correct labels for redundant comparisons (#11620) (Wei Zhu)
  • dd87f93 linter: Stack overflow in react/exhaustive-deps (#11613) (camc314)
  • 4af58e0 linter: Add missing additional_hooks option to exhaustive-deps (#11602) (camc314)
  • a6adc0c linter/exhaustive-deps: Handle destructuring inside hooks (#11598) (Don Isaac)
  • 779727f linter: Improve span diagnostic loc within react/rules-of-hooks (#11589) (camc314)

🚜 Refactor

  • b7b0dc3 parser: Improve TSModuleDeclaration parsing (#11605) (Boshen)
  • d29bbb2 linter: Simplify implementation of eslint/no-lonely-if (#11550) (Ulrich Stark)
  • d41fb13 ast: Get jsx types out of AstKind exceptions (#11535) (Ulrich Stark)

oxlint v1.0.0

Announcing Oxlint 1.0

There no notable changes from v0.18.1.

oxlint v0.18.1

[0.18.1] - 2025-06-09

🐛 Bug Fixes

  • 6d68568 linter: False negative in typescript/array-type (#11574) (camc314)
  • 6a856a0 linter/no-magic-numbers: Fix typo in error message (#11560) (overlookmotel)
  • 3952e01 linter: False negative in jsx-a11y/aria-role (#11547) (camc314)
  • b0e3e08 linter: Misplaced quote in jsx-curly-brace-presence test case (#11546) (camc314)
  • a833ed1 linter: Misplaced quote in anchor-is-valid test case (#11545) (camc314)
  • 4e53b80 linter: Misplaced backtick in exhaustive-deps test case (#11544) (camc314)
  • e8a04b6 linter: Misplaced backtick in no-object-constructor test case (#11543) (camc314)
  • 65311d0 linter: Remove duplicate rule/scope from diagnostic (#11531) (camc314)

🚜 Refactor

  • 7ab84c2 editor: Use pattern for textDocument filter (#11559) (Sysix)
  • 9b475ad linter: Use one instance of rope per file (#11552) (Sysix)

📚 Documentation

  • e13ed51 editor/vscode: Fix typo in README (#11572) (David)

... (truncated)

Commits

Updates tsx from 4.19.4 to 4.20.3

Release notes

Sourced from tsx's releases.

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes


This release is also available on:

v4.20.2

4.20.2 (2025-06-12)

Bug Fixes


This release is also available on:

v4.20.1

4.20.1 (2025-06-11)

Bug Fixes

  • json: handle keys with special characters (9bd2546)

This release is also available on:

v4.20.0

4.20.0 (2025-06-11)

Bug Fixes

... (truncated)

Commits
  • dadcf27 fix: revert v4.20 changes
  • 2d1aaee chore: upgrade manten
  • c188268 fix: support ambiguous package (#79)
  • 602f1b1 chore: debug to accept levels (#77)
  • 5172c47 test: log node-pty failure stdout
  • 1e8f17b refactor: node-pty test code
  • 9bd2546 fix(json): handle keys with special characters
  • e97fe67 test: failed pty tests logs
  • 532c50a tests: fix Windows tests
  • ec316d3 feat: support latest Node versions
  • 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 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 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [tsx](https://github.com/privatenumber/tsx).


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

Updates `oxlint` from 0.18.0 to 1.1.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.1.0/npm/oxlint)

Updates `tsx` from 4.19.4 to 4.20.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.4...v4.20.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tsx
  dependency-version: 4.20.3
  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 16, 2025
@github-actions github-actions bot merged commit d8a2bc4 into main Jun 16, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-4ec4ce4602 branch June 16, 2025 07:30
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.

0 participants