Skip to content

Commit 035bc15

Browse files
committed
Build(deps-dev): Bump stylelint-config-standard-scss from 15.0.1 to 16.0.0
1 parent 82f3041 commit 035bc15

File tree

5 files changed

+79
-52
lines changed

5 files changed

+79
-52
lines changed

_data/components.json

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,10 +2001,10 @@
20012001
"en": "Features top tasks related to the page it is on.",
20022002
"fr": "Comprend des tâches principales liées à la page sur laquelle elles se trouvent."
20032003
},
2004-
"modified": "2025-05-08",
2004+
"modified": "2025-09-29",
20052005
"componentName": "gc-most-requested",
20062006
"status": "stable",
2007-
"version": "1.1.0",
2007+
"version": "1.2.0",
20082008
"pages": {
20092009
"docs": [
20102010
{
@@ -2029,6 +2029,16 @@
20292029
"language": "fr",
20302030
"path": "gc-most-requested-fr.html"
20312031
},
2032+
{
2033+
"title": "Most requested - Two items",
2034+
"language": "en",
2035+
"path": "gc-most-requested-two-items-en.html"
2036+
},
2037+
{
2038+
"title": "En demande - Deux éléments",
2039+
"language": "fr",
2040+
"path": "gc-most-requested-two-items-fr.html"
2041+
},
20322042
{
20332043
"title": "Most requested - bad implementation",
20342044
"language": "en",
@@ -2057,11 +2067,15 @@
20572067
"en": "https://design.canada.ca/common-design-patterns/most-requested.html",
20582068
"fr": "https://conception.canada.ca/configurations-conception-communes/en-demande.html"
20592069
},
2060-
"iteration": "_:iteration_mostrequested_2",
2070+
"iteration": "_:iteration_mostrequested_3",
20612071
"example": [
20622072
{
20632073
"en": { "href": "gc-most-requested-en.html", "text": "Most requested" },
20642074
"fr": { "href": "gc-most-requested-fr.html", "text": "En demande" }
2075+
},
2076+
{
2077+
"en": { "href": "gc-most-requested-two-items-en.html", "text": "Most requested - Two items" },
2078+
"fr": { "href": "gc-most-requested-two-items-fr.html", "text": "En demande - Deux éléments" }
20652079
},
20662080
{
20672081
"en": { "href": "gc-most-requested-bad-en.html", "text": "Most requested - bad implementation" },
@@ -2072,6 +2086,10 @@
20722086
"_:implement_mostrequested"
20732087
],
20742088
"history": [
2089+
{
2090+
"en": "September 2025 - Items are displayed horizontally when there are only two list items on medium screen breakpoint and larger.",
2091+
"fr": "Septembre 2025 - Les éléments sont affichés horizontalement quand il y a seulement deux éléments de liste à partir d'un breakpoint écran moyen et plus."
2092+
},
20752093
{
20762094
"en": "May 2025 - Items are now distributed vertically instead of horizontally.",
20772095
"fr": "Mai 2025 - Les items sont maintenant distribués verticalement plutôt que horizontalement."
@@ -2136,12 +2154,31 @@
21362154
}
21372155
],
21382156
"iteration": [
2157+
{
2158+
"@id": "_:iteration_mostrequested_3",
2159+
"name": "Most requested - Iteration 3",
2160+
"date": "2025-09",
2161+
"detectableBy": ".gc-most-requested:not(.provisional)",
2162+
"predecessor": "_:iteration_mostrequested_2",
2163+
"additions": [
2164+
"Changed display of list items from vertical to horizontal when there are only two list items on medium screen breakpoint and larger. This does not change the component's core behaviour, so this is a Minor change."
2165+
],
2166+
"assets": [
2167+
{
2168+
"@type": "source-code",
2169+
"@language": "en",
2170+
"description": "Code sample",
2171+
"code": "<section class=\"gc-most-requested\">\n\t<div class=\"container\">\n\t\t<h2>Most requested</h2>\n\t\t<ul>\n\t\t\t<li><a href=\"#\">[Top task hyperlink 1]</a></li>\n\t\t\t<li><a href=\"#\">[Top task hyperlink 2]</a></li>\n\t\t</ul>\n\t</div>\n</section>"
2172+
}
2173+
]
2174+
},
21392175
{
21402176
"@id": "_:iteration_mostrequested_2",
21412177
"name": "Most requested - Iteration 2",
21422178
"date": "2024-11",
21432179
"detectableBy": ".gc-most-requested:not(.provisional)",
21442180
"predecessor": "_:iteration_mostrequested_1",
2181+
"successor": "_:iteration_mostrequested_3",
21452182
"additions": [
21462183
"Changed display of items from flex to column-count. This change is perceptible and a user will notice that change but it won't change the component essential behaviour. So this is a Minor change."
21472184
],

components/baseline/_alert.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11

22
// Removes styling from the current WET4 Alert
33
%alert-first-child-before-disable {
4-
& {
5-
> {
6-
:first-child {
7-
&::before {
8-
color: inherit;
9-
content: none;
10-
}
4+
> {
5+
:first-child {
6+
&::before {
7+
color: inherit;
8+
content: none;
119
}
1210
}
1311
}

package-lock.json

Lines changed: 31 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"postcss": "^8.5.6",
6363
"sass": "^1.93.2",
6464
"stylelint": "^16.24.0",
65-
"stylelint-config-standard-scss": "^15.0.1",
65+
"stylelint-config-standard-scss": "^16.0.0",
6666
"stylelint-order": "^7.0.0",
6767
"time-grunt": "^2.0.0"
6868
}

stylelint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module.exports = {
8282
"no-duplicate-selectors": null,
8383
"no-irregular-whitespace": null,
8484
"number-max-precision": null,
85+
"property-no-deprecated": null,
8586
"property-no-vendor-prefix": null,
8687
"rule-empty-line-before": null,
8788
"selector-attribute-quotes": null,
@@ -117,6 +118,7 @@ module.exports = {
117118
"no-descending-specificity": null, // Extremely slow
118119
"no-invalid-position-at-import-rule": null, // Fixable, need to run sass migrator
119120
"number-max-precision": null,
121+
"property-no-deprecated": null,
120122
"scss/at-extend-no-missing-placeholder": null,
121123
"scss/comment-no-empty": null,
122124
"scss/dollar-variable-pattern": null, // Fixable

0 commit comments

Comments
 (0)