Skip to content

Commit

Permalink
Bump the all group across 1 directory with 6 updates (#2702)
Browse files Browse the repository at this point in the history
* Bump the all group across 1 directory with 6 updates

Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/primitives](https://github.com/primer/primitives) | `9.1.0` | `9.1.1` |
| [@primer/view-components](https://github.com/primer/view_components) | `0.33.0` | `0.34.0` |
| [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.fe9ab86` | `13.0.0` |
| [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.1` | `5.0.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` |



Updates `@primer/primitives` from 9.1.0 to 9.1.1
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](primer/primitives@v9.1.0...v9.1.1)

Updates `@primer/view-components` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/primer/view_components/releases)
- [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md)
- [Commits](primer/view_components@v0.33.0...v0.34.0)

Updates `@primer/stylelint-config` from 13.0.0-rc.fe9ab86 to 13.0.0
- [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/commits/v13.0.0)

Updates `eslint` from 9.9.1 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.10.0)

Updates `eslint-plugin-github` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.0.1...v5.0.2)

Updates `postcss` from 8.4.45 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.45...8.4.47)

---
updated-dependencies:
- dependency-name: "@primer/primitives"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@primer/view-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@primer/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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

* Disable lint errors

---------

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 <yes@jonrohan.codes>
  • Loading branch information
dependabot[bot] and jonrohan committed Sep 17, 2024
1 parent 5097430 commit 479dc53
Show file tree
Hide file tree
Showing 31 changed files with 285 additions and 1,176 deletions.
1,319 changes: 145 additions & 1,174 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@primer/primitives": "^9.0.3",
"@primer/view-components": "^0.33.0"
"@primer/view-components": "^0.34.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"stylelint": "^16.6.1",
"stylelint": "^16.9.0",
"table": "^6.8.1"
},
"jest": {
Expand Down
2 changes: 2 additions & 0 deletions src/autocomplete/suggester.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
li {
display: block;
padding: var(--base-size-4) var(--base-size-8);
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-semibold;
// stylelint-disable-next-line primer/borders
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));

small {
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-normal;
color: var(--fgColor-muted, var(--color-fg-muted));
}
Expand Down
1 change: 1 addition & 0 deletions src/base/kbd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
kbd {
display: inline-block;
padding: var(--base-size-4);
// stylelint-disable-next-line primer/typography
font: 11px $mono-font;
// stylelint-disable-next-line primer/typography
line-height: 10px;
Expand Down
4 changes: 4 additions & 0 deletions src/base/typography-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,18 @@ dd {
tt,
code,
samp {
// stylelint-disable-next-line primer/typography
font-family: $mono-font;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
}

pre {
margin-top: 0;
margin-bottom: 0;
// stylelint-disable-next-line primer/typography
font-family: $mono-font;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
}

Expand Down
1 change: 1 addition & 0 deletions src/branch-name/branch-name.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
display: inline-block;
// stylelint-disable-next-line primer/spacing
padding: 2px 6px;
// stylelint-disable-next-line primer/typography
font: 12px $mono-font;
color: var(--fgColor-muted, var(--color-fg-muted));
word-break: break-all;
Expand Down
6 changes: 6 additions & 0 deletions src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
display: inline-block;
// stylelint-disable-next-line primer/spacing
padding: 5px var(--base-size-16);
// stylelint-disable-next-line primer/typography
font-size: $body-font-size;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-semibold;
// stylelint-disable-next-line primer/typography
line-height: 20px; // Specifically not inherit our `<body>` default
Expand All @@ -31,7 +33,9 @@
}

i {
// stylelint-disable-next-line primer/typography
font-style: normal;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-semibold;
opacity: 0.75;
}
Expand Down Expand Up @@ -312,6 +316,7 @@ a.btn-primary {
.btn-sm {
// stylelint-disable-next-line primer/spacing
padding: 3px 12px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
line-height: 20px;
Expand All @@ -326,6 +331,7 @@ a.btn-primary {
// stylelint-disable-next-line primer/spacing
padding: $em-spacer-6 1.5em;
font-size: inherit;
// stylelint-disable-next-line primer/typography
line-height: $lh-default;

// stylelint-disable-next-line primer/borders
Expand Down
6 changes: 6 additions & 0 deletions src/buttons/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
padding: 5px;
// stylelint-disable-next-line primer/spacing
margin-left: 5px;
// stylelint-disable-next-line primer/typography
line-height: $lh-condensed-ultra;
color: var(--fgColor-muted, var(--color-fg-muted));
vertical-align: middle;
Expand Down Expand Up @@ -155,6 +156,7 @@
display: inline-block;
// stylelint-disable-next-line primer/spacing
margin-left: 5px;
// stylelint-disable-next-line primer/typography
line-height: 0;
}
}
Expand All @@ -165,7 +167,9 @@
height: 12px;
// stylelint-disable-next-line primer/spacing
padding: 0 5px 5px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
// stylelint-disable-next-line primer/typography
line-height: 6px;
Expand Down Expand Up @@ -210,7 +214,9 @@
float: left;
// stylelint-disable-next-line primer/spacing
padding: 3px 12px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
// stylelint-disable-next-line primer/typography
line-height: 20px;
Expand Down
13 changes: 13 additions & 0 deletions src/forms/form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.form-select {
// stylelint-disable-next-line primer/spacing
padding: 5px 12px;
// stylelint-disable-next-line primer/typography
font-size: $body-font-size;
// stylelint-disable-next-line primer/typography
line-height: 20px;
Expand Down Expand Up @@ -65,9 +66,11 @@

// Ensures inputs don't zoom on mobile iPhone but are body-font size on iPad
@supports (-webkit-touch-callout: none) {
// stylelint-disable-next-line primer/typography
font-size: $h4-size;

@include breakpoint(md) {
// stylelint-disable-next-line primer/typography
font-size: $body-font-size;
}
}
Expand All @@ -77,6 +80,7 @@
textarea.form-control {
padding-top: var(--base-size-8);
padding-bottom: var(--base-size-8);
// stylelint-disable-next-line primer/typography
line-height: $lh-default;
}

Expand All @@ -96,13 +100,15 @@ textarea.form-control {
padding-top: 3px;
// stylelint-disable-next-line primer/spacing
padding-bottom: 3px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
line-height: 20px;
}

// Large inputs
.input-lg {
// stylelint-disable-next-line primer/typography
font-size: $h4-size;
}

Expand All @@ -114,6 +120,7 @@ textarea.form-control {

// Inputs with monospace text
.input-monospace {
// stylelint-disable-next-line primer/typography
font-family: $mono-font;
}

Expand Down Expand Up @@ -144,6 +151,7 @@ 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 All @@ -162,7 +170,9 @@ textarea.form-control {
.note {
display: block;
margin: 0;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-normal;
color: var(--fgColor-muted, var(--color-fg-muted));
}
Expand Down Expand Up @@ -255,6 +265,7 @@ input::-webkit-inner-spin-button {
padding: var(--base-size-8) 10px;
// stylelint-disable-next-line primer/spacing
margin: 10px 0;
// stylelint-disable-next-line primer/typography
font-size: $h5-size;
color: var(--fgColor-attention, var(--color-attention-fg));
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
Expand All @@ -265,10 +276,12 @@ input::-webkit-inner-spin-button {

p {
margin: 0;
// stylelint-disable-next-line primer/typography
line-height: $lh-default;
}

a {
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
}
}
5 changes: 5 additions & 0 deletions src/forms/form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@
.error,
.indicator {
display: none;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
}

Expand Down Expand Up @@ -174,7 +176,9 @@
max-width: 450px; // Keep our long errors readable
padding: var(--base-size-4) var(--base-size-8);
margin: var(--base-size-8) 0 0;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-normal;
// stylelint-disable-next-line primer/borders
border-style: $border-style;
Expand Down Expand Up @@ -281,6 +285,7 @@
min-height: 17px;
// stylelint-disable-next-line primer/spacing
margin: var(--base-size-4) 0 2px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
color: var(--fgColor-muted, var(--color-fg-muted));

Expand Down
1 change: 1 addition & 0 deletions src/forms/form-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
padding-top: 3px;
// stylelint-disable-next-line primer/spacing
padding-bottom: 3px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;

&[multiple] {
Expand Down
1 change: 1 addition & 0 deletions src/forms/radio-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
padding: 6px var(--base-size-16) 6px calc(var(--base-size-16) + 12px + var(--base-size-8)); // 12px is the size of the radio-input
// stylelint-disable-next-line primer/spacing
margin-left: -1px;
// stylelint-disable-next-line primer/typography
font-size: $body-font-size;
// stylelint-disable-next-line primer/typography
line-height: 20px; // Specifically not inherit our `<body>` default
Expand Down
3 changes: 3 additions & 0 deletions src/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
z-index: 32; // TODO: Figure out z-index system
display: flex;
padding: var(--base-size-16);
// stylelint-disable-next-line primer/typography
font-size: $h5-size;
// stylelint-disable-next-line primer/typography
line-height: $lh-default;
color: var(--header-fgColor-default, var(--color-header-text));
background-color: var(--header-bgColor, var(--color-header-bg));
Expand All @@ -23,6 +25,7 @@
}

.Header-link {
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
color: var(--header-fgColor-logo, var(--color-header-logo));
white-space: nowrap;
Expand Down
2 changes: 2 additions & 0 deletions src/labels/issue-labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
// stylelint-disable-next-line primer/spacing
top: -0.05em;
display: inline-block;
// stylelint-disable-next-line primer/typography
font-size: 1em;
// stylelint-disable-next-line primer/typography
line-height: $lh-condensed-ultra;
}

Expand Down
5 changes: 5 additions & 0 deletions src/labels/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
display: inline-block;
// stylelint-disable-next-line primer/spacing
padding: 0 7px;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-semibold;
// stylelint-disable-next-line primer/typography
line-height: 18px;
white-space: nowrap;
// stylelint-disable-next-line primer/borders
Expand All @@ -23,6 +26,7 @@
padding-right: 10px;
// stylelint-disable-next-line primer/spacing
padding-left: 10px;
// stylelint-disable-next-line primer/typography
line-height: 22px;
}

Expand All @@ -35,5 +39,6 @@
display: inline;
// stylelint-disable-next-line primer/spacing
padding: 0.12em $em-spacer-5;
// stylelint-disable-next-line primer/typography
font-size: 85%;
}
1 change: 1 addition & 0 deletions src/layout/page-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
height: var(--base-size-8);
content: '';
background-color: var(--bgColor-inset, var(--color-canvas-inset));
// stylelint-disable-next-line primer/box-shadow
box-shadow: inset 0 1px $Layout-divider-color, inset 0 -1px $Layout-divider-color;
}

Expand Down
3 changes: 3 additions & 0 deletions src/markdown/blob-csv.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// stylelint-disable-next-line primer/spacing
padding: 5px;
overflow: hidden;
// stylelint-disable-next-line primer/typography
font-size: $font-size-small;
// stylelint-disable-next-line primer/typography
line-height: $lh-condensed-ultra;
text-align: left;
white-space: nowrap;
Expand All @@ -22,6 +24,7 @@
tr { border-top: 0; }

th {
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
background: var(--bgColor-muted, var(--color-canvas-subtle));
border-top: 0;
Expand Down
2 changes: 2 additions & 0 deletions src/markdown/footnotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}

.footnotes {
// stylelint-disable-next-line primer/typography
font-size: $h6-size;
color: var(--fgColor-muted, var(--color-fg-muted));
// stylelint-disable-next-line primer/borders
Expand Down Expand Up @@ -51,6 +52,7 @@
}

.data-footnote-backref g-emoji {
// stylelint-disable-next-line primer/typography
font-family: monospace;
}
}
Expand Down
3 changes: 3 additions & 0 deletions src/markdown/headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
h6 {
margin-top: var(--base-size-24);
margin-bottom: var(--base-size-16);
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
// stylelint-disable-next-line primer/typography
line-height: $lh-condensed;

.octicon-link {
Expand Down Expand Up @@ -60,6 +62,7 @@
}

h4 {
// stylelint-disable-next-line primer/typography
font-size: 1em;
}

Expand Down
Loading

0 comments on commit 479dc53

Please sign in to comment.