Skip to content

fix(deps): update dependency artplayer-plugin-danmuku to ^5.3.0#415

Merged
xrgzs merged 1 commit intomainfrom
renovate/artplayer-plugin-danmuku-5.x
Mar 14, 2026
Merged

fix(deps): update dependency artplayer-plugin-danmuku to ^5.3.0#415
xrgzs merged 1 commit intomainfrom
renovate/artplayer-plugin-danmuku-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
artplayer-plugin-danmuku (source) ^5.2.0^5.3.0 age confidence

Release Notes

zhw2590582/ArtPlayer (artplayer-plugin-danmuku)

v5.3.0

Compare Source

  • Rename .esm.js to .mjs
  • Remove the default fill color value of svg
  • Optimize the autoOrientation logic
  • Add Artplayer.REMOVE_SRC_WHEN_DESTROY
  • Add artplayer-plugin-document-pip plugin
  • Add art.events.bindGlobalEvents method for rebinding global methods
  • Optimize artplayer.d.ts, now you can directly import Option
import type { Option } from 'artplayer'

const option: Option = {
  container: '.artplayer-app',
  url: './assets/sample/video.mp4',
}
  • Simplify i18n import
import fr from 'artplayer/i18n/fr'
import id from 'artplayer/i18n/id'

const option = {
  container: '.artplayer-app',
  url: './assets/sample/video.mp4',
  i18n: { id, fr },
  lang: 'fr',
}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@xrgzs xrgzs merged commit d22dee6 into main Mar 14, 2026
1 check passed
@xrgzs xrgzs deleted the renovate/artplayer-plugin-danmuku-5.x branch March 14, 2026 03:29
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