Code Monkey home page Code Monkey logo

pwa-fundamentals's People

Contributors

dependabot-support avatar dependabot[bot] avatar greenkeeper[bot] avatar lisaychuang avatar masives avatar mattgartner avatar mbertram avatar mike-north avatar renovate-bot avatar renovate[bot] avatar stevekinney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pwa-fundamentals's Issues

An in-range update of @types/express is breaking the build 🚨

Version 4.11.1 of @types/express was just published.

Branch Build failing 🚨
Dependency @types/express
Current Version 4.11.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/express is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

[Windows] Can't even install

The support given for installing this is not helping
first: the tutorial mentions a file : server/cli/cli.js which doesn't exist ??? ( which branch should we choose in order to follow your tutorials properly ? some branches have a server/cli folder, some don't ?

After installing all dependencies with Yarn, I installed the certificates ( thanks for mentioning to win 10 users they have to get openSSL in their path ?), everything finally went well, I then ran "npm run watch" and there's some error in js mentinoning there's no API and UI, at the end of the day I went to learn about service workers and I finally wasted my time with little to no support to install your project. So I'm stuck what do I do now ?

So could you please give some recommendation for windows 10 users ( like me ) to install your app with clear instructions, the ones you gave either on FEM or on your readme don't work, for instance why do I always stumble upon errors in javascript files preventing me to launch the app in any cases ?

An in-range update of file-loader is breaking the build 🚨

Version 1.1.7 of file-loader was just published.

Branch Build failing 🚨
Dependency file-loader
Current Version 1.1.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

