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

build(deps): bump the npm group across 1 directory with 4 updates #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Updates the requirements on @fortawesome/fontawesome-free, glightbox, mermaid and tocbot to permit the latest version.
Updates @fortawesome/fontawesome-free to 6.7.2

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 6.7.2

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates glightbox to 3.3.1

Changelog

Sourced from glightbox's changelog.

3.3.1

  • Fixed: handle optional slide trigger node for max height calculation
  • Improved: types.d.ts mark some params as optional

3.3.0

  • New: glightbox types #411
  • New: extend provider regex for ytb shorts #404
  • Fixed: Fix height calculation for lightbox with description and height set #426
  • Fixed: Don't set any font-family #424

3.2.0

  • New: Support for videos without extension
  • Updated: Plyr to 3.6.12
  • Fixed: Inline content not centered on tablets #295
  • Fixed: Duplicated CSS properties #293
  • Fixed: YouTube video button not clickable on iOS #298

3.1.0

  • New: Added Avif image support @​dramspro
  • New: Add support for responsive images @​gaborbsd
  • Updated: playsinline video attribute
  • Updated: url check to allow query parameters in video and images
  • Fixed: Image description/shadow off on mobile device #268
  • Fixed: You can zoom next slide image if current slide is not full height #261
  • Fixed: Draggable option not working with "setElements" #257

3.0.9

  • Updated: Plyr to 3.6.8
  • Improved: JS error when the description attribute is an invalid selector
  • Fixed: Media Buttons Not responding on Android #233
  • Fixed: When touch is activated images swipe independently of their descriptions #238
  • Fixed: Width / Height data attributes do not work for image types #234
  • Fixed: Adds missing size unit of video description on resize #229

3.0.8

  • New: Added Aria-hidden on all root elements except the glightbox-container
  • Fixed: Video in portrait mode is cropped
  • Fixed: Video always has maxWidth 900px because of hardcoded setting
  • Fixed: Removed explicit tabindex from navigation buttons

3.0.7

  • Fixed: Lightbox playing incorrect video with multiple videos in gallery #187
  • Fixed: Draggable: false option not working #192

... (truncated)

Commits
  • e52876c refactor(package.js): replace notifications with console logs in folder creat...
  • 35e8ce6 chore(changelog): update for version 3.3.1 with fixes and improvements
  • ce4e0b2 fix(glightbox.js): handle optional slide trigger node for max height calculation
  • 57d5ae2 refactor(watcher.js): replace notifications with console logs
  • 72d4674 Merge pull request #529 from tomasvn/fix/issue-528_types-issues
  • 6c4c43b fix(index.d.ts): cleanup
  • 039e1b3 fix(index.d.ts): mark some params as optional
  • b71340f Updated links
  • See full diff in compare view

Updates mermaid to 11.4.1

Release notes

Sourced from mermaid's releases.

[email protected]

Patch Changes

  • #6059 01b5079 Thanks @​knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task

  • #6038 1388662 Thanks @​knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.

  • #6079 fe3cffb Thanks @​aloisklink! - Bump dompurify to ^3.2.1. This removes the need for @types/dompurify.

Commits
  • 9868f3a Merge pull request #6084 from mermaid-js/changeset-release/master
  • d8bf155 Version Packages
  • 0b4f852 Merge pull request #6083 from mermaid-js/release/11.4.1
  • 0dff4ca chore: broken link clean up. Enable flowchart elk tests
  • cc29437 Merge pull request #6081 from mermaid-js/6080-fix
  • dfaaf36 Merge pull request #6079 from aloisklink/chore/update-to-dompurify-3.2.1
  • 3753831 Added cypress test
  • c7ae08a #6080: Fix for issue with diamond intersections when using elk-layout
  • 69973ea Merge branch 'develop' into 6080-fix
  • d3b2c7e Revert "#6080: Fix for issue with diamond intersections when using elk-layout"
  • Additional commits viewable in compare view

Updates tocbot to 4.33.0

Release notes

Sourced from tocbot's releases.

v4.33.0

Commits

  • 138dcab: add section for sponsors (#371) (Tim Scanlin) #371
  • eee0a20: fix images (Tim Scanlin)
  • 3eb588f: make readme inline (Tim Scanlin)
  • db58d1c: update readme to latest version (Tim Scanlin)
  • 129466d: fix for clicking UX for last few headings when they cannot be scrolled to (#370) (Tim Scanlin) #370
  • 58e660f: Bump cookie and express (#366) (dependabot[bot]) #366
  • 65cfa8f: Bump webpack from 5.76.0 to 5.97.1 (#364) (dependabot[bot]) #364
  • 96fe7c9: Bump @​75lb/deep-merge from 1.1.1 to 1.1.2 (#365) (dependabot[bot]) #365
  • fe38691: Bump rollup from 4.14.2 to 4.29.1 (#367) (dependabot[bot]) #367
  • ac886c4: update readme and commit built files (Tim Scanlin)
  • eda3f9a: reorder readme sections (Tim Scanlin)
  • c7d7333: 4.33.0 (Tim Scanlin)
Changelog

Sourced from tocbot's changelog.

Changelog

4.26.0

  • Add exports for ESM bare module, keep compatible exports for current dist paths

4.2.0

4.1.3

  • Adding the ability to include title tags on the toc headers.
Fixed
  • Fixed the empty list getting added on refresh and updated dependencies.

4.1.2

Fixed
  • Can't jump to nonASCII heading after click the toc item.

4.1.1

Fixed
  • Fix for hashes in single page apps / next.js apps.

4.1.0

Fixed
  • Use ol instead of ul element since its more semantic.

4.0.1

Fixed
  • Switch const declarations to var to fix IE 10 for new scroll smooth util.

4.0.0

BREAKING CHANGE
  • replaced zenscroll with custom implementation (see #67)
  • smoothScroll option is now scrollSmooth, still accepting a boolean
  • smoothScrollDuration option is now scrollSmoothDuration, still accepting a number
Fixed
  • Works better with next.js and maybe other SPAs now (see #67)

3.X.X

3.0.6

Fixed

... (truncated)

Commits

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

Updates the requirements on [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome), [glightbox](https://github.com/biati-digital/glightbox), [mermaid](https://github.com/mermaid-js/mermaid) and [tocbot](https://github.com/tscanlin/tocbot) to permit the latest version.

Updates `@fortawesome/fontawesome-free` to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.1...6.7.2)

Updates `glightbox` to 3.3.1
- [Release notes](https://github.com/biati-digital/glightbox/releases)
- [Changelog](https://github.com/biati-digital/glightbox/blob/master/CHANGELOG.md)
- [Commits](biati-digital/glightbox@3.3.0...v3.3.1)

Updates `mermaid` to 11.4.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected]@11.4.1)

Updates `tocbot` to 4.33.0
- [Release notes](https://github.com/tscanlin/tocbot/releases)
- [Changelog](https://github.com/tscanlin/tocbot/blob/master/CHANGELOG.md)
- [Commits](tscanlin/tocbot@v4.32.2...v4.33.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  dependency-group: npm
- dependency-name: glightbox
  dependency-type: direct:production
  dependency-group: npm
- dependency-name: mermaid
  dependency-type: direct:production
  dependency-group: npm
- dependency-name: tocbot
  dependency-type: direct:production
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants