From 7420467fb8fa990d0bb0f46f447f7ed038c9a991 Mon Sep 17 00:00:00 2001 From: Alex Barstow Date: Tue, 19 Nov 2024 13:22:50 -0500 Subject: [PATCH 1/3] chore(package): Update @videojs/http-streaming to 3.16.0 (#8921) ## Description n/a ## Specific Changes proposed n/a ## Requirements Checklist - [ ] Feature implemented / Bug fixed - [ ] If necessary, more likely in a feature request than a bug fix - [ ] Change has been verified in an actual browser (Chrome, Firefox, IE) - [ ] Unit Tests updated or fixed - [ ] Docs/guides updated - [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0)) - [ ] Has no DOM changes which impact accessiblilty or trigger warnings (e.g. Chrome issues tab) - [ ] Has no changes to JSDoc which cause `npm run docs:api` to error - [ ] Reviewed by Two Core Contributors --- package-lock.json | 29 ++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index be4349f00..20201f868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1791,9 +1791,9 @@ } }, "@videojs/http-streaming": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.15.0.tgz", - "integrity": "sha512-6rjaqEa87gVFqDFsHaLKXGrDqL3NhNZRNi6wkMw+uyt1lrLD2OFY0SfRQRNl7Vmmx0pt5FRJoRJYlnKsowyElA==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.16.0.tgz", + "integrity": "sha512-VL8l+JGbc9KqZ1fY2pYgBS1u3i6iQ/5mRAE6bwrI5R0RAtKxur1hjipVGwkkJSYRzwLgArt5Wg5abEjfoJN7yA==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^4.1.1", @@ -1801,8 +1801,19 @@ "global": "^4.4.0", "m3u8-parser": "^7.2.0", "mpd-parser": "^1.3.1", - "mux.js": "7.0.3", + "mux.js": "7.1.0", "video.js": "^7 || ^8" + }, + "dependencies": { + "mux.js": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-7.1.0.tgz", + "integrity": "sha512-NTxawK/BBELJrYsZThEulyUMDVlLizKdxyAsMuzoCD1eFj97BVaA8D/CvKsKu6FOLYkFojN5CbM9h++ZTZtknA==", + "requires": { + "@babel/runtime": "^7.11.2", + "global": "^4.4.0" + } + } } }, "@videojs/vhs-utils": { @@ -15050,18 +15061,18 @@ "dev": true }, "video.js": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/video.js/-/video.js-8.18.1.tgz", - "integrity": "sha512-oQ4M/HD2fFgEPHfmVMWxGykRFIpOmVhK0XZ4PSsPTgN2jH6E6+92f/RI2mDXDb0yu+Fxv9fxMUm0M7Z2K3Zo9w==", + "version": "8.19.1", + "resolved": "https://registry.npmjs.org/video.js/-/video.js-8.19.1.tgz", + "integrity": "sha512-MVuayhXpzTBv5Jk3nYEU2akawPhuBBlizEbpQGx2i+6FiBmqxGjkrkLdDLOzG54ut7xapjp26IfWQLGSpeLmcQ==", "requires": { "@babel/runtime": "^7.12.5", - "@videojs/http-streaming": "^3.14.2", + "@videojs/http-streaming": "^3.15.0", "@videojs/vhs-utils": "^4.1.1", "@videojs/xhr": "2.7.0", "aes-decrypter": "^4.0.2", "global": "4.4.0", "m3u8-parser": "^7.2.0", - "mpd-parser": "^1.2.2", + "mpd-parser": "^1.3.1", "mux.js": "^7.0.1", "videojs-contrib-quality-levels": "4.1.0", "videojs-font": "4.2.0", diff --git a/package.json b/package.json index 960ec679b..7e79e2aef 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "dependencies": { "@babel/runtime": "^7.12.5", - "@videojs/http-streaming": "^3.15.0", + "@videojs/http-streaming": "^3.16.0", "@videojs/vhs-utils": "^4.1.1", "@videojs/xhr": "2.7.0", "aes-decrypter": "^4.0.2", From 62f38446a5f01e85739bdb7207c7e992b57c1c86 Mon Sep 17 00:00:00 2001 From: Alex Barstow Date: Tue, 19 Nov 2024 14:39:40 -0500 Subject: [PATCH 2/3] 8.20.0 --- CHANGELOG.md | 8 ++++++++ README.md | 12 ++++++------ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5245a38f2..b33264d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [8.20.0](https://github.com/videojs/video.js/compare/v8.19.2...v8.20.0) (2024-11-19) + +### Chores + +* Correct changelog for 8.19.2 ([#8918](https://github.com/videojs/video.js/issues/8918)) ([964c40e](https://github.com/videojs/video.js/commit/964c40e)) +* **package:** Update [@videojs](https://github.com/videojs)/http-streaming to 3.16.0 ([#8921](https://github.com/videojs/video.js/issues/8921)) ([7420467](https://github.com/videojs/video.js/commit/7420467)), closes [1000#0](https://github.com/1000/issues/0) + ## [8.19.2](https://github.com/videojs/video.js/compare/v8.19.1...v8.19.2) (2024-11-14) diff --git a/README.md b/README.md index eb158e376..9dcb23c6b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Video.js was started in the middle of 2010 and is now used on over ~~50,000~~ ~~ Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted version of Video.js that anyone can use. Add these tags to your document's ``: ```html - - + + ``` Alternatively, you can include Video.js by getting it from [npm](https://videojs.com/getting-started/#install-via-npm), downloading it from [GitHub releases](https://github.com/videojs/video.js/releases) or by including it via [unpkg](https://unpkg.com) or another JavaScript CDN, like CDNjs. @@ -34,12 +34,12 @@ Alternatively, you can include Video.js by getting it from [npm](https://videojs - - + + - - + + ``` Next, using Video.js is as simple as creating a `