Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s Node/tooling baseline and bumps a set of frontend dependencies, then regenerates built asset bundles (CSS/JS + sourcemaps/licenses) to reflect the new dependency graph.
Changes:
- Update Node version (via
.nvmrc) and bump multiplepackage.jsondependencies/devDependencies. - Rebuild/refresh distributed frontend assets (Tailwind reset, axios/graphiql/authmethodsetup bundles, CSS sourcemaps, license files).
- Minor formatting-only updates in a few webpack configs and CP source SCSS/JS to align with updated formatter output.
Reviewed changes
Copilot reviewed 11 out of 46 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/web/assets/utilities/dist/css/utilities.css.map | Rebuilt sourcemap output for utilities CSS. |
| src/web/assets/tailwindreset/dist/css/tailwind_reset.css | Tailwind reset rebuilt; version header updated. |
| src/web/assets/systemmessages/dist/css/system_messages.css.map | Rebuilt sourcemap output for system messages CSS. |
| src/web/assets/money/dist/css/Money.css.map | Rebuilt sourcemap output for Money component CSS. |
| src/web/assets/jqueryui/dist/jquery-ui.js.LICENSE.txt | Updated embedded jQuery UI component version strings. |
| src/web/assets/jquerytouchevents/webpack.config.js | Formatting-only change to require.resolve(...) call. |
| src/web/assets/iframeresizer/webpack.config.js | Formatting-only change to require.resolve(...) call. |
| src/web/assets/graphiql/dist/911.js | Rebuilt graphiql chunk bundle output. |
| src/web/assets/graphiql/dist/458.js | Rebuilt graphiql chunk bundle output. |
| src/web/assets/generalsettings/dist/css/rebrand.css.map | Rebuilt sourcemap output for rebrand CSS. |
| src/web/assets/fileupload/webpack.config.js | Formatting-only change to require.resolve(...) call. |
| src/web/assets/cp/src/js/CraftTooltip.js | Formatting-only change to computed style property assignment. |
| src/web/assets/cp/src/css/_tokens.scss | Formatting-only changes to CSS custom property definitions (focus ring tokens). |
| src/web/assets/cp/src/css/_preview.scss | Formatting-only changes for multi-URL background-image declarations. |
| src/web/assets/cp/src/css/_global-sidebar.scss | Formatting-only change to grid-template-columns declaration. |
| src/web/assets/cp/src/css/_fld.scss | Formatting-only changes for multi-layer background-image and box-shadow. |
| src/web/assets/axios/dist/axios.js.LICENSE.txt | Updated axios version string and additional bundled license notice. |
| src/web/assets/authmethodsetup/dist/auth.js | Rebuilt auth method setup bundle output. |
| packages/craftcms-sass/_mixins.scss | Formatting-only changes in mixins (line wrapping / property formatting). |
| package.json | Dependency/devDependency version bumps (incl. tailwind, axios, jquery, typescript, etc.). |
| .nvmrc | Update Node version target to v24. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
Updates Node to 24, packages to latest minor and rebuilds