Skip to content

Commit

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

Bumps the all group with 4 updates in the / directory: [@changesets/cli](https://github.com/changesets/changesets), [@primer/stylelint-config](https://github.com/primer/stylelint-config), [eslint](https://github.com/eslint/eslint) and [stylelint](https://github.com/stylelint/stylelint).


Updates `@changesets/cli` from 2.27.8 to 2.27.9
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.8...@changesets/cli@2.27.9)

Updates `@primer/stylelint-config` from 13.0.1 to 13.1.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.1...v13.1.1)

Updates `eslint` from 9.11.1 to 9.12.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.12.0)

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

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

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

* Disable stylelint 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 authored Oct 14, 2024
1 parent f3593ed commit 1ec7313
Show file tree
Hide file tree
Showing 27 changed files with 603 additions and 641 deletions.
1,146 changes: 547 additions & 599 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/autocomplete/suggester.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
list-style: none;
cursor: pointer;
background: var(--overlay-bgColor, var(--color-canvas-overlay));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--borderColor-default, var(--color-border-default));
// stylelint-disable-next-line primer/borders
border-radius: $border-radius;
Expand All @@ -23,7 +23,7 @@
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
// stylelint-disable-next-line primer/borders, primer/colors
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));

small {
Expand Down
2 changes: 1 addition & 1 deletion src/base/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ hr,
overflow: hidden;
background: transparent;
border: 0;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));

@include clearfix();
Expand Down
2 changes: 1 addition & 1 deletion src/base/kbd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kbd {
color: var(--fgColor-default, var(--color-fg-default));
vertical-align: middle;
background-color: var(--bgColor-muted, var(--color-canvas-subtle));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-style $border-width var(--borderColor-neutral-muted, var(--color-neutral-muted));
border-bottom-color: var(--borderColor-neutral-muted, var(--color-neutral-muted));
// stylelint-disable-next-line primer/borders
Expand Down
2 changes: 1 addition & 1 deletion src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
vertical-align: middle;
cursor: pointer;
user-select: none;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style;
// stylelint-disable-next-line primer/borders
border-radius: $border-radius;
Expand Down
2 changes: 1 addition & 1 deletion src/buttons/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
color: var(--fgColor-default, var(--color-fg-default));
vertical-align: middle;
background-color: var(--bgColor-default, var(--color-canvas-default));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--button-default-borderColor-rest, var(--color-btn-border));
border-left: 0;
// stylelint-disable-next-line primer/borders
Expand Down
6 changes: 3 additions & 3 deletions src/forms/form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-color: var(--bgColor-default, var(--color-canvas-default));
background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)
background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--control-borderColor-rest, var(--color-border-default));
// stylelint-disable-next-line primer/borders
border-radius: $border-radius;
Expand Down Expand Up @@ -46,7 +46,7 @@
&.border-0 {
&:focus,
&:focus-visible {
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--borderColor-accent-emphasis, var(--color-accent-fg)) !important;
}
}
Expand Down Expand Up @@ -268,7 +268,7 @@ input::-webkit-inner-spin-button {
font-size: $h5-size;
color: var(--fgColor-attention, var(--color-attention-fg));
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
// stylelint-disable-next-line primer/borders
border-radius: $border-radius;
Expand Down
2 changes: 1 addition & 1 deletion src/forms/form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
height: 0;
pointer-events: none;
content: ' ';
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-style transparent;
}

Expand Down
2 changes: 1 addition & 1 deletion src/forms/radio-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
line-height: 20px; // Specifically not inherit our `<body>` default
color: var(--fgColor-default, var(--color-fg-default));
cursor: pointer;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--borderColor-default, var(--color-border-default));

:checked + & {
Expand Down
2 changes: 1 addition & 1 deletion src/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
.Header-input {
color: var(--header-fgColor-default, var(--color-header-text));
background-color: var(--headerSearch-bgColor, var(--color-header-search-bg));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--headerSearch-borderColor, var(--color-header-search-border));
box-shadow: none;

Expand Down
2 changes: 1 addition & 1 deletion src/labels/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// stylelint-disable-next-line primer/typography
line-height: 18px;
white-space: nowrap;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style transparent;
// stylelint-disable-next-line primer/borders
border-radius: 2em;
Expand Down
1 change: 1 addition & 0 deletions src/layout/app-frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
overflow: hidden;
text-indent: var(--base-size-128, 128px);
pointer-events: none;
// stylelint-disable-next-line primer/colors
background: var(--borderColor-default, var(--color-border-default));
border-radius: var(--borderRadius-full, 100vh);
}
Expand Down
9 changes: 5 additions & 4 deletions src/layout/page-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
width: calc(100% + (var(--Layout-outer-spacing-x) * 2));
height: 1px;
content: '';
// stylelint-disable-next-line primer/colors
background-color: $Layout-divider-color;
}

Expand Down Expand Up @@ -77,7 +78,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
.PageLayout-header--hasDivider {
// stylelint-disable-next-line primer/spacing
padding-bottom: max(var(--Layout-row-gap), var(--Layout-inner-spacing-min));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-bottom: $border-width solid $Layout-divider-color;
}

Expand All @@ -86,7 +87,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
.PageLayout-footer--hasDivider {
// stylelint-disable-next-line primer/spacing
padding-top: max(var(--Layout-row-gap), var(--Layout-inner-spacing-min));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-top: $border-width solid $Layout-divider-color;
}

Expand All @@ -95,7 +96,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
&.PageLayout--hasPaneDivider {
&.PageLayout--panePos-start {
.PageLayout-pane {
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-right: $border-width solid $Layout-divider-color;
}

Expand All @@ -116,7 +117,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;

&.PageLayout--panePos-end {
.PageLayout-pane {
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-left: $border-width solid $Layout-divider-color;
}

Expand Down
4 changes: 2 additions & 2 deletions src/markdown/footnotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// stylelint-disable-next-line primer/typography
font-size: $h6-size;
color: var(--fgColor-muted, var(--color-fg-muted));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-top: $border;

ol {
Expand All @@ -41,7 +41,7 @@
left: calc(var(--base-size-24) * -1);
pointer-events: none;
content: '';
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: 2px $border-style var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
// stylelint-disable-next-line primer/borders
border-radius: $border-radius;
Expand Down
4 changes: 2 additions & 2 deletions src/markdown/headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
padding-bottom: 0.3em;
// stylelint-disable-next-line primer/typography
font-size: 2em;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));
}

Expand All @@ -52,7 +52,7 @@
padding-bottom: 0.3em;
// stylelint-disable-next-line primer/typography
font-size: 1.5em;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));
}

Expand Down
2 changes: 1 addition & 1 deletion src/markdown/images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// stylelint-disable-next-line primer/spacing
margin: 13px 0 0;
overflow: hidden;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--borderColor-default, var(--color-border-default));
}

Expand Down
3 changes: 2 additions & 1 deletion src/markdown/markdown-body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
height: $em-spacer-3;
padding: 0;
margin: var(--base-size-24) 0;
// stylelint-disable-next-line primer/colors
background-color: var(--borderColor-default, var(--color-border-default));
border: 0;
}
Expand All @@ -86,7 +87,7 @@
// stylelint-disable-next-line primer/spacing
padding: 0 1em;
color: var(--fgColor-muted, var(--color-fg-muted));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-left: 0.25em $border-style var(--borderColor-default, var(--color-border-default));

> :first-child {
Expand Down
4 changes: 2 additions & 2 deletions src/markdown/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
td {
// stylelint-disable-next-line primer/spacing
padding: 6px 13px;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--borderColor-default, var(--color-border-default));
}

Expand All @@ -30,7 +30,7 @@

tr {
background-color: var(--bgColor-default, var(--color-canvas-default));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-top: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));

&:nth-child(2n) {
Expand Down
3 changes: 2 additions & 1 deletion src/marketing/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
font-weight: $font-weight-bold;
// stylelint-disable-next-line primer/typography
line-height: 1;
// stylelint-disable-next-line primer/colors
color: var(--bgColor-default, var(--color-canvas-default));
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), // stylelint-disable-line primer/colors
var(--color-mktg-btn-bg) !important;
border: 0;
// stylelint-disable-next-line primer/borders
Expand Down
1 change: 0 additions & 1 deletion src/marketing/links/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
height: 2px;
pointer-events: none;
content: '';
// stylelint-disable-next-line primer/colors
background-color: currentColor;
transform: scaleX(0);
transform-origin: 0 0;
Expand Down
3 changes: 2 additions & 1 deletion src/navigation/sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
text-align: left;
background-color: transparent;
border: 0;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-top: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));

&:first-child {
Expand Down Expand Up @@ -59,6 +59,7 @@

// Bar on the left
&::before {
// stylelint-disable-next-line primer/colors
background-color: var(--underlineNav-borderColor-active, var(--color-primer-border-active));
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/navigation/subnav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.subnav-bordered {
// stylelint-disable-next-line primer/spacing
padding-bottom: 20px;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border-bottom: $border-width $border-style var(--borderColor-muted, var(--color-border-muted));
}

Expand All @@ -30,7 +30,7 @@
// stylelint-disable-next-line primer/typography
line-height: 20px;
color: var(--fgColor-default, var(--color-fg-default));
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style var(--control-borderColor-rest, var(--color-border-default));

+ .subnav-item {
Expand Down
3 changes: 1 addition & 2 deletions src/pagination/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
vertical-align: middle;
cursor: pointer;
user-select: none;
// stylelint-disable-next-line primer/borders
// stylelint-disable-next-line primer/borders, primer/colors
border: $border-width $border-style transparent;
// stylelint-disable-next-line primer/borders
border-radius: $border-radius;
Expand Down Expand Up @@ -68,7 +68,6 @@
height: 16px;
vertical-align: text-bottom;
content: '';
// stylelint-disable-next-line primer/colors
background-color: currentColor;
}

Expand Down
Loading

0 comments on commit 1ec7313

Please sign in to comment.