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

[Snyk] Upgrade foundation-sites from 6.6.3 to 6.8.1 #3

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

Conversation

iamsuganthi
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade foundation-sites from 6.6.3 to 6.8.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.

  • The recommended version was released on a year ago.

Release notes
Package name: foundation-sites
  • 6.8.1 - 2023-08-18

    Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    What's Changed

    A small issue with the build was found after 6.8.0 was released. While it will most likely not affect anyone else, I figured that it would be nice to just ship the fix out just in case anyone was running a build directly inside of the repo.

    Full Changelog: v6.8.0...v6.8.1

  • 6.8.0 - 2023-08-18

    Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    What's Changed

    Rejoice! Foundation now works with node 16, 18 and 20! The minimum version of node that is required is now v16. A lot of packages and dependencies needed to be upgrade in order to make this happen.

    Full Changelog: v6.7.5...v6.8.0

  • 6.7.5 - 2022-07-12

    Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    What's Changed

    New Contributors

    Full Changelog: v6.7.4...v6.7.5

  • 6.7.4 - 2021-11-02

    Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    Check out the details of this release below:

    Featured Enhancements

    • 🚀 Outlines on focus will be removed when what-intent detects you are using a mouse of touch.
    • 🚀 When an element is set to draggable=false, callouts and force touch on iOS are also suppressed.
    • 🚀 New Visibility classes for dark mode, IE10+, and sticky
      • show-for-dark-mode
      • hide-for-dark-mode
      • show-for-ie
      • hide-for-ie
      • show-for-sticky
      • hide-for-sticky
    • 🚀 Slider now uses grab based cursors for the handle

    Bug Fixes

    • 🐛 No more ESLint and SassLint errors when you run a build!
    • 🐛 Many dependencies updated to keep up with that dep train
    • 🐛 Fixed the customizer build
    • 🐛 Fixed numerous bad links on the documentation site.
    • 🐛 Match height on Tabs now uses min-height
    • 🐛 Fix for Accordion Menu carets not always able to be sized via sass vars
    • 🐛 Removed several instance of console.log
    • 🐛 The changed.zf.mediaquery event is back! When the browser has been resized and crosses a defined breakpoint, this event will be triggered. You can always access the current named breakpoint via Foundation.MediaQuery.current
    • 🐛 Added momentum scrolling support for Reveal, Off Canvas and Overflow prototype classes
    • 🐛 Slider no longer emits moved.zf.slider and changed.zf.slider events on init

    Full Release Compare

    Contributors

    Thanks to those who contributed code or documentation to the 6.7.4 release. Foundation wouldn't happen without you!

  • 6.7.3 - 2021-09-27

    Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    Check out the details of this release below:

    Featured Enhancements

    • 🚀 New $unit-warnings setting. This can allow you to suppress warnings when non-numerical values are passed to the rem-calc() method. This can be beneficial when passing CSS custom props as values instead of actual unit based values.

    Bug Fixes

    • 🐛 Fix null color errors with some Sass build setups

    Full Release Compare

    Contributors

    Thanks to those who contributed code or documentation to the 6.7.2 release. Foundation wouldn't happen without you!

  • 6.7.2 - 2021-09-09

    Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    Check out the details of this release below:

    Featured Enhancements

    • 🚀 New $body-safe-padding setting. This will add safe padding to the body. This can be good if you want your site to be automatically padding in from the edge of non-rectangular displays such as phones with notches.

    Full Release Compare

    Contributors

    Thanks to those who contributed code or documentation to the 6.7.2 release. Foundation wouldn't happen without you!

  • 6.7.1 - 2021-09-01

    Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    Check out the details of this release below:

    Featured Enhancements

    • 🚀 Touch event are now passive when possible
    • 🚀 safe padding added to body for non-rectangular displays

    Bug Fixes

    • 🐛 Puppeteer moved to dev dependencies
    • 🐛 Fixed invalid HTML with meta tag added for media query access in JS
    • 🐛 More doc fixes

    Full Release Compare

    Contributors

    Thanks to those who contributed code or documentation to the 6.7.1 release. Foundation wouldn't happen without you!

  • 6.7.0 - 2021-08-30

    Foundation 6.7 is here! This release does a lot of cleanup work in order to make foundation compatible with the newer versions of its dependencies like Node and Dart Sass. A ton of issues were closed and pull requests were merged. This gives us a much cleaner slate to start the long quest of brining Foundation 7 to you.

    Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.

    Check out the details of this release below:

    Updated Requirements

    Foundation 6.7 requires Node 12 or 14. Support for Node 16 is still being worked on. Many dependencies have been updated to newer versions.

    Featured Enhancements

    • 🚀 Dart Sass compatibility! Big thank you to Antti Hukkanen
    • 🚀 Improved CSS triangle mixin
    • 🚀 Revamped Typescript type definitions
    • 🚀 New deepLinkSmudgeOffset option added to Tabs
    • 🚀 Resolved a most security warnings within dependencies
    • 🚀 Removed tree based roles from menus for improved Accessibility
    • 🚀 Keyboard.findFocusable is now sorted by tab index

    Bug Fixes

    • 🐛 Off Canvas touch scrolling improved
    • 🐛 Improved keyboard navigation with Drilldown
    • 🐛 Accessibility improvements to Accordion. Removed tab related roles
    • 🐛 Mark correct aria-haspopup value for modal opening controls
    • 🐛 Fixed line-height for labels
    • 🐛 Improved Drilldown height calculation
    • 🐛 Improvements for Dropdown menu usability on touch devices
    • 🐛 Many improvements to docs

    Full Release Compare

    Contributors

    Thanks to the 21 amazing people who contributed code or documentation to the 6.7 release. Foundation wouldn't happen without you!

  • 6.6.3 - 2020-04-08

    Foundation 6.6.3 has some really great fixes and enhancements. Check out the highlights below.

    Full Release Compare

    Bug Fixes

    • 🐛 #12045 - Finish running animations in Accordion
    • 🐛 #12042 - New links to custom downloader in docs

    Contributors

    Thanks to the amazing people who contributed code or documentation to the 6.6.3 release. Foundation wouldn't happen without you!

from foundation-sites GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade foundation-sites from 6.6.3 to 6.8.1.

See this package in npm:
foundation-sites

See this project in Snyk:
https://app.snyk.io/org/suganthi-demo/project/340854c3-0c2a-42b3-962c-ef2fb2ad425b?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants