Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.40.0 -> 8.42.0 age confidence
@typescript-eslint/parser (source) 8.40.0 -> 8.42.0 age confidence
concurrently 9.2.0 -> 9.2.1 age confidence
eslint (source) 9.33.0 -> 9.34.0 age confidence
mediabunny (source) 1.9.3 -> 1.13.0 age confidence
rollup (source) 4.47.1 -> 4.50.0 age confidence
typedoc (source) 0.28.10 -> 0.28.12 age confidence
typedoc-plugin-mdn-links 5.0.8 -> 5.0.9 age confidence

Release Notes

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

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

v8.42.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.41.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.

open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

eslint/eslint (eslint)

v9.34.0

Compare Source

Vanilagy/mediabunny (mediabunny)

v1.13.0

Compare Source

  • Added ReadableStreamSource, a new input source for append-only byte streams. Use it to stream in files or to operate on media data while it's being created, for example with MediaRecorder. See the docs
  • Added NullTarget, see the docs
  • Added a Target.onwrite callback for tracking output size
  • Fixed UrlSource crashing for tiny files
  • Fixed a race condition in the new reader logic
  • Fixed WAVE packet timestamp lookup logic

v1.12.1

Compare Source

  • Fixed incorrect audio sample timestamps for Firefox decoders when reading Matroska files

v1.12.0

Compare Source

This update completely rewrote Mediabunny's reading stack, laying a necessary strong foundation for all use cases of Mediabunny.

  • UrlSource is now no longer in beta! Use it to read media files across the network. It's now heavily optimized with batch loading and smart prefetch patterns to minimize request count and latency.
  • Added FilePathSource for direct access to the native file system in server-side environments such as Node, Deno or Bun
  • Reading performance across all formats has been optimized. Mediabunny now spends less time waiting for I/O and parses all files faster!
  • StreamSource's read function is now allowed to return instances of ReadableStream
  • New StreamSource options: maxCacheSize and prefetchBehavior
  • BlobSource and UrlSource now have a maxCacheSize option (defaulting to 8 MiB and 64 MiB respectively)
  • Fixed VideoSample dimensions being wrong in some cases

v1.11.2

Compare Source

  • Fixed Language tag in Matroska never being parsed

v1.11.1

Compare Source

  • Fixed languageCode error when converting files

v1.11.0

Compare Source

  • Added a new drawWithFit method to VideoSample
  • Mediabunny can now encode video whose frames change size over time (controllable via the sizeChangeBehavior field in VideoEncodingOptions)
  • No longer crash on degenerate ISOBMFF transformation matrices
  • Track names are now copied in the Conversion API

v1.10.0

Compare Source

  • Added support for reading & writing track names
  • Added the internalCodecId field to input tracks for differentiating codecs unknown to Mediabunny
  • Added more options to VideoEncodingConfig and AudioEncodingConfig (#​61)
  • Added support for reading the LanguageBCP47 element in Matroska
  • Fixed a seeking logic bug in Matroska and fragmented ISOBMFF files (#​70)
  • Fixed UrlSource constructor not accepting relative URLs
  • Fixed garbled audio playback for WebM files in Safari (#​62)
rollup/rollup (rollup)

v4.50.0

Compare Source

2025-08-31

Features
  • Support openharmony-arm64 platform (#​6081)
Bug Fixes
  • Fix loading of extensionless imports in config files (#​6084)
Pull Requests

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests

v4.48.1

Compare Source

2025-08-25

Bug Fixes
  • Correctly ignore white-space in JSX strings around line-breaks (#​6051)
Pull Requests

v4.48.0

Compare Source

2025-08-23

Features
  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#​6071)
Bug Fixes
  • Ensure variables referenced in non-removed import attributes are included (#​6071)
Pull Requests
TypeStrong/TypeDoc (typedoc)

v0.28.12

Compare Source

Bug Fixes
  • Variables marked with @enum now work for symbols imported from another module, #​3003.
  • Improved magic introduced with #​2999 to work with imported symbols, #​3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #​3006.
  • Linking to the project's README file with a relative link will now behave as expected, #​3006.
  • Reduced unnecessary HTML element rendering in default theme.
    API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11

Compare Source

Features
  • Object properties declared with shorthand property assignment will now use the variable's comment
    if they do not have their own comment, #​2999.
Bug Fixes
  • Fixed link resolution not working correctly in first comment on the file in some cases, #​2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #​2995.
  • The compilerOptions option now functions properly with non-boolean options, #​3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #​3000.
  • Fixed improper casing of "Type Declaration" header, #​3002.
Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)

v5.0.9

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 14044bb into main Sep 3, 2025
2 checks passed
@willeastcott willeastcott deleted the renovate/all-npm-dependencies branch September 3, 2025 10:12
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