Skip to content

build(deps-dev): bump the dependencies group with 2 updates - #4188

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-8d3977ef94
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-8d3977ef94

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates: @types/node and oxc-transform-react.

Updates @types/node from 26.4.1 to 26.5.1

Commits

Updates oxc-transform-react from 0.148.0 to 0.149.0

Release notes

Sourced from oxc-transform-react's releases.

oxc crates_v0.149.0

💥 BREAKING CHANGES

  • 66744f0 parser: [BREAKING] Rename panicked to fatal_error in ParserReturn (#26382) (overlookmotel)
  • 2c9a947 parser: [BREAKING] Reduce MAX_LEN to 256 bytes below u32::MAX (#26352) (overlookmotel)

🚀 Features

  • 32bdc5b allocator: Construct ArenaHashSet with any Default hasher (#26372) (Dunqing)
  • a17de58 minifier: Process of return/throw in non last position and fix async * inlining (#26214) (Armano)
  • bfb4c57 parser: Distinguish unapplied no-side-effects comments (#26120) (碳苯 Carbon)
  • 1d9b9d3 ast: Add GetNodeId trait (#26145) (camc314)

🐛 Bug Fixes

  • b156333 codegen: Order accessibility before abstract on accessors (#26392) (camc314)
  • 116c8b8 transformer/class-properties: Keep private methods in class-expression scope (#26308) (Changsu Seong)
  • 1400a0f parser: Require a string source after export ... from (#26389) (camc314)
  • 2da73b7 codegen: Print matching quoted import names as identifiers (#26386) (camc314)
  • 0a81d29 codegen: Preserve private-in left operand precedence (#26383) (camc314)
  • 9a02337 parser: Correctly round large nondecimal literals (#26379) (camc314)
  • 3d95477 transformer: Gate async-only rewrites by owning transform (#26326) (Dunqing)
  • f45a9ee transformer: Limit arguments capture to lowered async functions (#26317) (Dunqing)
  • 789969f transformer: Gate this capture by owning async transform (#26227) (Dunqing)
  • affeb14 minifier: Mangle class private members in Node API (#26118) (碳苯 Carbon)
  • 8b35abd semantic: Detect duplicate private class elements (#26361) (camc314)
  • 457ed57 semantic: Reject await and yield in rest parameter defaults (#26359) (camc314)
  • 4b89c7b semantic: Reject jumps across arrow functions (#26357) (camc314)
  • c966aca parser: Do not omit < token opening type argument list (#26328) (overlookmotel)
  • f07dca5 ast_visit: Add the trimmed prefix length to translation table offsets (#26173) (Bharadwaj Pendyala)
  • 3ab9bd1 parser: Do not re-lex template substitution tail after fatal error (#26230) (overlookmotel)
  • 07851b9 parser: Fix debug assert failure when lexer error with tokens enabled (#26229) (overlookmotel)
  • 00dea7a allocator: Gate Allocator::data_end_ptr behind fixed_size feature (#26248) (camc314)
  • 853ffab ecmascript: Avoid charAt panic on 32-bit (#26244) (camc314)
  • 34feccb runtime: Remove stale regenerator exports (#26243) (camc314)

⚡ Performance

  • 34a242e minifier: Use Ident for property mangler (#26334) (sapphi-red)
  • 5303f5c minifier: Unify merging of last expression into target sequence (#26264) (Armano)
  • 2ca7d29 minifier: Consume nodes in minimize_statements in reverse order (#26258) (Armano)
  • d2354b4 mangler: Use Ident for variable names to keep (#26333) (sapphi-red)
  • 5b3e335 minifier: Use Ident instead of Str in KeepVar (#26332) (sapphi-red)
  • 51366fb minifier: Use IdentHashSet in PrivateMemberUsageStack (#26331) (sapphi-red)
  • d19c42a minifier: Merge nested if stmt in place instead of creating dummies (#26351) (Armano)
  • 356def6 parser: Shrink annotation comment ranges (#26356) (overlookmotel)
  • a5be474 parser: Shave instruction off parse_jsx_element_name (#26355) (overlookmotel)
  • 9780663 parser: Remove fatal error guard from parse_jsx_element_name (#26354) (overlookmotel)
  • 766e12f parser: Remove token field from LexerCheckpoint (#26350) (overlookmotel)

... (truncated)

Changelog

Sourced from oxc-transform-react's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

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 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 [oxc-transform-react](https://github.com/oxc-project/oxc/tree/HEAD/napi/transform-react).


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

Updates `oxc-transform-react` from 0.148.0 to 0.149.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/transform-react/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.149.0/napi/transform-react)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxc-transform-react
  dependency-version: 0.149.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 Sep 16, 2026
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