Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.37.0 -> 8.39.0 age confidence
@typescript-eslint/parser (source) 8.37.0 -> 8.39.0 age confidence
earcut 3.0.1 -> 3.0.2 age confidence
eslint (source) 9.31.0 -> 9.32.0 age confidence
mediabunny (source) 1.1.1 -> 1.4.4 age confidence
playcanvas (source) 2.8.2 -> 2.10.3 age confidence
rollup (source) 4.45.1 -> 4.46.2 age confidence
typedoc (source) 0.28.7 -> 0.28.9 age confidence
typedoc-plugin-mdn-links 5.0.4 -> 5.0.7 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence

Release Notes

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

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

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

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.38.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.

mapbox/earcut (earcut)

v3.0.2

Compare Source

eslint/eslint (eslint)

v9.32.0

Compare Source

Vanilagy/mediabunny (mediabunny)

v1.4.4: 1.4.4

Compare Source

  • Fixed fragmented MP4 files with a non-empty regular sample table

v1.4.3

Compare Source

  • Added special logic for top-level Cluster elements in Matroska files, supporting files that have been concatenated

v1.4.2

Compare Source

  • Fixed rotation not being copied when cloning a VideoSample

v1.4.1

Compare Source

  • Fixed inability to read certain invalid Matroska files with no TimestampScale element

v1.4.0

Compare Source

This release is all about media streaming.

  • Added MediaStreamTrack extraction fallback logic when MediaStreamTrackProcessor isn't available (like on Safari): it now falls back to a Worker for video, and to AudioContext for audio.
  • Added better error handling for media stream sources. Make sure to use the errorPromise to properly bubble up any internal errors.
  • Added a new static AudioSample.fromAudioBuffer method
  • Fixed fragmented MP4 MSE playback crashing in Safari

Check out the live recording example, which should now work in Safari!

v1.3.3

Compare Source

  • Fixed a small regression in the built files

v1.3.2

Compare Source

  • Downgraded the @types/web-codecs dependency for better type support (Typescript 5.7 is now the minimal required version)

v1.3.1

Compare Source

  • Added an additional HEAD request step to retrieve the source's size when using UrlSource
  • Fixed inefficient retrieval logic in UrlSource

v1.3.0

Compare Source

This release centers around determining an encoded packet's actual type and verifying key packets.

  • Added a new determinePacketType method to InputTrack which determines the packet's actual type by looking into its bitstream
  • Added a verifyKeyPackets flag to PacketRetrievalOptions which, when enabled, guarantees that any key packets returned by EncodedPacketSink are actually key frames
  • Fixed decoder pipelines crashing with "A key frame is required after configure() or flush()."
  • Other small fixes in bitstream parsing logic

v1.2.0

Compare Source

  • Added support for reading and writing RF64 WAVE files (fixes #​18)
playcanvas/engine (playcanvas)

v2.10.3

Compare Source

What's Changed

Full Changelog: playcanvas/engine@v2.10.2...v2.10.3

v2.10.2

Compare Source

Fixes

  • Add progress for img loading (#​7867)

Full Changelog: playcanvas/engine@v2.10.1...v2.10.2

v2.10.1

Compare Source

Fixes

  • fix: fixed initial focus for script and removed log (#​7859)
  • Add backwards compatibility function (#​7860)

Full Changelog: playcanvas/engine@v2.10.0...v2.10.1

v2.10.0

Compare Source

New features

Bug fixes

Full Changelog: playcanvas/engine@v2.9.2...v2.10.0

v2.9.2

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.9.1...v2.9.2

v2.9.1

Compare Source

Fixes

Full Changelog: playcanvas/engine@v2.9.0...v2.9.1

v2.9.0

Compare Source

What's Changed

Fixes

Full Changelog: playcanvas/engine@v2.8.2...v2.9.0

rollup/rollup (rollup)

v4.46.2

Compare Source

2025-07-29

Bug Fixes
  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#​6041)
Pull Requests

v4.46.1

Compare Source

2025-07-28

Bug Fixes
  • Do not fail when using the in operator on external namespaces (#​6036)
Pull Requests

v4.46.0

Compare Source

2025-07-27

Features
  • Optimize in checks on namespaces to keep them treeshake-able (#​6029)
Pull Requests

v4.45.3

Compare Source

2025-07-26

Bug Fixes
  • Do not fail build if a const is reassigned but warn instead (#​6020)
  • Fail with a helpful error message if an exported binding is not defined (#​6023)
Pull Requests
TypeStrong/TypeDoc (typedoc)

v0.28.9

Compare Source

Features
  • Add support for TypeScript 5.9, #​2989.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #​2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #​2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #​2985.

v0.28.8

Compare Source

Features
  • If using JS config files, the plugin function can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #​2972.
  • Exposed Context.createSymbolId for use by plugins.
Bug Fixes
  • Relative links in <img srcset> will now be discovered by TypeDoc, #​2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #​2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #​2978
Thanks!
Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

microsoft/TypeScript (typescript)

v5.9.2

Compare Source


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 0d8b5c2 into main Aug 6, 2025
2 checks passed
@willeastcott willeastcott deleted the renovate/all-npm-dependencies branch August 6, 2025 16:30
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