dsgnhb / api

Rest API for Levels and Top Design written in node.js using express and mysql
https://api.dsgnhb.de
MIT License
7 stars 3 forks source link

An in-range update of npm is breaking the build 🚨 #103

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 6.4.0 of npm was just published.

Branch Build failing 🚨
Dependency npm
Current Version 6.3.0
Type dependency

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

npm 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 could not complete due to an error ([Details](https://travis-ci.org/dsgnhb/api/builds/416465112?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 20 commits.

There are 20 commits in total.

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 6 years ago

After pinning to 6.3.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 6.4.1 just got published.

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

Release Notes v6.4.1

BUGFIXES

  • 4bd40f543 #42 Prevent blowing up on malformed responses from the npm audit endpoint, such as with third-party registries. (@framp)
  • 0e576f0aa #46 Fix NO_PROXY support by renaming npm-side config to --noproxy. The environment variable should still work. (@SneakyFish5)
  • d8e811d6a #33 Disable update-notifier checks when a CI environment is detected. (@Sibiraj-S)
  • 1bc5b8cea #47 Fix issue where postpack scripts would break if pack was used with --dry-run. (@larsgw)

DEPENDENCY BUMPS

DOCUMENTATION

Commits

The new version differs by 33 commits.

  • 59e5056 6.4.1
  • bae4ede 6.4.1-next.0
  • e3a0762 update AUTHORS
  • f8396dd doc: update changelog for npm@6.4.1
  • 7eeacdb gen-changelog: fix npm.community url parsing
  • d4242d4 gen-changelog: appease standard
  • bced18e gen-changelog: Strip CRs from commit messages
  • 54b4bc8 gen-changelog: git update incresed length of "short" hashes
  • f5eed2e gen-changelog: Default repo is npm/cli now
  • ee5066a gen-changelog: match npm.community urls in addition to github ones
  • f86570d gen-changelog: Actually match content on fixes lines
  • 1d2fa4d marked@0.5.0
  • 30bc990 ci-info@1.4.0
  • 1bc5b8c pack: add dryRun option to packDirectory (#47)
  • d8e811d update-notifier: skip checking for updates in CI environments

There are 33 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 πŸš€

Release Notes for v6.5.0

NEW FEATURES

BUGFIXES

DOCS UPDATES

DEPENDENCIES

MISCELLANEOUS

Commits

The new version differs by 75 commits.

  • ab0f026 6.5.0
  • 661e5c6 travis: 10 is LTS now
  • 260f271 travis: only run license check once per full test run (like standard)
  • f426a0e travis: Add node@11 to test matrix
  • 63f8a83 unsupported: Add v12 (nightlies) to supported list
  • c95edb2 chore: fix name of fake-registry docs
  • 6084ed1 6.5.0-next.0
  • 6de34c1 update AUTHORS
  • 499cbbd doc: update changelog for npm@6.5.0
  • 2499303 deps: gitignore licensee and deps
  • 353a81f license: whitelist config-chain again
  • 61dbbb7 doc: fix semver docs
  • 027f06b ci-info@1.6.0
  • ab62afc npm-packlist@1.1.12
  • 43b1f4c tar@4.4.8

There are 75 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 πŸš€

Release Notes for v6.6.0

REFACTORING OUT npm-REGISTRY-CLIENT

Today is an auspicious day! This release marks the end of a massive internal refactor to npm that means we finally got rid of the legacy npm-registry-client in favor of the shiny, new, window.fetch-like npm-registry-fetch.

Now, the installer had already done most of this work with the release of npm@5, but it turns out every other command still used the legacy client. This release updates all of those commands to use the new client, and while we're at it, adds a few extra goodies:

  • All OTP-requiring commands will now prompt. --otp is no longer required for dist-tag, access, et al.
  • We're starting to integrate a new config system which will eventually get extracted into a standalone package.
  • We now use libnpm for the API functionality of a lot of our commands! That means you can install a library if you want to write your own tooling around them.
  • There's now an npm org command for managing users in your org.
  • pacote now consumes npm-style configurations, instead of its own naming for various config vars. This will make it easier to load npm configs using libnpm.config and hand them directly to pacote.

There's too many commits to list all of them here, so check out the PR if you're curious about details:

NEW FEATURES

BUGFIXES

DOCS

DEPENDENCIES

TESTING

MISCELLANEOUS

Commits

The new version differs by 172 commits.

  • bb8688d 6.6.0
  • f277bce doc: update changelog for npm@6.6.0
  • 46639ba chore: Update package-lock.json for https tarball URLs
  • 6c89adb 6.6.0-next.1
  • b9d4dcb update AUTHORS
  • 371442f doc: update changelog for npm@6.6.0
  • c665f35 chore: replace var with const/let in lib/repo.js (#119)
  • 5d07635 doc: fix npm-prefix description (#116)
  • a5c9e6f cli,outdated: default homepage to an empty string (#124)
  • f58b43e audit: report any errors above 400 as potentially not supporting audit (#128)
  • c5b6056 Handle git branch references correctly (#123)
  • 41f1552 deps: updating semver docs
  • 887e943 lru-cache@4.1.5
  • 5777ea8 readable-stream@3.1.1
  • a0a0ca9 pacote@9.3.0

There are 172 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 πŸš€

Release Notes for v6.8.0

This release includes an implementation of RFC #10, documenting an optional field that can be used to specify the directory path for a package within a monorepo.

NEW FEATURES

BUGFIXES

DEPENDENCY BUMPS

MISC

Commits

The new version differs by 213 commits.

  • 67142b3 6.8.0
  • c7da272 chore: update changelog for final 6.8.0 release
  • 338571c read-package-tree@5.2.2
  • 0c97036 Revert "install/dedupe: fix hoisting of packages with peerDeps (#147)" (#152)
  • 26b768d 6.8.0-next.2
  • b436cb0 update AUTHORS
  • 7b87710 chore: update changelog for 6.8.0
  • d513709 Fix issue with sub folder local references (#86)
  • 7c62cde 6.8.0-next.1
  • f54bf9e chore: update changelog for 6.8.0
  • 32d34c0 npm-packlist@1.3.0
  • 322fef4 normalize-package-data@2.5.0
  • 3c22d1a access: ls-collaborators is ok with non-scoped (#151)
  • 309260d 6.8.0-next.0
  • f28a94c update AUTHORS

There are 213 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 πŸš€

Release Notes for v6.9.0

FEATURES

BUGFIXES

  • cf09fbaed #153 Set modified to undefined in npm view when time is not available. This fixes a bug where npm view would crash on certain third-party registries. (@simonua)
  • 774fc26ee #154 Print out tar version in install.sh only when the flag is supported not all the tar implementations support --version flag. This allows the install script to work in OpenBSD, for example. (@agudulin)
  • 863baff11 #158 Fix typo in error message for npm stars. (@phihag)
  • a805a95ad npm.community#4227 Strip version info from pkg on E404. This improves the error messaging format. (@larsgw)

DOCS

DEPENDENCIES

Commits

The new version differs by 239 commits.

  • 656bce7 6.9.0
  • de0ebe1 6.9.0-next.0
  • 5ac0950 update AUTHORS
  • f957798 doc: update changelog for npm@6.9.0
  • 96e4fa9 tap@12.5.3
  • 9b8b651 npm-packlist@1.4.1
  • 2b78288 test: add core to default inclusion tests in pack
  • 57e771a licensee@6.1.0 (#164)
  • 2ba3a0f install: add --before date support for time traveling~ (#90)
  • baaedbc pacote@9.5.0
  • b7b54f2 install: add support for package aliases (#3)
  • 2ce23ba lock-verify@2.1.0
  • e135c2b update: re-enable updating local packages
  • 8047b19 install: match git semver ranges (#115)
  • 433020e docs: described exit codes in npm-audit docs

There are 239 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 πŸš€

Release Notes for v6.9.1

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 251 commits.

There are 250 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 253 commits.

There are 250 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 πŸš€

Release Notes for v6.10.0

FEATURES

BUGFIXES

TESTING

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 290 commits.

  • c1522be 6.10.0
  • 162858b doc: update changelog to set date for 6.10.0
  • eee0bcd 6.10.0-next.0
  • cad4b85 update AUTHORS
  • 36ddc3c doc: update changelog for npm@6.10.0
  • 828c21d test: use common.pkg basedir in newly added test
  • e36b3c3 graceful-fs@4.2.0
  • a823f30 travis: Update to include new v12 LTS
  • 6bb935c read-package-tree@5.3.1
  • 33e2d1d fix flaky debug-logs test
  • 39538b4 write-file-atomic@2.4.3
  • 0421930 pacote@9.5.1
  • 8bd8e90 cacache@11.3.3
  • 87fef4e fix: Always return JSON for outdated --json
  • d9238af fix: do not crash when removing nameless packages

There are 250 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 πŸš€

Release Notes for v6.10.1

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 328 commits.

There are 250 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 368 commits.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.10.3

v6.10.3 (2019-08-06):

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 385 commits.

  • 897537a 6.10.3
  • d2eaf0b update AUTHORS
  • 586c938 doc: changelog 6.10.3 update
  • 4050b91 hosted-git-info@2.8.2
  • 46181cb dev: make the pr script a little friendlier with conflicts
  • 0f980f5 doc: changelog 6.10.3
  • 5b38902 Handle unhandledRejections, help with cache eacces
  • 99edd49 test: clean up some unnecessary setup/cleanup
  • 9bb66e1 docs: changelog for 6.10.3
  • ceb9935 query-string@6.8.2
  • 77516df licensee@7.0.3
  • d5e865e install, doctor: don't crash if registry unset
  • 27cccfb vulns β†’Β vulnerabilities in npm audit output
  • aacd355 chore: remove unused config/fetch-opts file
  • 272e6c4 Fix Typos

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.11.2

6.11.2 (2019-08-22):

Fix a recent Windows regression, and two long-standing Windows bugs. Also, get CI running on Windows, so these things are less likely in the future.

DEPENDENCIES

  • 9778a1b87 cmd-shim@3.0.3: Fix regression where shims fail to preserve exit code (@isaacs)
  • bf93e91d8 npm-package-arg@6.1.1: Properly handle git+file: urls on Windows when a drive letter is included. (@isaacs)

BUGFIXES

  • 6cc4cc66f escape args properly on Windows Bash Despite being bash, Node.js running on windows git mingw bash still executes child processes using cmd.exe. As a result, arguments in this environment need to be escaped in the style of cmd.exe, not bash. (@isaacs)

TESTS

Commits

The new version differs by 58 commits.

There are 58 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.0

6.12.0 (2019-10-08):

Now npm ci runs prepare scripts for git dependencies, and respects the --no-optional argument. Warnings for engine mismatches are printed again. Various other fixes and cleanups.

BUG FIXES

FEATURES

  • ed993a29c #249 Add CI environment variables to user-agent (@isaacs)
  • f6b0459a4 #248 Add option to save package-lock without formatting Adds a new config --format-package-lock, which defaults to true. (@bl00mber)

DEPENDENCIES

TESTING

Commits

The new version differs by 37 commits.

  • 44ddd0b 6.12.0
  • d86ec5d update AUTHORS
  • bb584e1 docs: update changelog for 6.12.0
  • 70f54dc Make OK more consistent
  • f46edae hosted-git-info@2.8.5
  • f3299ac Reimplemented using idealTree param
  • 3547d99 Removes warnings from package manifest
  • 62f2ca6 node-gyp@5.0.5
  • 44a2b03 fix root-ownership race conditions in meta-test
  • dcff367 docs: update release date for 6.12.0
  • 8d129b8 docs: changelog update for 6.12.0
  • 0ff0ea4 npm-install-checks@3.0.2
  • 726fba7 docs: changelog for 6.12.0
  • f6b0459 Add option to save package-lock without formatting
  • 5c380e5 stringify-package@1.0.1

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.1

6.12.1 (2019-10-29)

BUG FIXES

DEPENDENCIES

Commits

The new version differs by 13 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.0

6.13.0 (2019-11-05)

NEW FEATURES

DOCUMENTATION

BUG FIXES

DEPENDENCIES

TESTING

Commits

The new version differs by 19 commits.

  • 9c7161d 6.13.0
  • a148bd0 update AUTHORS
  • ea99e3b docs: updated changelog for 6.13.0
  • e445540 fix: on uninstall package, *.ps1 not delete
  • d3cb3ab read-cmd-shim@1.0.5
  • 6700bfa doc: fix hyperlink refs in man page docs
  • d3c8598 doc: Move @VERSION@ for html docs into gatsby
  • 4ff1bb1 docs: Updated lorem ipsum with real copy.
  • c6a5c3a docs: added copy to the features page
  • 34fe7db chore: create settings.yml file
  • b5110ea docs: removed refs to npm-index
  • 4414b06 fund: add fund command
  • 266d076 support: add support subcommand
  • cd14d47 unsupported: npm v6.10.0 breaks on node v6.0, v6.1, v9.0 - v9.2
  • ae4c74d docs: migrate existing docs to gatsby

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.1

6.13.1 (2019-11-18)

BUG FIXES

TESTING

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 23 commits.

  • b829d62 6.13.1
  • 464036b update AUTHORS
  • 1d61a3c docs: update changelog for 6.13.1
  • b89423e docs: ignore netlify file
  • 7555a74 docs: add netlify docs website config
  • 3ef295f fix: print quick audit report for human output
  • b150eae docs: package aliases
  • 661d86c make-fetch-happen@5.0.2
  • 454c7dd test: fix git configs for git 2.23 and above
  • 5c3b327 docs: remove coding-style from docs
  • 87d6725 chore(docs): fix case-sensitive filenames
  • 4a2f551 chore(docs): Add how to install all deps when NODE_ENV=production
  • 8e09d5a chore(docs): Added depreciation note in npm-scripts.md
  • c0346b1 chore(docs): fix spelling mistake in npm-install.md docs
  • 9f943a7 chore(docs): docs cleanup

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 10 commits.

  • 0a0fdff 6.13.2
  • dc0178c update AUTHORS
  • c6ff3ba docs: update changelog for 6.13.2
  • 4429645 makefile: fix docs target typo
  • 4c1b16f chore: Warn the user that it is uninstalling npm-install
  • ae7afe5 fix: Don't log error message if git tagging is disabled
  • 1c65d26 fix(fund): open url for string shorthand
  • e4b9796 shrinkwrap: no need to read package.json when read shrinkwrap
  • 8676429 fix(packageRelativePath): fix 'where' for file deps
  • d480f2c Revert "windows: Add preliminary WSL support for npm and npx"

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.3

6.13.3 (2019-12-09)

DEPENDENCIES

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.4

6.13.4 (2019-12-11)

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.5

6.13.5 (2020-01-09)

BUG FIXES

TESTING

DOCUMENTATION

Commits

The new version differs by 15 commits.

  • 787bb66 6.13.5
  • e099866 update AUTHORS
  • 4812866 docs: changelog for 6.13.5
  • 6fb5dbb npm-link: clarify usage of global prefix
  • 4b30f3c feat(version): using 'allow-same-version', git commit --allow-empty and git tag -f
  • e0a7a2f chore: ci cleanup
  • 3f009fb Fix bin-overwriting test on Windows
  • 9295046 CI: switch to actions/checkout@v2
  • 4a669be Remove the unused appveyor.yml
  • 43ae079 CI: add fail-fast: false
  • fd0a802 Fix cache location for npm ci
  • e16f68d test(ci): add failing cache config test
  • f2d770a chore: fix netlify publish path config
  • 462cf09 docs: update gatsby dependencies
  • 797a597 test: fix lint error

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.6

6.13.6 (2020-01-09)

DEPENDENCIES

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

  • f533d61 6.13.7
  • 5897df4 update AUTHORS
  • dcafdd9 updated changelog for npm@6.13.7
  • 0fb1296 libnpx@10.2.2
  • 1a5d209 chore: removed reference to package.community as a source for npm team support
  • 68fc88e docs: updated the CONTRIBUTING file; added references to benchmarking
  • 1ce0344 feat: updated workflow for pull-ruquest benchmark dispatch requests
  • 5967fa4 feat: added workflow file for commenting on a pull-request to dispatch trigger benchmark suite
  • 3590e40 fix: removed authorization header from benchmark dispatch request
  • c9b69d5 node-gyp@5.0.7
  • e8dbaf4 bin-links@1.1.7
  • 7230e13 docs: fix header parsing that was breaking misc config manpage
  • 7dbb914 Update CI detection cases
  • 7852c0c Use the npm lint script on CI.
  • b1aeeb6 docs: mention --no-optional in package-json

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.0

6.14.0 (2020-02-25)

FEATURES

BUG FIXES

DEPENDENCIES

DOCUMENTATION

MISCELLANEOUS

Commits

The new version differs by 20 commits.

  • 83293c4 6.14.0
  • e01f338 update AUTHORS
  • 31ca3a8 docs: changelog for 6.14.0
  • 7602146 hosted-git-info@2.8.6
  • 3d48893 readable-stream@3.6.0
  • ea0ff56 npm-registry-fetch@4.0.3
  • 89ce4cc npm-packlist@1.4.8
  • a6789b1 chownr@1.1.4
  • d383adb fix: supported version implementation update linting & test coverage
  • 28c3d40 Use a package.json engines field to specify support
  • 0769c5b allow new majors of node to be automatically considered supported
  • 30f1708 fund: support multiple funding sources
  • 373224b Update npm-publish.md
  • f6ff417 updated script to say postinstall to show intention
  • 1c27283 Correct typo

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.1

6.14.1 (2020-02-26)

  • 303e5c11e hosted-git-info@2.8.7 Fixes a regression where scp-style git urls are passed to the WhatWG URL parser, which does not handle them properly. (@isaacs)
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.2

6.14.2 (2020-03-03)

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 7 commits.

  • d9a7b30 6.14.2
  • ec5e45d docs: changelog for 6.14.2
  • f924929 node-gyp@5.1.0
  • 9204ffa npm-profile@4.0.4
  • 0365d39 glob@7.1.6
  • 909cc39 hosted-git-info@2.8.8
  • f9248c0 chore(docs): update unpublish docs with both commands, removing policy info from cli docs, and added reference to unpublish policy docs

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.3

6.14.3 (2020-03-19)

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 11 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.4

6.14.4 (2020-03-24)

DEPENDENCIES

  • 136832dca mkdirp@0.5.4
  • Bump minimist@1.2.5 transitive dep to resolve security issue
    • 9c554fd8c update-notifier@2.5.0
    • bump deep-extend@1.2.5
    • bump deep-extend@0.6.0
    • bump is-ci@1.2.1
    • bump is-retry-allowed@1.2.0
    • bump rc@1.2.8
    • bump registry-auth-token@3.4.0
    • bump widest-line@2.0.1
  • 8bf99b2b5 #1053 deps: updates term-size to use signed binary
Commits

The new version differs by 8 commits.

  • cf7da1e 6.14.4
  • 66f77ad docs: changelog for 6.14.4
  • be37961 Do not ship CoC/Contributing files for deps
  • 5e75850 Add note about third-party test fixture code
  • 8bf99b2 deps: updates term-size to use signed binary
  • b3eb8d5 chore: ignore any nested .DS_Store file
  • 9c554fd update-notifier@2.5.0
  • 136832d mkdirp@0.5.4

See the full diff