Skip to content

Bump the all-dependencies group with 6 updates#150

Merged
laat merged 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-e38356065f
May 2, 2026
Merged

Bump the all-dependencies group with 6 updates#150
laat merged 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-e38356065f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps the all-dependencies group with 6 updates:

Package From To
oxc-parser 0.127.0 0.128.0
@babel/preset-env 7.29.2 7.29.3
@babel/register 7.28.6 7.29.3
jsdom 29.0.2 29.1.1
nock 14.0.13 14.0.14
@swc/core 1.15.30 1.15.33

Updates oxc-parser from 0.127.0 to 0.128.0

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.128.0

💥 BREAKING CHANGES

  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#21709) (overlookmotel)
  • c5b3deb syntax: [BREAKING] Remove CommentNodeId (#21679) (overlookmotel)

🚀 Features

  • b738a39 allocator: Add Allocator::cursor_ptr method (#21773) (overlookmotel)
  • 678767e ast: Generate node_id accessors for AST enum wrappers (#21653) (camc314)
  • f091d77 minifier: Inline constant spread elements into arrays (#21095) (Armano)

🐛 Bug Fixes

  • 0d608c2 minifier: Preserve raw CR in template literals (#21645) (Dunqing)
  • a889ea9 minifier: Track pure functions in DCE mode (#21722) (Dunqing)
  • 674dfac allocator: Arena retry allocation when chunk size approaches maximum (#21777) (overlookmotel)
  • f130cc0 allocator: Fix arithmetic overflow in Arena::new_chunk_memory_details (#21745) (overlookmotel)
  • b9bf239 allocator: Fix UB in Arena::grow_zeroed (#21739) (overlookmotel)
  • d2b9389 allocator: Clippy warning when building without testing feature (#21681) (camc314)
  • 503dc86 codegen: Map sourcemaps from visible output starts (#21662) (Dunqing)
  • c92bd3b transformer: Use SPAN for synthesized helper calls to prevent comment misattribution (#21578) (Dunqing)
  • 0d80441 codegen: Add mapping before printing # for private ident (#21619) (camc314)

⚡ Performance

  • 9fa362e napi/parser: Do not generate tokens except in tests (#21811) (overlookmotel)
  • 0044392 allocator: Reduce branches when allocating new chunk (#21776) (overlookmotel)
  • 7896bd0 allocator: Allocator::used_bytes do not use chunk iterator (#21771) (overlookmotel)
  • a5c562f allocator: Remove check in Arena::new_chunk_memory_details (#21750) (overlookmotel)
  • 35bbe1f allocator: Arena use unchecked size round up where guaranteed no overflow (#21743) (overlookmotel)
  • ffe229b allocator: Remove unnecessary check from Arena::try_alloc_layout_slow_impl (#21732) (overlookmotel)
  • 72fece5 allocator: Use NonNull::offset_from_unsigned in Arena::chunk_capacity (#21731) (overlookmotel)
  • cab32ae ast: Add #[inline(always)] to node_id methods on enums with all variants unboxed (#21707) (overlookmotel)
  • b179688 parser: Allocate TriviaBuilder comments in the arena (#21512) (Boshen)
  • 2290f31 lexer: Fix perf of Token::set_* methods on Rust 1.95.0 (#21659) (overlookmotel)
  • 1b58029 allocator: Move code into cold path in Arena::alloc_layout (#21622) (overlookmotel)
  • 3cf7cef allocator: Reduce instructions on allocation hot path (#21510) (overlookmotel)

📚 Documentation

  • ce65070 data_structures: Document why as_ref and as_mut on NonNullConst and NonNullMut take self (#21800) (overlookmotel)
  • 93b7dbd allocator: Improve doc comments for ChunkFooter (#21733) (overlookmotel)
  • 295db8d transformer: Fix comment (#21717) (overlookmotel)
  • 5c93af8 ast: Add comments explaining #[inline(always)] to node_id methods on enums (#21706) (overlookmotel)
  • e4cea25 transform: Use the node: namespace in the example (#19998) (루밀LuMir)

🛡️ Security

... (truncated)

Changelog

Sourced from oxc-parser's changelog.

[0.128.0] - 2026-04-27

💥 BREAKING CHANGES

  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#21709) (overlookmotel)

⚡ Performance

  • 9fa362e napi/parser: Do not generate tokens except in tests (#21811) (overlookmotel)

🛡️ Security

  • d8076c9 deps: Update rolldown (#21639) (renovate)
Commits

Updates @babel/preset-env from 7.29.2 to 7.29.3

Release notes

Sourced from @​babel/preset-env's releases.

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

📝 Documentation

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

Commits

Updates @babel/register from 7.28.6 to 7.29.3

Release notes

Sourced from @​babel/register's releases.

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

📝 Documentation

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

v7.29.2 (2026-03-16)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env
    • #17789 [7.x backport] preset-env include/exclude should accept bugfix plugins (@​JLHwung)

🏠 Internal

Committers: 2

... (truncated)

Commits

Updates jsdom from 29.0.2 to 29.1.1

Release notes

Sourced from jsdom's releases.

v29.1.1

  • Fixed 'border-radius' computed style serialization. (@​asamuzaK)
  • Fixed computed style computation when using 'background-origin' and 'background-clip' CSS properties. (@​asamuzaK)
  • Significantly optimized initial calls to getComputedStyle(), before the cache warms up. (@​asamuzaK)

v29.1.0

  • Added basic support for the ratio CSS type. (@​asamuzaK)
  • Fixed getComputedStyle() sometimes returning outdated results after CSS was modified. (@​asamuzaK)
Commits

Updates nock from 14.0.13 to 14.0.14

Release notes

Sourced from nock's releases.

v14.0.14

14.0.14 (2026-04-30)

Bug Fixes

  • backport: apply body delay before the response end (#2969) (215cd2a)
Commits

Updates @swc/core from 1.15.30 to 1.15.33

Changelog

Sourced from @​swc/core's changelog.

[1.15.33] - 2026-05-02

Bug Fixes

Features

[1.15.32] - 2026-04-27

Bug Fixes

  • (es/flow) Fix Flow type-only modules in script transforms (#11817) (be38316)

  • (es/flow) Avoid restoring module context when flow syntax is enabled (#11819) (3ed7243)

  • (es/minifier) Preserve frozen spread registry keys (#11825) (347181c)

  • (es/parser) Align Flow generic arrow JSX disambiguation (#11821) (28a7fad)

Features

  • (es) Add jsc.preserveSymlinks to swc::Options (#11813) (fe38342)
Commits
  • 0165c94 chore: Publish 1.15.33 with swc_core v65.0.2
  • 9ccecaf chore: Publish 1.15.33-nightly-20260502.1 with swc_core v65.0.2
  • b815eb2 chore: Publish crates with swc_core v65.0.1
  • 364a11c chore: Publish 1.15.32 with swc_core v65.0.0
  • 7789132 chore: Publish 1.15.32-nightly-20260427.1 with swc_core v65.0.0
  • cd5d7e8 chore: Publish 1.15.31-nightly-20260427.1 with swc_core v65.0.0
  • 65bd999 chore: Publish crates with swc_core v65.0.0
  • be38316 fix(es/flow): Fix Flow type-only modules in script transforms (#11817)
  • See full diff 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 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 all-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) | `0.127.0` | `0.128.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.29.2` | `7.29.3` |
| [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) | `7.28.6` | `7.29.3` |
| [jsdom](https://github.com/jsdom/jsdom) | `29.0.2` | `29.1.1` |
| [nock](https://github.com/nock/nock) | `14.0.13` | `14.0.14` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.30` | `1.15.33` |


Updates `oxc-parser` from 0.127.0 to 0.128.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.128.0/napi/parser)

Updates `@babel/preset-env` from 7.29.2 to 7.29.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.3/packages/babel-preset-env)

Updates `@babel/register` from 7.28.6 to 7.29.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.3/packages/babel-register)

Updates `jsdom` from 29.0.2 to 29.1.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.0.2...v29.1.1)

Updates `nock` from 14.0.13 to 14.0.14
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.13...v14.0.14)

Updates `@swc/core` from 1.15.30 to 1.15.33
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.33/packages/core)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@babel/register"
  dependency-version: 7.29.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: jsdom
  dependency-version: 29.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: nock
  dependency-version: 14.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.33
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-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 May 2, 2026
@laat laat merged commit 8d93255 into master May 2, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-e38356065f branch May 2, 2026 22: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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant