Skip to content

Commit

Permalink
chore: update minor updates in packages except react, babel and eslint (
Browse files Browse the repository at this point in the history
#16942)

* chore: update minor updates in packages except react, babel and eslint

* Update snapshots

* Bump up timeout for a flaky test
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 22, 2019
1 parent bf6a6ea commit 05e90da
Show file tree
Hide file tree
Showing 61 changed files with 2,212 additions and 1,663 deletions.
@@ -1,6 +1,6 @@
describe(`focus management`, () => {
it(`Focus router wrapper after navigation to regular page (from index)`, () => {
cy.visit(`/`).waitForAPIorTimeout(`onRouteUpdate`, { timeout: 5000 })
cy.visit(`/`).waitForAPIorTimeout(`onRouteUpdate`, { timeout: 10000 })

cy.changeFocus()
cy.assertRouterWrapperFocus(false)
Expand Down
14 changes: 7 additions & 7 deletions packages/gatsby-cli/package.json
Expand Up @@ -27,24 +27,24 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
"gatsby-telemetry": "^1.1.16",
"hosted-git-info": "^2.6.0",
"hosted-git-info": "^2.8.4",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
"opentracing": "^0.14.3",
"opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
"prompts": "^2.1.0",
"prompts": "^2.2.1",
"react": "^16.8.4",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
"source-map": "0.5.7",
"source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
"update-notifier": "^2.3.0",
"uuid": "3.3.2",
"update-notifier": "^2.5.0",
"uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-dev-cli/package.json
Expand Up @@ -18,10 +18,10 @@
"find-yarn-workspace-root": "^1.2.1",
"fs-extra": "^4.0.3",
"is-absolute": "^0.2.6",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"request": "2.88.0",
"signal-exit": "^3.0.2",
"verdaccio": "^3.11.1",
"verdaccio": "^3.12.3",
"yargs": "^8.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-graphiql-explorer/package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-loader": "^8.0.6",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
Expand All @@ -47,7 +47,7 @@
"npm-run-all": "4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.21.0",
"style-loader": "^0.23.1",
"webpack-cli": "^3.3.7",
"whatwg-fetch": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"object-fit-images": "^3.2.4",
"prop-types": "^15.6.1"
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
"prop-types": "^15.6.1"
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-page-utils/package.json
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"chokidar": "2.1.6",
"chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
"glob": "^7.1.1",
"lodash": "^4.17.14",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-guess-js/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0",
"guess-webpack": "~0.3.10"
"guess-webpack": "~0.3.12"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-lodash/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-lodash": "^3.3.4",
"lodash-webpack-plugin": "^0.11.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"gatsby-core-utils": "^1.0.5",
"semver": "^5.6.0",
"sharp": "^0.22.1"
"semver": "^5.7.1",
"sharp": "^0.23.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/gatsby-plugin-mdx/package.json
Expand Up @@ -29,30 +29,30 @@
"change-case": "^3.1.0",
"core-js": "2",
"dataloader": "^1.4.0",
"debug": "^4.0.1",
"debug": "^4.1.1",
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^7.0.1",
"gray-matter": "^4.0.1",
"gray-matter": "^4.0.2",
"json5": "^2.1.0",
"loader-utils": "^1.2.3",
"lodash": "^4.17.14",
"mdast-util-to-string": "^1.0.4",
"mdast-util-toc": "^3.0.0",
"mime": "^2.3.1",
"lodash": "^4.17.15",
"mdast-util-to-string": "^1.0.6",
"mdast-util-toc": "^3.1.0",
"mime": "^2.4.4",
"p-queue": "^5.0.0",
"pretty-bytes": "^5.1.0",
"remark": "^10.0.0",
"remark-retext": "^3.1.2",
"retext-english": "^3.0.2",
"pretty-bytes": "^5.3.0",
"remark": "^10.0.1",
"remark-retext": "^3.1.3",
"retext-english": "^3.0.3",
"slash": "^2.0.0",
"static-site-generator-webpack-plugin": "^3.4.2",
"style-to-object": "^0.2.3",
"underscore.string": "^3.3.4",
"underscore.string": "^3.3.5",
"unified": "^8.3.2",
"unist-util-map": "^1.0.4",
"unist-util-remove": "^1.0.1",
"unist-util-visit": "^1.4.0"
"unist-util-map": "^1.0.5",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@mdx-js/mdx": "^1.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-netlify-cms/package.json
Expand Up @@ -10,10 +10,10 @@
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"html-webpack-exclude-assets-plugin": "^0.0.7",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.14",
"mini-css-extract-plugin": "^0.4.1",
"netlify-identity-widget": "^1.4.11",
"webpack": "^4.16.0"
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"netlify-identity-widget": "^1.5.5",
"webpack": "^4.39.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-netlify/package.json
Expand Up @@ -16,8 +16,8 @@
"@babel/runtime": "^7.0.0",
"fs-extra": "^4.0.3",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.14",
"webpack-assets-manifest": "^3.0.2"
"lodash": "^4.17.15",
"webpack-assets-manifest": "^3.1.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
"idb-keyval": "^3.1.0",
"lodash": "^4.17.14",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.15",
"slash": "^3.0.0",
"workbox-build": "^3.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Expand Up @@ -28,8 +28,8 @@
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.8",
"glob": "^7.1.1",
"lodash": "^4.17.14",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"sass-loader": "^7.0.1"
"sass-loader": "^7.3.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/gatsby-plugin-sharp/package.json
Expand Up @@ -13,18 +13,18 @@
"fs-extra": "^7.0.1",
"gatsby-core-utils": "^1.0.5",
"got": "^8.3.2",
"imagemin": "^6.0.0",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.0",
"imagemin-webp": "^5.0.0",
"lodash": "^4.17.14",
"mini-svg-data-uri": "^1.0.0",
"potrace": "^2.1.1",
"probe-image-size": "^4.0.0",
"imagemin-pngquant": "^6.0.1",
"imagemin-webp": "^5.1.0",
"lodash": "^4.17.15",
"mini-svg-data-uri": "^1.1.3",
"potrace": "^2.1.2",
"probe-image-size": "^4.1.1",
"progress": "^2.0.3",
"semver": "^5.6.0",
"sharp": "^0.22.1",
"svgo": "^1.2.0"
"semver": "^5.7.1",
"sharp": "^0.23.0",
"svgo": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.0.0",
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"sitemap": "^1.12.0"
"sitemap": "^1.13.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-styletron/package.json
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"styletron-engine-atomic": "^1.1.0",
"styletron-react": "^5.0.1"
"styletron-engine-atomic": "^1.4.0",
"styletron-react": "^5.2.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-stylus/package.json
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-subfont/package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"shell-escape": "^0.2.0",
"subfont": "^3.6.1"
"subfont": "^3.7.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"scroll-behavior": "^0.9.9",
"scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-remark-autolink-headers/package.json
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"github-slugger": "^1.2.1",
"lodash": "^4.17.14",
"mdast-util-to-string": "^1.0.2",
"unist-util-visit": "^1.3.0"
"lodash": "^4.17.15",
"mdast-util-to-string": "^1.0.6",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-code-repls/package.json
Expand Up @@ -12,8 +12,8 @@
"normalize-path": "^2.1.1",
"npm-package-arg": "^6.1.0",
"recursive-readdir": "^2.2.2",
"unist-util-map": "^1.0.3",
"urijs": "^1.19.0"
"unist-util-map": "^1.0.5",
"urijs": "^1.19.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-remark-copy-linked-files/package.json
Expand Up @@ -11,10 +11,10 @@
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^4.0.3",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"path-is-inside": "^1.0.2",
"probe-image-size": "^4.0.0",
"unist-util-visit": "^1.3.0"
"probe-image-size": "^4.1.1",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-custom-blocks/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"remark-custom-blocks": "^2.1.2"
"remark-custom-blocks": "^2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.0.0",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.3"
"unist-util-map": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-remark-graphviz/package.json
Expand Up @@ -9,16 +9,16 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
"unist-util-visit": "^1.4.0",
"viz.js": "^2.0.0"
"unist-util-visit": "^1.4.1",
"viz.js": "^2.1.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.2.0",
"hast-util-to-html": "^4.0.0",
"mdast-util-to-hast": "^3.0.0",
"hast-util-to-html": "^4.0.1",
"mdast-util-to-hast": "^3.0.4",
"remark": "^9.0.0",
"rimraf": "^2.7.1",
"unist-util-find": "^1.0.1"
Expand Down

0 comments on commit 05e90da

Please sign in to comment.