Skip to content

fix(deps): update dependency videojs-sprite-thumbnails to v2 #1533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
videojs-sprite-thumbnails ^1.1.1 -> ^2.0.0 age adoption passing confidence

Release Notes

phloxic/videojs-sprite-thumbnails (videojs-sprite-thumbnails)

v2.2.3

Compare Source

Bug Fixes
  • assign component variables in a sparse array (fd445a5), closes #​68
Chores
  • deps-dev: require cookie v0.7.0 (be00e49)
  • update version in package-lock.json (dab760b)

v2.2.2

Compare Source

Features
  • debug: check for presence of default controls component tree (206da48), closes #​58
Bug Fixes
  • do not try to show thumbnails before video metadata is loaded (078dc5b), closes #​67
  • example: add columns option, mandatory since v2.2.0 (1995d18)
Chores
  • bump version from 2.2.1 to 2.3.2-dev (ce385cc)
  • deps-dev: alternatively allow rollup 2.50.3 (efb35d8)
  • deps-dev: bump braces from 3.0.2 to 3.0.3 (bcca124)
  • deps-dev: bump follow-redirects from 1.15.4 to 1.15.6 (ad9735d)
  • deps-dev: bump rollup from 2.79.1 to 3.29.5 (73b6c2e)
  • deps-dev: bump serve-static from 1.15.0 to 1.16.2 (32f65d8)
  • deps: bump body-parser from 1.20.2 to 1.20.3 (c4c6c08)
  • update karma dependencies (adef294)
  • yo: update plugin description (9d8bd0e)
Code Refactoring
  • assign component name vars by splicing descendants array (c6b3e70)
  • improve connection speed check (9a758c3)
  • improve integer check (4e65019)
  • no need to store obj.merge in a top level variable (8979d15)
Styles
  • always call event handlers by name (234c4e3)

v2.2.1

Compare Source

Bug Fixes
  • reinstate initialization on plugin setup (1d0144f), closes #​61
Chores
  • clean up spurious log.debug alternative (dddae85)
  • deps-dev: bump follow-redirects from 1.15.2 to 1.15.4 (04f4bb5)
Documentation
  • css: explain state classes (6b1ac70)
  • github markdown flavour needs fragment identifiers in HTML (2270748)

v2.2.0

Compare Source

Features
  • add function to customize the replacement of the {index} template (1f451c9)
  • avoid inheritance of urlArray and url options (f4a43ea)
  • downlink: check on statechanged, report w/o duplicating code (bdfb4af)
  • load sprite images on demand (e22b512), closes #​56
  • optionally configure image sequence with new option urlArray (89ec8d5)
  • support multiple sprites and individual thumbnails (20770f3), closes #​57
  • toggle player class vjs-thumbnails-ready according to plugin state (2f183d6)
  • upgrade plugin options on loadstart, ensure that url is a string (1444bb1)
Chores
  • deps-dev: bump @​babel/traverse from 7.21.5 to 7.23.2 (38cda59)
  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (54521ea)
  • package: appease dependabot complaining about underscore (2fb1739)
Code Refactoring
  • cycle through tooltipStyle with videojs.obj.each (0c6e453)
  • evaluate config only on loadstart, 1 special case for url (328d82b)
  • remove 'diagnostic' property of plugin state (1988633)
  • scale height of background image with CSS auto value (62ef0e4)
Documentation
  • add forgotten comma (b501f8b)
  • mention option merge on loadstart in Initialization section (8e9b0f0)
  • section on how to disable the plugin (c20ec56)
Styles
  • remove spurious parentheses around single argument (7a8b188)
  • tweak variable names in loadstart callback (a2c2907)
BREAKING CHANGES
  • Setting the new columns option is mandatory.

2.1.1 (2023-06-10)

Bug Fixes
  • do not reset mouse time tooltip css when sprite cannot be loaded (49b079d)
Documentation
  • CDN link to exact latest 2.x.x release w/ higher maxage (6bf2b73)

v2.1.1

Compare Source

Bug Fixes
  • do not reset mouse time tooltip css when sprite cannot be loaded (49b079d)
Documentation
  • CDN link to exact latest 2.x.x release w/ higher maxage (6bf2b73)

v2.1.0

Compare Source

Features
  • config: lower connection downlink default to 1.5 (875f742)
  • make ready state proper boolean (020ca39)
Chores
  • deps: bump socket.io-parser from 4.2.2 to 4.2.3 (570fd61)
Code Refactoring
  • improve plugin defaultState handling (239f04f)
  • slim down handling of configuration updates (0915d10)
BREAKING CHANGES
  • config: There is a subjective factor to the downlink option. As its default has been changed to 1.5 it may be worth testing and/or setting it explicitly before updating the plugin in production.

v2.0.0

Compare Source

Features
  • loadstart: pick options from one source only (f01b382)
  • make plugin compatible with Video.js 8.x (75a4e5c)
Bug Fixes
  • unconditionally try loading sprite on loadstart (ddc250e)
Code Refactoring
  • no parentheses needed around single argument to arrow (2e5cd7d)
Documentation
  • README: explain Video.js 8.x compatible versioning (dba689a)
  • README: use ES6 syntax in code examples (e4a2073)
Tests
  • correct typo in sprite filename (00a1a27)
BREAKING CHANGES
  • Only Video.js v8.x.x is supported
  • Only browsers supported by Video.js v8.x.x are supported

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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 16 times, most recently from d571f2b to 0ef24ea Compare March 25, 2025 15:48
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 3 times, most recently from eec8ff4 to ddc1db5 Compare April 8, 2025 15:29
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 5 times, most recently from eb4360a to 28f7f95 Compare April 20, 2025 07:11
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 6 times, most recently from 9f07c1f to b090d69 Compare May 6, 2025 14:45
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 7 times, most recently from 6cfbc87 to 9ea23a0 Compare May 10, 2025 13:08
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch from 9ea23a0 to c7bdf1a Compare May 10, 2025 13:16
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.

0 participants