fix(deps): update dependency preline to v4 - autoclosed #312

Closed
renovate-bot wants to merge 1 commits from renovate/preline-4.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preline (source) ^3.2.3^4.0.0 age adoption passing confidence

Release Notes

htmlstreamofficial/preline (preline)

v4.0.0: - New Preline Themes, 10+ Framework Guides, Improvements, Bug Fixes and more.

Compare Source

This update introduces Preline Themes, a new foundation for customization and visual identity, along with numerous improvements, bug fixes, and new framework guides.

Themes are defaulted to all Preline content but they are optional. You may use full utility classes instead. All components, examples and templates comes with Copy Utility Classes option.

New

Fixes and Improvements

  • Fixed: role="region" added to the collapse components to address the latest W3C Nu HTML Checker and Lighthouse/axe-core accessibility rules
  • Previously, validators were more permissive about aria-labelledby on any element. Recent accessibility rules became stricter and now enforce that aria-labelledby cannot be used on a <div> unless that <div> has an allowed role.
  • Fixed: Remove the duplicated search input in "tags" mode. [Issue #​677]
  • Fixed: Links inside the dropdown now respond to the Enter key for accessibility. [Issue #​691]
  • Fixed: Issue with fast typing and pasting data in the combobox. [Issue #​692]
  • Fixed: Bug in advanced select with infinite scroll paging. [Issue #​693]
  • Fixed: Double URL encoding in advanced select remote data API calls. [Issue #​695]
  • Fixed: Text inputs not responding to keyboard input within dropdown components. [Issue #​700]
  • Improvement: Added support for blank values in input number component. [Issue #​702]
  • Fixed: Input number max value validation not updating input field in real-time. [Issue #​708]
  • Improvement: Advanced Select now properly renders <optgroup> elements. [Issue #​710]
  • Fixed: HSDatePicker now recalculates its position on open (using Floating UI), preventing the calendar from rendering off-screen. [Issue #​713]
  • Fixed: Form elements inside the overlay no longer prevent the Enter key while focused. [Issue #​723]
  • Fixed: Add support for pre-rendering selected options on initial load. [Issue #​733]
  • Improvement: Improved image validation for icons. [PR #​672]
  • Fixed: data-hs-overlay-keyboard="false" now works as intended — overlays/modal windows no longer close when pressing ESC if the attribute is disabled. [PR #​694]
  • Improvement: Add support for extracting date separators from dateFormat. [PR #​717]
  • Improvement: Improve scrollbar width calculation for different screen resolutions. [PR #​735]

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [preline](https://preline.co) ([source](https://github.com/htmlstreamofficial/preline)) | [`^3.2.3` → `^4.0.0`](https://renovatebot.com/diffs/npm/preline/3.2.3/4.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/preline/4.0.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/preline/4.0.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/preline/3.2.3/4.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/preline/3.2.3/4.0.0?slim=true) | --- ### Release Notes <details> <summary>htmlstreamofficial/preline (preline)</summary> ### [`v4.0.0`](https://github.com/htmlstreamofficial/preline/releases/tag/v4.0.0): - New Preline Themes, 10+ Framework Guides, Improvements, Bug Fixes and more. [Compare Source](https://github.com/htmlstreamofficial/preline/compare/v3.2.3...v4.0.0) This update introduces Preline Themes, a new foundation for customization and visual identity, along with numerous improvements, bug fixes, and new framework guides. Themes are defaulted to all Preline content but they are optional. You may use full utility classes instead. All components, examples and templates comes with **Copy Utility Classes option.** **New** - Customization: [Themes](https://preline.co/docs/themes.html#semantic-variables) - Customization: [Tailwind Colors](https://preline.co/docs/colors.html) - Automation: [Agent Skills](https://preline.co/docs/agent-skills.html) - Framework Guides: - - [HTML + Vite](https://preline.co/docs/frameworks-html-vite.html) - - [Livewire](https://preline.co/docs/frameworks-livewire.html) - - [Symfony](https://preline.co/docs/frameworks-symfony.html) - - [Ruby on Rails](https://preline.co/docs/frameworks-rails.html) - - [Phoenix LiveView](https://preline.co/docs/frameworks-phoenix-liveview.html) - - [Ember.js](https://preline.co/docs/frameworks-emberjs.html) - - [Flask](https://preline.co/docs/frameworks-flask.html) - - [Django](https://preline.co/docs/frameworks-django.html) - - [Express.js](https://preline.co/docs/frameworks-express.html) - - [Blazor](https://preline.co/docs/frameworks-blazor.html) - - [ASP.NET Core](https://preline.co/docs/frameworks-aspnet-core.html) - Components: [Tabs as inner menu](https://preline.co/docs/mega-menu.html#tabs-as-inner-menu) - Components: [Mega Menu to Overlay on Mobile Resoultion](https://preline.co/docs/mega-menu.html#mega-menu-to-overlay-on-mobile-resoultion) - Components: [Tabs: Open on hover](https://preline.co/docs/tabs.html#open-on-hover) - Components: [Advanced Select: Optgroup](https://preline.co/docs/advanced-select.html#optgroup) - Components: [Advanced Select: Multiple optgroup](https://preline.co/docs/advanced-select.html#multiple-optgroup) - Components: [Advanced Select: Custom template with colored square indicators](https://preline.co/docs/advanced-select.html#custom-template-with-colored-square-indicators) - Components: [Switch: Shape](https://preline.co/docs/switch.html#shape) **Fixes and Improvements** - Fixed: `role="region"` added to the collapse components to address the latest W3C Nu HTML Checker and Lighthouse/axe-core accessibility rules - Previously, validators were more permissive about `aria-labelledby` on any element. Recent accessibility rules became stricter and now enforce that `aria-labelledby` cannot be used on a `<div>` unless that `<div>` has an allowed `role`. - Fixed: Remove the duplicated search input in "tags" mode. [\[Issue #&#8203;677\]](https://github.com/htmlstreamofficial/preline/issues/677#issuecomment-3258051182) - Fixed: Links inside the dropdown now respond to the Enter key for accessibility. [\[Issue #&#8203;691\]](https://github.com/htmlstreamofficial/preline/issues/691) - Fixed: Issue with fast typing and pasting data in the combobox. [\[Issue #&#8203;692\]](https://github.com/htmlstreamofficial/preline/issues/692) - Fixed: Bug in advanced select with infinite scroll paging. [\[Issue #&#8203;693\]](https://github.com/htmlstreamofficial/preline/issues/693) - Fixed: Double URL encoding in advanced select remote data API calls. [\[Issue #&#8203;695\]](https://github.com/htmlstreamofficial/preline/issues/695) - Fixed: Text inputs not responding to keyboard input within dropdown components. [\[Issue #&#8203;700\]](https://github.com/htmlstreamofficial/preline/issues/700) - Improvement: Added support for blank values in input number component. [\[Issue #&#8203;702\]](https://github.com/htmlstreamofficial/preline/issues/702) - Fixed: Input number max value validation not updating input field in real-time. [\[Issue #&#8203;708\]](https://github.com/htmlstreamofficial/preline/issues/708) - Improvement: Advanced Select now properly renders `<optgroup>` elements. [\[Issue #&#8203;710\]](https://github.com/htmlstreamofficial/preline/issues/710) - Fixed: HSDatePicker now recalculates its position on open (using Floating UI), preventing the calendar from rendering off-screen. [\[Issue #&#8203;713\]](https://github.com/htmlstreamofficial/preline/issues/713) - Fixed: Form elements inside the overlay no longer prevent the `Enter` key while focused. [\[Issue #&#8203;723\]](https://github.com/htmlstreamofficial/preline/issues/723) - Fixed: Add support for pre-rendering selected options on initial load. [\[Issue #&#8203;733\]](https://github.com/htmlstreamofficial/preline/issues/733) - Improvement: Improved image validation for icons. [\[PR #&#8203;672\]](https://github.com/htmlstreamofficial/preline/pull/672) - Fixed: `data-hs-overlay-keyboard="false"` now works as intended — overlays/modal windows no longer close when pressing ESC if the attribute is disabled. [\[PR #&#8203;694\]](https://github.com/htmlstreamofficial/preline/pull/694) - Improvement: Add support for extracting date separators from `dateFormat`. [\[PR #&#8203;717\]](https://github.com/htmlstreamofficial/preline/pull/717) - Improvement: Improve scrollbar width calculation for different screen resolutions. [\[PR #&#8203;735\]](https://github.com/htmlstreamofficial/preline/pull/735) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjIiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
renovate-bot added the dependency label 2026-01-29 18:19:10 +00:00
renovate-bot added 1 commit 2026-01-29 18:19:11 +00:00
fix(deps): update dependency preline to v4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m42s
c27b251b97
renovate-bot changed title from fix(deps): update dependency preline to v4 to fix(deps): update dependency preline to v4 - autoclosed 2026-01-29 23:41:09 +00:00
renovate-bot closed this pull request 2026-01-29 23:41:09 +00:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m42s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/site-profile#312