Skip to content

chore(deps): bump oxc_span from 0.147.0 to 0.150.0 in /rust - #1096

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rust/oxc_span-0.150.0
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rust/oxc_span-0.150.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Bumps oxc_span from 0.147.0 to 0.150.0.

Release notes

Sourced from oxc_span's releases.

oxc crates_v0.150.0

🚀 Features

  • ca649e0 ecma: Define math constants as known globals and resolve their types (#26585) (Armano)
  • 9ef028c codegen: Add ascii_only option (#25994) (Samuel Attard)
  • 80a76a0 minifier: Negate binary comparison for typeof x < 'u' (#26367) (Armano)

🐛 Bug Fixes

  • 8ca76da parser: Reject accessor modifiers on methods (#26617) (camc314)
  • 1916f31 parser: Reject readonly modifier on constructors (#26612) (camc314)
  • 1c42008 parser: Handle escaped let in for loops (#26583) (camc314)
  • d21d5cf parser: Recognize annotated empty arrows in conditionals (#26537) (camc314)
  • d7713ad parser: Classify Unicode line breaks in block comments (#26536) (camc314)
  • 75cd919 transformer: Preserve receivers in private optional chains (#26535) (camc314)
  • b32d25d parser: Reject escaped import-phase keywords (#26534) (camc314)
  • 47b8311 parser: Recognize contextual binding names in type lookaheads (#26532) (camc314)
  • d6b6705 parser: Require arrow separator in TypeScript function types (#26529) (camc314)
  • e98beef parser: Disambiguate await using in for initializers (#26527) (camc314)
  • 92afee6 parser: Allow parenthesized JSX comma expressions with preserve_parens=false (#26524) (camc314)
  • 31508b1 parser: Reject return types on constructor overloads (#26523) (camc314)
  • a091fc4 parser: Validate await context for await using declarations (#26495) (camc314)
  • 5501e86 parser: Disallow in expressions in using for-loop initializers (#26490) (camc314)
  • c8e5fa7 parser: Allow escaped type names in import and export specifiers (#26487) (camc314)
  • 2dcee2f parser: Reject async modifiers on class fields (#26486) (camc314)
  • 973d58e parser: Require comma after TypeScript this parameter (#26480) (camc314)
  • 32d00c5 codegen: Preserve instantiation expression precedence (#26424) (camc314)
  • cfa47ab parser: Allow in expressions in class static blocks (#26423) (camc314)
  • 5986187 packages/codegen: Preserve private-in right operand precedence (#26420) (camc314)
  • f8e6c6c packages/codegen: Preserve in restriction through yield arguments (#26421) (camc314)
  • d61e3bf parser: Validate TS named tuple rest elements (#26419) (camc314)
  • ae6c386 codegen: Preserve in restriction through yield arguments (#26413) (camc314)
  • 42ac916 codegen: Preserve private-in right operand precedence (#26411) (camc314)
  • 10521b2 parser: Allow escaped type default import bindings (#26409) (camc314)
  • 72cb5e3 parser: Reject rest parameters in getters (#26400) (camc314)
  • 6e15ad5 packages/codegen: Print matching quoted import names as identifiers (#26404) (camc314)
  • bbbb4bc packages/codegen: Preserve private-in left operand precedence (#26403) (camc314)
  • a111b5b packages/codegen: Print accessibility modifiers before abstract (#26402) (camc314)
  • 4e76602 parser: Allow in in arrow block bodies within for initializers (#26395) (camc314)
  • b20fc19 parser: Reject partially parenthesized mixed coalesce expressions (#26394) (camc314)

⚡ Performance

  • 1f902a6 isolated_declarations: Key scope maps by Ident (#26380) (Dunqing)
  • a242469 minfiier: Reduce allocs when creating indirect access (#26601) (Armano)
  • 5b4787f minifier: Update chain expressions in place (#26544) (Armano)
  • 0bc1661 minifier: Try merging before creating new expression statements (#26556) (Armano)
  • c78d707 minifier: Process newly created stmt in handle_if_statement (#26541) (Armano)
  • 029c84b minfier: Update expressions in place when substituting alternate syntax (#26460) (Armano)
  • d198982 codegen: Outline postfix source mapping work (#26450) (camc314)

... (truncated)

Commits
  • 5a6e37e release(crates): oxc v0.150.0 (#26632)
  • afe950d feat(linter/react): Update lint rules to accomodate changes in React 19.3 (#2...
  • fb87ed7 fix(linter/unicorn/prefer-array-flat-map): report .filter().flatMap() chain...
  • 336b654 fix(linter/unicorn/prefer-at): report single-character substring calls (#26623)
  • 8ca76da fix(parser): reject accessor modifiers on methods (#26617)
  • a5bba6d fix(linter/eslint/no-unused-vars): respect rest params after-used option (#26...
  • c1470a2 fix(linter/eslint/no-unused-vars): preserve ambient implicit exports (#26582)
  • 9a469d2 fix(linter/unicorn/prefer-global-this): preserve window event method referenc...
  • 1916f31 fix(parser): reject readonly modifier on constructors (#26612)
  • aaff758 fix(linter/unicorn/prefer-default-parameters): report violation for ??= and...
  • 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)

This change is Reviewable

Bumps [oxc_span](https://github.com/oxc-project/oxc) from 0.147.0 to 0.150.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc@crates_v0.147.0...crates_v0.150.0)

---
updated-dependencies:
- dependency-name: oxc_span
  dependency-version: 0.150.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 25, 2026
@dependabot
dependabot Bot requested a review from kucherenko as a code owner September 25, 2026 03:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 25, 2026
@kucherenko kucherenko closed this Sep 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/rust/oxc_span-0.150.0 branch September 25, 2026 06:45
pull Bot pushed a commit to y1024/jscpd that referenced this pull request Sep 25, 2026
Dependabot bumps these one crate at a time, and neither family survives
that: their crates share types, so oxc_span 0.150 next to oxc_parser
0.147 fails with "expected `Span`, found a different `Span`". All four
open Dependabot PRs (kucherenko#1093, kucherenko#1094, kucherenko#1095, kucherenko#1096) were red for this reason
alone.

cpd-tokenizer and basta were also on different oxc versions (0.147 and
0.150), so the tree carried two full copies of oxc. Both now use 0.151,
and the lockfile holds one.

The one API change: ParserReturn::panicked is now fatal_error, with the
same meaning. The log line about OXC panicking stays as it is -- it
reports a real panic caught by catch_unwind, not the field.

dependabot.yml groups each family, so the next bump arrives as one PR.
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant