Open dependabot[bot] opened 4 years ago
✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of b88392c3900d8b3e5ae1092bf1f291ad2039ed86. Here's the output:
npm test
> pug-lint@2.6.0 pretest /home/travis/build/pugjs/pug-lint
> npm run docs && npm run schema && npm run lint
> pug-lint@2.6.0 docs /home/travis/build/pugjs/pug-lint
> pliers buildRuleDocs
8:44:28 PM info buildRuleDocs Started
8:44:28 PM info buildRuleDocs Completed [10ms]
> pug-lint@2.6.0 schema /home/travis/build/pugjs/pug-lint
> pliers buildJsonSchema
8:44:29 PM info buildJsonSchema Started
module.js:478
throw err;
^
Error: Cannot find module 'acorn/dist/walk'
at Function.Module._resolveFilename (module.js:476:15)
at Function.Module._load (module.js:424:25)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/travis/build/pugjs/pug-lint/lib/rules/validate-template-string.js:43:17)
at Module._compile (module.js:577:32)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
npm ERR! Linux 4.15.0-1028-gcp
npm ERR! argv "/home/travis/.nvm/versions/node/v6.17.1/bin/node" "/home/travis/build/pugjs/pug-lint/node_modules/.bin/npm" "run" "schema"
npm ERR! node v6.17.1
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! pug-lint@2.6.0 schema: `pliers buildJsonSchema`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pug-lint@2.6.0 schema script 'pliers buildJsonSchema'.
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 pug-lint package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! pliers buildJsonSchema
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs pug-lint
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls pug-lint
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/pugjs/pug-lint/npm-debug.log
I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!
Bumps acorn from 4.0.13 to 7.1.1.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pugjs/pug-lint/network/alerts).