Skip to content

build(deps): bump the production-dependencies group across 1 directory with 8 updates#3790

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/production-dependencies-9bad6a21ca
Open

build(deps): bump the production-dependencies group across 1 directory with 8 updates#3790
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/production-dependencies-9bad6a21ca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps the production-dependencies group with 8 updates in the / directory:

Package From To
@fortawesome/fontawesome-free 6.7.2 7.2.0
admin-lte 2.4.18 4.0.0
bootstrap 3.4.1 5.3.8
datatables.net-bs 1.10.21 2.3.8
datatables.net-buttons-bs 1.7.1 3.2.6
datatables.net-select-bs 1.3.1 3.1.3
jquery 3.7.1 4.0.0
select2 4.0.13 4.1.0

Updates @fortawesome/fontawesome-free from 6.7.2 to 7.2.0

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates admin-lte from 2.4.18 to 4.0.0

Release notes

Sourced from admin-lte's releases.

v4.0.0

AdminLTE 4.0.0 — first stable release of the v4 line. A ground-up rewrite on Bootstrap 5.3 with no jQuery.

📖 Documentation · 🚀 Migration from v3 · 🎨 Live preview


Highlights

  • 18 new demo pages — Calendar (FullCalendar), Kanban (SortableJS), Chat, File Manager, Projects, Mailbox (Inbox/Read/Compose), Form Wizard, Data Tables (Tabulator), Profile, Settings, Invoice, Pricing, FAQ, plus 404 / 500 / Maintenance error pages.
  • Documentation overhaul — Getting Started, Customization, RTL, Migration from v3, Layout Blueprint, Recipes, Deployment, Recommended Integrations, JavaScript Plugins Overview. Split sidebar navigation so the live preview no longer feels like a docs site. Reading-friendly typography with consistent card wrappers across every page.
  • FAQ rebuilt as a custom page with a hero, live search, section chips, and an accordion of 19 questions across six topics.
  • Six issue fixes: #6010, #6019, #6020, #6021, #6026, #6028.
  • Visible color-mode toggle in the default topbar, with localStorage persistence and prefers-color-scheme integration.
  • Major dependency upgrades: ESLint 9 → 10, TypeScript 5.9 → 6, Stylelint 16 → 17, Astro 6.0 → 6.3, and refreshed minor versions across autoprefixer / postcss / rollup / sass / terser.
  • Dependency tree cleanup: dropped eslint-plugin-import, eslint-config-xo*, and the legacy .eslintrc.json. Flat config only.
  • Security: npm overrides for yaml and stylelint-config-twbs-bootstrap mean npm install runs without --legacy-peer-deps and reports 0 vulnerabilities.

Breaking changes from v3

v3 v4
.wrapper .app-wrapper
.main-header .app-header
.main-sidebar .app-sidebar
.content-wrapper .app-main
data-toggle data-bs-toggle (Bootstrap 5)
data-widget="pushmenu" data-lte-toggle="sidebar"
data-widget="treeview" data-lte-toggle="treeview"
.dark-mode body class data-bs-theme="dark" attribute
jQuery required Vanilla TypeScript — no jQuery
enablePersistence defaulted on Defaults off; opt in via data-enable-persistence="true"

See the dedicated Migration from v3 guide for the complete list and step-by-step upgrade order.

Install

npm install admin-lte@4.0.0

Or via CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0/dist/css/adminlte.min.css" />
<script src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0/dist/js/adminlte.min.js"></script>

See CHANGELOG.md for the full notes.

... (truncated)

Changelog

Sourced from admin-lte's changelog.

[4.0.0] - 2026-05-19

