Skip to content

Commit

Permalink
Merge pull request #4052 from alphagov/dependabot/npm_and_yarn/stylel…
Browse files Browse the repository at this point in the history
…int-16.5.0

Bump stylelint from 16.4.0 to 16.5.0
  • Loading branch information
unoduetre committed May 14, 2024
2 parents fc451a7 + 3601d0f commit 088a1df
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions app/assets/stylesheets/views/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@import "govuk_publishing_components/components/mixins/grid-helper";

.homepage__ready-container {
margin: govuk-spacing(6) 0 govuk-spacing(7) 0;
margin: govuk-spacing(6) 0 govuk-spacing(7);

@include govuk-media-query($from: desktop) {
margin-bottom: govuk-spacing(3);
Expand All @@ -25,12 +25,12 @@

.home-services__heading {
@include govuk-font(19, $weight: bold);
margin: 0 0 govuk-spacing(1) 0;
margin: 0 0 govuk-spacing(1);
}

.home-services__para {
@include govuk-font(16);
margin: 0 0 govuk-spacing(3) 0;
margin: 0 0 govuk-spacing(3);
min-height: 40px;
}

Expand All @@ -41,12 +41,12 @@

.home-more__title {
@include govuk-font(36, $weight: bold);
margin: 0 0 govuk-spacing(4) 0;
margin: 0 0 govuk-spacing(4);
}

.home-more__subtitle {
@include govuk-font(24, $weight: bold);
margin: 0 0 govuk-spacing(2) 0;
margin: 0 0 govuk-spacing(2);
}

.home-more__list {
Expand All @@ -62,7 +62,7 @@
.chevron-card {
border-top: 1px solid $govuk-border-colour;
margin: 0 govuk-spacing(3);
padding: govuk-spacing(1) 0 govuk-spacing(4) 0;
padding: govuk-spacing(1) 0 govuk-spacing(4);

&:first-child {
border-top: none;
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/views/_homepage_more_on_govuk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

.homepage-most-active-list {
list-style: none;
margin: 0 0 govuk-spacing(9) 0;
margin: 0 0 govuk-spacing(9);
padding: 0;
}

.homepage-most-active-list__item {
margin: 0 0 govuk-spacing(4) 0;
margin: 0 0 govuk-spacing(4);
@include govuk-font($size: 19, $weight: bold);

&:last-of-type {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/views/_local-transaction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}

.search-again {
margin: govuk-spacing(7) 0 govuk-spacing(3) 0;
margin: govuk-spacing(7) 0 govuk-spacing(3);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"standardx": "^7.0.0",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-gds": "^2.0.0"
},
"packageManager": "yarn@3.5.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ __metadata:
jasmine-browser-runner: ^2.4.0
jasmine-core: ^5.1.2
standardx: ^7.0.0
stylelint: ^16.4.0
stylelint: ^16.5.0
stylelint-config-gds: ^2.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3402,9 +3402,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint@npm:^16.4.0":
version: 16.4.0
resolution: "stylelint@npm:16.4.0"
"stylelint@npm:^16.5.0":
version: 16.5.0
resolution: "stylelint@npm:16.5.0"
dependencies:
"@csstools/css-parser-algorithms": ^2.6.1
"@csstools/css-tokenizer": ^2.2.4
Expand Down Expand Up @@ -3447,7 +3447,7 @@ __metadata:
write-file-atomic: ^5.0.1
bin:
stylelint: bin/stylelint.mjs
checksum: 0363d1eaa1663fa9f7b7b59a8a3cae527ed7cb9b61647da67770f989472595c9d368b8e72aef9dfc5e2ad856f1cbcf19118c4340c693a4fcddab3ab202677ae6
checksum: 65271934af21e37117cc6586ebb46cb2629d5c247f05a0b39effca08bf6c85c1a4f489e5b04519e301e65d2f1996a395bc34d3b8ccbb4e7125d820381662ddc7
languageName: node
linkType: hard

Expand Down

0 comments on commit 088a1df

Please sign in to comment.