[Snyk] Upgrade foundation-sites from 6.7.4 to 6.9.0 #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade foundation-sites from 6.7.4 to 6.9.0.
ℹ️ 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 4 versions ahead of your current version.
The recommended version was released 9 months ago.
Release notes
Package name: foundation-sites
-
6.9.0 - 2024-09-27
- 🚀 Faster Builds with
- 🚀 Your eyes will be saved from all of those Sass deprecation warnings! 👀
- 🐛 Fix for deep linking with Tabs
- 🐛 Abide will no longer add aria-describedby to hidden inputs
- 🐛 Fixed missing return type for SmoothScroll Typescript
- 🐛 Improved focus styles and behavior for switch
- 🐛 Abide will now clear existing errors on an input when re-validating
- 🐛 Fixed many sass deprecation warnings
- @ joeworkman
- @ ameotoko
- @ ahukkanen
- @ starostva
- @ Arash1381-y
- @ asineath-onpoint
- @ beephotography
- @ chadlwilson
-
6.8.1 - 2023-08-18
-
6.8.0 - 2023-08-18
-
6.7.5 - 2022-07-12
- fix: removing the 'invisible' class from parent list when utilizing by @ pebutler3 in #12322
- Fix wrong markup in the typography base file by @ tpoisot in #12338
- docs: fix typo in CONTRIBUTING.md by @ Priestch in #12439
- Remplace color-adjust with the new print-color-adjust syntax by @ mrleblanc101 in #12442
- build(deps): bump nanoid from 3.1.30 to 3.3.4 by @ dependabot in #12430
- fix: typo in $-zf-bp-value name by @ javierm in #12420
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @ dependabot in #12417
- docs: fixed bad code block in motion-ui page by @ htemele in #12388
- build(deps): bump follow-redirects from 1.14.5 to 1.14.8 by @ dependabot in #12387
- build(deps-dev): bump node-sass from 6.0.1 to 7.0.0 by @ dependabot in #12386
- Documentation: Fix options name for "In-Canvas to Off-Canvas" code example by @ alamowo in #12376
- Bug #12070: make _button-group.scss compatible with libsass 3.6.3 by @ tjdub in #12419
- fix(abide): add aria-describedby to the input only if error is visible by @ ahukkanen in #12398
- FIX difference in behaviour between mouse & keyboard interactions on Sliders by @ rickcurran in #12378
- FIX SASS color interpolation warning #12333 by @ thomasfrobieter in #12370
- @ tpoisot made their first contribution in #12338
- @ Priestch made their first contribution in #12439
- @ mrleblanc101 made their first contribution in #12442
- @ javierm made their first contribution in #12420
- @ htemele made their first contribution in #12388
- @ tjdub made their first contribution in #12419
- @ rickcurran made their first contribution in #12378
- @ thomasfrobieter made their first contribution in #12370
-
6.7.4 - 2021-11-02
- 🚀 Outlines on focus will be removed when
- 🚀 When an element is set to
- 🚀 New Visibility classes for dark mode, IE10+, and sticky
- 🚀 Slider now uses grab based cursors for the handle
- 🐛 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
- 🐛 Fix for Accordion Menu carets not always able to be sized via sass vars
- 🐛 Removed several instance of console.log
- 🐛 The
- 🐛 Added momentum scrolling support for Reveal, Off Canvas and Overflow prototype classes
- 🐛 Slider no longer emits
- @ joeworkman
- @ pebutler3
from foundation-sites GitHub release notesFoundation 6.9 is here! This release does a lot more clean up work for improving the Sass. Thank you to everyone that help chip in and stay on top of things to get this release out the door. I am honored that so many of you choose to use Foundation. It's been a lot of fun meeting and chatting with so many of you on the Discord server.
Speaking of the Discord server, that is currently the best place to chat about Foundation. After the war with spam on the Github issues and discussion boards, I had to lock those down. If you are not on the Discord server, here is an invitation link.
Notes on Dart Sass 2.0
There is more work to do on the Sass side of things in order to get ready for the Dart Sass 2.0 release. Since Foundation is one of the largest Sass projects on the web, the Sass team reached out to me about migrating from
@ includeto@ use. I delayed this release in hopes of getting that done. It turns out that change was not so simple. It really does change some core fundamental aspects of the SCSS architecture. Therefore, it will need to be moved to the F7 release. The Sass team has been amazing to work with though. They were gracious enough to submit a couple of PRs my way in order to seed the process.OK, now let's check out the details of this release...
Updated Requirements
Foundation 6.9 requires Node 18+. It only uses DartSass.
Featured Enhancements
sass-embedded. All supporting Foundation repositories have also been updated to use Dart Sass andsass-embedded.Bug Fixes
Full Release Compare
Contributors
Thanks to the 21 amazing people who contributed code or documentation to the 6.9 release. Foundation wouldn't happen without you!
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
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
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
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
what-intentdetects you are using a mouse of touch.draggable=false, callouts and force touch on iOS are also suppressed.show-for-dark-modehide-for-dark-modeshow-for-iehide-for-ieshow-for-stickyhide-for-stickyBug Fixes
min-heightchanged.zf.mediaqueryevent 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 viaFoundation.MediaQuery.currentmoved.zf.sliderandchanged.zf.sliderevents on initFull Release Compare
Contributors
Thanks to those who contributed code or documentation to the 6.7.4 release. Foundation wouldn't happen without you!
Important
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: