Skip to content

Commit bbd6220

Browse files
chore(deps): update gatsby monorepo (#37366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LekoArts <[email protected]>
1 parent f8e8078 commit bbd6220

File tree

13 files changed

+612
-771
lines changed

13 files changed

+612
-771
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@
88
"@babel/plugin-transform-typescript": "^7.15.4",
99
"@babel/runtime": "^7.15.4",
1010
"@lerna/prompt": "3.18.5",
11-
"@types/babel__code-frame": "^7.0.2",
12-
"@types/better-queue": "^3.8.2",
13-
"@types/bluebird": "^3.5.35",
11+
"@types/babel__code-frame": "^7.0.3",
12+
"@types/better-queue": "^3.8.3",
13+
"@types/bluebird": "^3.5.38",
1414
"@types/cache-manager": "^2.10.3",
15-
"@types/common-tags": "^1.8.0",
15+
"@types/common-tags": "^1.8.1",
1616
"@types/fs-extra": "^9.0.13",
17-
"@types/jaeger-client": "^3.18.0",
18-
"@types/jest": "^27.0.2",
17+
"@types/jaeger-client": "^3.18.4",
18+
"@types/jest": "^27.5.2",
1919
"@types/joi": "^14.3.4",
20-
"@types/lodash": "^4.14.170",
21-
"@types/node": "^12.20.6",
22-
"@types/node-fetch": "^2.5.10",
20+
"@types/lodash": "^4.14.191",
21+
"@types/node": "^12.20.55",
22+
"@types/node-fetch": "^2.6.2",
2323
"@types/normalize-path": "^3.0.0",
24-
"@types/react": "^18.0.21",
24+
"@types/react": "^18.0.26",
2525
"@types/semver": "^7.3.13",
26-
"@types/signal-exit": "^3.0.0",
27-
"@types/stack-trace": "^0.0.29",
26+
"@types/signal-exit": "^3.0.1",
27+
"@types/stack-trace": "^0.0.30",
2828
"@types/webpack-merge": "^4.1.5",
2929
"@typescript-eslint/eslint-plugin": "^5.45.0",
3030
"@typescript-eslint/parser": "^5.45.0",
31-
"babel-jest": "^27.2.1",
31+
"babel-jest": "^27.5.1",
3232
"chalk": "^4.1.2",
3333
"chokidar": "^3.5.3",
3434
"cross-env": "^7.0.3",
35-
"danger": "^10.6.4",
35+
"danger": "^10.9.0",
3636
"date-fns": "^1.30.1",
37-
"dictionary-en": "^3.1.0",
37+
"dictionary-en": "^3.2.0",
3838
"eslint": "^8.29.0",
3939
"eslint-config-google": "^0.14.0",
4040
"eslint-config-prettier": "^8.5.0",
@@ -47,24 +47,24 @@
4747
"fs-extra": "^10.1.0",
4848
"glob": "^7.2.3",
4949
"husky": "3.1.0",
50-
"ignore": "^5.1.8",
51-
"jest": "^27.4.4",
50+
"ignore": "^5.2.4",
51+
"jest": "^27.5.1",
5252
"jest-extended": "^0.11.5",
53-
"jest-junit": "^12.2.0",
53+
"jest-junit": "^12.3.0",
5454
"jest-serializer-path": "^0.1.15",
5555
"jest-silent-reporter": "^0.5.0",
5656
"joi": "^14.3.1",
5757
"js-yaml": "^3.14.1",
5858
"lerna": "^3.22.1",
5959
"lint-staged": "^10.5.4",
6060
"markdown-magic": "^0.2.1",
61-
"node-notifier": "^10.0.0",
62-
"npm-packlist": "^2.1.5",
61+
"node-notifier": "^10.0.1",
62+
"npm-packlist": "^2.2.2",
6363
"npm-run-all": "4.1.5",
6464
"prettier": "^2.8.0",
6565
"rimraf": "^3.0.2",
6666
"typescript": "^4.9.3",
67-
"unified": "^9.2.0",
67+
"unified": "^9.2.2",
6868
"yargs": "^15.4.1"
6969
},
7070
"engines": {

packages/babel-plugin-remove-graphql-queries/src/__tests__/__snapshots__/index.ts.snap

Lines changed: 0 additions & 128 deletions
Large diffs are not rendered by default.

packages/babel-preset-gatsby-package/lib/__tests__/fixtures/compiler-flags/default/output.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ if ("4" === '4') {
33
} else {
44
console.log('Old code path');
55
}
6-
76
function isGatsby4() {
87
return "4" === '4';
98
}
10-
119
if (isGatsby4()) {
1210
console.log('We only load this for Gatsby 4');
1311
} else {

packages/babel-preset-gatsby-package/lib/__tests__/fixtures/keep-dynamic-import/default/output.js

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset-gatsby-package/lib/__tests__/fixtures/keep-dynamic-import/with-override/output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports.__esModule = true;
44
exports.someFunction2 = someFunction2;
5-
65
async function someFunction2() {
76
return await import(`path`);
87
}

packages/gatsby-cli/src/reporter/__tests__/__snapshots__/index.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Object {
8080
"columnNumber": 28,
8181
"fileName": "<PROJECT_ROOT>/node_modules/jest-circus/build/utils.js",
8282
"functionName": "Promise.then.completed",
83-
"lineNumber": 390,
83+
"lineNumber": 391,
8484
},
8585
Object {
8686
"columnNumber": 10,
8787
"fileName": "<PROJECT_ROOT>/node_modules/jest-circus/build/utils.js",
8888
"functionName": "callAsyncCircusFn",
89-
"lineNumber": 315,
89+
"lineNumber": 316,
9090
},
9191
Object {
9292
"columnNumber": 40,
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
export default function () {
22
return "test";
33
}
4-
54
function anotherFunction() {
65
return "test";
76
}
8-
97
export { anotherFunction };

packages/gatsby/src/utils/babel/__tests__/fixtures/remove-apis/default/output.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ export default function () {
55
const x = new Response({});
66
anotherSelfReferencedOne();
77
return usedReference;
8-
} // such a structure is being generated by regenerator-runtime
8+
}
99

10+
// such a structure is being generated by regenerator-runtime
1011
function renderPage() {
1112
renderPage = () => {};
1213
}
13-
1414
function anotherSelfReferencedOne() {
1515
anotherSelfReferencedOne = () => {};
1616
}

packages/gatsby/src/utils/babel/__tests__/fixtures/remove-apis/destructured-export/output.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export const {
44
const {
55
config
66
} = 'hello'; // Ensure matching nested properties stay untouched
7-
87
return {
98
defer: true
109
};
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
const {
22
Response
33
} = require('node-fetch');
4-
54
const usedReference = 'used reference';
6-
75
module.exports = function () {
86
const x = new Response({});
97
return usedReference;
108
};
11-
129
exports.anotherFunction = function anotherFunction() {
1310
return "test";
1411
};

0 commit comments

Comments
 (0)