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

An in-range update of foundation-sites is breaking the build 🚨 #13

Open
greenkeeper bot opened this issue Jun 27, 2017 · 10 comments
Open

An in-range update of foundation-sites is breaking the build 🚨 #13

greenkeeper bot opened this issue Jun 27, 2017 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 27, 2017

Version 6.4.0 of foundation-sites just got published.

Branch Build failing 🚨
Dependency foundation-sites
Current Version 6.3.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

foundation-sites is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v6.4.0 - KELT-9

Foundation 6.4 has dropped and it is HOT. Code named KELT-9 after the hottest planet ever discovered, this new release is jampacked with some incredible new features that enable you to build layouts and designs with Foundation that weren’t possible before. Check out the details below:

Major changes

  1. Foundation 6.4 now uses Flexbox by default. There is still a fallback to float-mode for those who absolutely must support legacy browsers, but Flexbox is our recommended approach.
  2. Foundation 6.4 has a BRAND NEW, super powerful default grid called the XY-grid. This is a brand new 2-dimensional grid, inspired by css-grid but built on Flexbox to be usable in all-browser production environments today. Get started here: http://foundation.zurb.com/sites/docs/xy-grid.html.
    Major props to @brettsmason for pushing this through. Thanks to @corysimmons, @IamManchanda, @andycochran, and @oxyc who all went above and beyond to help make this turn out the way it did.
  3. Foundation 6.4 has shifted the Foundation JavaScript architecture to a new ES2016 module-based architecture powered by webpack. If you are using webpack or another module bundler, you can now import Foundation modules as you would other modular javascript. If you are not using a module bundler, we have packaged up drop-in compiled JS files in dist/js for backwards compatibility. Thanks to @gakimball, @DaSchTour, and @TheLarkInn for helping make this a reality.

Other New Stuff

  1. Foundation 6 has always focused on supporting the entire lifecycle of a project from Prototype to Production, but the line between the two has sometimes been fuzzy. With Foundation 6.4, we're beginning to be much more explicit about parts of the framework that are intended for rapid prototyping but should not be part of your production project. As a part of that, 6.4 is shipping with a whole new slew of optional prototyping helpers and a "prototype mode" to speed up prototyping. Learn more here: http://foundation.zurb.com/sites/docs/prototyping-utilities.html. Props to @IamManchanda for making this happen.
  2. Magellan's "smooth scroll" behavior has been separated out into it's own plugin, which you can use to create "smooth scroll" behavior for any links inside a page: http://foundation.zurb.com/sites/docs/smooth-scroll.html. Props to @denisahac for this PR.

Major Enhancements

  1. Dropdowns and Tooltips now have super-powerful "explicit positioning" inspired by tether.js allowing you to position and align them exactly how you want. Implementation by @kball helped out by @IamManchanda and @SassNinja
  2. Menu styling has been reworked to be simpler and more flexible. @brettsmason and @IamManchanda rocked this out in tandem.
  3. Off Canvas now supports nesting and "in-canvas" panels that fit in your grid for some breakpoints and convert to off-canvas for smaller screens. Kudos to @SassNinja for this one.

Bug Fixes

More than we can list

Migration Notes

  1. Menus now use is-active instead if active for active state. The old active works but is deprecated and will be removed.
  2. Menus now use align-center on the menu rather than wrapping them in a menu-centered class to center them. The old way works but is deprecated and will be removed.
  3. Tabs no longer trigger hide/show styles based off of an aria attribute, but rather the is-active class. Users of tabs who are customizing panelActiveClass will need to add display:block; to the styles for their panelActiveClass.
  4. The $card-margin class has been changed to be $card-margin-bottom to better align with convention. If you have changed $card-margin update it to $card-margin-bottom.

Contributors

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

KELT-9

Astronomers have found the hottest known exoplanet, a world where temperatures exceed those on the surface of most stars.

The Jupiter-like planet, known as KELT-9b, zips around its hot host star once every 1.5 Earth days. Its orbit is so tight that the gas giant is tidally locked, always showing the same face to the star, just as the moon shows only one face to Earth.

Temperatures on KELT-9b's "day side" reach a blazing 7,800 degrees Fahrenheit (4,300 Celsius), the planet's discoverers said. That's hotter than the surface of the dwarf stars that dominate the Milky Way galaxy, and just 2,200 degrees F (1,200 degrees C) cooler than the surface of the sun. (However, temperatures in the sun's outer atmosphere, or corona, can reach about 3 million degrees F, or 1.67 million degrees C.)

pia21472-16
(Artists Rendition courtesy of https://www.jpl.nasa.gov/news/news.php?feature=6865)

Commits

The new version differs by 1495 commits.

  • 9c6ee07 Update customizer index file
  • 1750a3b Package up 6.4.0
  • 6765fe8 Merge branch 'master' into release/6.4.0
  • 0ab6de5 Merge branch 'develop' into release/6.4.0
  • 069bb66 Update customizer config
  • 4b11116 Merge pull request #10261 from zurb/padding-on-grid-containers
  • ed09830 Update the test case with better grid styling
  • 0e8b3b9 Merge pull request #10257 from zurb/fix-auto-overrides
  • 71a542d Merge pull request #10247 from zurb/back-compat/menu-state-active
  • 3ec582f Remove display: flex!
  • 74b381d Update test case copy for active!
  • b0bbb54 Add menu centered for backward compatibility!
  • 864f469 Add class to ease padding containers below max-width
  • 4be579d Merge pull request #10259 from zurb/issue-10248-menu-alignment
  • a9d4269 Merge pull request #10239 from zurb/brettsmason-xy-grid-container

There are 250 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2017

After pinning to 6.3.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 30, 2017

Version 6.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 53 commits.

  • 414f1b8 Package up 6.4.1 release
  • 8ab5846 Merge pull request #10311 from zurb/fix-octophant-finding-settings-vars
  • 586ea7c Fix comments to allow octophant to find some vars that were being missed in settings generation
  • bc93120 Merge branch 'master' into develop
  • e436136 Merge pull request #10310 from zurb/quick-fix-js-docs
  • 0c44088 Quick fix for js docs
  • 3cbfd18 Merge pull request #10298 from wulfsolter/patch-1
  • 4a4319d Merge pull request #10307 from zurb/fix-xy-grid-classes-docs
  • da82ae4 Merge pull request #10296 from zurb/redesign/xy-grid-page
  • a8fea31 Update sass docs page
  • ba3d6ad Remove unneeded declaration in docs
  • edb40f1 Custom Pattern and Validator code fix
  • da4537e Update comment!
  • c49c9fd Make Grid Page Styling also like flexbox utilities!
  • cb99ff6 Merge pull request #10292 from zurb/fix-global-reference-in-foundation.core

There are 53 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 10, 2017

Version 6.4.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 208 commits.

  • c162aea Package up 6.4.2
  • 2a579c7 Merge branch 'develop' into support/6.4
  • 985650a Merge pull request #10510 from SassNinja/feature/offcanvas-sizes-reveal-fix
  • 8958ecf Add off-canvas sizes chapter in docs
  • e4bae0f Merge pull request #10513 from zurb/brettsmason-xy-grid-vertical-fix
  • d1495cd Merge pull request #10512 from zurb/brettsmason-menu-wrap-fix
  • 5d5ca42 Merge pull request #10507 from zurb/fix-customizer-triggers-initialization
  • 0eb2535 Update _classes.scss
  • 163266b Update _menu.scss
  • 51471d8 Fix off-canvas sizes map interation in off-canvas-reveal mixin
  • e1a21b2 Merge pull request #10456 from gskaplan/hotfix/input-group-buttons-sizing
  • 30c4ea0 Include and init triggers by default
  • b475373 Merge pull request #10471 from DaSchTour/link-button-text-deco
  • 1eb2a62 Merge pull request #1 from Vinnl/patch-2
  • bc5bc23 Merge pull request #10504 from zurb/fix-back-compat-of-offcanvas-sizing

There are 208 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 18, 2017

Version 6.4.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes V6.4.3

This quick patch release fixes a couple missing semicolons in the scss that were not impacting node-sass but were preventing webpack scss builds from working properly in 6.4.2.

Commits

The new version differs by 3 commits.

  • 4e21634 Package up 6.4.3
  • e64e92d Fix another trailing semicolon issue in scss
  • 73991ff Merge pull request #10531 from zurb/brettsmason-patch-2

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v6.5.0

Foundation v6.5.0

foundation-release-6-5-0

It's happening! Foundation 6.5.0 is out now and is ready for production use! This release is based on v6.5.0-rc.4 and simply provides additional fixes in the documentation and an improved test flow.

As this version was built to have the best compatibility with v6.4.4-rc1, we used a dedicated branch and manually picked safe changes from the development branch develop, excluding API evolutions and breaking changes. These imported changes are the Use pull request #xxx commits you can see in this pull request. Development will continue on develop and will lead to a future release with all changes, including new features and breaking changes.

Changes from v6.5.0-rc.4

  • 📖 #11545 - Fix plugins instantiation examples in Javascript docs (@ncoden)
  • 📖 #11548 - Fix "Converts" misspelling in -zf-bp-serialize docs (@joshwhatk)
  • 📖 #11549 - Make Callout closable in the first Close Button example (@ncoden)
  • 🚨 #11550 - Run Sass unit tests in the Travis CI flow (@ncoden)
  • 🚨 #11560 - Run tests on Node 6, 8, 10 and stable (@DanielRuf)
  • 💻 #11560 - Update dependencies (2018-10-24) (@ncoden)

Contributors

Special thanks to:

  • Daniel Ruf (@DanielRuf) for his assistance in issues and his reviews of pull requests.
  • Kai Falkowski (@SassNinja) for his assistance in issues and his reviews of pull requests.
  • Katerina Limpitsouni (https://undraw.co) for the assets used in the illustration.
Commits

The new version differs by 425 commits.

  • acad207 Merge pull request #11551 from ncoden/release/v6.5.0
  • ab32285 chore: add Nuget package file for v6.5.0
  • f1cd204 chore: update meteor lockfile for v6.5.0
  • ca0f4e5 docs: update documentation for v6.5.0
  • 3db31b4 chore: generate dist files for v6.5.0
  • 5746bad chore: update lockfiles for v6.5.0
  • ddef96e chore: bump version for for v6.5.0
  • 7449041 Use pull request #11561 from DanielRuf/ci/test-nodejs-6-8-10-stable for v6.5.0
  • e5c386c Use pull request #11560 from ncoden/chore/update-dependencies-2018-10-24 for v6.5.0
  • 6f17fae Use pull request #11550 from ncoden/tests/travis-run-sass-tests for v6.5.0
  • 4bcb954 Use pull request #11549 from ncoden/docs/callout-close-button-callout-example for v6.5.0
  • a065109 Use pull request #11548 from joshwhatk/fix-converts-misspelling for v6.5.0
  • 8471766 Use pull request #11545 from ncoden/docs/javascript-plugin-instanciation-element for v6.5.0
  • 257681f Merge branch 'master-v6.5' into develop-v6.5
  • 9e7afed Merge pull request #11516 from ncoden/release/v6.5-rc.4

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 15, 2018

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • c712acf Merge pull request #11584 from ncoden/release/v6.5.1
  • 9798eb4 docs: update documentation for v6.5.1
  • 424a035 chore: generate dist files for v6.5.1
  • 9532600 chore: update lockfiles for v6.5.1
  • 8c902b0 chore: bump version for v6.5.1
  • 5c595d5 Use pull request #11581 from ncoden/fix/button-dropdown-clear-style-11576 for v6.5.1
  • 386798e Use pull request #11579 from ncoden/fix/accordion-menu-is-active-on-close-11383 for v6.5.1
  • d6ed541 Use pull request #11573 from ncoden/fix/dropdown-aria-missing-id-11572 for v6.5.1
  • dc7a719 Use pull request #11564 from ncoden/docs/print-hrefs-setting for v6.5.1
  • 82c07b6 Use pull request #11562 from xeptore/patch-1 for v6.5.1
  • 16b8e38 Use pull request #11418 from ncoden/refactor/mouseleave-special-case for v6.5.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 23, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 27 commits.

  • dcab002 chore: update meteor lockfile for v6.5.2
  • f2ad47f docs: update docs for v6.5.2
  • a0547b1 chore: update dist files for v6.5.2
  • af34d07 chore: update lockfiles for v6.5.2
  • 090bb84 chore: bump version for v6.5.2
  • 145cd37 Use pull request #11650 from ncoden/chore/update-dependencies-2019-01-13 for v6.5.0
  • 8d4f29b Use pull request #11658 from 0xflotus/patch-1 for v6.5.0
  • fad9c25 Use pull request #11648 from ncoden/docs/fix-available-typo for v6.5.0
  • bd58eb8 Use pull request #11644 from benhc123/patch-5 for v6.5.0
  • 124f45f Use pull request #11597 from DanielRuf/fix/progress-bar-remove-duplicate-position-absolute for v6.5.0
  • cd5250e Use pull request #11595 from DanielRuf/fix/docs-remove-duplicate-margin-bottom for v6.5.0
  • 6b13749 Use pull request #11598 from DanielRuf/fix/drilldown-remove-duplicate-border-left-width for v6.5.0
  • feb4b3b Use pull request #11596 from DanielRuf/fix/docs-remove-unused-background-rules for v6.5.0
  • ad2a6d6 Use pull request #11592 from DanielRuf/fix/triggers-use-concat-return-value for v6.5.0
  • 24ee9ff Use pull request #11605 from ncoden/fix/import-used-utilities for v6.5.0

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v6.5.3

Foundation v6.5.3 (2019-01-27)

This version fixes the invalid sourcemap files that were shipped in v6.5.2 (#11647).

Changes from v6.5.2

  • 🚚 Regenerate distribution files with valid sourcemaps
Commits

The new version differs by 8 commits.

  • b58d235 Merge pull request #11664 from ncoden/release/v6.5.3
  • 4b1b9da chore: update meteor lockfile for v6.5.3
  • 79394f5 docs: update docs for v6.5.3
  • 7913939 chore: update dist files for v6.5.3
  • 1f91adb chore: update lockfiles for v6.5.3
  • 3c18b69 chore: bump version for v6.5.3
  • e03fc1d Merge branch 'master-v6.5' into develop-v6.5
  • 0459382 Merge pull request #11647 from ncoden/release/v6.5.2

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v6.6.0 | Farout

This release has been a long time coming and contains tons of great updates to the framework and surrounding ecosystem.

Foundation 6.6 has dropped and it is LOADED. Code named "Farout" after the furthest away planet discovered to date, this new release is jam-packed with important new features and bug fixes that push the framework toward the future. Check out the details below:

Featured Enhancements

  • 🚀 # - Refactor XY Grid cell mixins (See migration) Includes:
    • Updates XY Grid static classes generation and XY Grid mixins
    • Adds XY Grid functions
    • Adds new XY Grid mixins
    • Adds utility functions
    • Bug fixes
  • 🚀 # - Fixes off-canvas close events and updates event naming for constancy and adds tests (See migration)
  • 🚀 # - Fix imports of the UMD files for AMD and CommonJS environments.
  • 🚀 # - Adds required checkbox support to Abide
  • 🚀 # - Adds opening methods to responsiveAccordionTabs
  • 🚀 # - Adds support of formnovalidate in Abide
  • 🚀 # - Adds support for down media queries in MediaQuery.is()
  • 🚀 # - Adds print media queries for the right media query combinations

Bug Fixes

  • 🐛 # - Fix Accordion Menu keyboard accessibility function
  • 🐛 # - Colorize clear dropdown button arrow
  • 🐛 # - Clear is-active class when menu is closed in Accordion Menu
  • 🐛 # - Ensure Dropdown aria-labelledby has an ID
  • 🐛 # - Fix smoothscroll not applying custom options
  • 🐛 # - Refactor and simplify XY Grid cell mixins
  • 🐛 # - Clear "is-active" class when menu is closed in Accordion Menu
  • 🐛 # - Fix for Magellan .is-active class not being applied when use as an individual module.
  • 🐛 # - Fix for Vertical Slider to handle negative data-start values.
  • 🐛 # - Supports data-pattern for Abide
  • 🐛 # - Fixes Off-Canvas contentScroll inner scrollbox
  • 🐛 # - Enables and disables scroll if there is no visible reveal
  • 🐛 # - Adds role="presentation" to accordion items
  • 🐛 # - Fixes Off-Canvas contentScroll inner scrollbox
  • 🐛 # - Fix/responsive accordion tabs initial methods
  • 📖 # - Fixed missing print variable documentation
  • 📖 # - Fixes incorrect "grid-padding-y" class in XY Grid docs
  • 📖 # - Adds availability of features in the XY Grid (X/Y/both)
  • 📖 # - Fixed docs for the Drilldown "closed" event
  • 📖 # - Added documentation for table nest option
  • 📖 # - Reintroduce throttle documentation

So many more! You can see the full list here: v6.5.3...v6.6.0

Migration Notes

  • Refactor XY Grid cell mixins: This is a big one! (See migration notes)
  • Off-canvas event: Renamed closed.zf.offcanvas to close.zf.offcanvas
  • New _settings.scss variables
    • $closebutton-default-size: medium;
    • $closebutton-z-index: 10;

Contributors

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

  • Antoine Bluchet
  • Aori Nevo
  • Arlo Duff
  • Ben Zhang
  • Brendan Abbott
  • Brian Shanley
  • cdang3
  • Chris
  • Colin Marshall
  • Daniel
  • Daniel Rhodes
  • Daniel Ruf
  • David Krause
  • David Newman
  • David Niciforovic
  • David Reese
  • Harwin Borger
  • decabeza
  • derweili
  • Eva Gagnon-Messier
  • harry
  • imsys
  • Isaak Eriksson
  • Jeremy Englert
  • Jeroen Coumans
  • jfamousket
  • Joe Workman
  • Kai
  • karland
  • Karlis Venters
  • kball
  • Kevin Partington
  • koki-higashikawa
  • Martin
  • Mathieu
  • Nicolas Coden
  • Nicolas Venegas
  • Noah Heck
  • Nordanne Isahac
  • Olena Pastushenko
  • Ruben Pascal Abel
  • Saad Shahd
  • SassNinja
  • Veselin Nikolov
  • Vitaliy Filipov

Farout

Farout is 120 astronomical units (AU) from the sun — one AU is the distance between Earth and the sun, which is about 93 million miles (150 million kilometers). The object is more than 3.5 times the current distance between Pluto and the sun (34 AU), and it outpaces the previous farthest-known solar system object, the dwarf planet Eris, which is currently about 96 AU from the sun. NASA's Voyager 2 spacecraft recently entered interstellar space at about 120 AU, leaving the sun's "sphere of influence" called the heliopause, where bodies experience the solar wind.

Farout
(Source https://www.space.com/42755-farout-farthest-solar-system-object-discovery.html)

Commits

The new version differs by 1427 commits.

  • 9a73cc9 Merge branch 'hotfix/6.6.0'
  • e001533 fix: fixed foundation color include
  • 78c45bf Merge branch 'release/v6.6.0'
  • 3b680d0 build: foundation 6.6.0 release this is far out
  • 30ede00 Merge pull request #10979 from DanielRuf/fix/print-media-query-calculation
  • 580bee0 Merge pull request #11436 from ncoden/feat/js-media-query-down-breakpoint-11122
  • a3a6262 Simplified breakpoint print if logic as agree to
  • c857bc2 Stop using http-server
  • b97c667 Use Mocha assets instead of http-server
  • 969c1aa Fix Windows tests
  • 3aff21b update http-server version
  • 71f8586 Merge pull request #11906 from SassNinja/feature/responsive-accordion-tabs-real-instance-access
  • c26e6d9 chore: update lockfiles
  • c210978 docs: fix various typo and import errors wording in MediaQuery
  • a1053cd docs: use "smaller" and "larger" to describe breakpoints in Grid/Media Query doc

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 13, 2019

Your tests are still failing with this version. Compare changes

Release Notes for Foundation v6.6.1

Foundation 6.6.1 has fixes for issues introduced with 6.6
Check out the details below:

Bug Fixes

  • 🐛 # - Fix sticky breakpoint check
  • 🐛 # - Update composer.json for packagist.org
  • 🐛 # - add missing foundation.js reference comment

Contributors

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

Commits

The new version differs by 13 commits.

  • ef9389e Merge branch 'release/6.6.1'
  • 893c6b4 build: foundation 661
  • 1e72e8b Merge pull request #11938 from DanielRuf/fix/add-missing-foundationjs-reference-comment
  • 753b593 Merge pull request #11936 from phpfui/develop
  • a468ef3 fix: add missing foundation.js reference comment
  • f601a17 Update composer.json for packagist.org
  • 7df9ae6 Merge branch 'hotfix/legacy-doc-fix'
  • 7640904 Merge branch 'master' into develop
  • 30abd8d Fix legacy doc links
  • 4765e8f Merge pull request #11925 from DanielRuf/fix/11924-sticky-breakpoint-check
  • 45c541a fix: correctly check breakpoint
  • 5f50285 Merge tag 'v6.6.0' into develop
  • 436f624 Merge tag 'vv6.6.0' into develop

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants