Skip to content

Commit c42dfa9

Browse files
authored
Merge pull request #3608 from alphagov/dependabot/npm_and_yarn/stylelint-16.5.0
Bump stylelint from 16.4.0 to 16.5.0
2 parents b3af509 + 9c6d3b3 commit c42dfa9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/assets/stylesheets/views/_covid.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $c19-landing-page-header-background: govuk-colour("blue");
117117
}
118118

119119
.covid__page-guidance {
120-
padding: govuk-spacing(8) 0 govuk-spacing(9) 0;
120+
padding: govuk-spacing(8) 0 govuk-spacing(9);
121121
background-color: govuk-colour("light-grey");
122122
color: govuk-colour("black");
123123
}

app/assets/stylesheets/views/_world_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.world-locations-groups {
9-
padding: govuk-spacing(5) 0 0 0;
9+
padding: govuk-spacing(5) 0 0;
1010
}
1111

1212
.world-locations-group__list {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jasmine-browser-runner": "^2.4.0",
3838
"jasmine-core": "^5.1.2",
3939
"standardx": "^7.0.0",
40-
"stylelint": "^16.4.0",
40+
"stylelint": "^16.5.0",
4141
"stylelint-config-gds": "^2.0.0"
4242
},
4343
"packageManager": "yarn@3.4.1"

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ __metadata:
463463
jasmine-browser-runner: ^2.4.0
464464
jasmine-core: ^5.1.2
465465
standardx: ^7.0.0
466-
stylelint: ^16.4.0
466+
stylelint: ^16.5.0
467467
stylelint-config-gds: ^2.0.0
468468
languageName: unknown
469469
linkType: soft
@@ -3447,9 +3447,9 @@ __metadata:
34473447
languageName: node
34483448
linkType: hard
34493449

3450-
"stylelint@npm:^16.4.0":
3451-
version: 16.4.0
3452-
resolution: "stylelint@npm:16.4.0"
3450+
"stylelint@npm:^16.5.0":
3451+
version: 16.5.0
3452+
resolution: "stylelint@npm:16.5.0"
34533453
dependencies:
34543454
"@csstools/css-parser-algorithms": ^2.6.1
34553455
"@csstools/css-tokenizer": ^2.2.4
@@ -3492,7 +3492,7 @@ __metadata:
34923492
write-file-atomic: ^5.0.1
34933493
bin:
34943494
stylelint: bin/stylelint.mjs
3495-
checksum: 0363d1eaa1663fa9f7b7b59a8a3cae527ed7cb9b61647da67770f989472595c9d368b8e72aef9dfc5e2ad856f1cbcf19118c4340c693a4fcddab3ab202677ae6
3495+
checksum: 65271934af21e37117cc6586ebb46cb2629d5c247f05a0b39effca08bf6c85c1a4f489e5b04519e301e65d2f1996a395bc34d3b8ccbb4e7125d820381662ddc7
34963496
languageName: node
34973497
linkType: hard
34983498

0 commit comments

Comments
 (0)