Skip to content

Commit 05e90da

Browse files
renovate[bot]GatsbyJS Bot
authored andcommitted
chore: update minor updates in packages except react, babel and eslint (#16942)
* chore: update minor updates in packages except react, babel and eslint * Update snapshots * Bump up timeout for a flaky test
1 parent bf6a6ea commit 05e90da

File tree

61 files changed

+2212
-1663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2212
-1663
lines changed

e2e-tests/production-runtime/cypress/integration/accessibility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe(`focus management`, () => {
22
it(`Focus router wrapper after navigation to regular page (from index)`, () => {
3-
cy.visit(`/`).waitForAPIorTimeout(`onRouteUpdate`, { timeout: 5000 })
3+
cy.visit(`/`).waitForAPIorTimeout(`onRouteUpdate`, { timeout: 10000 })
44

55
cy.changeFocus()
66
cy.assertRouterWrapperFocus(false)

packages/gatsby-cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"fs-exists-cached": "^1.0.0",
2828
"fs-extra": "^4.0.3",
2929
"gatsby-telemetry": "^1.1.16",
30-
"hosted-git-info": "^2.6.0",
30+
"hosted-git-info": "^2.8.4",
3131
"is-valid-path": "^0.1.1",
32-
"lodash": "^4.17.14",
32+
"lodash": "^4.17.15",
3333
"meant": "^1.0.1",
3434
"node-fetch": "^2.6.0",
3535
"object.entries": "^1.1.0",
36-
"opentracing": "^0.14.3",
36+
"opentracing": "^0.14.4",
3737
"pretty-error": "^2.1.1",
3838
"progress": "^2.0.3",
39-
"prompts": "^2.1.0",
39+
"prompts": "^2.2.1",
4040
"react": "^16.8.4",
4141
"resolve-cwd": "^2.0.0",
4242
"semver": "^6.3.0",
43-
"source-map": "0.5.7",
43+
"source-map": "0.7.3",
4444
"stack-trace": "^0.0.10",
4545
"strip-ansi": "^5.2.0",
46-
"update-notifier": "^2.3.0",
47-
"uuid": "3.3.2",
46+
"update-notifier": "^2.5.0",
47+
"uuid": "3.3.3",
4848
"yargs": "^12.0.5",
4949
"yurnalist": "^1.0.5"
5050
},

packages/gatsby-dev-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"find-yarn-workspace-root": "^1.2.1",
1919
"fs-extra": "^4.0.3",
2020
"is-absolute": "^0.2.6",
21-
"lodash": "^4.17.14",
21+
"lodash": "^4.17.15",
2222
"request": "2.88.0",
2323
"signal-exit": "^3.0.2",
24-
"verdaccio": "^3.11.1",
24+
"verdaccio": "^3.12.3",
2525
"yargs": "^8.0.2"
2626
},
2727
"devDependencies": {

packages/gatsby-graphiql-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/plugin-transform-runtime": "^7.0.0",
3838
"@babel/preset-env": "^7.4.1",
3939
"@babel/preset-react": "^7.0.0",
40-
"babel-loader": "^8.0.0",
40+
"babel-loader": "^8.0.6",
4141
"babel-preset-gatsby-package": "^0.2.2",
4242
"cross-env": "^5.2.0",
4343
"css-loader": "^1.0.1",
@@ -47,7 +47,7 @@
4747
"npm-run-all": "4.1.5",
4848
"react": "^16.8.6",
4949
"react-dom": "^16.8.6",
50-
"style-loader": "^0.21.0",
50+
"style-loader": "^0.23.1",
5151
"webpack-cli": "^3.3.7",
5252
"whatwg-fetch": "^3.0.0"
5353
},

packages/gatsby-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"object-fit-images": "^3.2.4",
12-
"prop-types": "^15.6.1"
12+
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "^7.0.0",

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"@types/reach__router": "^1.2.4",
12-
"prop-types": "^15.6.1"
12+
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "^7.0.0",

packages/gatsby-page-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"@babel/runtime": "^7.0.0",
2424
"bluebird": "^3.5.5",
25-
"chokidar": "2.1.6",
25+
"chokidar": "2.1.8",
2626
"fs-exists-cached": "^1.0.0",
27-
"glob": "^7.1.1",
28-
"lodash": "^4.17.14",
27+
"glob": "^7.1.4",
28+
"lodash": "^4.17.15",
2929
"micromatch": "^3.1.10",
3030
"slash": "^1.0.0"
3131
},

packages/gatsby-plugin-guess-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@babel/runtime": "^7.0.0",
32-
"guess-webpack": "~0.3.10"
32+
"guess-webpack": "~0.3.12"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.0.0",

packages/gatsby-plugin-lodash/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.0.0",
11-
"babel-plugin-lodash": "^3.2.11",
11+
"babel-plugin-lodash": "^3.3.4",
1212
"lodash-webpack-plugin": "^0.11.5"
1313
},
1414
"devDependencies": {

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"gatsby-core-utils": "^1.0.5",
12-
"semver": "^5.6.0",
13-
"sharp": "^0.22.1"
12+
"semver": "^5.7.1",
13+
"sharp": "^0.23.0"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)