Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.42.0 -> 8.44.0 age confidence
@typescript-eslint/parser (source) 8.42.0 -> 8.44.0 age confidence
eslint (source) 9.34.0 -> 9.35.0 age confidence
globals 16.3.0 -> 16.4.0 age confidence
mediabunny (source) 1.13.0 -> 1.15.1 age confidence
playcanvas (source) 2.11.0 -> 2.11.6 age confidence
rollup (source) 4.50.0 -> 4.50.2 age confidence
serve 14.2.4 -> 14.2.5 age confidence
typedoc (source) 0.28.12 -> 0.28.13 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.44.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.43.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.35.0

Compare Source

sindresorhus/globals (globals)

v16.4.0

Compare Source


Vanilagy/mediabunny (mediabunny)

v1.15.1

Compare Source

  • Fixed a deployment issue

v1.15.0

Compare Source

This update is all about cropping!

  • Added a new crop option to the Conversion API for selecting a subrectangle of the input video (#​97)
  • Added a crop option to CanvasSink
  • Added a crop option to VideoSample.drawWithFit()

v1.14.4

Compare Source

  • Fixed audio resampling causing strange artifacts for some files (internal sample rate mismatch)
  • Ensured Opus tracks always have a locked sample rate of 48 kHz

v1.14.3

Compare Source

  • Added logic to skip HEVC RASL_N and RASL_R slices when starting a fresh decode (fixes #​58, fixes #​90)

v1.14.2

Compare Source

  • Fixed occassional conversion progress non-monotonicity

v1.14.1

Compare Source

  • Fixed null sample issue when checking encoder support in Conversion API (#​90)

v1.14.0

Compare Source

If Mojang made Mediabunny, they'd probably call this one "The Metadata Update".

  • Added bidirectional support for metadata tags (title, artist, cover art, etc.) to all formats: Mediabunny can now read and write MP3 ID3v1/v2 tags, MP4 iTunes/QuickTime metadata, Matroska Tags and Attachments, Ogg Vorbis comment headers, and WAVE RIFF INFO chunks. See MetadataTags for more
  • Added a new getMetadataTags method to Input
  • Added a new setMetadataTags method to Output
  • Added metadata support and a new tags option to the Conversion API

v1.13.3

Compare Source

  • Fixed conversion encoder errors when trying to reencode HDR frames (#​90)

v1.13.2

Compare Source

  • Fixed MP3 files causing decoder errors

v1.13.1

Compare Source

  • Improved documentation
playcanvas/engine (playcanvas)

v2.11.6

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.11.5...v2.11.6

v2.11.5

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.11.4...v2.11.5

v2.11.4

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.11.3...v2.11.4

v2.11.3

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.11.2...v2.11.3

v2.11.2

Compare Source

What's Changed

Full Changelog: playcanvas/engine@v2.11.1...v2.11.2

v2.11.1

Compare Source

Bug Fixes

Full Changelog: playcanvas/engine@v2.11.0...v2.11.1

rollup/rollup (rollup)

v4.50.2

Compare Source

2025-09-15

Bug Fixes
  • Resolve an issue where unused destructured array pattern declarations would conflict with included variables (#​6100)
Pull Requests

v4.50.1

Compare Source

2025-09-07

Bug Fixes
  • Resolve a situation where a destructuring default value was removed (#​6090)
Pull Requests
vercel/serve (serve)

v14.2.5

Compare Source

Patch Changes
  • f4b6fbd: Update compression to v1.8.1
TypeStrong/TypeDoc (typedoc)

v0.28.13

Compare Source

Features
  • The basePath option now also affects relative link resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
    base path for sources, use the displayBasePath option, #​3009.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #​3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #​3012.
  • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #​3014.

Configuration

📅 Schedule: Branch creation - "on monday at 10:00am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@willeastcott willeastcott merged commit a6ae70d into main Sep 16, 2025
2 checks passed
@willeastcott willeastcott deleted the renovate/all-npm-dependencies branch September 16, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant