Skip to content

Commit 0ea1505

Browse files
authored
fix(gatsby-source-filesystem): pin [email protected] to fix unix issues (#12759)
* fix(gatsby-source-filesystem): revert to chokidar@1 to fix unix issues * chore: pin to 2.1.2 * chore: pin errywhere
1 parent 7e51263 commit 0ea1505

File tree

4 files changed

+22
-44
lines changed

4 files changed

+22
-44
lines changed

packages/gatsby-plugin-page-creator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.0.0",
2323
"bluebird": "^3.5.0",
24-
"chokidar": "^2.1.2",
24+
"chokidar": "2.1.2",
2525
"fs-exists-cached": "^1.0.0",
2626
"glob": "^7.1.1",
2727
"lodash": "^4.17.10",

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.0.0",
1111
"better-queue": "^3.8.7",
1212
"bluebird": "^3.5.0",
13-
"chokidar": "^2.1.2",
13+
"chokidar": "2.1.2",
1414
"file-type": "^10.2.0",
1515
"fs-extra": "^5.0.0",
1616
"got": "^7.1.0",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cache-manager": "^2.9.0",
3636
"cache-manager-fs-hash": "^0.0.6",
3737
"chalk": "^2.3.2",
38-
"chokidar": "^2.0.2",
38+
"chokidar": "2.1.2",
3939
"common-tags": "^1.4.0",
4040
"compression": "^1.7.3",
4141
"convert-hrtime": "^2.0.0",

yarn.lock

+19-41
Original file line numberDiff line numberDiff line change
@@ -4757,6 +4757,25 @@ cheerio@^1.0.0-rc.2:
47574757
lodash "^4.15.0"
47584758
parse5 "^3.0.1"
47594759

4760+
[email protected], chokidar@^2.0.4:
4761+
version "2.1.2"
4762+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058"
4763+
integrity sha512-IwXUx0FXc5ibYmPC2XeEj5mpXoV66sR+t3jqu2NS2GYwCktt3KF1/Qqjws/NkegajBA4RbZ5+DDwlOiJsxDHEg==
4764+
dependencies:
4765+
anymatch "^2.0.0"
4766+
async-each "^1.0.1"
4767+
braces "^2.3.2"
4768+
glob-parent "^3.1.0"
4769+
inherits "^2.0.3"
4770+
is-binary-path "^1.0.0"
4771+
is-glob "^4.0.0"
4772+
normalize-path "^3.0.0"
4773+
path-is-absolute "^1.0.0"
4774+
readdirp "^2.2.1"
4775+
upath "^1.1.0"
4776+
optionalDependencies:
4777+
fsevents "^1.2.7"
4778+
47604779
chokidar@^1.4.2, chokidar@^1.6.0, chokidar@^1.7.0:
47614780
version "1.7.0"
47624781
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
@@ -4791,25 +4810,6 @@ chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.0.3:
47914810
optionalDependencies:
47924811
fsevents "^1.2.2"
47934812

4794-
chokidar@^2.0.4, chokidar@^2.1.2:
4795-
version "2.1.2"
4796-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058"
4797-
integrity sha512-IwXUx0FXc5ibYmPC2XeEj5mpXoV66sR+t3jqu2NS2GYwCktt3KF1/Qqjws/NkegajBA4RbZ5+DDwlOiJsxDHEg==
4798-
dependencies:
4799-
anymatch "^2.0.0"
4800-
async-each "^1.0.1"
4801-
braces "^2.3.2"
4802-
glob-parent "^3.1.0"
4803-
inherits "^2.0.3"
4804-
is-binary-path "^1.0.0"
4805-
is-glob "^4.0.0"
4806-
normalize-path "^3.0.0"
4807-
path-is-absolute "^1.0.0"
4808-
readdirp "^2.2.1"
4809-
upath "^1.1.0"
4810-
optionalDependencies:
4811-
fsevents "^1.2.7"
4812-
48134813
chownr@^1.0.1:
48144814
version "1.0.1"
48154815
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
@@ -6812,10 +6812,6 @@ es6-iterator@^2.0.1, es6-iterator@~2.0.3:
68126812
es5-ext "^0.10.35"
68136813
es6-symbol "^3.1.1"
68146814

6815-
6816-
version "3.2.1"
6817-
resolved "http://registry.npmjs.org/es6-promise/-/es6-promise-3.2.1.tgz#ec56233868032909207170c39448e24449dd1fc4"
6818-
68196815
es6-promise@^3.0.2:
68206816
version "3.3.1"
68216817
resolved "http://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613"
@@ -14626,18 +14622,6 @@ [email protected], readable-stream@~1.0.31:
1462614622
isarray "0.0.1"
1462714623
string_decoder "~0.10.x"
1462814624

14629-
14630-
version "2.2.7"
14631-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.7.tgz#07057acbe2467b22042d36f98c5ad507054e95b1"
14632-
dependencies:
14633-
buffer-shims "~1.0.0"
14634-
core-util-is "~1.0.0"
14635-
inherits "~2.0.1"
14636-
isarray "~1.0.0"
14637-
process-nextick-args "~1.0.6"
14638-
string_decoder "~1.0.0"
14639-
util-deprecate "~1.0.1"
14640-
1464114625
readable-stream@^3.0.6:
1464214626
version "3.1.1"
1464314627
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.1.1.tgz#ed6bbc6c5ba58b090039ff18ce670515795aeb06"
@@ -16368,12 +16352,6 @@ string_decoder@^1.1.1:
1636816352
dependencies:
1636916353
safe-buffer "~5.1.0"
1637016354

16371-
string_decoder@~1.0.0:
16372-
version "1.0.3"
16373-
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
16374-
dependencies:
16375-
safe-buffer "~5.1.0"
16376-
1637716355
stringify-entities@^1.0.1:
1637816356
version "1.3.2"
1637916357
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-1.3.2.tgz#a98417e5471fd227b3e45d3db1861c11caf668f7"

0 commit comments

Comments
 (0)