Added

  • 18 new demo pages dramatically expanding the page catalog:
    • Apps: Calendar (FullCalendar 6, drag-and-drop scheduling), Kanban (SortableJS, lane-to-lane drag), Chat (full-page conversation app), File Manager (grid + list views, folder tree), Projects (list with status, progress, team avatars)
    • Mailbox: Inbox, Read Message, Compose — three-pane workflow with folders + labels
    • Forms: Wizard (4-step with per-step validation + review summary)
    • Tables: Data Tables — jQuery-free implementation using Tabulator 6
    • Pages: Profile (tabbed activity/timeline/settings), Settings (account / notifications / security / billing / danger zone), Invoice (print-ready with totals math), Pricing (3-tier + comparison table + billing toggle), FAQ (data-driven accordions)
    • Error pages: 404, 500, Maintenance
  • Recommended Integrations docs page (docs/integrations.html) — copy-paste install snippets for Flatpickr, Tom Select, noUiSlider, Pickr, IMask, Dropzone, FilePond, Quill, EasyMDE, Toast UI Editor, ApexCharts, Chart.js, Tabulator, FullCalendar, SortableJS, GLightbox, and a comparison of icon libraries. AdminLTE doesn't bundle these — the page shows how to drop them in.
  • Visible color-mode toggle in the default topbar (#6010) — Light / Dark / Auto dropdown with localStorage persistence and prefers-color-scheme integration. Wiring JS shipped globally in _scripts.astro so the toggle works on every demo page automatically.

Changed

  • Forms section restructured: Split the 623-line forms/general.html into three focused pages — forms/elements.html (inputs, selects, checks/radios/switches, ranges, floating labels), forms/layout.html (horizontal, inline, sizing, width), and forms/validation.html (Bootstrap native validation + tooltip variant).

Fixed

  • #6028: Color-mode "Auto" icon now renders. The dropdown used bi-circle-fill-half-stroke (a FontAwesome class name); replaced with the correct Bootstrap Icons class bi-circle-half.
  • #6026: .table-head-fixed now respects dark mode. Hardcoded background-color: $white swapped for var(--bs-body-bg) so the sticky header tracks the active colour scheme.
  • #6021: Fullscreen button no longer shifts after click. The plugin used to set iconMaximize.style.display = 'block' directly, overriding the icon library's natural display value (visible on FontAwesome). Now toggles Bootstrap's .d-none utility class. Markup updated accordingly.
  • #6020: Sidebar (including brand) now stays put when using .fixed-header. New companion rule pins the sidebar sticky on sidebar-expand-* breakpoints, giving the menu its own scrollbar instead of scrolling with the page.
  • #6019: Pie chart on index2.html no longer flickers on browser zoom. Pinned an explicit height: 350 to break the ApexCharts ResizeObserver feedback loop most visible on Edge.

Updated

  • Bootstrap variable sync with 5.3.4:
    • Added missing null variables: $btn-close-filter, $carousel-control-icon-filter
    • Marked deprecated-in-5.3.4 variables with inline comments: $btn-close-white-filter, $carousel-dark-indicator-active-bg, $carousel-dark-caption-color, $carousel-dark-control-icon-filter
    • Documented the intentional override of $modal-content-color (null vs Bootstrap's var(--bs-body-color))
  • All dependencies bumped to latest, including majors:
    • eslint: 9.39.4 → 10.4.0
    • typescript: 5.9.3 → 6.0.3 (baseUrl removed, moduleResolution: "bundler" set to clear deprecation warnings)
    • stylelint: 16.26.1 → 17.11.1
    • eslint-plugin-unicorn: 62 → 64
    • astro: 6.0.0 → 6.3.3
    • autoprefixer: 10.4.27 → 10.5.0
    • postcss: 8.5.8 → 8.5.14
    • rollup: 4.59.0 → 4.60.4
    • sass: 1.97.3 → 1.99.0
    • terser: 5.46.0 → 5.47.1
    • bundlewatch: 0.4.1 → 0.4.2, fs-extra: 11.3.4 → 11.3.5, prettier: 3.8.1 → 3.8.3
  • ESLint config flattened: Removed the legacy .eslintrc.json (ignored since ESLint 9), along with three deps that only it referenced: eslint-plugin-import, eslint-config-xo, eslint-config-xo-typescript. Added explicit deps for @eslint/js, globals, and typescript-eslint (now required to be declared since ESLint 10 stopped resolving them transitively).
  • stylelint-config-twbs-bootstrap peer pinned via npm overrides so it accepts stylelint 17 ahead of an upstream release. This removes the need for --legacy-peer-deps on npm install.
  • Security: yaml pinned to ^2.9.0 via overrides to clear the dev-only stack-overflow advisory chain through @astrojs/check. npm audit now reports 0 vulnerabilities.

[4.0.0-rc7] - 2026-03-10

... (truncated)

Commits
  • 7917b42 ci: replace defunct endaft/action-changelog with action-gh-release auto-notes
  • 3143252 chore: rebuild dist for v4.0.0 release
  • 8e139d7 chore(release): bump version to 4.0.0
  • 55c7b24 chore: rebuild dist with standardized docs wrappers
  • 3b2c115 fix(docs): standardize card wrapper across all docs pages
  • 87c8235 chore: rebuild dist with FAQ redesign
  • d24c683 feat(docs): redesign FAQ with hero, section chips, icons, and live search
  • 852ba1e chore: rebuild dist for FAQ accordion + /docs/ redirect
  • d9c942b feat(docs): real FAQ accordion + redirect at /docs/index.html
  • f580121 chore: rebuild dist with improved docs typography
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by silkalns, a new releaser for admin-lte since your current version.


Updates bootstrap from 3.4.1 to 5.3.8

Release notes

Sourced from bootstrap's releases.

v5.3.8

What's Changed

Dependencies

New Contributors

Full Changelog: twbs/bootstrap@v5.3.7...v5.3.8

v5.3.7

📚 Documentation

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mdo, a new releaser for bootstrap since your current version.


Updates datatables.net-bs from 1.10.21 to 2.3.8

Release notes

Sourced from datatables.net-bs's releases.

2.3.8

DataTables Bootstrap 2.3.8

2.3.7

DataTables Bootstrap 2.3.7

1.13.11

Bootstrap 1.13.11

1.11.3

DataTables Bootstrap 1.11.3

Commits
  • b12a928 Sync tag release - 2.3.8
  • 7ba510e 6e7650e79da74bde9779f59a3cbb24d3384851f4 Release 2.3.8
  • ddf828d 2b908b9e2c3a8404e86a831b1c7e98d3ca587f56 Fix: If the table holds no data for ...
  • 35af404 00c4f1a0efba92ea4f012d78665ee1a4c23ee4d8 Fix: Improved timezone support for d...
  • 2b18c09 488b52aea869cbb8a06645c1d67146707fd97436 Fix: Don't mix UTC and timezone proc...
  • 4d4bc29 ebb386114c96d890c388b090fbb72ffc2a032134 Fix: Keyboard tabbing will no longer...
  • b14c8f4 bc937dbb0b17ba8f6c4fa74d829a410e257c3ad5 Dev: use the release feed for cdn ex...
  • 49a318e 8283888a3ef13b0f884100947577e21c8d4c852f Fix: Multi-line html elements could ...
  • 668b2a2 707891039fe995c2f107f453361a954f871eb16c Fix: XHTML fix for when scolling is ...
  • 321efe7 bddd58d641410a2caf30f436a052b1b1ec364f63 Fix: Accessabillity - remove the -ta...
  • Additional commits viewable in compare view

Updates datatables.net-buttons-bs from 1.7.1 to 3.2.6

Release notes

Sourced from datatables.net-buttons-bs's releases.

3.2.6

Buttons Bootstrap 3.2.6

3.2.5

Buttons Bootstrap 3.2.5

3.2.4

Buttons Bootstrap 3.2.4

3.2.3

Buttons Bootstrap 3.2.3

3.2.2

Buttons Bootstrap 3.2.2

3.2.1

Buttons Bootstrap 3.2.1

3.2.0

Buttons Bootstrap 3.2.0

3.1.2

Buttons Bootstrap 3.1.2

3.1.1

Buttons Bootstrap 3.1.1

3.1.0

Buttons Bootstrap 3.1.0

3.0.2

Buttons Bootstrap 3.0.2

3.0.1

Buttons Bootstrap 3.0.1

3.0.0

Buttons Bootstrap 3.0.0

2.4.2

Buttons Bootstrap 2.4.2

2.4.1

Buttons Bootstrap 2.4.1

2.4.0

Buttons Bootstrap 2.4.0

2.3.6

Buttons Bootstrap 2.3.6

... (truncated)

Commits
  • 9133f90 Sync tag release - 3.2.6
  • 8ff95b8 b4916a4c6f75652961cd0009eb057ed9b7f709d6 Release 3.2.6
  • 1a7cf12 f77cdc03b840585c888de8408ed865948d1e55f3 Fix: Using a popover would cause all...
  • 79452d1 60aeb97304546bdfa5cacab72b01fb2671bc80d5 Update: SCSS updates for Dart SASS c...
  • 697f4c4 Sync tag release - 3.2.5
  • 1469f00 2ff898f8380790519bf30383dd381f4a72f81689 Release 3.2.5
  • c3ba226 f8bc4cf6631141b18d3e93212218be6636fcd84d Fix: Correct return for `button().ad...
  • 2527640 08be23318d636f1085efdf6e43776d5a3fc3fff6 Test: Update how the sleep / wait wo...
  • de983c5 050771b275360ecc64fe90936598e379783e1800 Docs: message option is deprecated...
  • a8dbb46 41fb5ce145efdf40a5e2ddb271f367c81d9a5bdf Fix: PDF export with footer disabled...
  • Additional commits viewable in compare view

Updates datatables.net-select-bs from 1.3.1 to 3.1.3

Release notes

Sourced from datatables.net-select-bs's releases.

3.1.3

Select Bootstrap 3.1.3

3.1.2

Select Bootstrap 3.1.2

3.1.1

Select Bootstrap 3.1.1

3.1.0

Select Bootstrap 3.1.0

3.0.1

Select Bootstrap 3.0.1

3.0.0

Select Bootstrap 3.0.0

2.1.0

Select Bootstrap 2.1.0

2.0.5

Select Bootstrap 2.0.5

2.0.4

Select Bootstrap 2.0.4

2.0.3

Select Bootstrap 2.0.3

2.0.2

Select Bootstrap 2.0.2

2.0.1

Select Bootstrap 2.0.1

2.0.0

Select Bootstrap 2.0.0

1.7.0

Select Bootstrap 1.7.0

1.6.2

Select Bootstrap 1.6.2

1.6.1

Select Bootstrap 1.6.1

1.6.0

Select Bootstrap 1.6.0

... (truncated)

Commits
  • 9c9cde3 Include ESM files in Nuget packages
  • a09158b 25d011ecf82359c6ef2b34cce78a994acb16ea39 Fix: Info wasn't taking account of d...
  • 3f4b549 04c16dff33ca0eb9f441342df035a84492e1e6cb Fix: Alignment of header checkbox wi...
  • 26bb5e7 ecfdd84656189b8e0190b2788e0e8fe7af0baffa Dev: Remove DS_Store
  • 84334d4 Sync tag release - 3.0.1
  • f0c34dd a89d7583b4243770f71712824f7e9464a36da317 Release 3.0.1
  • d495626 e0330ca1b185fb828f2a350a03331761e0d870cf Fix: Header checkbox didn't integrat...
  • 252b2dc Correct typo
  • 8823ea9 Update readme for clearer install instructions
  • 7be6577 39054f93e94713e8f6f28af33185d505cefed751 Update select.keys.xml
  • Additional commits viewable in compare view

Updates jquery from 3.7.1 to 4.0.0

Release notes

Sourced from jquery's releases.

Release 4.0.0

Changelog

https://blog.jquery.com/2026/01/17/jquery-4-0-0/

Ajax

  • Don't treat array data as binary (992a1911)
  • Allow processData: true even for binary data (ce264e07)
  • Support binary data (including FormData) (a7ed9a7b)
  • Support headers for script transport even when cross-domain (#5142, 6d136443)
  • Support null as success functions in jQuery.get (#4989, 74978b7e)
  • Don't auto-execute scripts unless dataType provided (#4822, 025da4dd)
  • Make responseJSON work for erroneous same-domain JSONP requests (68b4ec59)
  • Execute JSONP error script responses (#4771, a1e619b0)
  • Avoid CSP errors in the script transport for async requests (#3969, 07a8e4a1)
  • Drop the json to jsonp auto-promotion logic (#1799, #3376, e7b3bc48)
  • Overwrite s.contentType with content-type header value, if any (#4119, 7fb90a6b)
  • Deprecate AJAX event aliases, inline event/alias into deprecated (23d53928)
  • Do not execute scripts for unsuccessful HTTP responses (#4250, 50871a5a)
  • Simplify jQuery.ajaxSettings.xhr (#1967, abdc89ac)

Attributes

  • Make .attr( name, false ) remove for all non-ARIA attrs (#5388, 063831b6)
  • Shave off a couple of bytes (b40a4807)
  • Don't stringify attributes in the setter (#4948, 4250b628)
  • Drop the toggleClass(boolean|undefined) signature (#3388, a4421101)
  • Refactor val(): don't strip carriage return, isolate IE workarounds (ff281991)
  • Don't set the type attr hook at all outside of IE (9e66fe9a)

CSS

  • Fix dimensions of table <col> elements (#5628, eca2a564)
  • Drop the cache in finalPropName (640d5825)
  • Tests: Fix tests & support tests under CSS Zoom (#5489, 071f6dba)
  • Fix reliableTrDimensions support test for initially hidden iframes (b1e66a5f)
  • Selector: Align with 3.x, remove the outer selector.js wrapper (53cf7244)
  • Make the reliableTrDimensions support test work with Bootstrap CSS (#5270, 65b85031)
  • Make offsetHeight( true ), etc. include negative margins (#3982, bce13b72)
  • Return undefined for whitespace-only CSS variable values (#5120) (7eb00196)
  • Don’t trim whitespace of undefined custom property (#5105, ed306c02)
  • Skip falsy values in addClass( array ), compress code (#4998, a338b407)
  • Justify use of rtrim on CSS property values (655c0ed5)
  • Trim whitespace surrounding CSS Custom Properties values (#4926, efadfe99)
  • Include show, hide & toggle methods in the jQuery slim build (297d18dd)
  • Remove the opacity CSS hook (865469f5)
  • Workaround buggy getComputedStyle on table rows in IE/Edge (#4490, 26415e08)
  • Don't automatically add "px" to properties with a few exceptions (#2795, 00a9c2e5)

... (truncated)

Commits
  • 4f2fae0 Release: 4.0.0
  • c838cfb Release: remove dist files from main branch
  • 9752519 Release: 4.0.0-rc.2
  • c128d5d Release: Update AUTHORS.txt
  • 5fe9c29 Build: De-dupe three authors via mailmap
  • afdd032 Build: Post beta browser tests errors to jquery/dev on Matrix
  • 546a1eb Build: Bump the github-actions group with 4 updates
  • ec738b3 Build: Fix Chrome beta tests
  • c28c26a Build: Add periodic tests on beta versions of browsers
  • f513413 Build: Bump the github-actions group with 2 updates
  • Additional commits viewable in compare view

Updates select2 from 4.0.13 to 4.1.0

Release notes

Sourced from select2's releases.

Select2 4.1.0

Breaking changes

  • The minimum jQuery version supported is the latest version in the 1.x, 2.x, 3.x, and 4.x series (#5525, #5955)
  • Removed support for legacy Internet Explorer (versions older than IE 11) (#5834)
  • Removed modules deprecated in 4.0.0 (#5815)
    • Removed legacy support for <input /> tags
    • Removed legacy support for initSelection
    • Removed legacy support for query
    • Removed old select2/compat/matcher module
  • Removed undocumented CSS-related options (#5815)
    • Removed dropdownCss option
    • Removed adaptDropdownCss option
    • Removed containerCss option
    • Removed adaptContainerCss option
  • The containerCssClass option has been renamed to selectionCssClass (#5815, #5847)
  • Significant changes to the HTML/CSS for the selection area impacting custom themes (#5842)
  • New CSS classes for the dropdown results to better target highlighted / selected results (#5841)
  • The search box in the selection area for multiple selects has been changed from an <input /> to a <textarea> to support pasting multiple lines (#5806)
  • Change tab key to select the currently highlighted option instead of just closing (#5759)
  • Tags will be highlighted first in the results even if other options have been selected (#5812)

New features / improvements

  • dropdownCssClass and selectionCssClass are now available in all builds of Select2 (#5815)
  • Calls to get the currently selected options are now considerably faster on large datasets (#5775)
  • Selected results in the dropdown should now be properly announced to screen readers (#5841)
  • Significant improvements were made to make the selection area accessible (#5824, #5842, #5916, #5942, #5973)
  • Allow pasting multiple lines into the search field for tokenization (#5806)
  • Add support for jQuery 4.0.0 (#6332)
  • Add originalEvent to close trigger arguments (#6079)

Bug fixes

  • Resize the selection search on close to properly display the placeholder (#5766)
  • Change internal data ID generation to be more unique and prevent conflicts with numeric IDs (#5840)
  • Internet Explorer 11 no longer steals focus of search box while tagging (#5842)
  • Fix slow memory leak caused by not clearing cache on destroy (#5965)
  • Fix multiple select placeholder misalignment (#6277)
  • Fix RTL selection__choice__remove button (#6257)
  • Fix support for data-placeholder values which consist solely of digits (#6297)
  • Fix unselection of items from AJAX data sources with non-string identifiers (#6241, #6335)
  • Convert optgroup child data identifiers to string datatype (#6338)

Translations

  • Add Esperanto translation (eo) (#5823)
  • Add Punjabi translations (pa) (#5831)
  • Add Telugu translations (te) (#5881)
  • Updated Hungarian translations (hu) for 4.1.0 changes (#5970)

... (truncated)

Changelog

Sourced from select2's changelog.

4.1.0

Breaking changes

  • The minimum jQuery version supported is the latest version in the 1.x, 2.x, and 3.x series (#5525, #5955)
  • Removed support for legacy Internet Explorer (versions older than IE 11) (#5834)
  • Removed modules deprecated in 4.0.0 (#5815)
    • Removed legacy support for <input /> tags
    • Removed legacy support for initSelection
    • Removed legacy support for query
    • Removed old select2/compat/matcher module
  • Removed undocumented CSS-related options (#5815)
    • Removed dropdownCss option
    • Removed adaptDropdownCss option
    • Removed containerCss option
    • Removed adaptContainerCss option
  • The containerCssClass option has been renamed to selectionCssClass (#5815, #5847)
  • Significant changes to the HTML/CSS for the selection area impacting custom themes (#5842)
  • New CSS classes for the dropdown results to better target highlighted / selected results (#5841)
  • The search box in the selection area for multiple selects has been changed from an <input /> to a <textarea> to support pasting multiple lines (#5806)
  • Change tab key to select the currently highlighted option instead of just closing (#5759)
  • Tags will be highlighted first in the results even if other options have been selected (#5812)

New features / improvements

  • dropdownCssClass and selectionCssClass are now available in all builds of Select2 (#5815)
  • Calls to get the currently selected options are now considerably faster on large datasets (#5775)
  • Selected results in the dropdown should now be properly announced to screen readers (#5841)
  • Significant improvements were made to make the selection area accessible (#5824, #5842, #5916, #5942, #5973)
  • Allow pasting multiple lines into the search field for tokenization (#5806)
  • Add support for jQuery 4.0.0 (#6332)
  • Add originalEvent to close trigger arguments (#6079)

Bug fixes

  • Resize the selection search on close to properly display the placeholder (#5766)
  • Change internal data ID generation to be more unique and prevent conflicts with numeric IDs (#5840)
  • Internet Explorer 11 no longer steals focus of search box while tagging (#5842)
  • Fix slow memory leak caused by not clearing cache on destroy (#5965)
  • Fix multiple select placeholder misalignment (#6277)
  • Fix RTL selection__choice__remove button (#6257)
  • Fix support for data-placeholder values which consist solely of digits (#6297)
  • Fix unselection of items from AJAX data sources with non-string identifiers (#6241, #6335)
  • Convert optgroup child data identifiers to string datatype (#6338)

Translations

  • Add Esperanto translation (eo) (#5823)
  • Add Punjabi translations (pa) (#5831)
  • Add Telugu translations (te) (#5881)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for select2 since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • `@dependabot ignore <dependency...

Description has been truncated

…y with 8 updates

Bumps the production-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.2.0` |
| [admin-lte](https://github.com/ColorlibHQ/AdminLTE) | `2.4.18` | `4.0.0` |
| [bootstrap](https://github.com/twbs/bootstrap) | `3.4.1` | `5.3.8` |
| [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) | `1.10.21` | `2.3.8` |
| [datatables.net-buttons-bs](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap) | `1.7.1` | `3.2.6` |
| [datatables.net-select-bs](https://github.com/DataTables/Dist-DataTables-Select-Bootstrap) | `1.3.1` | `3.1.3` |
| [jquery](https://github.com/jquery/jquery) | `3.7.1` | `4.0.0` |
| [select2](https://github.com/select2/select2) | `4.0.13` | `4.1.0` |



Updates `@fortawesome/fontawesome-free` from 6.7.2 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.2.0)

Updates `admin-lte` from 2.4.18 to 4.0.0
- [Release notes](https://github.com/ColorlibHQ/AdminLTE/releases)
- [Changelog](https://github.com/ColorlibHQ/AdminLTE/blob/master/CHANGELOG.md)
- [Commits](ColorlibHQ/AdminLTE@v2.4.18...v4.0.0)

Updates `bootstrap` from 3.4.1 to 5.3.8
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v3.4.1...v5.3.8)

Updates `datatables.net-bs` from 1.10.21 to 2.3.8
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.21...2.3.8)

Updates `datatables.net-buttons-bs` from 1.7.1 to 3.2.6
- [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Buttons-Bootstrap@1.7.1...3.2.6)

Updates `datatables.net-select-bs` from 1.3.1 to 3.1.3
- [Release notes](https://github.com/DataTables/Dist-DataTables-Select-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Select-Bootstrap@1.3.1...3.1.3)

Updates `jquery` from 3.7.1 to 4.0.0
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@3.7.1...4.0.0)

Updates `select2` from 4.0.13 to 4.1.0
- [Release notes](https://github.com/select2/select2/releases)
- [Changelog](https://github.com/select2/select2/blob/develop/CHANGELOG.md)
- [Commits](select2/select2@4.0.13...4.1.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: admin-lte
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: datatables.net-bs
  dependency-version: 2.3.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: datatables.net-buttons-bs
  dependency-version: 3.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: datatables.net-select-bs
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: jquery
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: select2
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 30, 2026 10:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants