mitodl / open-discussions

BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

fix(deps): update dependency amplitudejs to v5.3.2 #4287

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
amplitudejs 5.0.3 -> 5.3.2 age adoption passing confidence

Release Notes

521dimensions/amplitudejs (amplitudejs) ### [`v5.3.2`](https://togithub.com/serversideup/amplitudejs/releases/tag/v5.3.2) [Compare Source](https://togithub.com/521dimensions/amplitudejs/compare/v5.3.1...v5.3.2) Minor bug where the `start_song` parameter required a `starting_playlist`. We actually don't want a `starting_playlist` when checking the `start_song`. A `starting_playlist` should only be active IF the user wants to start a certain playlist and then they'd use the `starting_playlist_song` paramter. ### [`v5.3.1`](https://togithub.com/serversideup/amplitudejs/releases/tag/v5.3.1) [Compare Source](https://togithub.com/521dimensions/amplitudejs/compare/v5.3.0...v5.3.1) This is a minor release that fixes an issue with the player state being in accurate. If the user didn't click to interact with the page, the player state would not represent the state of the player. #### Bug Fixes [#​452](https://togithub.com/521dimensions/amplitudejs/issues/452) ### [`v5.3.0`](https://togithub.com/serversideup/amplitudejs/releases/tag/v5.3.0) [Compare Source](https://togithub.com/521dimensions/amplitudejs/compare/v5.2.1...v5.3.0) Includes revert from 5.2 back to 5.0.3 (last working version without major bugs) #### New Features - We added a ton of new automated testing and version releasing to improve code quality - Moved the examples to its own repository. [View the player examples here →](https://togithub.com/serversideup/amplitudejs-player-examples) - Added a player example using TailwindCSS. [View the new player here →](https://togithub.com/serversideup/amplitudejs-player-examples/tree/main/single-song-player) #### Features "re-added" after reverting the codebase to 5.0.3 - v5.1.0 -> Added prependSong() #### Bugs "re-fixed" after reverting the codebase to 5.0.3 - [#​425](https://togithub.com/521dimensions/amplitudejs/issues/425) - [#​435](https://togithub.com/521dimensions/amplitudejs/issues/435) - [#​434](https://togithub.com/521dimensions/amplitudejs/issues/434) - [#​422](https://togithub.com/521dimensions/amplitudejs/issues/422) - [#​419](https://togithub.com/521dimensions/amplitudejs/issues/419) ### [`v5.2.1`](https://togithub.com/serversideup/amplitudejs/releases/tag/v5.2.1) [Compare Source](https://togithub.com/521dimensions/amplitudejs/compare/v5.2.0...v5.2.1) ### Fixes - Addressed an error in the new CI process where it deployed a beta version as `latest` No changes in this release compared to `v.5.2.0` ### [`v5.2.0`](https://togithub.com/serversideup/amplitudejs/releases/tag/v5.2.0) [Compare Source](https://togithub.com/521dimensions/amplitudejs/compare/v5.1.0...v5.2.0) #### New Features - Added a public method for `Amplitude.stop()` ([#​399](https://togithub.com/521dimensions/amplitudejs/issues/399)) - Allow initialization with only playlists ([#​440](https://togithub.com/521dimensions/amplitudejs/issues/440)) #### Bug Fixes - Fixed issue where native events became "unbound" after song changes ([#​441](https://togithub.com/521dimensions/amplitudejs/issues/441)) - Fixed issue where `AmplitudeCore` is undefined ([#​435](https://togithub.com/521dimensions/amplitudejs/issues/435)) - Fixed issue with shuffle highlighting the wrong song in the active song container ([#​434](https://togithub.com/521dimensions/amplitudejs/issues/434)) ### [`v5.1.0`](https://togithub.com/serversideup/amplitudejs/releases/tag/v5.1.0) [Compare Source](https://togithub.com/521dimensions/amplitudejs/compare/v5.0.3...v5.1.0) This release addresses a lot of the memory management with large files and re-binding of audio events. ### Features - Added `prependSong()` method to allow you to add a song to the front of the songs array. ### Bug Fixes - [#​425](https://togithub.com/521dimensions/amplitudejs/issues/425) ### PRs merged - [#​420](https://togithub.com/521dimensions/amplitudejs/issues/420) - [#​394](https://togithub.com/521dimensions/amplitudejs/issues/394) - [#​374](https://togithub.com/521dimensions/amplitudejs/issues/374) Thanks to the following contributors: [@​phranzia](https://togithub.com/phranzia), [@​klh](https://togithub.com/klh), [@​rowild](https://togithub.com/rowild), [@​szepeviktor](https://togithub.com/szepeviktor), and [@​anybany](https://togithub.com/anybany) for their hard work!

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.



This PR has been generated by Mend Renovate. View repository job log here.