pugjs / pug-www

The website for Pug.
16 stars 12 forks source link

An in-range update of resolve is breaking the build 🚨 #51

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 7 years ago

Version 1.5.0 of resolve was just published.

Branch Build failing 🚨
Dependency resolve
Current Version 1.4.0
Type dependency

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

resolve 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 - βœ… **dependency-ci** Dependencies checked [Details](https://dependencyci.com/builds/323224) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/pugjs/pug-www/builds/292379977?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 10 commits.

  • 19cbd5e v1.5.0
  • e0c5d51 [Tests] on node v8.8
  • 7f509ba [New] node v8.8+ supports http2
  • b826f30 [Fix] fix broken core tests; change core.json to be an object instead of an array; fix results
  • e66117d [New] add perf_hooks, added in node v8.5
  • d0de222 [Tests] up to node 8.7; use nvm install-latest-npm so new npm doesn’t break old node
  • 5bfb072 [Dev Deps] update eslint
  • e9d3a24 [Tests] up to v8.4; node 0.6 is failing due to travis-ci changes; allow it to fail for now.
  • 76f28a3 [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • 3412f98 [Docs] update repo URL

See the full diff

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:

greenkeeper[bot] commented 7 years ago

After pinning to 1.4.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 51 commits.

  • 254bb40 v1.9.0
  • 765b3cb [Fix] sync/async: fix preserveSymlinks option
  • f839d20 [Tests] better failure messages
  • 4b2b392 [Fix] sync/async: when package.json main is not a string, throw an error
  • d652f01 [Refactor] node-modules-paths: Change paths function option to receive a thunk for node modules resolution paths
  • 7112873 [New] async/sync/node-modules-paths: Adds support for β€œpaths” being a function
  • f3961df [New] Implements a "normalize-options" pseudo-hook
  • 1018c0e [Deps] update path-parse
  • 5542700 [Dev Deps] update eslint, @ljharb/eslint-config, object-keys, safe-publish-latest, tape
  • 2b4f3a8 [Tests] up to node v11.4, v10.14, v8.14, v6.15
  • b5fc91b v1.8.1
  • 9c370c9 [Fix] resolution when filename option is passed
  • 3a64219 [Tests] up to node v10.4
  • 6f771b2 [Tests] improve output of symlink tests that fail on Mac
  • f5394d8 [Docs] clean up readme code

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • d098e92 v1.10.0
  • ce163e3 [Fix] TypeError: Path must be a string. Received undefined
  • 3296106 [New] core: add worker_threads in v11.7+
  • 2c67936 [Tests] add an additional test
  • 09dc3e8 [Fix] sync/async: when package.json main is not a string, throw an error
  • 29a4994 [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • 083e78c [Tests] up to v11.6, v10.15, v8.15, v6.16

See the full diff

ljharb commented 5 years ago

The build looks broken on master, unrelated to this dependency.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 99a2ef5 v1.10.1
  • b54d33a [Fix] core: 6 v8/ core modules and 3 node-inspect/ core modules no longer exist in node 12
  • 16e3897 [Dev Deps] update eslint, object-keys, tape

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • da345f3 v1.11.0
  • 38559e0 Merge pull request #192 from keithamus/new-add-isdirectory-use-to-speed-up-node-modules-lookups
  • d2816d8 [Performance] use isDirectory to speed up node_modules lookups
  • c36ba3d [Tests] up to node v12.2, v11.15, v6.17
  • b502f7c [New] add isDirectory

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 4 commits.

  • b234492 v1.11.1
  • 3adb367 [Fix] revert inadvertent mode change from 7c86d8f1675ce24cf86fc866ccbd258b677f3b1b
  • 7c86d8f [Fix] node-modules-paths: correctly resolve paths that are on Windows networked drives
  • 4c9b260 [Fix] Make behavior consistent with require.resolve() for "shadowed" core modules

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 14 commits.

  • 2c61679 v1.12.0
  • 46df625 [Tests] gitignore file created in tests; remove it in test setup
  • 2eb4051 [Dev Deps] update tape
  • 855d01f [Fix] preserveSymlinks: false ensure that files are realpathed
  • 017bfe1 [Tests] fix symlinks in windows/appveyor
  • 08b040a [Tests] add failing symlink tests
  • 2c3bcae [Tests] up to node v12.7, v10.16, v8.16
  • 36c0abc [Refactor] make maybeUnwrapSymlink
  • ba82ea8 [New] core: add _debug_agent core module, in node 1 through 7
  • 5a37136 [meta] clean up license so github can detect it
  • b234492 v1.11.1
  • 3adb367 [Fix] revert inadvertent mode change from 7c86d8f1675ce24cf86fc866ccbd258b677f3b1b
  • 7c86d8f [Fix] node-modules-paths: correctly resolve paths that are on Windows networked drives
  • 4c9b260 [Fix] Make behavior consistent with require.resolve() for "shadowed" core modules

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 21 commits.

  • ecd0672 v1.12.1
  • 9f06a8f fix: packageFilter passes expected arguments
  • ed46ce6 [Fix] sync: packageFilter: when preserveSymlinks is false, realpath the pkgfile option
  • da3c48f [Tests] use shared travis-ci configs
  • de8aae6 [meta] add funding field
  • 9c18844 [Docs] fix CI status badge
  • 8a8c218 [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest
  • 2c61679 v1.12.0
  • 46df625 [Tests] gitignore file created in tests; remove it in test setup
  • 2eb4051 [Dev Deps] update tape
  • 855d01f [Fix] preserveSymlinks: false ensure that files are realpathed
  • 017bfe1 [Tests] fix symlinks in windows/appveyor
  • 08b040a [Tests] add failing symlink tests
  • 2c3bcae [Tests] up to node v12.7, v10.16, v8.16
  • 36c0abc [Refactor] make maybeUnwrapSymlink

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 23 commits.

  • d930f86 v1.12.2
  • 4f2f504 [Fix] sync/async: pass a dir into maybeUnwrapSymlink
  • ecd0672 v1.12.1
  • 9f06a8f fix: packageFilter passes expected arguments
  • ed46ce6 [Fix] sync: packageFilter: when preserveSymlinks is false, realpath the pkgfile option
  • da3c48f [Tests] use shared travis-ci configs
  • de8aae6 [meta] add funding field
  • 9c18844 [Docs] fix CI status badge
  • 8a8c218 [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest
  • 2c61679 v1.12.0
  • 46df625 [Tests] gitignore file created in tests; remove it in test setup
  • 2eb4051 [Dev Deps] update tape
  • 855d01f [Fix] preserveSymlinks: false ensure that files are realpathed
  • 017bfe1 [Tests] fix symlinks in windows/appveyor
  • 08b040a [Tests] add failing symlink tests

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 27 commits.

  • a86405a v1.13.0
  • b7790f4 [Dev Deps] update eslint
  • e5da77e [Fix] sync/async Do not leak Object.prototype when checking for core modules
  • 1aedb83 [Tests] fix symlink tests for windows
  • d930f86 v1.12.2
  • 4f2f504 [Fix] sync/async: pass a dir into maybeUnwrapSymlink
  • ecd0672 v1.12.1
  • 9f06a8f fix: packageFilter passes expected arguments
  • ed46ce6 [Fix] sync: packageFilter: when preserveSymlinks is false, realpath the pkgfile option
  • da3c48f [Tests] use shared travis-ci configs
  • de8aae6 [meta] add funding field
  • 9c18844 [Docs] fix CI status badge
  • 8a8c218 [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest
  • 2c61679 v1.12.0
  • 46df625 [Tests] gitignore file created in tests; remove it in test setup

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 29 commits.

  • 9591fb7 v1.13.1
  • 07612f7 [Fix] sync: packageFilter: revert "breaking" change in 9f06a8f / #202
  • a86405a v1.13.0
  • b7790f4 [Dev Deps] update eslint
  • e5da77e [Fix] sync/async Do not leak Object.prototype when checking for core modules
  • 1aedb83 [Tests] fix symlink tests for windows
  • d930f86 v1.12.2
  • 4f2f504 [Fix] sync/async: pass a dir into maybeUnwrapSymlink
  • ecd0672 v1.12.1
  • 9f06a8f fix: packageFilter passes expected arguments
  • ed46ce6 [Fix] sync: packageFilter: when preserveSymlinks is false, realpath the pkgfile option
  • da3c48f [Tests] use shared travis-ci configs
  • de8aae6 [meta] add funding field
  • 9c18844 [Docs] fix CI status badge
  • 8a8c218 [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 32 commits.

  • c5f819b v1.14.0
  • a881418 [New] core: wasi is a core module in node v13.4+
  • e2c1a26 [Dev Deps] update array.prototype.map, eslint, tape
  • 9591fb7 v1.13.1
  • 07612f7 [Fix] sync: packageFilter: revert "breaking" change in 9f06a8f / #202
  • a86405a v1.13.0
  • b7790f4 [Dev Deps] update eslint
  • e5da77e [Fix] sync/async Do not leak Object.prototype when checking for core modules
  • 1aedb83 [Tests] fix symlink tests for windows
  • d930f86 v1.12.2
  • 4f2f504 [Fix] sync/async: pass a dir into maybeUnwrapSymlink
  • ecd0672 v1.12.1
  • 9f06a8f fix: packageFilter passes expected arguments
  • ed46ce6 [Fix] sync: packageFilter: when preserveSymlinks is false, realpath the pkgfile option
  • da3c48f [Tests] use shared travis-ci configs

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 34 commits.

  • 7eb98ea 1.14.1
  • fe73a76 [Fix] core: wasi was mistakenly available as a core module in v13.4.0
  • c5f819b v1.14.0
  • a881418 [New] core: wasi is a core module in node v13.4+
  • e2c1a26 [Dev Deps] update array.prototype.map, eslint, tape
  • 9591fb7 v1.13.1
  • 07612f7 [Fix] sync: packageFilter: revert "breaking" change in 9f06a8f / #202
  • a86405a v1.13.0
  • b7790f4 [Dev Deps] update eslint
  • e5da77e [Fix] sync/async Do not leak Object.prototype when checking for core modules
  • 1aedb83 [Tests] fix symlink tests for windows
  • d930f86 v1.12.2
  • 4f2f504 [Fix] sync/async: pass a dir into maybeUnwrapSymlink
  • ecd0672 v1.12.1
  • 9f06a8f fix: packageFilter passes expected arguments

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 45 commits.

  • c1750d6 v1.15.1
  • 5e1f5c8 [Dev Deps] update @ljharb/eslint-config
  • 891bd89 [Fix] correct behavior when requiring . with same name (#212)
  • 16c1170 [Tests] allow node 5 on windows to fail due to npm registry bug
  • 9529db4 v1.15.0
  • f0ad85f [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • 7b80058 [Refactor] sync: add function name
  • 163f9da [New] sync'/async: Implement packageIterator (#205)
  • fca4013 [Refactor] remove useless exports assignment
  • 9fea81a v1.14.2
  • b261110 [Fix] sync/async: Fixes isCore check (#206)
  • 2f0e047 v1.14.1
  • fe73a76 [Fix] core: wasi was mistakenly available as a core module in v13.4.0
  • c5f819b v1.14.0
  • a881418 [New] core: wasi is a core module in node v13.4+

There are 45 commits in total.

See the full diff