Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#80

Merged
jeandet merged 1 commit intov4from
dependabot/npm_and_yarn/production-dependencies-61670af5c7
Apr 27, 2026
Merged

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#80
jeandet merged 1 commit intov4from
dependabot/npm_and_yarn/production-dependencies-61670af5c7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the production-dependencies group with 5 updates in the / directory:

Package From To
pixi.js 8.17.1 8.18.1
workerpool 10.0.1 10.0.2
@types/node 25.5.2 25.6.0
prettier 3.8.1 3.8.3
typescript 6.0.2 6.0.3

Updates pixi.js from 8.17.1 to 8.18.1

Release notes

Sourced from pixi.js's releases.

v8.18.1

💾 Download

Installation:

npm install pixi.js@8.18.1

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.18.0...v8.18.1

🐛 Fixed

v8.18.0

💾 Download

Installation:

npm install pixi.js@8.18.0

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.17.1...v8.18.0

🚨 Behavior Change

  • fix: text.width and word wrap returning incorrect values by @​Zyie in pixijs/pixijs#12007
    • Text/HTMLText/BitmapText with wordWrap: true and non-left align (center/right/justify) now return the true rendered width from text.width instead of reporting wordWrapWidth. If you relied on text.width === wordWrapWidth for layout, use wordWrapWidth directly or wrap the text in a sized container.

... (truncated)

Commits
  • 8f42bb7 v8.18.1
  • 1947eb6 fix: prevent error when using Application.domContainerRoot in Node.js (#12017)
  • 2c5818b v8.18.0
  • 39d2279 chore: move @​xmldom/xmldom to production dependencies
  • 1c1f193 chore: bump @​xmldom/xmldom to 0.8.12 (#12016)
  • 7a8f55c feat: add graphicsContextToSvg() for Graphics → SVG export (#11989)
  • 16dad50 fix: TilingSprite tilePosition divided by resolution when using Canvas render...
  • 5e4640b fix: SplitText baseline mismatch when tagStyles used with lineHeight (#12008)
  • 19b206c fix: move CanvasFilterSystem to filters module (#12014)
  • 1b9b7d0 fix: Handle literal < characters in parseTaggedText (#11972)
  • Additional commits viewable in compare view

Updates workerpool from 10.0.1 to 10.0.2

Changelog

Sourced from workerpool's changelog.

2026-04-16, version 10.0.2

Commits
  • eb55e63 chore: publish v10.0.2
  • a0d5bc9 chore: update devDependencies
  • 19fab44 fix(worker): clean up listeners when abort triggers (#547)
  • 106d6a6 chore(deps-dev): bump follow-redirects in /examples/webpack5 (#546)
  • 87088cf chore(deps-dev): bump lodash in /examples/webpack5 (#544)
  • 50d6512 chore(deps-dev): bump node-forge in /examples/webpack5 (#545)
  • 1cb42ce chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /examples/vite (#543)
  • 113dfe7 chore(deps): bump picomatch (#540)
  • 4b4ffcd chore(deps): bump picomatch from 4.0.2 to 4.0.4 in /examples/vite (#541)
  • 53cad6d chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /examples/webpack5 (#539)
  • Additional commits viewable in compare view

Updates @types/node from 25.5.2 to 25.6.0

Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates typescript from 6.0.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 20, 2026
…y with 5 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.17.1` | `8.18.1` |
| [workerpool](https://github.com/josdejong/workerpool) | `10.0.1` | `10.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |



Updates `pixi.js` from 8.17.1 to 8.18.1
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.17.1...v8.18.1)

Updates `workerpool` from 10.0.1 to 10.0.2
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](josdejong/workerpool@v10.0.1...v10.0.2)

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

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: workerpool
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-61670af5c7 branch from fa3bb96 to b48ff12 Compare April 27, 2026 05:43
@jeandet jeandet merged commit 038a061 into v4 Apr 27, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-61670af5c7 branch April 27, 2026 08:05
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