From 02d6c0fcb284bbb2402bef88c3bd308b6fd9e9ee Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Mon, 19 Aug 2024 02:28:48 +0100 Subject: [PATCH] Sprint4 release (#2099) * Component release 20240814 --- components/vf-badge/package.json | 2 +- .../vf-badge/vf-badge.angular/package.json | 6 +- components/vf-banner/package.json | 4 +- .../vf-banner/vf-banner.angular/package.json | 12 +- components/vf-blockquote/package.json | 2 +- .../vf-blockquote.angular/package.json | 4 +- components/vf-button/package.json | 2 +- .../vf-button/vf-button.angular/package.json | 4 +- components/vf-content/package.json | 10 +- components/vf-hero/package.json | 2 +- .../vf-hero/vf-hero.angular/package.json | 6 +- components/vf-list/package.json | 2 +- components/vf-table/package.json | 2 +- components/vf-tabs/package.json | 2 +- .../vf-tabs/vf-tabs.angular/package.json | 4 +- tools/vf-component-generator/package.json | 2 +- .../vf-component-initialization/package.json | 2 +- tools/vf-component-library/package.json | 6 +- .../src/site/_data/siteConfig.js | 4 +- .../updates/2024-08-14-component-updates.njk | 123 ++++++++++++++++++ tools/vf-core/package.json | 8 +- tools/vf-extensions/CHANGELOG.md | 4 + tools/vf-extensions/package.json | 4 +- tools/vf-sass-compilation/CHANGELOG.md | 4 + tools/vf-sass-compilation/package.json | 6 +- 25 files changed, 179 insertions(+), 48 deletions(-) create mode 100644 tools/vf-component-library/src/site/updates/2024-08-14-component-updates.njk diff --git a/components/vf-badge/package.json b/components/vf-badge/package.json index 863272216b..dad327b9b6 100644 --- a/components/vf-badge/package.json +++ b/components/vf-badge/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.2", + "version": "3.0.3", "name": "@visual-framework/vf-badge", "description": "vf-badge component", "homepage": "https://stable.visual-framework.dev/", diff --git a/components/vf-badge/vf-badge.angular/package.json b/components/vf-badge/vf-badge.angular/package.json index 5829fd476c..4156a3dd27 100644 --- a/components/vf-badge/vf-badge.angular/package.json +++ b/components/vf-badge/vf-badge.angular/package.json @@ -1,11 +1,11 @@ { "name": "vf-badge.angular", - "version": "0.0.1", + "version": "0.0.2", "peerDependencies": { "@angular/common": "^15.2.0 || ^18.0.0", "@angular/core": "^15.2.0 || ^18.0.0", - "@visual-framework/vf-stack": "^3.0.0", "@visual-framework/vf-box": "^2.4.0", + "@visual-framework/vf-stack": "^3.0.0", "@visual-framework/vf-u-fullbleed": "^1.2.2" }, "dependencies": { @@ -31,4 +31,4 @@ "default": "./fesm2020/vf-badge.angular.mjs" } } -} \ No newline at end of file +} diff --git a/components/vf-banner/package.json b/components/vf-banner/package.json index 4c68d93ca8..ca1ef0817b 100755 --- a/components/vf-banner/package.json +++ b/components/vf-banner/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "name": "@visual-framework/vf-banner", "description": "vf-banner component", "homepage": "https://stable.visual-framework.dev/", @@ -23,7 +23,7 @@ "gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be", "dependencies": { "@visual-framework/vf-box": "^2.4.0", - "@visual-framework/vf-button": "^3.0.0-alpha.0", + "@visual-framework/vf-button": "^3.0.1", "@visual-framework/vf-grid": "^1.4.1", "@visual-framework/vf-stack": "^3.0.0", "@visual-framework/vf-u-fullbleed": "^1.2.2" diff --git a/components/vf-banner/vf-banner.angular/package.json b/components/vf-banner/vf-banner.angular/package.json index 95a96c6b10..090170154f 100644 --- a/components/vf-banner/vf-banner.angular/package.json +++ b/components/vf-banner/vf-banner.angular/package.json @@ -1,15 +1,15 @@ { "name": "vf-banner.angular", - "version": "0.0.1", + "version": "0.0.4", "peerDependencies": { "@angular/common": "^15.2.0 || ^18.0.0", "@angular/core": "^15.2.0 || ^18.0.0", - "@visual-framework/vf-stack": "^3.0.0", - "@visual-framework/vf-box": "^2.4.0", - "@visual-framework/vf-u-fullbleed": "^1.2.2", "@visual-framework/vf-badge": "^3.0.0-alpha.0", + "@visual-framework/vf-box": "^2.4.0", + "@visual-framework/vf-button": "^2.0.0-alpha.6", "@visual-framework/vf-grid": "^1.4.1", - "@visual-framework/vf-button": "^2.0.0-alpha.6" + "@visual-framework/vf-stack": "^3.0.0", + "@visual-framework/vf-u-fullbleed": "^1.2.2" }, "dependencies": { "tslib": "^2.3.0" @@ -34,4 +34,4 @@ "default": "./fesm2020/vf-banner.angular.mjs" } } -} \ No newline at end of file +} diff --git a/components/vf-blockquote/package.json b/components/vf-blockquote/package.json index 910b364387..de79481a45 100644 --- a/components/vf-blockquote/package.json +++ b/components/vf-blockquote/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.6", + "version": "1.2.7", "name": "@visual-framework/vf-blockquote", "description": "vf-blockquote component", "homepage": "https://stable.visual-framework.dev/", diff --git a/components/vf-blockquote/vf-blockquote.angular/package.json b/components/vf-blockquote/vf-blockquote.angular/package.json index 6410224fbf..58793487c2 100644 --- a/components/vf-blockquote/vf-blockquote.angular/package.json +++ b/components/vf-blockquote/vf-blockquote.angular/package.json @@ -1,6 +1,6 @@ { "name": "vf-blockquote.angular", - "version": "0.0.1", + "version": "0.0.2", "peerDependencies": { "@angular/common": "^15.2.0 || ^18.0.0", "@angular/core": "^15.2.0 || ^18.0.0", @@ -30,4 +30,4 @@ "default": "./fesm2020/vf-blockquote.angular.mjs" } } -} \ No newline at end of file +} diff --git a/components/vf-button/package.json b/components/vf-button/package.json index e7ef733d04..40e11019c4 100644 --- a/components/vf-button/package.json +++ b/components/vf-button/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-alpha.0", + "version": "3.0.1", "name": "@visual-framework/vf-button", "description": "vf-button component", "homepage": "https://stable.visual-framework.dev/", diff --git a/components/vf-button/vf-button.angular/package.json b/components/vf-button/vf-button.angular/package.json index 891df178db..7e2979ffb1 100644 --- a/components/vf-button/vf-button.angular/package.json +++ b/components/vf-button/vf-button.angular/package.json @@ -1,6 +1,6 @@ { "name": "vf-button.angular", - "version": "0.0.1", + "version": "0.0.4", "peerDependencies": { "@angular/common": "^15.2.0 || ^18.0.0", "@angular/core": "^15.2.0 || ^18.0.0" @@ -28,4 +28,4 @@ "default": "./fesm2020/vf-button.angular.mjs" } } -} \ No newline at end of file +} diff --git a/components/vf-content/package.json b/components/vf-content/package.json index b2e2d8195a..2c04c642f3 100755 --- a/components/vf-content/package.json +++ b/components/vf-content/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.15", + "version": "1.6.16", "name": "@visual-framework/vf-content", "description": "vf-content component", "homepage": "https://stable.visual-framework.dev/", @@ -16,16 +16,16 @@ "url": "https://github.com/visual-framework/vf-core/issues/new" }, "dependencies": { - "@visual-framework/vf-badge": "^3.0.2", - "@visual-framework/vf-blockquote": "^1.2.6", + "@visual-framework/vf-badge": "^3.0.3", + "@visual-framework/vf-blockquote": "^1.2.7", "@visual-framework/vf-box": "^2.4.0", - "@visual-framework/vf-button": "^3.0.0-alpha.0", + "@visual-framework/vf-button": "^3.0.1", "@visual-framework/vf-divider": "^2.0.1", "@visual-framework/vf-figure": "^2.0.0", "@visual-framework/vf-form": "^2.0.2", "@visual-framework/vf-heading": "^1.1.1", "@visual-framework/vf-link": "^2.0.2", - "@visual-framework/vf-list": "^1.1.1", + "@visual-framework/vf-list": "^1.1.2", "@visual-framework/vf-text": "^1.1.1" }, "keywords": [ diff --git a/components/vf-hero/package.json b/components/vf-hero/package.json index 5524f3095b..8cb3901a3f 100755 --- a/components/vf-hero/package.json +++ b/components/vf-hero/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.2", + "version": "4.0.3", "name": "@visual-framework/vf-hero", "description": "vf-hero component", "homepage": "https://stable.visual-framework.dev", diff --git a/components/vf-hero/vf-hero.angular/package.json b/components/vf-hero/vf-hero.angular/package.json index 9a7b8a11f3..55d2a3c3cd 100644 --- a/components/vf-hero/vf-hero.angular/package.json +++ b/components/vf-hero/vf-hero.angular/package.json @@ -1,11 +1,11 @@ { "name": "vf-hero.angular", - "version": "0.0.1", + "version": "0.0.2", "peerDependencies": { "@angular/common": "^15.2.0 || ^18.0.0", "@angular/core": "^15.2.0 || ^18.0.0", - "@visual-framework/vf-stack": "^3.0.0", "@visual-framework/vf-box": "^2.4.0", + "@visual-framework/vf-stack": "^3.0.0", "@visual-framework/vf-u-fullbleed": "^1.2.2" }, "dependencies": { @@ -31,4 +31,4 @@ "default": "./fesm2020/vf-hero.angular.mjs" } } -} \ No newline at end of file +} diff --git a/components/vf-list/package.json b/components/vf-list/package.json index 693ca8110c..d699d2ff13 100644 --- a/components/vf-list/package.json +++ b/components/vf-list/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "name": "@visual-framework/vf-list", "description": "vf-list component", "homepage": "https://stable.visual-framework.dev/", diff --git a/components/vf-table/package.json b/components/vf-table/package.json index 4f37bee850..f295d2692b 100755 --- a/components/vf-table/package.json +++ b/components/vf-table/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.0-rc.3", + "version": "1.2.1", "name": "@visual-framework/vf-table", "description": "vf-table component", "homepage": "https://stable.visual-framework.dev", diff --git a/components/vf-tabs/package.json b/components/vf-tabs/package.json index 387b065573..74da19df20 100755 --- a/components/vf-tabs/package.json +++ b/components/vf-tabs/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.4", + "version": "2.1.5", "name": "@visual-framework/vf-tabs", "description": "vf-tabs component", "homepage": "https://stable.visual-framework.dev/", diff --git a/components/vf-tabs/vf-tabs.angular/package.json b/components/vf-tabs/vf-tabs.angular/package.json index cd1a1e5833..4423aff10c 100644 --- a/components/vf-tabs/vf-tabs.angular/package.json +++ b/components/vf-tabs/vf-tabs.angular/package.json @@ -1,6 +1,6 @@ { "name": "vf-tabs.angular", - "version": "0.0.1", + "version": "0.0.2", "peerDependencies": { "@angular/common": "^15.2.0 || ^18.0.0", "@angular/core": "^15.2.0 || ^18.0.0" @@ -28,4 +28,4 @@ "default": "./fesm2020/vf-tabs.angular.mjs" } } -} \ No newline at end of file +} diff --git a/tools/vf-component-generator/package.json b/tools/vf-component-generator/package.json index aafdd233d6..7ab5f9d84f 100644 --- a/tools/vf-component-generator/package.json +++ b/tools/vf-component-generator/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-component-generator", - "version": "1.1.5", + "version": "1.1.6", "description": "Make the config for Visual Framework component interactively.", "main": "index.js", "scripts": { diff --git a/tools/vf-component-initialization/package.json b/tools/vf-component-initialization/package.json index aebdddc5a8..595f4aaa20 100644 --- a/tools/vf-component-initialization/package.json +++ b/tools/vf-component-initialization/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-component-initialization", - "version": "1.1.12", + "version": "1.1.13", "description": "Initialise a data object of Visual Framework components.", "main": "index.js", "scripts": { diff --git a/tools/vf-component-library/package.json b/tools/vf-component-library/package.json index bd1d39273b..3cbc00f299 100644 --- a/tools/vf-component-library/package.json +++ b/tools/vf-component-library/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-component-library", - "version": "1.2.11", + "version": "1.2.12", "description": "Generate a static-html site of Visual Framework components and docs.", "main": "index.js", "scripts": { @@ -26,8 +26,8 @@ "dependencies": { "@11ty/eleventy": "2.0.1", "@visual-framework/vf-config": "1.0.1-alpha.0", - "@visual-framework/vf-core": "^2.2.43", - "@visual-framework/vf-extensions": "^2.1.0-alpha.1", + "@visual-framework/vf-core": "^2.2.45", + "@visual-framework/vf-extensions": "^2.1.2", "html-minifier": "4.0.0", "node-html-parser": "6.1.13", "require-dir": "1.2.0", diff --git a/tools/vf-component-library/src/site/_data/siteConfig.js b/tools/vf-component-library/src/site/_data/siteConfig.js index bf9746c5a8..3c0015e389 100644 --- a/tools/vf-component-library/src/site/_data/siteConfig.js +++ b/tools/vf-component-library/src/site/_data/siteConfig.js @@ -15,8 +15,8 @@ module.exports = { // vfVersion: "develop", // vfVersionPrefix: "dev.", // use this when tagging a release - vfVersion: "v2.5.17", - vfVersionPrefix: "dev", + vfVersion: "v2.5.18", + vfVersionPrefix: "", sections: { about: { url: "/about", diff --git a/tools/vf-component-library/src/site/updates/2024-08-14-component-updates.njk b/tools/vf-component-library/src/site/updates/2024-08-14-component-updates.njk new file mode 100644 index 0000000000..4ff9eafee0 --- /dev/null +++ b/tools/vf-component-library/src/site/updates/2024-08-14-component-updates.njk @@ -0,0 +1,123 @@ +--- +title: Rollup release 2.5.18 +subtitle: This release includes Angular support for vf-tabs. There are documentation updates for vf-list, vf-table. It also includes dependency updates for multiple packages including for 11ty/Eleventy boilerplate code, and also fixes for lint errors . +date: 2024-08-14 09:00:00 +version: 2.5.18 +tags: + - posts + - changelog +layout: layouts/post.njk +--- + +{%- import "component-release-links.njk" as releaseLinks -%} + +{% render '@vf-navigation', { + "heading": "On this page", + "classModifier": "on-this-page", + "activateJavascript": true, + "navigation": [ + { + "text": "Features", + "navigation_href": "#features" + }, + { + "text": "Refinements", + "navigation_href": "#refinements" + }, + { + "text": "Documentation", + "navigation_href": "#documentation" + } + ] +} %} + +{% markdown %} + +
+

+This releases {{version}} to the CDN +

+
+ +[`https://assets.emblstatic.net/vf/v{{version}}/css/styles.css`](https://assets.emblstatic.net/vf/v{{version}}/css/styles.css)
+[`https://assets.emblstatic.net/vf/v{{version}}/scripts/scripts.js`](https://assets.emblstatic.net/vf/v{{version}}/scripts/scripts.js) + +As a reminder, the rollup CSS and JS are compilations of many independently versioned components and is likely to contain changes that may disrupt the look of your site. We advise testing. Even better is to build your own CSS rollup from the npm sources, [you can find a guide here]({{ '/building' | url }}). + +{#- don't forget to add the latest version to /tools/vf-component-library/src/site/_data/siteConfig.js -#} + +
+

+ +### New features + +{{ releaseLinks.notes("vf-tabs", "2.1.5", "74e74597ae85a11c662ac4ca5d34f084c203f98a") }} + +* Added : Experimental Angular support for Tabs [Tracking issue](https://github.com/visual-framework/vf-core/issues/2037) + +### Refinements + +{{ releaseLinks.notes("vf-badge", "3.0.3", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-banner", "2.0.3", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-blockquote", "1.2.7", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-button", "3.0.1", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-content", "1.6.16", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-hero", "4.0.3", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-component-generator", "1.1.6", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-component-initialization", "1.1.13", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-component-library", "1.2.12", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) +* Documentation: Updated documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2047) +* Documentation: Fixed documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2007) +* Added : Experimental Angular support for Tabs [Tracking issue](https://github.com/visual-framework/vf-core/issues/2037) +* Updated : Dependencies updated across different packages [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) +* Updated : 11ty/Eleventy boilerplate code with latest packages, fixed lint errors [Tracking issue](https://github.com/visual-framework/vf-core/issues/2023) + +{{ releaseLinks.notes("vf-core", "2.2.44", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-extensions", "2.1.1", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +{{ releaseLinks.notes("vf-sass-compilation", "1.1.23", "c207f00f52440cc8b67062ef92c42efc308f7379") }} + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + +### Documentation + +{{ releaseLinks.notes("vf-list", "1.1.2", "5869360cd2bd6a0f302785617c1929cecb1f11d0") }} + +* Documentation: Fixed documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2007) + +{{ releaseLinks.notes("vf-table", "1.2.1", "9a088d5099f9b244f8fcc25272f703784ff5bd8d") }} + +* Documentation: Updated documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2047) + +{% endmarkdown %} diff --git a/tools/vf-core/package.json b/tools/vf-core/package.json index 66d3e4b9a4..80df9e9211 100644 --- a/tools/vf-core/package.json +++ b/tools/vf-core/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-core", - "version": "2.2.43", + "version": "2.2.45", "description": "Common dependencies for the Visual Framework.", "engines": { "node": ">=14.x" @@ -29,10 +29,10 @@ ], "private": false, "dependencies": { - "@visual-framework/vf-component-generator": "^1.1.5", - "@visual-framework/vf-component-initialization": "^1.1.12", + "@visual-framework/vf-component-generator": "^1.1.6", + "@visual-framework/vf-component-initialization": "^1.1.13", "@visual-framework/vf-frctl-extensions": "^2.0.0", - "@visual-framework/vf-sass-compilation": "^1.1.22", + "@visual-framework/vf-sass-compilation": "^1.1.24", "chalk": "^4.0.0", "del": "^6.0.0", "fast-glob": "^3.1.0", diff --git a/tools/vf-extensions/CHANGELOG.md b/tools/vf-extensions/CHANGELOG.md index 5aa2889f46..923a4e2f2b 100644 --- a/tools/vf-extensions/CHANGELOG.md +++ b/tools/vf-extensions/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.2 + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + ### 2.1.1 * Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) diff --git a/tools/vf-extensions/package.json b/tools/vf-extensions/package.json index b63e37d18d..fc6191f17a 100644 --- a/tools/vf-extensions/package.json +++ b/tools/vf-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-extensions", - "version": "2.1.0-alpha.1", + "version": "2.1.2", "description": "Reusable componentised code, modules and config for vf-eleventy based projects.", "main": "index.js", "scripts": { @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/visual-framework/vf-core#readme", "dependencies": { - "@11ty/eleventy-plugin-rss": "^2.0.0", + "@11ty/eleventy-plugin-rss": "1.2.0", "luxon": "^3.0.0", "touch": "^3.1.0" }, diff --git a/tools/vf-sass-compilation/CHANGELOG.md b/tools/vf-sass-compilation/CHANGELOG.md index 8e274d5092..c6cdccf737 100644 --- a/tools/vf-sass-compilation/CHANGELOG.md +++ b/tools/vf-sass-compilation/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.1.24 + +* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) + ### 1.1.23 * Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647) diff --git a/tools/vf-sass-compilation/package.json b/tools/vf-sass-compilation/package.json index 9692908b6c..4c92af3884 100644 --- a/tools/vf-sass-compilation/package.json +++ b/tools/vf-sass-compilation/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-sass-compilation", - "version": "1.1.22", + "version": "1.1.24", "description": "Build the Sass for Visual Framework projects.", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ "@babel/core": "^7.16.0", "@babel/preset-env": "7.25.3", "eslint": "^9.0.0", - "gulp-autoprefixer": "^9.0.0", + "gulp-autoprefixer": "^8.0.0", "gulp-babel": "^8.0.0", "gulp-better-rollup": "^4.0.1", "gulp-delete-lines": "^0.0.7", @@ -27,7 +27,7 @@ "prettier-stylelint": "0.4.2", "rollup": "^4.0.0", "rollup-plugin-includepaths": "^0.2.4", - "sass": "1.77.8", + "sass": "1.77.6", "stylelint": "^16.0.0", "stylelint-order": "^6.0.0", "stylelint-scss": "^6.0.0",