Skip to content

Commit 479dc53

Browse files
Bump the all group across 1 directory with 6 updates (#2702)
* 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>
1 parent 5097430 commit 479dc53

31 files changed

+285
-1176
lines changed

package-lock.json

Lines changed: 145 additions & 1174 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@primer/primitives": "^9.0.3",
45-
"@primer/view-components": "^0.33.0"
45+
"@primer/view-components": "^0.34.0"
4646
},
4747
"devDependencies": {
4848
"@changesets/changelog-github": "^0.5.0",
@@ -71,7 +71,7 @@
7171
"postcss-simple-vars": "^7.0.1",
7272
"prettier": "^3.2.5",
7373
"semver": "^7.6.0",
74-
"stylelint": "^16.6.1",
74+
"stylelint": "^16.9.0",
7575
"table": "^6.8.1"
7676
},
7777
"jest": {

src/autocomplete/suggester.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
li {
2222
display: block;
2323
padding: var(--base-size-4) var(--base-size-8);
24+
// stylelint-disable-next-line primer/typography
2425
font-weight: $font-weight-semibold;
2526
// stylelint-disable-next-line primer/borders
2627
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));
2728

2829
small {
30+
// stylelint-disable-next-line primer/typography
2931
font-weight: $font-weight-normal;
3032
color: var(--fgColor-muted, var(--color-fg-muted));
3133
}

