travi / blog

progress toward my future blog
https://travi.github.io/blog
MIT License
1 stars 0 forks source link

Update markdown-it-footnote to the latest version 🚀 #158

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency markdown-it-footnote was updated from 3.0.1 to 3.0.2.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: vitaly License: MIT

Find out more about this release.


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

ci-reporter[bot] commented 5 years ago

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of 5ec258fbcb0e0900af726e07862999f9b89355ea. Here's the output:

npm test
> blog@ test /home/travis/build/travi/blog
> npm run lint && npm run build

> blog@ lint /home/travis/build/travi/blog
> eslint --ext .js,.jsx --ignore-pattern public .

/home/travis/build/travi/blog/html.js
   4:28  warning  Missing file extension for "gatsby-helpers"         import/extensions
  21:20  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger
  39:33  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger

/home/travis/build/travi/blog/pages/_template.jsx
  4:28  warning  Missing file extension for "gatsby-helpers"          import/extensions
  6:8   warning  Missing file extension for "../css/markdown-styles"  import/extensions

/home/travis/build/travi/blog/pages/css-modules.js
   3:24  warning  Missing file extension for "config"                                               import/extensions
  21:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  24:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  27:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash

/home/travis/build/travi/blog/pages/index.js
  3:28  warning  Missing file extension for "gatsby-helpers"  import/extensions
  5:24  warning  Missing file extension for "config"          import/extensions

/home/travis/build/travi/blog/pages/less.js
   3:24  warning  Missing file extension for "config"                                               import/extensions
  17:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  20:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  23:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash

/home/travis/build/travi/blog/pages/postcss.js
   3:24  warning  Missing file extension for "config"                                               import/extensions
  17:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  20:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  23:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash

/home/travis/build/travi/blog/pages/react.js
  3:24  warning  Missing file extension for "config"  import/extensions

/home/travis/build/travi/blog/pages/sass.js
   3:24  warning  Missing file extension for "config"                                               import/extensions
  17:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  20:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash
  23:15  warning  Links must not point to "#". Use a more descriptive href or use a button instead  jsx-a11y/href-no-hash

/home/travis/build/travi/blog/wrappers/html.js
  12:12  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger

/home/travis/build/travi/blog/wrappers/json.js
   3:24  warning  Missing file extension for "config"                 import/extensions
  18:16  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger

/home/travis/build/travi/blog/wrappers/md.js
   4:24  warning  Missing file extension for "config"                 import/extensions
  18:16  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger

/home/travis/build/travi/blog/wrappers/toml.js
   4:24  warning  Missing file extension for "config"                 import/extensions
  19:16  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger

/home/travis/build/travi/blog/wrappers/yaml.js
   4:24  warning  Missing file extension for "config"                 import/extensions
  19:16  warning  Dangerous property 'dangerouslySetInnerHTML' found  react/no-danger

✖ 33 problems (0 errors, 33 warnings)

> blog@ build /home/travis/build/travi/blog
> gatsby build

Generating CSS
Generating Static HTML
_ (render-page.js:30:30)
    at webpackContext (render-page.js:44559:10)
    at render-page.js:24788:18
    at Array.forEach (native)
    at module.exports (render-page.js:24781:10)
    at render-page.js:88:40

npm ERR! Linux 4.4.0-101-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v5.10.1/bin/node" "/home/travis/.nvm/versions/node/v5.10.1/bin/npm" "run" "build"
npm ERR! node v5.10.1
npm ERR! npm  v3.8.3
npm ERR! code ELIFECYCLE
npm ERR! blog@ build: `gatsby build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the blog@ build script 'gatsby build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the blog package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gatsby build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs blog
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls blog
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/travis/build/travi/blog/npm-debug.log

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.