Skip to content

chore(deps): bump oxc-parser from 0.110.0 to 0.118.0 in /fe#178

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fe/oxc-parser-0.118.0
Closed

chore(deps): bump oxc-parser from 0.110.0 to 0.118.0 in /fe#178
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fe/oxc-parser-0.118.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps oxc-parser from 0.110.0 to 0.118.0.

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.118.0

No release notes provided.

oxc crates_v0.117.0

🚀 Features

  • e8547cc parser: Report error for using declarations in ambient contexts (#19934) (camc314)
  • 8345318 allocator: Add methods for boxed slices ArenaBox<[T]> (#19968) (overlookmotel)
  • f83be30 allocator: Add Vec::push_fast method (#19959) (overlookmotel)

🐛 Bug Fixes

  • 5f28a3f codegen: Print type param on class expression with no id (#20144) (camc314)
  • 0f6eda3 codegen: Print decorators for FormalParameterRest (#20132) (Dunqing)
  • 291d867 transformer_plugins: Unwrap ChainExpression after define replacement removes optional markers (#20058) (IWANABETHATGUY)
  • 36b2e56 codegen: Print type for TSImportEqualsDeclaration (#20128) (camc314)
  • 5a246ec codegen: Print type arguments for JSXOpeningElement (#20127) (camc314)
  • a40870e codegen: Preserve parens for TSNonNullExpression (#20125) (camc314)
  • ae830b2 codegen: Print declare for TSInterfaceDeclaration (#20124) (camc314)
  • 92cfb14 linter/plugins: Fix types for walkProgram and walkProgramWithCfg (#20081) (overlookmotel)
  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)
  • 588009e codegen: Print static keyword for TSIndexSignature (#19755) (Dunqing)
  • 5a8799c codegen: Print with_clause for ExportNamedDeclaration (#20002) (Dunqing)
  • 7502afe parser: Correct capacity for tokens Vec (#19967) (overlookmotel)

⚡ Performance

  • 4ea8f9a napi: Remove napi_build::setup() from oxc_napi to avoid redundant rebuilds (#20094) (Boshen)
  • 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)
  • 8ba61dd parser: Make pushing tokens faster (#19960) (overlookmotel)

oxc crates_v0.116.0

🚀 Features

  • 733d6dc parser: Report error on infer outside conditional type (#19879) (camc314)
  • c2a42f6 allocator: Add Vec::into_bump_slice_mut (#19895) (overlookmotel)
  • ee4982b parser: Add VARIANTS const to Kind via fieldless_enum! macro (#19877) (overlookmotel)
  • b3dceae data_structures: Add fieldless_enum! macro (#19876) (overlookmotel)
  • 12b841e parser: Make all Kind::is_* methods const (#19874) (overlookmotel)
  • 25c2e25 estree/tokens: Add function to update tokens in place (#19856) (overlookmotel)
  • f78e6df parser: Add mutate_tokens Cargo feature (#19853) (overlookmotel)
  • 5036bb6 parser: Report error on for await in static blocks (#19844) (camc314)
  • 42bd431 parser: Report error for missing initializer in using decl (#19824) (camc314)
  • a2f58e5 parser: Report error for implements clause in non-ts files (#19820) (Cameron)
  • b25228a estree: Add IS_COMPACT const to Formatter trait (#19787) (overlookmotel)
  • e2a1b79 estree: Expose buffer and formatter of serializers (#19773) (overlookmotel)
  • 4699498 data_structures: Add CodeBuffer::print_strs_array (#19760) (overlookmotel)
  • 233f947 estree: oxc_estree crate export config and formatter types (#19724) (overlookmotel)
  • 5937a32 semantic: Introduce symbol_declarations method (#19609) (camc314)
  • ea6b796 parser: Add LexerConfig::TOKENS_METHOD_IS_STATIC const (#19683) (overlookmotel)

... (truncated)

Commits
  • ce4ecb0 release(crates): oxc v0.118.0 (#20266)
  • 1606bd1 refactor(apps, napi, tasks): remove noUnusedLocals from tsconfigs (#20155)
  • dafe4ad release(crates): oxc v0.117.0 (#20142)
  • 92cfb14 fix(linter/plugins): fix types for walkProgram and walkProgramWithCfg (#2...
  • ee0491e fix(apps,napi): explicitly specify libs in tsconfigs (#20071)
  • 3a8c4a4 release(crates): oxc v0.116.0 (#19911)
  • 05ccf9f perf(linter/plugins): transfer tokens via raw transfer (#19893)
  • 1f9c115 test(estree/tokens): add tests for tokens via raw transfer (#19885)
  • 8b89309 test(napi/parser): fix tests for range, parent, and lazy on TS fixtures (#19884)
  • 6a6513c perf(linter/plugins): use Oxc tokens in plugins (#19498)
  • Additional commits viewable in compare view

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 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 [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) from 0.110.0 to 0.118.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.118.0/napi/parser)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.118.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2026

Superseded by #183.

@dependabot dependabot bot closed this Mar 21, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fe/oxc-parser-0.118.0 branch March 21, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pnpm-dependencies fe update label for robot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants