Skip to content

Commit 12488ce

Browse files
authored
Fix issue with canary publishing (#2444)
* downgrade postcss * canary release on dependabot
1 parent 27da7cb commit 12488ce

File tree

6 files changed

+1181
-1373
lines changed

6 files changed

+1181
-1373
lines changed

.github/workflows/release_canary.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches-ignore:
55
- 'main'
66
- 'changeset-release/**'
7-
- 'dependabot/**'
87
# Don't release canary when these paths change
98
# It's not necessary because we don't ship them and it creates noise
109
paths-ignore:

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@babel/preset-react": "^7.16.7",
13-
"@koddsson/postcss-sass": "5.0.1",
13+
"@csstools/postcss-sass": "5.0.1",
1414
"@primer/components": "32.1.0",
1515
"@primer/gatsby-theme-doctocat": "4.4.0",
1616
"@primer/octicons": "17.0.0",

docs/yarn.lock

+25-18
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,15 @@
13241324
exec-sh "^0.3.2"
13251325
minimist "^1.2.0"
13261326

1327+
"@csstools/[email protected]":
1328+
version "5.0.1"
1329+
resolved "https://registry.yarnpkg.com/@csstools/postcss-sass/-/postcss-sass-5.0.1.tgz#d5e67b4c81f1b634d722148fbe0e871b71b762a5"
1330+
integrity sha512-GgQAOe6KfABEIHGh9KFqn/7sX2Dmx554PElvyhRFNADo2QV2N/CzlS+QHrrJmVJzaBn829f4JFcOd67mmYb5Eg==
1331+
dependencies:
1332+
"@csstools/sass-import-resolve" "^1.0.0"
1333+
sass "^1.49.7"
1334+
source-map "~0.7.3"
1335+
13271336
"@csstools/sass-import-resolve@^1.0.0":
13281337
version "1.0.0"
13291338
resolved "https://registry.npmjs.org/@csstools/sass-import-resolve/-/sass-import-resolve-1.0.0.tgz"
@@ -1961,15 +1970,6 @@
19611970
"@types/yargs" "^16.0.0"
19621971
chalk "^4.0.0"
19631972

1964-
"@koddsson/[email protected]":
1965-
version "5.0.1"
1966-
resolved "https://registry.npmjs.org/@koddsson/postcss-sass/-/postcss-sass-5.0.1.tgz"
1967-
integrity sha512-Ak4tZ8+aGA1GpkCghzepPGcpQOsYkl/sTDdL9U0z2FikKwBA+fwzzMqGsoMDYQA0RIPxMWmZnFDAMYVGKD/yMg==
1968-
dependencies:
1969-
"@csstools/sass-import-resolve" "^1.0.0"
1970-
sass "^1.32.4"
1971-
source-map "~0.7.3"
1972-
19731973
19741974
version "2.4.0"
19751975
resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.4.0.tgz#e432168019a5f46d7fb2b03cf8ef3a9d672b0f7c"
@@ -11472,6 +11472,11 @@ ignore@^5.1.1, ignore@^5.1.4:
1147211472
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz"
1147311473
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1147411474

11475+
immutable@^4.0.0:
11476+
version "4.3.0"
11477+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.0.tgz#eb1738f14ffb39fd068b1dbe1296117484dd34be"
11478+
integrity sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==
11479+
1147511480
import-cwd@^2.0.0:
1147611481
version "2.1.0"
1147711482
resolved "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz"
@@ -17953,12 +17958,14 @@ sass-loader@^10.1.0:
1795317958
schema-utils "^3.0.0"
1795417959
semver "^7.3.2"
1795517960

17956-
sass@^1.32.4:
17957-
version "1.43.4"
17958-
resolved "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz"
17959-
integrity sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==
17961+
sass@^1.49.7:
17962+
version "1.62.1"
17963+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.1.tgz#caa8d6bf098935bc92fc73fa169fb3790cacd029"
17964+
integrity sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==
1796017965
dependencies:
1796117966
chokidar ">=3.0.0 <4.0.0"
17967+
immutable "^4.0.0"
17968+
source-map-js ">=0.6.2 <2.0.0"
1796217969

1796317970
sax@^1.2.4, sax@~1.2.4:
1796417971
version "1.2.4"
@@ -18484,16 +18491,16 @@ source-list-map@^2.0.0:
1848418491
resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz"
1848518492
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1848618493

18494+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2:
18495+
version "1.0.2"
18496+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
18497+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
18498+
1848718499
source-map-js@^1.0.1:
1848818500
version "1.0.1"
1848918501
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz"
1849018502
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
1849118503

18492-
source-map-js@^1.0.2:
18493-
version "1.0.2"
18494-
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
18495-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
18496-
1849718504
source-map-resolve@^0.5.0:
1849818505
version "0.5.3"
1849918506
resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"devDependencies": {
4949
"@changesets/changelog-github": "0.4.8",
5050
"@changesets/cli": "2.26.1",
51+
"@csstools/postcss-sass": "5.0.1",
5152
"@github/prettier-config": "0.0.6",
52-
"@koddsson/postcss-sass": "5.0.1",
5353
"@primer/stylelint-config": "^12.4.0",
5454
"autoprefixer": "10.4.13",
5555
"chokidar-cli": "3.0.0",
@@ -64,7 +64,7 @@
6464
"globby": "13.1.4",
6565
"jest": "29.5.0",
6666
"js-yaml": "4.1.0",
67-
"postcss": "8.4.21",
67+
"postcss": "8.4.5",
6868
"postcss-calc": "8.2.4",
6969
"postcss-import": "15.0.0",
7070
"postcss-load-config": "4.0.1",

postcss.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const autoprefixer = require('autoprefixer')
2-
const sass = require('@koddsson/postcss-sass')
2+
const sass = require('@csstools/postcss-sass')
33
const scss = require('postcss-scss')
44
const scssImport = require('postcss-import')
55
const {join} = require('path')

0 commit comments

Comments
 (0)