dependabot[bot]
78dea2d7a0
Bump swiper from 11.1.10 to 11.1.12 ( #5635 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.10 to 11.1.12.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.10...v11.1.12 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 17:27:51 -04:00
dependabot[bot]
8c67807311
Bump the stylelint group with 2 updates ( #5633 )
...
Bumps the stylelint group with 2 updates: [postcss](https://github.com/postcss/postcss ) and [stylelint](https://github.com/stylelint/stylelint ).
Updates `postcss` from 8.4.41 to 8.4.44
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.44 )
Updates `stylelint` from 16.8.2 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.2...16.9.0 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 22:58:50 +02:00
absidue
b3ff837468
Migrate video player from video.js to shaka-player ( #4978 )
...
* Migrate video player from video.js to shaka-player
* Fix syntax error introduced during cleanup
* Fix typo
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
* Show bitrate in stats for Invidious legacy formats
* Sort legacy formats by bitrate instead of qualityLabel
* Use Invidious' newly added isPostLiveDvr property
* Invidious correctly returns the ratelimit for DASH manifests now
* Properly hide unsupported screenshot functionality outside of Electron
* Sort captions in data initialiser
* Update shaka-player to version 4.8.1
* Use textTrackLabelFormat configuration option
* Switch to manifestPreprocessorTXml
* Add support for VR videos that use equirectangular projection
* The AV1 video streams work okay for vr, so allow list them too
* Use woff2 (169 KB) Material Icons font instead of otf (390 KB)
* Use material icons for custom player elements
* Fix legacy formats exception
* Update shaka-player to version 4.8.3
* Sort default quality values the same as in the player
* Cleanup representations search in live subtitle fix
* Slightly speed up sortCaptions
* Fix setPositionState error when playback rate is 0
* Update shaka-player to version 4.8.4
* Fix playback rate changes getting overridden
* Fix current chapter index not updating
* Fix next video not automatically playing
* Fix volume changes not propagating to the mute button
* Reduce work done during UI config updates
* Fix UI customizations not applying after UI config changes
* Update shaka-player to version 4.8.5
* Replace non-reactive workaround with a Vue 3 friendly one
* Fix error when all sponsorblock segments are set to do nothing
* Add some guards to hopefully reduce errors during fast naviagtions
* Make SponsorBlock failure non-fatal
* Update shaka-player to version 4.8.6
* Update shaka-player to version 4.8.8
* Update shaka-player to version 4.9.0
* Update shaka-player to version 4.9.1
* Minor performance improvements
* Update shaka-player to version 4.9.6
* Update shaka-player to version 4.9.9
* Fix sponsor block markers not showing up
* Add some basic error messages for expired urls and ratelimits
* Add some basic error messages for 403s
* Cleanup code comments
* Migrate player to composition API for better performance
* Use reactive for stats instead of ref, as it never gets reassigned
* Update shaka-player to version 4.10.0
* Fix i18n import in custom player components
* Add chapter markers
* Move shaka-player CSS import into the Vue file
* Bump mpd_version from 5 to 7
* Apply suggestions from code review
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
* Fix seeking with the arrow keys
* Update shaka-player to version 4.10.3
* Truncate long video titles to the screen width in the full screen overlay
* Fix mouse scroll handlers firing multiple times
* Cleanup unneeded code
* Update shaka-player to version 4.10.6
* Various small optimisations
* Move skipped sponsorblock segement messages to the top right corner
* Support prefers-reduced-transparency in overlays
* Fix stylelint errors
* Update shaka-player to version 4.10.7
* Update shaka-player to version 4.10.8
* Only use variants that are predicted to play smoothly
* Only set preferredDecodingAttributes for DASH playback
* Implement a custom audio track selector instead of using shaka-player's
* Move skipped sponsorblock segement messages to the bottom right corner
* Fix scrolling over the big play pause button not working
* Update shaka-player to version 4.10.9
* Fix some type issues
* Add support for secondary audio tracks
* Downgrade shaka-player to fix subtitle alignment
* Actually downgrade shaka-player
* Fix Invidious API error
* Update outdated comment
* Fix multiple audio track detection for Invidious
* Fix duplicate qualities with the Invidious API
* Use vp9 streams if the Invidious instance is running a new enough version
* When an error occurs with the thumbnails just log it
* Include the video ID in the error logs
* Gracefully handle the internet connection disappearing during playback
* Show a message while buffering if it was caused by the internet connection disappearing
* Fix the text color and RTL handling
* Cleanup the Invidious DASH manifest in builds without the local API
* Fix quality selection when switching from audio to DASH
Unfortunately shaka-player will still override the quality selections
with its ABR bug.
* Update shaka-player to version 4.10.10
* Fix position and alignment for auto-generated subtitles
* Update shaka-player to version 4.10.11
* Use the HLS manifests for live streams
The live DASH manifests are currently unusable on both API backends as
they return 403s after 1 minute of playback. Unfortunately this means we
lose the ability to seek and use the audio formats for live streams.
* Update shaka-player to version 4.10.12
---------
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
2024-09-02 19:40:42 +00:00
dependabot[bot]
fa901d319d
Bump lefthook from 1.7.14 to 1.7.15 ( #5634 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.7.14 to 1.7.15.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.14...v1.7.15 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 09:00:34 -04:00
dependabot[bot]
1bb765fce8
Bump electron-context-menu from 4.0.2 to 4.0.4 ( #5636 )
...
Bumps [electron-context-menu](https://github.com/sindresorhus/electron-context-menu ) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/sindresorhus/electron-context-menu/releases )
- [Commits](https://github.com/sindresorhus/electron-context-menu/compare/v4.0.2...v4.0.4 )
---
updated-dependencies:
- dependency-name: electron-context-menu
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 09:00:13 -04:00
dependabot[bot]
97796f1a43
Bump youtubei.js from 10.3.0 to 10.4.0 ( #5637 )
...
Bumps [youtubei.js](https://github.com/LuanRT/YouTube.js ) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/LuanRT/YouTube.js/releases )
- [Changelog](https://github.com/LuanRT/YouTube.js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/LuanRT/YouTube.js/compare/v10.3.0...v10.4.0 )
---
updated-dependencies:
- dependency-name: youtubei.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 08:59:42 -04:00
dependabot[bot]
4c60860a0a
Bump micromatch from 4.0.7 to 4.0.8 ( #5614 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 21:30:51 +08:00
dependabot[bot]
02cd2b779a
Bump the babel group with 2 updates ( #5606 )
...
Bumps the babel group with 2 updates: [@babel/plugin-transform-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-class-properties ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/plugin-transform-class-properties` from 7.24.7 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-plugin-transform-class-properties )
Updates `@babel/preset-env` from 7.25.3 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-class-properties"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 21:30:32 +08:00
dependabot[bot]
95e52679ef
Bump swiper from 11.1.9 to 11.1.10 ( #5608 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.9 to 11.1.10.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.9...v11.1.10 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:52:32 -04:00
dependabot[bot]
7e9b21ce06
Bump webpack from 5.93.0 to 5.94.0 ( #5609 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:52:18 -04:00
dependabot[bot]
f3e788bc16
Bump marked from 14.0.0 to 14.1.0 ( #5610 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v14.0.0...v14.1.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:51:46 -04:00
dependabot[bot]
503bd48b9c
Bump sass-loader from 16.0.0 to 16.0.1 ( #5607 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 16.0.0 to 16.0.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:42:06 -04:00
dependabot[bot]
62181016f8
Bump mini-css-extract-plugin from 2.9.0 to 2.9.1 ( #5612 )
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:41:33 -04:00
dependabot[bot]
4e5b34beb6
Bump electron-context-menu from 4.0.1 to 4.0.2 ( #5611 )
...
Bumps [electron-context-menu](https://github.com/sindresorhus/electron-context-menu ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/sindresorhus/electron-context-menu/releases )
- [Commits](https://github.com/sindresorhus/electron-context-menu/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: electron-context-menu
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:41:10 -04:00
dependabot[bot]
a0372eff6a
Bump electron from 31.4.0 to 32.0.1 ( #5613 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.4.0 to 32.0.1.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.4.0...v32.0.1 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 07:40:37 -04:00
dependabot[bot]
7cf57e27d3
Bump lefthook from 1.7.12 to 1.7.14 ( #5585 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.7.12 to 1.7.14.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.12...v1.7.14 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 07:56:37 -04:00
dependabot[bot]
65064aeb19
Bump stylelint from 16.8.1 to 16.8.2 in the stylelint group ( #5583 )
...
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint ).
Updates `stylelint` from 16.8.1 to 16.8.2
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.1...16.8.2 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 07:56:06 -04:00
dependabot[bot]
bc91c41bfe
Bump electron from 31.3.1 to 31.4.0 ( #5584 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.3.1 to 31.4.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.3.1...v31.4.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 07:55:31 -04:00
dependabot[bot]
0a524ad723
Bump postcss from 8.4.40 to 8.4.41 in the stylelint group ( #5558 )
...
Bumps the stylelint group with 1 update: [postcss](https://github.com/postcss/postcss ).
Updates `postcss` from 8.4.40 to 8.4.41
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.40...8.4.41 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 19:55:34 +00:00
dependabot[bot]
610eba369d
Bump eslint-plugin-promise from 7.0.0 to 7.1.0 in the eslint group ( #5557 )
...
Bumps the eslint group with 1 update: [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ).
Updates `eslint-plugin-promise` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.0.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 21:50:37 +02:00
dependabot[bot]
9686ff4ac6
Bump lefthook from 1.7.11 to 1.7.12 ( #5559 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.7.11 to 1.7.12.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.11...v1.7.12 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 21:49:04 +02:00
dependabot[bot]
1c0e4a3d0f
Bump marked from 13.0.3 to 14.0.0 ( #5560 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 13.0.3 to 14.0.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v13.0.3...v14.0.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 21:46:49 +02:00
PikachuEXE
cddc22e8a6
* Replace deprecated babel package @babel/plugin-proposal-class-properties w/ @babel/plugin-transform-class-properties ( #5535 )
2024-08-07 21:14:22 +00:00
dependabot[bot]
d8f731e6fd
Bump electron from 31.3.0 to 31.3.1 ( #5529 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.3.0 to 31.3.1.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.3.0...v31.3.1 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 22:45:36 +02:00
dependabot[bot]
a13ddd6268
Bump eslint-plugin-n from 17.10.1 to 17.10.2 in the eslint group ( #5527 )
...
Bumps the eslint group with 1 update: [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ).
Updates `eslint-plugin-n` from 17.10.1 to 17.10.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.1...v17.10.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 22:43:38 +02:00
dependabot[bot]
4417554856
Bump the babel group with 2 updates ( #5526 )
...
Bumps the babel group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/core` from 7.24.9 to 7.25.2
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core )
Updates `@babel/preset-env` from 7.25.0 to 7.25.3
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 22:43:16 +02:00
dependabot[bot]
e452814f75
Bump stylelint from 16.7.0 to 16.8.1 in the stylelint group ( #5528 )
...
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint ).
Updates `stylelint` from 16.7.0 to 16.8.1
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.7.0...16.8.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 22:42:20 +02:00
dependabot[bot]
eeb7a54cec
Bump swiper from 11.1.8 to 11.1.9 ( #5530 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.8 to 11.1.9.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.8...v11.1.9 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 22:41:58 +02:00
dependabot[bot]
b9ee5958da
Bump sass-loader from 14.2.1 to 16.0.0 ( #5495 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 14.2.1 to 16.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/v16.0.0/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.2.1...v16.0.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 17:09:49 +02:00
PikachuEXE
42837c841b
^ Update youtubei.js ( #5507 )
2024-08-01 14:49:19 +02:00
dependabot[bot]
148f55ae26
Bump postcss from 8.4.39 to 8.4.40 in the stylelint group ( #5492 )
...
Bumps the stylelint group with 1 update: [postcss](https://github.com/postcss/postcss ).
Updates `postcss` from 8.4.39 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.39...8.4.40 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 15:10:42 +02:00
dependabot[bot]
f752f9c42e
Bump the babel group with 2 updates ( #5490 )
...
Bumps the babel group with 2 updates: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/eslint-parser` from 7.24.8 to 7.25.1
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.1/eslint/babel-eslint-parser )
Updates `@babel/preset-env` from 7.24.8 to 7.25.0
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 06:59:26 -04:00
dependabot[bot]
3e7998a17d
Bump marked from 13.0.2 to 13.0.3 ( #5496 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 13.0.2 to 13.0.3.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v13.0.2...v13.0.3 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 06:58:43 -04:00
dependabot[bot]
1ec17a6928
Bump lefthook from 1.7.5 to 1.7.11 ( #5497 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.7.5 to 1.7.11.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.5...v1.7.11 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 06:58:19 -04:00
dependabot[bot]
1953cdfcc1
Bump the eslint group with 4 updates ( #5491 )
...
Bumps the eslint group with 4 updates: [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ), [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ), [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) and [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility ).
Updates `eslint-plugin-n` from 17.9.0 to 17.10.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.9.0...v17.10.1 )
Updates `eslint-plugin-promise` from 6.6.0 to 7.0.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.6.0...v7.0.0 )
Updates `eslint-plugin-unicorn` from 54.0.0 to 55.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0 )
Updates `eslint-plugin-vuejs-accessibility` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/releases )
- [Changelog](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: eslint-plugin-vuejs-accessibility
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 06:57:50 -04:00
dependabot[bot]
964206b9a9
Bump electron from 31.2.1 to 31.3.0 ( #5493 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.2.1 to 31.3.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.2.1...v31.3.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 06:56:01 -04:00
dependabot[bot]
da2eb2e0b1
Bump swiper from 11.1.5 to 11.1.8 ( #5494 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.5 to 11.1.8.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.5...v11.1.8 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 06:54:36 -04:00
absidue
7af4f840ab
Update YouTube.js to 10.2.0 ( #5465 )
2024-07-25 11:05:42 -04:00
dependabot[bot]
3447266887
Bump the eslint group with 3 updates ( #5441 )
...
Bumps the eslint group with 3 updates: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ), [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) and [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility ).
Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1 )
Updates `eslint-plugin-promise` from 6.4.0 to 6.6.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v6.6.0 )
Updates `eslint-plugin-vuejs-accessibility` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/releases )
- [Changelog](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v2.3.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- dependency-name: eslint-plugin-vuejs-accessibility
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:38:19 +02:00
dependabot[bot]
b456e6e24c
Bump lefthook from 1.7.2 to 1.7.5 ( #5445 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.7.2 to 1.7.5.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.2...v1.7.5 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:37:14 +02:00
dependabot[bot]
6b5e157de2
Bump the fortawesome group with 4 updates ( #5442 )
...
Bumps the fortawesome group with 4 updates: [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome ), [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome ), [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome ) and [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome ).
Updates `@fortawesome/fontawesome-svg-core` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0 )
Updates `@fortawesome/free-brands-svg-icons` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0 )
Updates `@fortawesome/free-regular-svg-icons` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0 )
Updates `@fortawesome/free-solid-svg-icons` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0 )
---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fortawesome
- dependency-name: "@fortawesome/free-brands-svg-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fortawesome
- dependency-name: "@fortawesome/free-regular-svg-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fortawesome
- dependency-name: "@fortawesome/free-solid-svg-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fortawesome
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:23:27 +02:00
dependabot[bot]
aaf121d50f
Bump swiper from 11.1.4 to 11.1.5 ( #5443 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.4 to 11.1.5.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.4...v11.1.5 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:22:58 +02:00
dependabot[bot]
26654d6563
Bump electron from 31.2.0 to 31.2.1 ( #5444 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.2.0 to 31.2.1.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.2.0...v31.2.1 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 11:22:40 +02:00
dependabot[bot]
10c7aae7ba
Bump the stylelint group with 2 updates ( #5411 )
...
* Bump the stylelint group with 2 updates
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint ) and [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines ).
Updates `stylelint` from 16.6.1 to 16.7.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.6.1...16.7.0 )
Updates `stylelint-config-sass-guidelines` from 11.1.0 to 12.0.0
- [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases )
- [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v11.1.0...v12.0.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
- dependency-name: stylelint-config-sass-guidelines
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
* * Run yarn run lint-style-fix twice
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
2024-07-18 12:28:46 -04:00
dependabot[bot]
c1a714944a
Bump rimraf from 5.0.8 to 6.0.1 ( #5412 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.8 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.8...v6.0.1 )
---
updated-dependencies:
- dependency-name: rimraf
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 20:43:34 +02:00
dependabot[bot]
37e82fcbec
Bump the babel group across 1 directory with 3 updates ( #5419 )
...
Bumps the babel group with 3 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/core` from 7.24.7 to 7.24.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core )
Updates `@babel/eslint-parser` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.8/eslint/babel-eslint-parser )
Updates `@babel/preset-env` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:10:50 -04:00
dependabot[bot]
84756d4abc
Bump sass from 1.77.6 to 1.77.8 ( #5413 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.6 to 1.77.8.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.77.6...1.77.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 20:49:05 +08:00
dependabot[bot]
17fdb454cd
Bump webpack from 5.92.1 to 5.93.0 ( #5414 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.92.1 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 20:48:45 +08:00
dependabot[bot]
a846226f3a
Bump lefthook from 1.7.1 to 1.7.2 ( #5415 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 20:48:38 +08:00
dependabot[bot]
1046e23cb9
Bump electron from 31.1.0 to 31.2.0 ( #5416 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.1.0 to 31.2.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.2.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 20:48:32 +08:00