Skip to content

Update dependency foundation to v6#342

Merged
bjagg merged 1 commit into
masterfrom
renovate/foundation-6.x
Apr 30, 2026
Merged

Update dependency foundation to v6#342
bjagg merged 1 commit into
masterfrom
renovate/foundation-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
foundation (source) major 5.5.36.9.0

Release Notes

zurb/foundation-sites (foundation)

v6.9.0: Foundation v6.9.0 Release

Compare Source

Foundation 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 @include to @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

  • 🚀 Faster Builds with sass-embedded. All supporting Foundation repositories have also been updated to use Dart Sass and sass-embedded.
  • 🚀 Your eyes will be saved from all of those Sass deprecation warnings! 👀

Bug Fixes

  • 🐛 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

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!

v6.8.1

Compare Source

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: foundation/foundation-sites@v6.8.0...v6.8.1

v6.8.0

Compare Source

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: foundation/foundation-sites@v6.7.5...v6.8.0

v6.7.5: Foundation for Sites v6.7.5

Compare Source

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: foundation/foundation-sites@v6.7.4...v6.7.5

v6.7.4: Foundation for Sites v6.7.4

Compare Source

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!

v6.7.3: Foundation v6.7.3 Release

Compare Source

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!

v6.7.1: Foundation v6.7.1

Compare Source

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!

v6.7.0: Foundation v6.7.0

Compare Source

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!

v6.6.3: Foundation v6.6.3

Compare Source

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!

v6.6.2: Foundation v6.6.2

Compare Source

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

Full Release Compare

Bug Fixes

  • 🐛 #​11871 - Fixed Flexbox Button Groups
  • 🐛 #​11959 - Adds the offset to Accordion when deep linking
  • 🐛 #​11908 - Fixes for Interchange initialization
  • 🐛 #​11859 - Clearing the animation queue on Accordion
  • 🐛 #​11990 - Fixed event name for Dropdown Menus

Featured Enhancements

  • 🚀 #​11698 - Validator specific error messages
  • 🚀 #​11956 - Improves dropdown menu accessibility

Contributors

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

v6.6.1: Foundation v6.6.1

Compare Source

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!

v6.6.0: | Farout

Compare Source

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: foundation/foundation-sites@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;
  • submit buttons in forms: Submit buttons can not have the name submit anymore due to how jQuery.submit() works. If it does not work for you try to add the class .submit and remove type="button" or remove type="submit".

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)

v6.5.3

Compare Source

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

v6.5.2

Compare Source

Foundation v6.5.2 (2019-01-23)

This version provides various bug fixes and improvements for Foundation 6.5, updates the documentation and improves the test workflow.

Changes from v6.5.1
Fixes and improvements
Internal
Contributors

v6.5.1

Compare Source

Foundation v6.5.1 (2018-11-15)

This version fixes the distribution files for the JavaScript plugins that were generated for the wrong version (ongoing v6.6.0 instead of released v6.5.0) and provide various bug fixes and documentation updates.

Changes from v6.5.0
Contributors

Special thanks to:

  • Daniel Ruf (@​DanielRuf) for his assistance in issues and his reviews of pull requests.
  • Jeremy Englert (@​JeremyEnglert) for his assistance in issues.

v6.5.0

Compare Source

Foundation v6.5.0 (2018-10-30)

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.

See the Release Notes

Changes from v6.5.0-rc.4
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.

v6.4.3

Compare Source

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.

v6.4.2

Compare Source

The 6.4.2 release contains both a series of bugfixes and some incremental improvements, particularly focused on the new XY Grid as we get more and more folks using it in the wild. Big shoutout to our @​hikouki as one of our newer contributors who jumped in with quite a few different bug fixes, docs updates, and improvements!

Migration Notes:

  • Grid containers for the XY grid have been reworked based on issues and feed back. This is a big one, and a big improvement. Check out the docs for more: http://foundation.zurb.com/sites/docs/xy-grid.html
  • There was a naming conflict between the $block-grid-max variable for xy and regular grids, meaning you could not have both in with different values. The xy-grid setting has been separated out to $xy-block-grid-max. If you have changed the value of $block-grid-max and are using the xy-grid, you should update $xy-block-grid-max.

Updates and Improvements

  • Rework grid container: #​10371
  • Button cursors are now configurable via settings: #​10367
  • Abide options now merge recursively, fixing issues adding validators: #​10377
  • Enable defining different off-canvas sizes by breakpoint: #​10428

