Skip to content

Bump the all-dependencies group with 5 updates - #172

Merged
laat merged 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-1afc7f344a
Sep 5, 2026
Merged

laat merged 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-1afc7f344a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 5 updates:

Package From To
esrap 2.3.5 2.3.6
oxc-parser 0.147.0 0.148.0
@types/node 26.2.0 26.4.1
@happy-dom/global-registrator 20.11.6 20.13.2
tsx 4.23.12 4.23.13

Updates esrap from 2.3.5 to 2.3.6

Release notes

Sourced from esrap's releases.

v2.3.6

Patch Changes

  • a46e8a2: fix: preserve type arguments on tagged templates, array pattern annotations, and template literal type quasis
Changelog

Sourced from esrap's changelog.

2.3.6

Patch Changes

  • a46e8a2: fix: preserve type arguments on tagged templates, array pattern annotations, and template literal type quasis
Commits

Updates oxc-parser from 0.147.0 to 0.148.0

Release notes

Sourced from oxc-parser'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)
Changelog

Sourced from oxc-parser's changelog.

Changelog

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

The format is based on Keep a Changelog.

Commits

Updates @types/node from 26.2.0 to 26.4.1

Commits

Updates @happy-dom/global-registrator from 20.11.6 to 20.13.2

Release notes

Sourced from @​happy-dom/global-registrator's releases.

v20.13.2

👷‍♂️ Patch fixes

  • Fix problem with getComputedStyle with :host and :host-context selectors - By @​capricorn86 in task #2349

v20.13.1

👷‍♂️ Patch fixes

  • GetComputedStyle should return inherited value when it is set to inherit - By @​capricorn86 in task #2347

v20.13.0

🎨 Features

v20.12.2

👷‍♂️ Patch fixes

v20.12.1

🎨 Features

  • Adds support for kebab-case properties on CSSStyleDeclaration - By @​capricorn86 in task #2256
  • Adds support for all Chromium CSS properties to CSSStyleDeclaration - By @​capricorn86 in task #2256
    • Downloads a list from the Chromium project when compiling

👷‍♂️ Patch fixes

v20.12.0

🎨 Features

  • Adds support for Animation, AnimationTimeline, DocumentTimeline and KeyframeEffect - By @​capricorn86
  • Adds support for Element.animate() - By @​capricorn86

v20.11.15

👷‍♂️ Patch fixes

  • Fixes issue with upgrading custom element caused by previous release - By @​capricorn86 in task #2331

v20.11.14

👷‍♂️ Patch fixes

  • Change prototype of element to the custom element when upgraded to keep the reference - By @​capricorn86 in task #2331
    • The previous solution replaced the element with the custom element and copied it's properties, but this made any reference to the original element invalid

v20.11.13

👷‍♂️ Patch fixes

v20.11.12

👷‍♂️ Patch fixes

v20.11.11

👷‍♂️ Patch fixes

... (truncated)

Commits
  • 5b3559b fix: #2349 Fix problem with getComputedStyle with :host and :host-context s...
  • f33da73 fix: #2347 getComputedStyle should return inherited value when it is set to...
  • 68b9806 feat: #2345 Adds support for :host psuedo query selector (#2346)
  • 9300a9f fix: #2342 Custom elements should be upgraded when connected to DOM (#2343)
  • 103ccde fix: #2256 Fixes issue when parsing CSS fallback variables (#2341)
  • 4b0af0c feat: Adds support for Element.animate (#2335)
  • e1a8af5 fix: #2331 Fixes issue with upgrading custom element caused by previous rel...
  • 096317b fix: #2331 Change prototype of element to the custom element when upgraded ...
  • 9ff4b47 fix: #2329 Copy event listeners when upgrading a custom element (#2330)
  • 3d282e5 fix: #2322 Add check for if the node is still a parent during disconnect (#...
  • Additional commits viewable in compare view

Updates tsx from 4.23.12 to 4.23.13

Release notes

Sourced from tsx's releases.

v4.23.13

4.23.13 (2026-08-30)

Bug Fixes

  • cache: bound shared transform cache memory (#835) (28e1f12)

This release is also available on:

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 all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [esrap](https://github.com/sveltejs/esrap) | `2.3.5` | `2.3.6` |
| [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) | `0.147.0` | `0.148.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.1` |
| [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) | `20.11.6` | `20.13.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` |


Updates `esrap` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/sveltejs/esrap/releases)
- [Changelog](https://github.com/sveltejs/esrap/blob/main/CHANGELOG.md)
- [Commits](sveltejs/esrap@v2.3.5...v2.3.6)

Updates `oxc-parser` 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/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.148.0/napi/parser)

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

Updates `@happy-dom/global-registrator` from 20.11.6 to 20.13.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.11.6...v20.13.2)

Updates `tsx` from 4.23.12 to 4.23.13
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.12...v4.23.13)

---
updated-dependencies:
- dependency-name: esrap
  dependency-version: 2.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: oxc-parser
  dependency-version: 0.148.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@happy-dom/global-registrator"
  dependency-version: 20.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tsx
  dependency-version: 4.23.13
  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 Sep 5, 2026
@laat
laat merged commit 2ff9f51 into master Sep 5, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-1afc7f344a branch September 5, 2026 17:12
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