moqada / simple-api-client-generator

API Client Generator from JSON Hyper Schema
MIT License
2 stars 3 forks source link

Update json-schema-ref-parser to the latest version ๐Ÿš€ #31

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of json-schema-ref-parser was just published.

Dependency json-schema-ref-parser
Current Version 3.3.1
Type dependency

The version 4.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of json-schema-ref-parser.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโ€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 16 commits.

  • 78ea3c3 release v4.0.0
  • 2742121 Updated test dependencies (Mocha, Chai, Sinon)
  • edfbd44 test in IE 11 instead of IE 9 because the Promise and TypedArray polyfills cause erroneous test failures due to incorrect prototype chains
  • 809e193 Use https instead of http in tests that call httpbin.org, since it does an automatic https redirect
  • 3ab377f Removed Promise and TypedArray polyfills, since they're now supported in all modern runtimes
  • cb44fa6 Use a TypedArray polyfill when testing in IE 9
  • df31201 Start running browser tests first, since they take the longest
  • cb68371 Updated the "debug" dependency to protect against a DoS vulnerability
  • 7e7854d Moved the banner text to banner.txt
  • 58686e9 ESLint auto fixes
  • 13b38af removed an old Yeoman file that's not needed
  • 6469912 Added ESLint Config Modular
  • b68088b removed JSCS, since it's outdated
  • 1b00a94 Updated dependencies
  • 377a5d9 Merge pull request #53 from supertong/path-not-change

There are 16 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

Version 4.0.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 5 commits.

  • b4ba766 release v4.0.1
  • d8aa8d2 updated dependencies
  • 281e86e Moved the normalizeArgs() function to a separate file
  • 34570c9 Removed Sinon dependency, since it's no longer used
  • 2872115 Use Mocha 3.x, since 4.x no longer includes a browser-compatible script

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

  • 51b4ed8 release v4.0.2
  • 5fe3a56 Removed the half-implemented validator plugin
  • 4ac0d7b Added JSDoc comments for the path parameter of each method
  • b6c6dd6 Changed a devDependency (from npm-check-updates to npm-check)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.3 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.4 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 13 commits.

  • 1b8ebdd release v4.0.4
  • bee0f40 updated devDependencies
  • 08070c8 Merge pull request #59 from big-r81/patch-1
  • 7f50729 Fix missing protocol variable in http.js
  • 64f1925 fixed the "npm run karma" script for local development
  • 5ccdd76 Merge branch 'v4'
  • 806250c Merge pull request #55 from brendo/patch-1
  • e2c5905 send code-coverage results to Codacy
  • a7c5cee setup CI testing on headless Chrome
  • 29d5b66 Cleaned-up the CI scripts a bit
  • 42a1529 Corrected the name of the "test" directory in comments
  • 29411df corrected comments to match the actual code
  • cdff49e Move eslint-config-modular to devDependencies.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 15 commits.

  • 6ba4c4b release v4.1.0
  • 2224270 updated dependencies
  • df8628e Added a comment about the temporary fix for travis-ci/travis-ci#8836
  • 5af6a51 release v4.1.0-beta.1
  • 1b615c7 updated dependencies
  • 68dd048 Run Travis-CI build with sudo to workaround a bug with Chrome's sandbox (see travis-ci/travis-ci#8836)
  • 352f3f2 Enhanced the bundle() method to use the most direct reference, to minimize the number of indirect references in the bundled output (see #62 (comment))
  • 5d61ee5 Enhanced the test for PR #62 to break the sequence order logic (see #62 (comment))
  • f0bd746 removed old test logic for Node 0.x
  • 4ee64b2 Merge pull request #62 from RomanGotsiy/fix-broken-refs
  • 3f5fbc0 Merge pull request #51 from RomanGotsiy/patch-1
  • 7935a8e fix bundle producing schema with corrupted refs in some cases
  • 707e626 removed CodeClimate, in favor of Codacy
  • 0f23cf4 changed the author URL
  • 41e6f58 Fix ts typings for resolve.http and resolve.file

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 15 commits.

  • 4780ddb release v5.0.0
  • dbfc570 Updated dependencies
  • 22211e1 Added Microsoft Edge to the browser test suite for Windows. Removed Safari
  • 14d5a70 fixed tests that were failing on Windows due to URL-encoding of filesystem paths
  • 985c9b8 Fixed failure tests that could erroneously pass even if no error was thrown
  • 304554f renamed a parameter, for clarity
  • 14bb455 Fixed tests to assert that the root schema file path is consistent with referenced file paths
  • e0f1b29 Merge branch 'master' of https://github.com/BigstickCarpet/json-schema-ref-parser
  • 0f16faa Merge pull request #75 from realityking/ref-error-relative
  • 1958d5d Increased the timeout for HTTP redirect tests
  • 619c66e Refactored the "paths" helper to clearly distinguish between filesystem paths and URL paths
  • 4e992d8 Removed the optional value parameter, since it's no longer passed anywhere
  • a95cf50 Set the pathType of the root schema file, so its path is correctly formatted by $refs.paths() and $refs.values()
  • 24ca937 Capitalize drive letters in Windows paths, for consistency with Node's "path" module
  • f63c066 When the parser is unable to resolve a path, give the user supplied path in the error.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 3 commits.

See the full diff