Skip to content

Commit 44519d6

Browse files
authored
Merge pull request #3795 from SwiftPackageIndex/dependabot/npm_and_yarn/npm-dependencies-b88a3fa613
NPM: Bump the npm-dependencies group with 3 updates
2 parents f1e51f1 + 5c7f426 commit 44519d6

File tree

7 files changed

+175
-174
lines changed

7 files changed

+175
-174
lines changed

.stylelintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
ignoreAtRules: ['else'],
1414
},
1515
],
16-
'color-function-notation': 'legacy',
16+
'color-function-notation': 'modern',
1717
'color-hex-length': 'long',
1818
'custom-property-empty-line-before': null,
1919
'declaration-block-no-redundant-longhand-properties': null,

FrontEnd/docc.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ header.spi,
2222
footer.spi {
2323
position: sticky;
2424
width: 100%;
25-
font-family: -apple-system, BlinkMacSystemFont, 'SF Hello', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
25+
font-family:
26+
-apple-system, BlinkMacSystemFont, 'SF Hello', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
2627
'Apple Color Emoji', 'Segoe UI Emoji' !important;
2728
font-size: 16px;
2829
line-height: 1.4;
@@ -135,14 +136,14 @@ header.spi {
135136
min-width: 200px;
136137
padding: 15px 0;
137138
background-color: var(--header-background);
138-
border-top: 3px rgba(255, 255, 255, 20%) solid;
139+
border-top: 3px rgb(255 255 255 / 20%) solid;
139140
box-shadow: var(--panel-shadow);
140141

141142
li {
142143
padding: 2px 15px 2px 20px;
143144

144145
&.current {
145-
background-color: rgba(255, 255, 255, 15%);
146+
background-color: rgb(255 255 255 / 15%);
146147
}
147148
}
148149
}
@@ -172,10 +173,10 @@ header.spi {
172173
}
173174

174175
.latest-stable-wrap {
175-
background-color: rgba(255, 255, 255, 7.5%);
176+
background-color: rgb(255 255 255 / 7.5%);
176177

177178
@media (prefers-color-scheme: dark) {
178-
background-color: rgba(0, 0, 0, 12.5%);
179+
background-color: rgb(0 0 0 / 12.5%);
179180
}
180181
}
181182

@@ -212,7 +213,7 @@ header.spi {
212213
font-size: 10px;
213214
text-align: center;
214215
color: var(--header-text);
215-
background-color: rgba(255, 255, 255, 20%);
216+
background-color: rgb(255 255 255 / 20%);
216217
border-radius: 4px;
217218
}
218219
}

FrontEnd/styles/blog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ body.blog {
9999

100100
.blog-post {
101101
picture.shadow img {
102-
box-shadow: 0 3px 8px 2px rgba(100, 100, 100, 20%);
102+
box-shadow: 0 3px 8px 2px rgb(100 100 100 / 20%);
103103
}
104104

105105
img {

FrontEnd/styles/colors.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
--panel-background: var(--very-light-grey);
7171
--panel-background-hover: var(--light-grey);
7272
--panel-border: var(--light-grey);
73-
--panel-shadow: 0 6px 10px 5px rgba(0, 0, 0, 10%);
73+
--panel-shadow: 0 6px 10px 5px rgb(0 0 0 / 10%);
7474
--panel-underlay-background: var(--black);
7575
--panel-underlay-opacity: 0.5;
7676

@@ -90,8 +90,8 @@
9090
--header-text: var(--white);
9191
--header-link-text: var(--white);
9292
--header-link-highlight: var(--yellow);
93-
--header-gradient-start: rgba(255, 255, 255, 20%);
94-
--header-gradient-end: rgba(255, 255, 255, 5%);
93+
--header-gradient-start: rgb(255 255 255 / 20%);
94+
--header-gradient-end: rgb(255 255 255 / 5%);
9595

9696
--breadcrumb: var(--light-grey);
9797
--breadcrumb-header: var(--grey);
@@ -162,27 +162,27 @@
162162
--big-button-blue-background: var(--mid-blue);
163163
--big-button-blue-border: var(--light-blue);
164164

165-
--keyword-count-background: rgba(0, 0, 0, 10%);
165+
--keyword-count-background: rgb(0 0 0 / 10%);
166166

167167
--panel-button-background: var(--very-light-grey);
168-
--panel-button-shadow: 0 3px 5px 5px rgba(0, 0, 0, 5%);
168+
--panel-button-shadow: 0 3px 5px 5px rgb(0 0 0 / 5%);
169169
--panel-button-text: var(--white);
170170
--panel-accent: var(--dark-grey);
171171

172172
--package-funding-background: var(--very-light-grey);
173173

174174
--scta-avatar-gradient: linear-gradient(
175-
rgba(241, 241, 241, 0%) 0,
176-
rgba(241, 241, 241, 0%) 50%,
177-
rgba(241, 241, 241, 100%) 100%
175+
rgb(241 241 241 / 0%) 0,
176+
rgb(241 241 241 / 0%) 50%,
177+
rgb(241 241 241 / 100%) 100%
178178
);
179179
--scta-panel-accent: var(--pink);
180180
--ccta-panel-accent: var(--mid-blue);
181181
--ghcta-panel-accent: var(--pink);
182182
--podcast-panel-background: var(--very-light-blue);
183183
--podcast-panel-accent: var(--light-blue);
184184

185-
--avatar-shadow: 0 2px 2px 3px rgba(0, 0, 0, 5%);
185+
--avatar-shadow: 0 2px 2px 3px rgb(0 0 0 / 5%);
186186

187187
--rss-subscribe-color: var(--orange);
188188

@@ -245,8 +245,8 @@
245245
--table-row-alt-background: var(--very-very-dark-grey);
246246

247247
--header-background: var(--very-dark-blue);
248-
--header-gradient-start: rgba(255, 255, 255, 8%);
249-
--header-gradient-end: rgba(255, 255, 255, 3%);
248+
--header-gradient-start: rgb(255 255 255 / 8%);
249+
--header-gradient-end: rgb(255 255 255 / 3%);
250250

251251
--breadcrumb: var(--dark-grey);
252252

@@ -300,17 +300,17 @@
300300
--big-button-blue-background: var(--mid-blue);
301301
--big-button-blue-border: var(--light-blue);
302302

303-
--keyword-count-background: rgba(255, 255, 255, 12.5%);
303+
--keyword-count-background: rgb(255 255 255 / 12.5%);
304304

305305
--panel-button-background: var(--very-dark-grey);
306306
--panel-cta-background: var(--dark-grey);
307307

308308
--package-funding-background: var(--very-dark-grey);
309309

310310
--scta-avatar-gradient: linear-gradient(
311-
rgba(25, 25, 35, 0%) 0,
312-
rgba(25, 25, 35, 0%) 50%,
313-
rgba(25, 25, 35, 100%) 100%
311+
rgb(25 25 35 / 0%) 0,
312+
rgb(25 25 35 / 0%) 50%,
313+
rgb(25 25 35 / 100%) 100%
314314
);
315315

316316
--debug-console-background: var(--dark-blue);

FrontEnd/styles/markdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
.markdown main {
2020
picture.shadow img {
21-
box-shadow: 0 3px 8px 2px rgba(100, 100, 100, 20%);
21+
box-shadow: 0 3px 8px 2px rgb(100 100 100 / 20%);
2222
}
2323

2424
img {

0 commit comments

Comments
 (0)