Skip to content
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

chore(deps)[npm]: bump the production-dependencies group with 4 updates #97

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the production-dependencies group with 4 updates: artplayer, next, react-tooltip and sass.

Updates artplayer from 5.1.5 to 5.1.6

Release notes

Sourced from artplayer's releases.

5.1.6

  • 优化 setBar 事件
  • 新增 artplayerPluginChapter 插件
  • 新增 art.plugins.artplayerPluginDanmuku.load(target) 参数,用于追加弹幕库
  • 新增弹幕插件的 width 选项参数,当播放器宽度小于此值时,弹幕发射器置于播放器底部
  • 修复 artplayerPluginVttThumbnail 在移动端不显示的问题
  • 修复弹幕插件样式,和字号百分比显示的 bug
  • 移动端也可以看到 thumbnails
  • 恢复 screen.orientation.lock 功能
Changelog

Sourced from artplayer's changelog.

[5.1.6] - 2024-6-15

  • 优化 setBar 事件
  • 新增 artplayerPluginChapter 插件
  • 新增 art.plugins.artplayerPluginDanmuku.load(target) 参数,用于追加弹幕库
  • 新增弹幕插件的 width 选项参数,当播放器宽度小于此值时,弹幕发射器置于播放器底部
  • 修复 artplayerPluginVttThumbnail 在移动端不显示的问题
  • 修复弹幕插件样式,和字号百分比显示的 bug
  • 移动端也可以看到 thumbnails
  • 恢复 screen.orientation.lock 功能
Commits
  • c6b6e13 feat: Update Artplayer initialization in documentation
  • 0cee288 feat: Add responsive behavior to danmuku plugin and improve panel positioning
  • 74460a7 add width
  • e2f27e8 feat: Improve panel positioning in danmuku plugin
  • b4e3121 feat: Improve panel positioning in danmuku plugin
  • 685241d chore: Bump version to 5.1.4 and update resize method in danmuku plugin
  • ef3a1f7 feat: Add width option for danmuku plugin
  • 665348a feat: Update danmuku plugin with responsive behavior
  • 744913b feat: Optimize progress bar and add highlight feature
  • e2a40e6 Update utils.d.ts
  • Additional commits viewable in compare view

Updates next from 14.2.3 to 14.2.4

Release notes

Sourced from next's releases.

v14.2.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits
  • 3078441 v14.2.4
  • 0538a0d [not a backport] fix lint errors
  • 2807fb4 fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
  • efb476e Add timeout/retry handling for fetch cache (#66652)
  • c16a3f9 Use addDependency to track metadata route file changes (#66714)
  • 942e45a Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • 9728a35 Prevent append of trailing slash in cases where path ends with a file extensi...
  • 44661c2 ensure router cache updates reference the latest cache values (#66681)
  • f7ec039 prevent duplicate RSC fetch when action redirects (#66620)
  • dd6ab93 Fix loading navigation with metadata and prefetch (#66447)
  • Additional commits viewable in compare view

Updates react-tooltip from 5.26.4 to 5.27.0

Release notes

Sourced from react-tooltip's releases.

v5.27.0

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: ReactTooltip/react-tooltip@v5.26.4...v5.27.0

Commits
  • d23da63 chore(version): v5.27.0
  • 193b3b4 docs: switch to mouseover and mouseout as default events
  • f85c6d8 feat: switch to mouseover and mouseout as default events
  • 2bc225a docs: add mouseover and mouseout as default events
  • f040c6e feat: add mouseover and mouseout as default events
  • c13bde2 Merge pull request #1196 from ReactTooltip/chore/update-sponsors
  • b07c321 chore: remove dopt from sponsors list
  • e59397c Merge pull request #1148 from ReactTooltip/feat/automated-beta-releases
  • b47e870 chore: apply changes tested on auto-beta-releases repository
  • 102cc19 chore: bump version to v5.25.2-beta.1148.5
  • Additional commits viewable in compare view

Updates sass from 1.77.4 to 1.77.6

Release notes

Sourced from sass's releases.

Dart Sass 1.77.5

To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fully trim redundant selectors generated by @extend.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.6

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.

1.77.5

  • Fully trim redundant selectors generated by @extend.
Commits
  • 7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
  • cf6f9d0 Build AOT releases with native arm64 runners (#2262)
  • a1b372e Enable AOT build for linux-riscv64 (#2260)
  • ecff05d Remove the heuristic where long selector lists wouldn't be trimmed (#2255)
  • 5ddd7fc Enable AOT build for linux-riscv64-musl (#2258)
  • 53b9ead Regenerate protobuf as part of default task (#2257)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 4 updates: [artplayer](https://github.com/zhw2590582/ArtPlayer), [next](https://github.com/vercel/next.js), [react-tooltip](https://github.com/ReactTooltip/react-tooltip) and [sass](https://github.com/sass/dart-sass).


Updates `artplayer` from 5.1.5 to 5.1.6
- [Release notes](https://github.com/zhw2590582/ArtPlayer/releases)
- [Changelog](https://github.com/zhw2590582/ArtPlayer/blob/master/CHANGELOG_CN.md)
- [Commits](zhw2590582/ArtPlayer@5.1.5...5.1.6)

Updates `next` from 14.2.3 to 14.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.3...v14.2.4)

Updates `react-tooltip` from 5.26.4 to 5.27.0
- [Release notes](https://github.com/ReactTooltip/react-tooltip/releases)
- [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](ReactTooltip/react-tooltip@v5.26.4...v5.27.0)

Updates `sass` from 1.77.4 to 1.77.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.4...1.77.6)

---
updated-dependencies:
- dependency-name: artplayer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-tooltip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the 📦 dependencies changes in dependencies label Jun 17, 2024
Copy link

vercel bot commented Jun 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rive-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 11:41pm

Copy link

git-greetings bot commented Jun 17, 2024

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

  • To add labels, comment on the issue
    /label add label1,label2,label3

  • To remove labels, comment on the issue
    /label remove label1,label2,label3

Copy link

git-greetings bot commented Jun 17, 2024

PR Details of @dependabot[bot] in rive-next :

OPEN CLOSED TOTAL
4 26 30

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-ffa78a1e92 branch June 19, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies changes in dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants