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 Confidence
videojs-sprite-thumbnails ^1.1.1 -> ^2.0.0 age confidence

Release Notes

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

v2.2.3

Compare Source

Features
  • set up in loadstart only, focus on plugin states (4c7a616)
  • tooltip: draw border around thumbnail, not inset (6fb8b07)
  • truly reset tooltip style to its original state (bbf7c05)
Bug Fixes
  • double check plugin options on loadstart if state not ready (2eb7b76)
  • load sprite on player ready if configured at player level (1c3e22c)
  • make logging compatible with Video.js v6 and early v7 (87e41c1)
  • make tests work on loadstart (11599c2)
  • quote url parameter when used with background-image css style (976c751)
Chores
  • deps-dev: bump karma from 6.3.14 to 6.3.16 (286834a)
  • deps-dev: bump karma from 6.3.4 to 6.3.14 (eda20a3)
  • deps: bump @​xmldom/xmldom from 0.7.5 to 0.7.8 (17dda7a)
  • deps: bump engine.io and socket.io (4ad8038)
  • deps: bump engine.io and socket.io (291c568)
  • deps: bump follow-redirects from 1.14.4 to 1.14.8 (b5a7988)
  • deps: bump json5 from 2.2.0 to 2.2.3 (2eecbd4)
  • deps: bump minimatch from 3.0.4 to 3.1.2 (7650aa5)
  • deps: bump minimist from 1.2.5 to 1.2.6 (1e7c274)
  • deps: bump qs and body-parser (29e4c2d)
  • deps: bump shelljs from 0.8.4 to 0.8.5 (6852333)
  • deps: bump socket.io-parser from 4.0.4 to 4.0.5 (355686b)
  • deps: bump ua-parser-js from 0.7.31 to 0.7.33 (f7a90dc)
  • docs: use https URLs in example (e835ec6)
  • package: bump generator-videojs-plugin to v9.0.0 (1242dd9)
Code Refactoring
  • leave turning `this' into var to postprocessing (055da3f)
  • make spriteEvents and log vars local (544ebe3)
  • use CSS style property names, not strings (11f3be1)
  • use template literals instead of string concatenation (fa4be5c)
Tests
  • state change check in own file (4483bac)

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

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

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.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.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 6 times, most recently from 9ea23a0 to c7bdf1a Compare May 10, 2025 13:16
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 3 times, most recently from 976e090 to efd25d9 Compare May 23, 2025 13:26
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 4 times, most recently from abff0f7 to 756a2ce Compare June 3, 2025 10:18
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 5 times, most recently from f4403e7 to 04340f4 Compare June 9, 2025 18:39
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 2 times, most recently from bffb119 to 58ba9b7 Compare June 17, 2025 20:44
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch from 58ba9b7 to 6123bb1 Compare June 24, 2025 10:23
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 3 times, most recently from 407035d to b9fd14f Compare July 16, 2025 18:40
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch 4 times, most recently from e34dfa1 to 41a3840 Compare July 22, 2025 14:15
@renovate renovate bot force-pushed the renovate/videojs-sprite-thumbnails-2.x branch from 41a3840 to 44fd866 Compare July 24, 2025 20:31
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