Skip to content

Commit 2ea80c0

Browse files
LekoArtshoobdeebla
andauthored
chore: Upgrade some non-breaking major versions (#37406)
* cpy-cli * boxen * fs-extra Co-authored-by: Adam Schay <[email protected]> * jscodeshift * recast * webpack-virtual-modules * mime * babel-plugin-macros * debug * partytown * cookie * misc * glob * camelcase * js-yaml * trigger ci * fix cpy commands * revert codemods change * Revert "glob" This reverts commit d5341cb. * update more fs-extra Co-authored-by: Adam Schay <[email protected]>
1 parent 315edc6 commit 2ea80c0

File tree

31 files changed

+213
-208
lines changed

31 files changed

+213
-208
lines changed

integration-tests/artifacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "^18.2.0"
1919
},
2020
"devDependencies": {
21-
"fs-extra": "^10.1.0",
21+
"fs-extra": "^11.1.0",
2222
"jest": "^29.3.1"
2323
}
2424
}

integration-tests/esm-in-gatsby-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react-dom": "^18.0.8",
2020
"babel-preset-gatsby-package": "^2.4.0",
2121
"execa": "^4.0.1",
22-
"fs-extra": "^10.1.0",
22+
"fs-extra": "^11.1.0",
2323
"jest": "^29.3.1",
2424
"node-fetch": "^2.6.0",
2525
"typescript": "^4.8.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-jsx-a11y": "^6.6.1",
4545
"eslint-plugin-prettier": "^4.2.1",
4646
"eslint-plugin-react": "^7.31.11",
47-
"fs-extra": "^10.1.0",
47+
"fs-extra": "^11.1.0",
4848
"glob": "^7.2.3",
4949
"husky": "3.1.0",
5050
"ignore": "^5.2.4",

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"common-tags": "^1.8.2",
2626
"enquirer": "^2.3.6",
2727
"execa": "^5.1.1",
28-
"fs-extra": "^10.1.0",
28+
"fs-extra": "^11.1.0",
2929
"gatsby-plugin-utils": "^4.5.0-next.0",
3030
"joi": "^17.7.0",
3131
"microbundle": "^0.15.1",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
33-
"fs-extra": "^10.1.0",
33+
"fs-extra": "^11.1.0",
3434
"gatsby-core-utils": "^4.5.0-next.0",
3535
"gatsby-telemetry": "^4.5.0-next.0",
3636
"hosted-git-info": "^3.0.8",

packages/gatsby-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/runtime": "^7.20.7",
3232
"execa": "^5.1.1",
3333
"graphql": "^16.6.0",
34-
"jscodeshift": "^0.12.0",
35-
"recast": "^0.20.5"
34+
"jscodeshift": "0.13.1",
35+
"recast": "0.20.5"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "^7.20.7",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"configstore": "^5.0.1",
6767
"fastq": "^1.13.0",
6868
"file-type": "^16.5.3",
69-
"fs-extra": "^10.1.0",
69+
"fs-extra": "^11.1.0",
7070
"got": "^11.8.5",
7171
"import-from": "^4.0.0",
7272
"lmdb": "2.5.3",

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"del": "^6.1.1",
1717
"execa": "^5.1.1",
1818
"find-yarn-workspace-root": "^2.0.0",
19-
"fs-extra": "^10.1.0",
19+
"fs-extra": "^11.1.0",
2020
"got": "^11.8.6",
2121
"is-absolute": "^1.0.0",
2222
"lodash": "^4.17.21",

packages/gatsby-legacy-polyfills/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"scripts": {
1818
"build": "npm-run-all --npm-path npm -p build:*",
19-
"build:exclude": "cpy \"src/exclude.js\" \"./dist\"",
19+
"build:exclude": "cpy 'exclude.js' '../dist' --cwd=./src",
2020
"build:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none",
2121
"prepare": "cross-env NODE_ENV=production npm run build",
2222
"watch": "npm-run-all --npm-path npm -p watch:*",
@@ -35,11 +35,11 @@
3535
"chokidar-cli": "^3.0.0",
3636
"codegen.macro": "^4.1.0",
3737
"core-js": "3.9.0",
38-
"cpy-cli": "^3.1.1",
38+
"cpy-cli": "^4.2.0",
3939
"cross-env": "^7.0.3",
4040
"event-target-polyfill": "^0.0.3",
4141
"execa": "^5.1.1",
42-
"fs-extra": "^10.1.0",
42+
"fs-extra": "^11.1.0",
4343
"microbundle": "^0.15.1",
4444
"npm-run-all": "^4.1.5",
4545
"object-assign": "^4.1.1",

packages/gatsby-plugin-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.7",
11-
"@emotion/babel-preset-css-prop": "^11.2.0"
11+
"@emotion/babel-preset-css-prop": "^11.10.0"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.20.7",

0 commit comments

Comments
 (0)