Skip to content

cargo: bump oxc_allocator from 0.147.0 to 0.148.0 - #9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_allocator-0.148.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_allocator-0.148.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps oxc_allocator from 0.147.0 to 0.148.0.

Release notes

Sourced from oxc_allocator's releases.

oxc crates_v0.148.0

💥 BREAKING CHANGES

  • a31567a allocator: [BREAKING] Make Allocator::cursor_ptr and data_end_ptr private (#26081) (overlookmotel)

🚀 Features

  • 115955d minifier: Drop cases whose condition is statically false (#26172) (Armano)
  • 784e9fa minifier: Invert !0 and !1 in place for boolean context to 1 and 0 (#26050) (Armano)
  • 1e902cc minifier: Expand fold leading assignments into the var decl (#26142) (Armano)
  • 3ed4f6a minifier: Expand de morgan's optimization to allow move of ! (#25930) (Armano)
  • 5672585 parser: Attach all comments to nodes (#25944) (camc314)

🐛 Bug Fixes

  • a3d33dd semantic: Skip body bindings in type parameters and this param (#26169) (Dunqing)
  • 4adfb4c semantic: Validate chained continue labels (#26157) (camc314)
  • b874f48 ecmascript: Math.round only exact half ties (#26150) (camc314)
  • a625378 minifier: Coerce omitted indexOf search argument (#26149) (camc314)
  • dc7398b ecmascript: Trim trailing whitespace in string to number (#26148) (camc314)
  • 243b685 transformer/object-rest: Lower multiple declarators correctly (#26147) (camc314)
  • dc09a3a parser: Avoid panic on escaped string export names (#26146) (camc314)
  • e412cf2 linter: Clamp invalid JS plugin locations (#26144) (camc314)
  • c3dedc9 semantic: Skip function body bindings in parameters (#26099) (Dunqing)
  • e74de61 transform-react: Match Babel diagnostic reporting (#26128) (Boshen)
  • d5163d0 parser: Correctly classify unapplied pure annotations (#26084) (camc314)
  • 8531b9b linter/plugins: Alter method for obtaining mutable Program when sending AST to JS plugins (#26077) (overlookmotel)
  • 9b51658 regular_expression: Allow oversized decimal escape for Annex B (#26070) (leaysgur)
  • c8de4df regular_expression: Reject oversized backreferences (#26055) (camc314)

⚡ Performance

  • ac4785a diagnostics: Use fixed ANSI styles (#26130) (Boshen)
  • 07a0793 packages/codegen: Flatten output in chunks (#26109) (overlookmotel)
  • 487427a packages/codegen: Faster string flattening (#26108) (overlookmotel)
  • 7785583 packages/codegen: Ensure indent strings are flattened (#26107) (overlookmotel)
  • 0dd4db3 packages/codegen: Store mapping positions in an Int32Array (#26085) (overlookmotel)
Commits
  • 894c8f9 release(crates): oxc v0.148.0 (#26198)
  • 9e1b635 refactor(oxlint/lsp): delay String Conversion for FixedContent to `CodeAc...
  • 9f81002 fix(formatter): re-add suppressed statement terminators per options.semi (#26...
  • 769ffd5 fix(formatter): print suppressed typecast parens (#26218)
  • 5ff57f8 fix(formatter/sort-imports): handle custom side effect groups (#26217)
  • 2f4d759 fix(formatter): do not skip cast comment lookup (#26216)
  • 1213e12 fix(formatter): preserve comment for statement terminators and binary casts (...
  • 8af5703 chore(oxlint/generate-config-types): remove unneeded DummyRule tsType mapping...
  • d3669fa chore(deps): update crate-ci/typos action to v1.50.0 (#26205)
  • 2436b44 chore(deps): update pnpm to v11.24.0 (#26203)
  • 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_allocator](https://github.com/oxc-project/oxc) from 0.147.0 to 0.148.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.148.0)

---
updated-dependencies:
- dependency-name: oxc_allocator
  dependency-version: 0.148.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 8, 2026
@shlkin

shlkin commented Sep 8, 2026

Copy link
Copy Markdown
Owner

Closing: Dependabot has been turned off for this fork.

@shlkin shlkin closed this Sep 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 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.

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

@shlkin
shlkin deleted the dependabot/cargo/oxc_allocator-0.148.0 branch September 8, 2026 12:52
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