src/base/kbd.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
kbd {
55
display: inline-block;
66
padding: var(--base-size-4);
7+
// stylelint-disable-next-line primer/typography
78
font: 11px $mono-font;
89
// stylelint-disable-next-line primer/typography
910
line-height: 10px;

src/base/typography-base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,18 @@ dd {
6868
tt,
6969
code,
7070
samp {
71+
// stylelint-disable-next-line primer/typography
7172
font-family: $mono-font;
73+
// stylelint-disable-next-line primer/typography
7274
font-size: $font-size-small;
7375
}
7476

7577
pre {
7678
margin-top: 0;
7779
margin-bottom: 0;
80+
// stylelint-disable-next-line primer/typography
7881
font-family: $mono-font;
82+
// stylelint-disable-next-line primer/typography
7983
font-size: $font-size-small;
8084
}
8185

src/branch-name/branch-name.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
display: inline-block;
77
// stylelint-disable-next-line primer/spacing
88
padding: 2px 6px;
9+
// stylelint-disable-next-line primer/typography
910
font: 12px $mono-font;
1011
color: var(--fgColor-muted, var(--color-fg-muted));
1112
word-break: break-all;

src/buttons/button.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
display: inline-block;
77
// stylelint-disable-next-line primer/spacing
88
padding: 5px var(--base-size-16);
9+
// stylelint-disable-next-line primer/typography
910
font-size: $body-font-size;
11+
// stylelint-disable-next-line primer/typography
1012
font-weight: $font-weight-semibold;
1113
// stylelint-disable-next-line primer/typography
1214
line-height: 20px; // Specifically not inherit our `<body>` default
@@ -31,7 +33,9 @@
3133
}
3234

3335
i {
36+
// stylelint-disable-next-line primer/typography
3437
font-style: normal;
38+
// stylelint-disable-next-line primer/typography
3539
font-weight: $font-weight-semibold;
3640
opacity: 0.75;
3741
}
@@ -312,6 +316,7 @@ a.btn-primary {
312316
.btn-sm {
313317
// stylelint-disable-next-line primer/spacing
314318
padding: 3px 12px;
319+
// stylelint-disable-next-line primer/typography
315320
font-size: $font-size-small;
316321
// stylelint-disable-next-line primer/typography
317322
line-height: 20px;
@@ -326,6 +331,7 @@ a.btn-primary {
326331
// stylelint-disable-next-line primer/spacing
327332
padding: $em-spacer-6 1.5em;
328333
font-size: inherit;
334+
// stylelint-disable-next-line primer/typography
329335
line-height: $lh-default;
330336

331337
// stylelint-disable-next-line primer/borders

src/buttons/misc.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
padding: 5px;
9191
// stylelint-disable-next-line primer/spacing
9292
margin-left: 5px;
93+
// stylelint-disable-next-line primer/typography
9394
line-height: $lh-condensed-ultra;
9495
color: var(--fgColor-muted, var(--color-fg-muted));
9596
vertical-align: middle;
@@ -155,6 +156,7 @@
155156
display: inline-block;
156157
// stylelint-disable-next-line primer/spacing
157158
margin-left: 5px;
159+
// stylelint-disable-next-line primer/typography
158160
line-height: 0;
159161
}
160162
}
@@ -165,7 +167,9 @@
165167
height: 12px;
166168
// stylelint-disable-next-line primer/spacing
167169
padding: 0 5px 5px;
170+
// stylelint-disable-next-line primer/typography
168171
font-size: $font-size-small;
172+
// stylelint-disable-next-line primer/typography
169173
font-weight: $font-weight-bold;
170174
// stylelint-disable-next-line primer/typography
171175
line-height: 6px;
@@ -210,7 +214,9 @@
210214
float: left;
211215
// stylelint-disable-next-line primer/spacing
212216
padding: 3px 12px;
217+
// stylelint-disable-next-line primer/typography
213218
font-size: $font-size-small;
219+
// stylelint-disable-next-line primer/typography
214220
font-weight: $font-weight-bold;
215221
// stylelint-disable-next-line primer/typography
216222
line-height: 20px;

src/forms/form-control.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.form-select {
1010
// stylelint-disable-next-line primer/spacing
1111
padding: 5px 12px;
12+
// stylelint-disable-next-line primer/typography
1213
font-size: $body-font-size;
1314
// stylelint-disable-next-line primer/typography
1415
line-height: 20px;
@@ -65,9 +66,11 @@
6566

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

7072
@include breakpoint(md) {
73+
// stylelint-disable-next-line primer/typography
7174
font-size: $body-font-size;
7275
}
7376
}
@@ -77,6 +80,7 @@
7780
textarea.form-control {
7881
padding-top: var(--base-size-8);
7982
padding-bottom: var(--base-size-8);
83+
// stylelint-disable-next-line primer/typography
8084
line-height: $lh-default;
8185
}
8286

@@ -96,13 +100,15 @@ textarea.form-control {
96100
padding-top: 3px;
97101
// stylelint-disable-next-line primer/spacing
98102
padding-bottom: 3px;
103+
// stylelint-disable-next-line primer/typography
99104
font-size: $font-size-small;
100105
// stylelint-disable-next-line primer/typography
101106
line-height: 20px;
102107
}
103108

104109
// Large inputs
105110
.input-lg {
111+
// stylelint-disable-next-line primer/typography
106112
font-size: $h4-size;
107113
}
108114

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

115121
// Inputs with monospace text
116122
.input-monospace {
123+
// stylelint-disable-next-line primer/typography
117124
font-family: $mono-font;
118125
}
119126

@@ -144,6 +151,7 @@ textarea.form-control {
144151
left: calc(var(--base-size-4) * -1);
145152
// stylelint-disable-next-line primer/spacing
146153
padding: 2px var(--base-size-4);
154+
// stylelint-disable-next-line primer/typography
147155
font-style: normal;
148156
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
149157
// stylelint-disable-next-line primer/borders
@@ -162,7 +170,9 @@ textarea.form-control {
162170
.note {
163171
display: block;
164172
margin: 0;
173+
// stylelint-disable-next-line primer/typography
165174
font-size: $font-size-small;
175+
// stylelint-disable-next-line primer/typography
166176
font-weight: $font-weight-normal;
167177
color: var(--fgColor-muted, var(--color-fg-muted));
168178
}
@@ -255,6 +265,7 @@ input::-webkit-inner-spin-button {
255265
padding: var(--base-size-8) 10px;
256266
// stylelint-disable-next-line primer/spacing
257267
margin: 10px 0;
268+
// stylelint-disable-next-line primer/typography
258269
font-size: $h5-size;
259270
color: var(--fgColor-attention, var(--color-attention-fg));
260271
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
@@ -265,10 +276,12 @@ input::-webkit-inner-spin-button {
265276

266277
p {
267278
margin: 0;
279+
// stylelint-disable-next-line primer/typography
268280
line-height: $lh-default;
269281
}
270282

271283
a {
284+
// stylelint-disable-next-line primer/typography
272285
font-weight: $font-weight-bold;
273286
}
274287
}

src/forms/form-group.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@
134134
.error,
135135
.indicator {
136136
display: none;
137+
// stylelint-disable-next-line primer/typography
137138
font-size: $font-size-small;
139+
// stylelint-disable-next-line primer/typography
138140
font-weight: $font-weight-bold;
139141
}
140142

@@ -174,7 +176,9 @@
174176
max-width: 450px; // Keep our long errors readable
175177
padding: var(--base-size-4) var(--base-size-8);
176178
margin: var(--base-size-8) 0 0;
179+
// stylelint-disable-next-line primer/typography
177180
font-size: $font-size-small;
181+
// stylelint-disable-next-line primer/typography
178182
font-weight: $font-weight-normal;
179183
// stylelint-disable-next-line primer/borders
180184
border-style: $border-style;
@@ -281,6 +285,7 @@
281285
min-height: 17px;
282286
// stylelint-disable-next-line primer/spacing
283287
margin: var(--base-size-4) 0 2px;
288+
// stylelint-disable-next-line primer/typography
284289
font-size: $font-size-small;
285290
color: var(--fgColor-muted, var(--color-fg-muted));
286291

0 commit comments

Comments
 (0)