Skip to content

Bump craftcms/cms from 5.8.15 to 5.8.21#91

Closed
dependabot[bot] wants to merge 1 commit intodevelop-v5from
dependabot/composer/craftcms/cms-5.8.21
Closed

Bump craftcms/cms from 5.8.15 to 5.8.21#91
dependabot[bot] wants to merge 1 commit intodevelop-v5from
dependabot/composer/craftcms/cms-5.8.21

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps craftcms/cms from 5.8.15 to 5.8.21.

Release notes

Sourced from craftcms/cms's releases.

5.8.21

  • Improved the performance of saving nested elements on multi-site installs with a custom propagation method. (#18126)
  • Fixed a bug where remove buttons within multi-select Selectize inputs weren’t working if the input wasn’t focusend and fully in view. (#18079)
  • Fixed an error that could occur when executing a GraphQL mutation when the lazyGqlTypes config setting was enabled. (#18014)
  • Fixed a PHP error that could occur when creating a username that began or ended with an @. (#18123)
  • Fixed a bug where assets with disallowed file extensions could be stored in the system’s temp directory. (#18049)
  • Fixed a bug where font icons weren’t hidden from screen readers. (#18078)
  • Fixed a bug where relation fields weren’t handling :empty:/:notempty: element query params properly if the field had multiple instances within a field layout. (#18092)
  • Fixed a bug where user preferences were being respected for users who formerly had access to the control panel.
  • Fixed a bug where nested entries could be reordered when their owner element was resaved programmatically. (#18121)
  • Fixed RCE vulnerabilities. (GHSA-255j-qw47-wjh5, GHSA-742x-x762-7383)
  • Fixed an SSRF vulnerability. (GHSA-x27p-wfqw-hfcc)
  • Fixed a DoS vulnerability. (GHSA-v64r-7wg9-23pr)
  • Fixed an information disclosure vulnerability. (GHSA-53vf-c43h-j2x9)

5.8.20

  • Plugin licenses are now assigned immediately when installed via the plugin/install command. (#17871)
  • Improved drag-n-drop performance. (#18019)
  • Fixed a bug where assets with disallowed file extensions could still be uploaded to the system’s temp directory. (#18015)
  • Fixed an error that could occur when an array was passed to an asset query’s folderPath param. (#18056)
  • Fixed a bug where the Live Preview drag bar wasn’t easily draggable when a nested slideout was open. (#17781)
  • Fixed a bug where nested slideouts within Live Preview weren’t getting resized when the window was resized.
  • Fixed a bug where element index table column sort buttons weren’t being focused after activation. (#18021)
  • Fixed a bug where component select inputs could show a “Choose” button even if disabled. (#18032)
  • Fixed a bug where plugin licenses in the project config could be discarded when plugins were installed. (#18042)
  • Fixed a bug where logging in with a passkey wasn’t possible in some environments. (#18048)
  • Fixed a bug where elements weren’t selectable within element select modals when searching, if the Structure view mode had been selected. (#18051)

5.8.19

  • Icon pickers now return focus to the “Choose” button when the modal is closed without making a selection.
  • Fields’ type names are now included as keywords when searching within field layout designers. (#17979)
  • Reverted an element query performance optimization for MySQL 9. (#16401)
  • Updated Axios to 1.12.2. (#17988)
  • Fixed a bug where plugin license keys were getting generated for environments that didn’t allow admin changes, which could result in an error that prevented the Plugin Store from loading. (#17942)
  • Fixed a bug where new plugin license keys weren’t getting saved to .env if the environment variable didn’t exist yet. (#17942)
  • Fixed a bug where pressing Return within an editable table within a slideout would submit the slideout.
  • Fixed an error that could occur when retrieving an array/hash value in Twig, if the fetched key wasn’t an integer or string.
  • Fixed a bug where it wasn’t possible to clear out a volume’s “Transform Filesystem” setting. (#17953)
  • Fixed a bug where disclosure menus could have unnecessary horizontal rules.
  • Fixed a bug where Content Block fields weren’t copying field values across all sites for freshly-created owner elements. (#17927)
  • Fixed an error that could occur if the _includes/field.twig template was included without passing an element variable. (#17926)
  • Fixed a bug where orphaned content block data wasn’t getting garbage collected. (#17936)
  • Fixed a bug where newly-uploaded assets within Assets fields weren’t getting action menus. (#17941)
  • Fixed a bug where Checkboxes and Multi-select fields weren’t handling :empty:/:notempty: params properly. (#17763)
  • Fixed a bug where focus rings within selected table rows had insufficient contrast. (#17952)
  • Fixed a bug where all nested checkboxes could show focus rings within element index containers. (#17952)
  • Fixed a bug where “New entry” buttons within Matrix fields didn’t have accessible labels that matched the visible labels. (#17962)
  • Fixed a bug where the QR code shown when setting up an authenticator app didn’t have alt text. (#17963)
  • Fixed a bug where it wasn’t possible to clear out assets’ alternative text translations. (#17969)
  • Fixed a bug where batched Find and Replace jobs were skipping several matches. (#17974)

... (truncated)

Changelog

Sourced from craftcms/cms's changelog.

5.8.21 - 2025-12-04

  • Improved the performance of saving nested elements on multi-site installs with a custom propagation method. (#18126)
  • Fixed a bug where remove buttons within multi-select Selectize inputs weren’t working if the input wasn’t focusend and fully in view. (#18079)
  • Fixed an error that could occur when executing a GraphQL mutation when the lazyGqlTypes config setting was enabled. (#18014)
  • Fixed a PHP error that could occur when creating a username that began or ended with an @. (#18123)
  • Fixed a bug where assets with disallowed file extensions could be stored in the system’s temp directory. (#18049)
  • Fixed a bug where font icons weren’t hidden from screen readers. (#18078)
  • Fixed a bug where relation fields weren’t handling :empty:/:notempty: element query params properly if the field had multiple instances within a field layout. (#18092)
  • Fixed a bug where user preferences were being respected for users who formerly had access to the control panel.
  • Fixed a bug where nested entries could be reordered when their owner element was resaved programmatically. (#18121)
  • Fixed RCE vulnerabilities. (GHSA-255j-qw47-wjh5, GHSA-742x-x762-7383)
  • Fixed an SSRF vulnerability. (GHSA-x27p-wfqw-hfcc)
  • Fixed a DoS vulnerability. (GHSA-v64r-7wg9-23pr)
  • Fixed an information disclosure vulnerability. (GHSA-53vf-c43h-j2x9)

5.8.20 - 2025-11-18

  • Plugin licenses are now assigned immediately when installed via the plugin/install command. (#17871)
  • Improved drag-n-drop performance. (#18019)
  • Fixed a bug where assets with disallowed file extensions could still be uploaded to the system’s temp directory. (#18015)
  • Fixed an error that could occur when an array was passed to an asset query’s folderPath param. (#18056)
  • Fixed a bug where the Live Preview drag bar wasn’t easily draggable when a nested slideout was open. (#17781)
  • Fixed a bug where nested slideouts within Live Preview weren’t getting resized when the window was resized.
  • Fixed a bug where element index table column sort buttons weren’t being focused after activation. (#18021)
  • Fixed a bug where component select inputs could show a “Choose” button even if disabled. (#18032)
  • Fixed a bug where plugin licenses in the project config could be discarded when plugins were installed. (#18042)
  • Fixed a bug where logging in with a passkey wasn’t possible in some environments. (#18048)
  • Fixed a bug where elements weren’t selectable within element select modals when searching, if the Structure view mode had been selected. (#18051)

5.8.19 - 2025-10-28

  • Icon pickers now return focus to the “Choose” button when the modal is closed without making a selection.
  • Fields’ type names are now included as keywords when searching within field layout designers. (#17979)
  • Reverted an element query performance optimization for MySQL 9. (#16401)
  • Updated Axios to 1.12.2. (#17988)
  • Fixed a bug where plugin license keys were getting generated for environments that didn’t allow admin changes, which could result in an error that prevented the Plugin Store from loading. (#17942)
  • Fixed a bug where new plugin license keys weren’t getting saved to .env if the environment variable didn’t exist yet. (#17942)
  • Fixed a bug where pressing Return within an editable table within a slideout would submit the slideout.
  • Fixed an error that could occur when retrieving an array/hash value in Twig, if the fetched key wasn’t an integer or string.
  • Fixed a bug where it wasn’t possible to clear out a volume’s “Transform Filesystem” setting. (#17953)
  • Fixed a bug where disclosure menus could have unnecessary horizontal rules.
  • Fixed a bug where Content Block fields weren’t copying field values across all sites for freshly-created owner elements. (#17927)
  • Fixed an error that could occur if the _includes/field.twig template was included without passing an element variable. (#17926)
  • Fixed a bug where orphaned content block data wasn’t getting garbage collected. (#17936)
  • Fixed a bug where newly-uploaded assets within Assets fields weren’t getting action menus. (#17941)
  • Fixed a bug where Checkboxes and Multi-select fields weren’t handling :empty:/:notempty: params properly. (#17763)
  • Fixed a bug where focus rings within selected table rows had insufficient contrast. (#17952)
  • Fixed a bug where all nested checkboxes could show focus rings within element index containers. (#17952)
  • Fixed a bug where “New entry” buttons within Matrix fields didn’t have accessible labels that matched the visible labels. (#17962)

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [craftcms/cms](https://github.com/craftcms/cms) from 5.8.15 to 5.8.21.
- [Release notes](https://github.com/craftcms/cms/releases)
- [Changelog](https://github.com/craftcms/cms/blob/5.x/CHANGELOG.md)
- [Commits](craftcms/cms@5.8.15...5.8.21)

---
updated-dependencies:
- dependency-name: craftcms/cms
  dependency-version: 5.8.21
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jan 5, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 9, 2026

Superseded by #93.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/composer/craftcms/cms-5.8.21 branch February 9, 2026 20:37
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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants