1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 01:53:17 +03:00

Bump @primer/stylelint-config from 13.0.0 to 13.0.1 in the all group (#2711)

* Bump @primer/stylelint-config from 13.0.0 to 13.0.1 in the all group

Bumps the all group with 1 update: [@primer/stylelint-config](https://github.com/primer/stylelint-config).


Updates `@primer/stylelint-config` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/primer/stylelint-config/releases)
- [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/primer/stylelint-config/compare/v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: "@primer/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove needless disables

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <jonrohan@github.com>
This commit is contained in:
dependabot[bot] 2024-09-20 10:03:19 -07:00 committed by GitHub
parent 55e1aafc37
commit 55292866f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 3 additions and 9 deletions

6
package-lock.json generated
View File

@ -2015,9 +2015,9 @@
}
},
"node_modules/@primer/stylelint-config": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.0.tgz",
"integrity": "sha512-S0EAeZ6hJ3pq3n9+U+8IGTFOWMToVGHsZ8gM/Qr6mgvk1GNdJ9+AnyD8CegMqszMMF14ZvTjGD+drivQ38rX9A==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.1.tgz",
"integrity": "sha512-DU/JqGa8jYV6EK3z7WruY/L22pbXcjAuIUe8S3euEA8gkH8zY4iSqj2BbSopHSFfTVPBNu1Bq5PwRVSP4B0J+g==",
"dev": true,
"dependencies": {
"@github/browserslist-config": "^1.0.0",

View File

@ -33,7 +33,6 @@
}
i {
// stylelint-disable-next-line primer/typography
font-style: normal;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-semibold;

View File

@ -151,7 +151,6 @@ textarea.form-control {
left: calc(var(--base-size-4) * -1);
// stylelint-disable-next-line primer/spacing
padding: 2px var(--base-size-4);
// stylelint-disable-next-line primer/typography
font-style: normal;
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
// stylelint-disable-next-line primer/borders

View File

@ -88,7 +88,6 @@
margin-top: var(--base-size-16);
// stylelint-disable-next-line primer/typography
font-size: 1em;
// stylelint-disable-next-line primer/typography
font-style: italic;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;

View File

@ -8,7 +8,6 @@
.h6-mktg {
// stylelint-disable-next-line primer/typography
font-family: $font-mktg;
// stylelint-disable-next-line primer/typography
font-feature-settings: $mktg-font-feature-settings;
// stylelint-disable-next-line primer/typography
font-weight: $mktg-header-weight-default !important;
@ -76,7 +75,6 @@
.f6-mktg {
// stylelint-disable-next-line primer/typography
font-family: $font-mktg;
// stylelint-disable-next-line primer/typography
font-feature-settings: $mktg-font-feature-settings;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-normal;

View File

@ -7,7 +7,6 @@
min-width: 32px;
// stylelint-disable-next-line primer/spacing
padding: 5px 10px;
// stylelint-disable-next-line primer/typography
font-style: normal;
// stylelint-disable-next-line primer/typography
line-height: 20px;