Skip to content

Commit

Permalink
Bump @primer/stylelint-config from 13.0.0 to 13.0.1 in the all group (#…
Browse files Browse the repository at this point in the history
…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](primer/stylelint-config@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>
  • Loading branch information
dependabot[bot] and jonrohan authored Sep 20, 2024
1 parent 55e1aaf commit 5529286
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/forms/form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/markdown/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions src/marketing/type/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/pagination/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5529286

Please sign in to comment.