Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

fix(deps): update gatsby monorepo #72

Merged
merged 1 commit into from
May 31, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2018

This Pull Request renovates the package group "gatsby monorepo".

Release Notes

gatsbyjs/gatsby

v1.9.266

Compare Source


v1.9.265

Compare Source


v1.9.264

Compare Source


v1.9.263

Compare Source



This PR has been generated by Renovate Bot.

@renovate renovate bot added the renovate label May 31, 2018
@renovate renovate bot assigned rdela May 31, 2018
@renovate renovate bot changed the title fix(deps): update dependency gatsby-plugin-manifest to v1.0.23 fix(deps): update gatsby monorepo May 31, 2018
@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch 4 times, most recently from 3545d53 to 9b5c37e Compare May 31, 2018 18:27
@rdela
Copy link
Contributor

rdela commented May 31, 2018

Let’s hold off on merging this, in the companion repo with Netlify hooked up
rdela/gatsby-graphcms-rd#60

The
gatsby-plugin-manifest (dependencies): from 1.0.22 to 1.0.23
gatsby-plugin-offline (dependencies): from 1.0.16 to 1.0.17
updates seem fine
rdela/gatsby-graphcms-rd@97007c6
https://app.netlify.com/sites/kokodokai/deploys/5b0fed5611b73b405d8fa4f1

…but in combination with the
gatsby (dependencies): from 1.9.262 to 1.9.264 1.9.265
update is breaking build on node/yarn current
rdela/gatsby-graphcms-rd@af1270c
rdela/gatsby-graphcms-rd@9bf65aa
https://app.netlify.com/sites/kokodokai/deploys/5b101af21f12b716302675d7
https://app.netlify.com/sites/kokodokai/deploys/5b103e590733d565e88f65d9

Gonna open an issue and see if we can get to the bottom of the breakage.

Retried deploy while clearing the build cache to no avail, twice now.
https://rdela.com/netlif-yeah/#20180225-upd1

Same error:

11:32:03 AM: error Building static HTML for pages failed
11:32:03 AM: See our docs page on debugging HTML builds for help https://goo.gl/yL9lND
11:32:03 AM:    6 | };
11:32:03 AM:    7 | function webpackContextResolve(req) {
11:32:03 AM: >  8 | 	return map[req] || (function() { throw new Error("Cannot find module '" + req + "'.") }());
11:32:03 AM:      | 	                                ^
11:32:03 AM:    9 | };
11:32:03 AM:   10 | webpackContext.keys = function webpackContextKeys() {
11:32:03 AM:   11 | 	return Object.keys(map);
11:32:03 AM: 
11:32:03 AM:   WebpackError: Cannot find module './/opt/build/repo/public/chunk-manifest.json  '.
11:32:03 AM:   
11:32:03 AM:   - .json$:8 
11:32:03 AM:     ^/.//.*//chunk/-manifest/.json$:8:34
11:32:03 AM:   
11:32:03 AM:   - .json$:8 webpackContextResolve
11:32:03 AM:     ^/.//.*//chunk/-manifest/.json$:8:89
11:32:03 AM:   
11:32:03 AM:   - .json$:5 webpackContext
11:32:04 AM:     ^/.//.*//chunk/-manifest/.json$:5:1
11:32:04 AM:   
11:32:04 AM:   - static-entry.js:188 module.exports
11:32:04 AM:     .cache/static-entry.js:188:25
11:32:04 AM:   
11:32:04 AM:   - static-entry.js:99 Function.Promise.fromNode.Promise.fromCallback
11:32:04 AM:     .cache/static-entry.js:99:27
8:57:17 AM: error Building static HTML for pages failed
8:57:17 AM: See our docs page on debugging HTML builds for help https://goo.gl/yL9lND
8:57:17 AM:    6 | };
8:57:17 AM:    7 | function webpackContextResolve(req) {
8:57:17 AM: >  8 | 	return map[req] || (function() { throw new Error("Cannot find module '" + req + "'.") }());
8:57:17 AM:      | 	                                ^
8:57:17 AM:    9 | };
8:57:17 AM:   10 | webpackContext.keys = function webpackContextKeys() {
8:57:17 AM:   11 | 	return Object.keys(map);
8:57:18 AM: 
8:57:18 AM:   WebpackError: Cannot find module './/opt/build/repo/public/chunk-manifest.json  '.
8:57:18 AM:   
8:57:18 AM:   - .json$:8 
8:57:18 AM:     ^/.//.*//chunk/-manifest/.json$:8:34
8:57:18 AM:   
8:57:18 AM:   - .json$:8 webpackContextResolve
8:57:18 AM:     ^/.//.*//chunk/-manifest/.json$:8:89
8:57:18 AM:   
8:57:18 AM:   - .json$:5 webpackContext
8:57:18 AM:     ^/.//.*//chunk/-manifest/.json$:5:1
8:57:18 AM:   
8:57:18 AM:   - static-entry.js:188 module.exports
8:57:18 AM:     .cache/static-entry.js:188:25
8:57:18 AM:   
8:57:18 AM:   - static-entry.js:99 Function.Promise.fromNode.Promise.fromCallback
8:57:18 AM:     .cache/static-entry.js:99:27

@renovate renovate bot force-pushed the renovate/gatsby-monorepo branch from 9b5c37e to 1a83f7b Compare May 31, 2018 18:47
@rdela
Copy link
Contributor

rdela commented May 31, 2018

Upgrading to Gatsby 1.9.266 with gatsbyjs/gatsby#4756 reverted solves the issue. rdela/gatsby-graphcms-rd#60 (comment)

@rdela rdela merged commit 0de2ea5 into master May 31, 2018
@renovate renovate bot deleted the renovate/gatsby-monorepo branch May 31, 2018 19:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants