Dsfr/update#33
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
DSFR 1.14.3 and broad webpack/Node upgrades can change compiled CSS/JS and editor builds; icon list expansion is documentation-only but should be spot-checked in the pattern.
Overview
This release bumps the monorepo to 2026.0.0, upgrades @gouvfr/dsfr from 1.13.0/1.11.2 to 1.14.3 (theme dependency and
Assets::get_dsfr_version()), and moves the toolchain to Node 24.11.0 with refreshed @wordpress/env, @wordpress/scripts, and related build deps.On the theme side, SCSS is migrated from
@importto@use, block spacing placeholders move into06-blocks/_block-spacings.scss, Sass getssilenceDeprecations: ['legacy-js-api'], and shared color tokens are added in variables. The icons documentation pattern no longer embeds a huge static list: it calls the newget_dsfr_icons_by_category()helper inDSFR.php, which centralizes a much larger DSFR icon catalog (including categories like Arrows that were split out of System).wp-dsfr-blocks is mostly wp-scripts formatting (spacing in JS/JSON);
@wordpress/scriptsjumps to ^32.5.1. Tiles group editor SCSS switches from@importto@usefor styles.Reviewed by Cursor Bugbot for commit 558ce29. Bugbot is set up for automated code reviews on this repo. Configure here.