Bugfixes:

  • Fix rounded prototype when breakpoint enabled: #​10335
  • Remove duplicate max-width: #​10341
  • Fix dropdown arrow position issues when using responsive nav: #​10345
  • Fix typescale issues building with ruby-sass: #​10351
  • Fix bug on Orbit resize during transition: #​9881
  • Fix boundary values for vertical two-handle sliders: #​10355
  • Fix distributed version of media query to automatically initialize: #​10369
  • Fix off-canvas reveal classes not working properly in 6.4.x: #​10421
  • Fix cell() sass mixin gutter output: #​10437
  • Rename $block-grid-max variable to get rid of duplicate name problem: #​10433
  • Drilldown aria attribute fixed from ‘menu-item’ to correct ‘menu item’: #​10434
  • Add missing 7th argument to xy-cell mixing within xy-grid-layout: #​10435
  • Fix responsive shrink and full classes in xy-grid: #​10370
  • Fix scrolling bug when using keyboard nav in dropdown menus: #​10445
  • Fix reinitialization of menus: #​10439
  • Fix use of dropdown with multiple anchors: #​10360
  • Fix use of margin grids with grid frames: #​10448
  • Fix JSPM Entry Point: #​10465
  • Fix medium-up breakpoint class bug introduced in 6.4: #​10491
  • Fix collapse responsive sizing bug in xy grid: #​10492
  • Remove text-decoration from link buttons: #​10471
  • Fix sizing of input-group buttons: #​10456
  • Fix triggers initialization in customizer builds: #​10507
  • Fix no-wrap issue in menus with very long items introduced in 6.4 menu rework: #​10512
  • Fix vertical grid auto and shrink classes trumping size classes: #​10513

v6.4.1

Compare Source

Contains a few quick fixes and iterations from Foundation 6.4.0

  • Fix issue with ruby-sass in menus: #​10288
  • Fix issue with ruby-sass in xy-grid: #​10286
  • Fix interchange on background images with parenthesis in url: #​10264
  • Add support for new Mastercard BIN numbers: #​10241
  • Fix a few vars that were missing from _settings.scss: #​10311
  • Fix a global variable reference in foundation.core.js: #​10292

v6.4.0: - KELT-9

Compare Source

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.
  5. The underlying file for the responsive accordion tabs plugin has changed. If you are upgrading an old ZURB stack project you will need to change the reference to foundation-sites/js/foundation.zf.responsiveAccordionTabs.js to reference foundation-sites/js/foundation.responsiveAccordionTabs.js instead.

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)

v6.3.1

Compare Source

v6.3.0: Version 6.3.0 - Proxima Centauri b

Compare Source

Foundation 6.3 contains new features, reworked old features, and more bugfixes than you can shake a stick at! Foundation is now EVEN MORE accessible out of the box, with a default color palette that meets AA contrast requirements, better keyboard navigation, and a slew of other improvements.

Migration Notes:
  • If you're using the ZURB template, check out this pull request to see the changes you'll want to make to update: https://redirect.github.com/zurb/foundation-zurb-template/pull/49/files
  • Flex Videos are now Responsive Embeds. Old classes and mixin names are now deprecated. Check out #​8765
  • Accordion Items now MUST be labeled with data-accordion-item, they are no longer inferred from li elements. Check out [#​9178](h

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/foundation-6.x branch 2 times, most recently from 2440717 to c6cbce0 Compare April 30, 2026 16:44
@renovate renovate Bot force-pushed the renovate/foundation-6.x branch from c6cbce0 to 9187bed Compare April 30, 2026 21:02
@bjagg bjagg merged commit b6c781b into master Apr 30, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/foundation-6.x branch April 30, 2026 21:38
bjagg added a commit to bjagg/resource-server that referenced this pull request May 8, 2026
Brings in:
- uPortal-Project#342 update dependency foundation to v6
- uPortal-Project#349 bump parent v49 -> v50 (plexus-archiver CVE fix)

Conflict resolution: kept HEAD's deletion of
resource-server-content/src/main/webapp/rs/datatables/1.9.4/plugins/integration/foundation/index.html.
The entire rs/datatables/1.9.4/ directory is being removed in this
branch (see commit 85224df); upstream's uPortal-Project#342 modification to that
file is irrelevant since the directory itself is doomed.
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.

1 participant