file-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 5 commits.

  • 1451b1e chore(release): 1.1.7
  • 98bf052 fix(index): don't concat options.outputPath and options.publicPath (#246)
  • 9ee8332 docs(README): add regExp option (options.regExp) (#244)
  • f62bc44 chore(package): update schema-utils v0.3.0...0.4.5 (#245)
  • ef5688e docs(README): correct default value for digestType (hashes) (#239)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of nodemon is breaking the build 🚨

Version 1.14.12 of nodemon was just published.

Branch Build failing 🚨
Dependency nodemon
Current Version 1.14.11
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

nodemon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 6 commits.

  • 33fa6f4 fix: wrongly normalizing slashes in windows
  • 4cfd0b9 chore: fix lint warning
  • 79e61f0 fix: sniff for child.stdout before using it
  • 4f0562a chore: update oliver
  • 66e0d13 chore: tweak oliver
  • c9d8cd3 chore: add oliver twist bot

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of idb is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.1.0 of idb was just published.

Branch Build failing 🚨
Dependency idb
Current Version 2.0.4
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

idb is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

  • 7fe34df Version bump
  • e5e5941 Merge pull request #46 from mariusGundersen/master
  • 550544f Made the objectStore, index and cursors generic

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack-hot-middleware is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.21.1 of webpack-hot-middleware was just published.

Branch Build failing 🚨
Dependency webpack-hot-middleware
Current Version 2.21.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack-hot-middleware is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 11 commits.

  • ae79f6a 2.21.1
  • 2da2e24 Upgrade example to webpack v4
  • e052aed Support plugin API of webpack v3 and v4
  • dfd30d6 Merge pull request #286 from silverlight513/example-fix
  • 9890dcc fixed call to bundle file in example
  • a257b08 Merge pull request #285 from kagawagao/master
  • 43c3a0e Update README.md
  • 5cdf04b Merge pull request #282 from olsonpm/fix-readme
  • 757cb54 koa-webpack no longer depends on this module
  • 6086db2 Merge pull request #276 from shellscape/master
  • 319c565 update README with koa-webpack

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/react is breaking the build 🚨

Version 16.0.35 of @types/react was just published.

Branch Build failing 🚨
Dependency @types/react
Current Version 16.0.34
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

npm install Fails.

npm fails when its renaming a file inside node_modules.
I think its this files - /node_modules/concurrently/src/main.js.3376272737
I am running this on Bash in a windows 10.

An in-range update of webpack is breaking the build 🚨

Version 3.11.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 3.10.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 62 commits.

  • f010546 update examples
  • bc840ec 3.11.0
  • 9323ee6 Merge pull request #6398 from addaleax/no-binding
  • c7cbc35 Merge pull request #6430 from jbottigliero/update/ajv
  • 61b75b7 update ajv + ajv-keywords
  • 8da8b93 Work around Node environment variable bug
  • ddb1fad Merge pull request #6408 from ocombe/fix/#6407-empty-array
  • 2aebfbe fix(ConcatenatedModule): don't throw on arrays with empty values
  • 3972d9a Merge pull request #6391 from nerdkid93/patch-1
  • e4375f8 Avoid relying on Node’s internals
  • 0dd1727 change polymer loader link
  • 33f518b Merge pull request #6300 from nename0/fix-6243
  • 80ed1c4 Merge pull request #6335 from Connormiha/banner-plugin-optimize
  • 5d93c53 Minor optimize banner plugin
  • 1895b76 Add Tests checking chunkhash of runtime chunk only changes if needed

There are 62 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of muicss is breaking the build 🚨

Version 0.9.36 of muicss was just published.

Branch Build failing 🚨
Dependency muicss
Current Version 0.9.35
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

muicss is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of web-push is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.3.0 of web-push was just published.

Branch Build failing 🚨
Dependency web-push
Current Version 3.2.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

web-push is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 18 commits.

  • 0349a02 3.3.0
  • f18c2f3 Merge pull request #314 from web-push-libs/update-selenium
  • 4bc0a87 Bumping selenium with latest firefox version
  • 9dd1cd0 Merge pull request #313 from aliams/master
  • 6815eb4 Add aes128gcm support for CLI
  • 2b56cc3 Update mocha to version 5
  • e06e908 Merge pull request #309 from aliams/master
  • b38f7a6 Support aes128gcm
  • 1a9398d Merge pull request #304 from web-push-libs/pin_http_ece_to_0.7.2
  • d4d97e2 Pin http_ece to 0.7.2
  • c75caf4 Merge pull request #303 from web-push-libs/update_deps
  • ba283fb Fix condition
  • 8f69c6c Don't run Selenium tests on Node 4
  • 7ad17e5 Add comment explaining why eslint override is needed
  • 9ec8cd2 Update eslint dependencies and fix some linting errors

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of moment is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.21.0 of moment was just published.

Branch Build failing 🚨
Dependency moment
Current Version 2.20.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

moment is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of babel-loader is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 7.1.3 of babel-loader was just published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 7.1.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

babel-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes 7.1.3

🐛 Bug Fix

  • Support webpack 4
Commits

The new version differs by 7 commits.

  • d51e635 7.1.3
  • ba8a846 Fix appveyor config
  • 3102137 Fix peer dependencies
  • 8170080 Run tests with webpack 4 and fix them
  • b9f4d60 Update ava to the latest version 🚀 (#520)
  • d7de226 Update react to the latest version 🚀 (#516)
  • dff4a44 Update babel-eslint to the latest version 🚀 (#510)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-jest is breaking the build 🚨

Version 21.7.0 of eslint-plugin-jest was just published.

Branch Build failing 🚨
Dependency eslint-plugin-jest
Current Version 21.6.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v21.7.0

21.7.0 (2018-01-17)

Features

  • implement valid-expect-in-promise rule (#42) (eb31a54)
Commits

The new version differs by 2 commits.

  • eb31a54 feat: implement valid-expect-in-promise rule (#42)
  • b44813a chore(package): update semantic-release to version 12.2.2 🚀 (#55)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Production build errors out: Uncaught Error: [HMR] Hot Module Replacement is disabled.

I am working on Challenge One Solution from the FEM course and am trying to run the production build but the commands shown seem to have changed. The run script is no longer valid as indicated by the message.

So when I run a production build with npm run build:prod

And then try to serve it with serve dist/ -T, the server starts up on https://localhost:5000 but the build does not run.

Instead, I get the error: Uncaught Error: [HMR] Hot Module Replacement is disabled.

Here is what my browser console looks like:

screen shot 2017-12-27 at 5 28 21 pm

Do I need to disable module hot reloading somehow?

An in-range update of compression-webpack-plugin is breaking the build 🚨

Version 1.1.4 of compression-webpack-plugin was just published.

Branch Build failing 🚨
Dependency compression-webpack-plugin
Current Version 1.1.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

compression-webpack-plugin is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits.

  • 54a4a66 chore(release): 1.1.4
  • cc44bcb fix: missing options include and exclude (#95)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/sequelize is breaking the build 🚨

Version 4.27.3 of @types/sequelize was just published.

Branch Build failing 🚨
Dependency @types/sequelize
Current Version 4.27.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/sequelize is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sequelize is breaking the build 🚨

Version 4.32.0 of sequelize was just published.

Branch Build failing 🚨
Dependency sequelize
Current Version 4.31.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

sequelize is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.32.0

4.32.0 (2018-01-22)

Features

  • upsert: return upserted record with options.returning=true (#8924) (a4a0f88)
/**
 * Current behaviour
 */
const created = await Model.upsert(....values....);

/**
* New feature
*/

// with options.returning = false / undefined
const created = await Model.upsert(....values...., { returning: false });

// with options.returning = true
const [record, created] = await Model.upsert(....values...., { returning: true });

Commits

The new version differs by 9 commits.

  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)
  • 3cea5c4 chore(package): update sinon to version 4.1.6 (#8914)
  • a56d6c3 chore(package): update semver to version 5.5.0 (#8913)
  • 47f4e78 chore(package): update uuid to version 3.2.1 (#8912)
  • 584839f chore(package): update mocha to version 5.0.0 (#8911)
  • d4a34ae docs(associations): project / tasks example cardinality (#8903)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack-dev-server is breaking the build 🚨

Version 2.11.1 of webpack-dev-server was just published.

Branch Build failing 🚨
Dependency webpack-dev-server
Current Version 2.11.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack-dev-server is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v2.11.1

Our third attempt to fix compatibility with old browsers (#1273), this time we'll get it right.

Commits

The new version differs by 3 commits.

  • 83c1625 2.11.1
  • 3aa15aa Merge pull request #1273 from yyx990803/master
  • b78e249 fix: pin strip-ansi to 3.x for ES5 compat

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Can't get certificate to work (Linux)

Hi! First of all, thanks for taking the effort to prepare this course! This is something that I've been looking for and it's great to have both high-level overview of PWAs and practical examples gathered and explained in one place :)

Unfortunately I'm currently stuck trying to get HTTPS certificate to work.
I think I screwed something up during the installation.
I was just going along the instructions in README and ran

npm run prepcerts

At that point I didn't expect that popup in Firefox asking for some permissions, so I decided to skip them for the time being (left all the checkboxes unchecked) and come back and change them later.

Later I checked that I had devcert Authority under "Certifiacates / Authorities" tab, but all the browsers considered the page "Not secure". So, apart from silly warnings, I was also unable to run Lighthouse tests.

Finally I tried to do fresh reinstall - I cloned the repository, deleted devcert authority from Firefox settings and tried to generate the certifacte again. Unfortunately, it seems that I can generate local keys, but I can't get the Firefox prompt to show up and create the certifiacte for me.

I check devcert README (https://github.com/davewasmer/devcert#how-it-works) and what I found is:

When you ask for a development certificate, devcert will first check to see if it has run on this machine before. If not, it will create a root certificate authority and add it to your OS and various browser trust stores. You'll likely see password prompts from your OS at this point to authorize the new root CA. This is the only time you'll see these prompts.

How should I proceed to get this certificate if I've already run it once on my machine?

Add This Workaround for `https` Certs on Windows 10

I spend an hour fighting with the certificates... when I discovered that page:

https://www.chromium.org/blink/serviceworker/service-worker-faq

solution is to start chrome with:

"C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe" --allow-insecure-localhost https://localhost

Would highly recommend you suggest using this trick during development... playing with certs on Windows is not pretty... the flag allow me to use service worker, fetch, push notifications!

An in-range update of sass-loader is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 6.0.7 of sass-loader was just published.

Branch Build failing 🚨
Dependency sass-loader
Current Version 6.0.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

sass-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v6.0.7

2018-03-03

Bug Fixes

  • package: add webpack >= v4.0.0 (peerDependencies) (#541) (620bdd4)

Performance Improvements

Commits

The new version differs by 7 commits.

  • 44fe61c chore(release): 6.0.7
  • fab89dc perf: use neo-async instead async (#538)
  • 620bdd4 fix(package): add webpack >= v4.0.0 (peerDependencies) (#541)
  • a38344d docs(README): add example install instructions for dependencies (#517)
  • db01033 docs(README): rephrase resolve-url-loader note (#516)
  • 88b56d5 chore(package): update clone-deep v0.3.1...2.0.1 (#512)
  • 9e40b78 ci(travis): Update Node v4 test target to 4.8

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

code step 3 slide is incorrect

The text on this slide says to add the worker import to App.jsx. However, based on this commit from the femasters-3-complete branch, this is wrong, and it should be added to client/index.js. ( I spent a few hours debugging why my web server wouldn't start when I had it added to App.jsx)

screen shot 2017-10-29 at 10 49 15 pm

(I attended Steve's talk at Develop Denver and finally got around to checking this out. Thanks for having it available 😀 )

An in-range update of webpack-bundle-analyzer is breaking the build 🚨

Version 2.10.0 of webpack-bundle-analyzer was just published.

Branch Build failing 🚨
Dependency webpack-bundle-analyzer
Current Version 2.9.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack-bundle-analyzer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 20 commits.

  • b2a617c v2.10.0
  • 17e4875 Merge pull request #149 from webpack-contrib/simplify-gulp-tasks
  • fd570dc Simplify gulp tasks
  • 8d152b5 Merge pull request #148 from webpack-contrib/update-eslint-configs
  • e57a0eb Merge pull request #146 from webpack-contrib/update-deps
  • 5b6fb3f Simplify ESLint configs
  • a617281 Fix build for Node v4
  • 85a1923 Sort rules in ESLint config alphabetically
  • 74dd573 Update ESLint
  • 9d4509b Improve logic in gulpfile
  • 7db395b Add Node v8 to TravisCI
  • 3ff94db Update gulp to v4
  • 8bdc420 Update deps
  • 4a19172 Add .npmrc
  • 5cb03ba Merge pull request #129 from ryan953/stream-json-stringify

There are 20 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of style-ext-html-webpack-plugin is breaking the build 🚨

Version 3.4.7 of style-ext-html-webpack-plugin was just published.

Branch Build failing 🚨
Dependency style-ext-html-webpack-plugin
Current Version 3.4.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

style-ext-html-webpack-plugin is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of babel-eslint is breaking the build 🚨

Version 8.2.2 of babel-eslint was just published.

Branch Build failing 🚨
Dependency babel-eslint
Current Version 8.2.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

babel-eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 6 commits.

  • 9a6d663 8.2.2
  • 51afa9e Allow newer versions of babel
  • 7928722 Update dependencies
  • f958995 chore(package): update lint-staged to version 6.1.1 (#592)
  • 29b12ab Bump deps (#591)
  • 236adb8 Fix: wrong token type of ! and ~ (fixes #576) (#577)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

Version 4.16.0 of eslint was just published.

Branch Build failing 🚨
Dependency eslint
Current Version 4.15.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.16.0
  • e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #7567) (#9796) (Michael Ficarra)
  • af043eb Update: Add NewExpression support to comma-style (#9591) (Frazer McLean)
  • 4f898c7 Build: Fix JSDoc syntax errors (#9813) (Matija Marohnić)
  • 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#9852) (Kevin Partington)
  • b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #9526) (#9855) (PiIsFour)
  • 8ccbdda Docs: Clarify that -c configs merge with .eslintrc.* (fixes #9535) (#9847) (Kevin Partington)
  • 978574f Docs: Fix examples for no-useless-escape (#9853) (Toru Kobayashi)
  • cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#9815) (Kevin Partington)
  • 2e87ddd Docs: Sync messageId examples' style with other examples (#9816) (Kevin Partington)
  • 1d61930 Update: use doctrine range information in valid-jsdoc (#9831) (Teddy Katz)
  • 133336e Update: fix indent behavior on template literal arguments (fixes #9061) (#9820) (Teddy Katz)
  • ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #9373) (#9819) (Teddy Katz)
  • add1e70 Update: fix indent bug on comments in ternary expressions (fixes #9729) (#9818) (Teddy Katz)
  • 6a5cd32 Fix: prefer-destructuring error with computed properties (fixes #9784) (#9817) (Teddy Katz)
  • 601f851 Docs: Minor modification to code comments for clarity (#9821) (rgovind92)
  • b9da067 Docs: fix misleading info about RuleTester column numbers (#9830) (Teddy Katz)
  • 2cf4522 Update: Rename and deprecate object-property-newline option (#9570) (Jonathan Pool)
  • acde640 Docs: Add ES 2018 to Configuring ESLint (#9829) (Kai Cataldo)
  • ccfce15 Docs: Minor tweaks to working with rules page (#9824) (Kevin Partington)
  • 54b329a Docs: fix substitution of {{ name }} (#9822) (Andres Kalle)
Commits

The new version differs by 22 commits.

  • 33ca1ea 4.16.0
  • 1a9ddee Build: changelog update for 4.16.0
  • e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #7567) (#9796)
  • af043eb Update: Add NewExpression support to comma-style (#9591)
  • 4f898c7 Build: Fix JSDoc syntax errors (#9813)
  • 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#9852)
  • b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #9526) (#9855)
  • 8ccbdda Docs: Clarify that -c configs merge with .eslintrc.* (fixes #9535) (#9847)
  • 978574f Docs: Fix examples for no-useless-escape (#9853)
  • cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#9815)
  • 2e87ddd Docs: Sync messageId examples' style with other examples (#9816)
  • 1d61930 Update: use doctrine range information in valid-jsdoc (#9831)
  • 133336e Update: fix indent behavior on template literal arguments (fixes #9061) (#9820)
  • ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #9373) (#9819)
  • add1e70 Update: fix indent bug on comments in ternary expressions (fixes #9729) (#9818)

There are 22 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of greenkeeper-lockfile is breaking the build 🚨

Version 1.13.0 of greenkeeper-lockfile was just published.

Branch Build failing 🚨
Dependency greenkeeper-lockfile
Current Version 1.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

greenkeeper-lockfile is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.13.0

1.13.0 (2018-01-19)

Features

  • add basic Codeship CI Integration (258e9c0)
Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of worker-loader is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.1.1 of worker-loader was just published.

Branch Build failing 🚨
Dependency worker-loader
Current Version 1.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

worker-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.1.1

2018-02-25

Bug Fixes

  • index: add webpack >= v4.0.0 support (#128) (d1a7a94)
Commits

The new version differs by 3 commits.

  • 77c599c chore(release): 1.1.1
  • d1a7a94 fix(index): add webpack >= v4.0.0 support (#128)
  • 8905f8d docs(README): fix syntax highlighting on webpack.js.org (#112)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-react is breaking the build 🚨

Version 7.6.0 of eslint-plugin-react was just published.

Branch Build failing 🚨
Dependency eslint-plugin-react
Current Version 7.5.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 106 commits.

  • 7b742d0 Update CHANGELOG and bump version
  • 692cdc8 Merge pull request #1643 from ljharb/fix_crossorigin
  • c558451 Merge pull request #1651 from xjmdoo/master
  • f4cab9a Merge pull request #1652 from lfades/fix/no-typos
  • 20dff22 Adds more checks to MethodDefinition case and adds new test case for default parser
  • 942a92c merged one of the previous tests and added 2 new tests for the default parser
  • 1d12044 Merge pull request #1650 from xinminlabs/add-missing-meta-to-jsx-tag-spacing
  • 8360ffa support isRequired for custom props and call expressions
  • f9cc10d prop-types doesn't check nextProps of componentWillReceiveProps
  • d3840a5 add missing meta to jsx-tag-spacing
  • 36beb6d Merge pull request #1483 from b0gok/jsx-sort-default-props
  • c2c7a2a Merge pull request #1616 from jaaberg/jsx-no-literals-binary
  • e24b53f Add tests and examples with multiple spreads
  • 558576c Add more tests with spread, add examples
  • 8237551 Merge pull request #1645 from nirnaor/master

There are 106 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of chalk is breaking the build 🚨

Version 2.3.1 of chalk was just published.

Branch Build failing 🚨
Dependency chalk
Current Version 2.3.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

chalk is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 8 commits.

  • ae8a03f 2.3.1
  • b55dd79 Force bump dependencies
  • 678152c Update chalk to use the latest updates to supports-color (#247)
  • 011dd04 Fix usage example in the readme (#251)
  • 6554030 Use svg screenshot
  • bc3dd75 Update usage stats in the readme (#242)
  • a8c60e3 Fix spelling error in readme (#232)
  • 5392313 Correct HSV and HWB examples

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/react-dom is breaking the build 🚨

Version 16.0.4 of @types/react-dom was just published.

Branch Build failing 🚨
Dependency @types/react-dom
Current Version 16.0.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/react-dom is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of css-loader is breaking the build 🚨

Version 0.28.9 of css-loader was just published.

Branch Build failing 🚨
Dependency css-loader
Current Version 0.28.8
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

css-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v0.28.9

2018-01-17

Bug Fixes

Commits

The new version differs by 3 commits.

  • 630579d chore(release): 0.28.9
  • 604bd4b chore(package): update dependencies
  • d1d8221 fix: ignore invalid URLs (url()) (#663)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack-dev-middleware is breaking the build 🚨

Version 2.0.5 of webpack-dev-middleware was just published.

Branch Build failing 🚨
Dependency webpack-dev-middleware
Current Version 2.0.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack-dev-middleware is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 7 commits.

  • 0f9ccbe 2.0.5
  • 6489fa1 Fix getPaths for publicPaths that are URLs (#255) (#257)
  • fed8046 Update README.md (#256)
  • ba6248f prevent multiple identical compilations via watch startTime (#250)
  • f17765f Allow webpack v4 and v4-beta (#251)
  • 2e772c1 fixes #252: missing contributing.md
  • 236afb1 docs(README): Fix links to source and describe webpack-log (#248)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organiszation’s settings page, under Installed GitHub Apps.

StyleExtHtmlWebpackPluginError for build commands

Getting this error for all of the build commands:

ERROR in StyleExtHtmlWebpackPluginError: StyleExtHtmlWebpackPlugin: could not find Extr actTextWebpackPlugin's generated .css file; available files: './apple-touch-ic on-114x114.png,./apple-touch-icon-120x120.png,./apple-touch-icon-144x144.png,. /apple-touch-icon-152x152.png,./apple-touch-icon-180x180.png,./apple-touch-ico n-57x57.png,./apple-touch-icon-60x60.png,./apple-touch-icon-72x72.png,./apple- touch-icon-76x76.png,./img/launcher-icon-1x.png,./img/launcher-icon-2x.png,./i mg/launcher-icon-4x.png,app-4617fcb7479739423ea1.js,app-4617fcb7479739423ea1.j s.map'

Went through the entire setup process as described in the Readme

Ed: Works fine when I comment out

plugins.push(new StyleExtHtmlWebpackPlugin()); // at line 70, webpack/plugins/config.js

Node 8 support

Found some issues with people using node 8.x. Rather than demand a 7.x release for this course, 8.x should be supported

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.