godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
962 stars 192 forks source link

An in-range update of mustache is breaking the build 🚨 #534

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency mustache was updated from 3.0.1 to 3.0.2.

🚨 View failing branch.

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

mustache is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/godaddy/kubernetes-client/builds/575050068?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.0.2

Fixed

Dev

  • #701: Fix test failure for Node 10 and above, by @andersk.
  • #704: Lint all test files just like the source files, by @phillipj.
  • Start experimenting & comparing GitHub Actions vs Travis CI, by @phillipj.
Commits

The new version differs by 15 commits.

  • 6c3608b :ship: bump to version 3.0.2
  • 619c928 Delete old GitHub Actions workflow file
  • fc8eb5d Convert to new GitHub Actions yaml format
  • 1c4187a Don't run browser tests on IE 9 and IE 10, start from IE 11 and above
  • 69e2bf3 Add mustache partials indentation spec and fix one broken test
  • cadf571 Indent Partials
  • 1a244cb Install deps before tests in Actions workflow
  • 930a485 Install deps as part of GitHub Actions workflow
  • d0290c4 Try a basic GitHub Actions workflow
  • bb700c5 Start linting all test/ files as part of test script (#704)
  • 11ac71a Run tests on Node.js 10 & 12 after CLI test got fixed
  • 932ad33 cli-test: fs.unlink β†’ fs.unlinkSync to fix test failure on Node 10 (#701)
  • 78eb820 Run tests on Node.js 8 as well
  • fe06a16 Cut official support for Node.js 0.8 by not running tests on it anymore (#700)
  • 639c94f Updated Beard Competition URL in README.md (#699)

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

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

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 3 commits.

  • 96cb5ef :ship: bump to version 3.0.3
  • 4c9ef8f Bugfix for wrong functions output in partials with indentation (#714)
  • c4e56ef Add test cases for custom functions in partials (#713)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.1.0

Added

  • #717: Added support .js files as views in command line tool, by @JEStaubach.

Fixed

Commits

The new version differs by 7 commits.

  • b28bf2c :ship: bump to version 3.1.0
  • 81b0fab Run GitHub Actions tests on PRs as well
  • d820d25 Fix indentation of inline partials (#716)
  • 13cde04 Support .js views with functions in CLI (#717)
  • 96cb5ef :ship: bump to version 3.0.3
  • 4c9ef8f Bugfix for wrong functions output in partials with indentation (#714)
  • c4e56ef Add test cases for custom functions in partials (#713)

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 22 commits.

  • 70d3e7e :ship: bump to version 3.2.0
  • 492d683 :ship: bump to version 3.2.0-beta.0
  • f8d7a8d Improve pre-commit hook keeping version in sync to handle beta versions
  • 86fa37d Bump .version in mustache.js in git hook when version has changed
  • e0a3631 Add CI test verifying native ES Module usage for Node.js
  • ddad1a7 Add CI test to verify build output is in sync with source (.js vs .mjs)
  • b72d1a3 Add CI test verifying Mustache works with Deno
  • c28d73b Make mustache.mjs work with Deno
  • f25abbe Introduce build step to generate .js | .min.js from .mjs
  • b523b16 Turn source code into a plain ES module without UMD wrapper
  • abc3984 Renamed mustache.js -> mustache.mjs to transition to being an ES module
  • 9452eaf Add CI test verifying Mustache works in browser as AMD w/RequireJS
  • 05e3ba0 Add CI test verifying Mustache works in browser's global scope
  • 5da75de Add CI test verifying Mustache works with CommonJS
  • 1053567 Drop bower support by deleting bower.json

There are 22 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 24 commits.

  • 8e52a4a :ship: bump to version 3.2.1
  • aaaa94f Allow JavaScript views to have the .cjs suffix.
  • 70d3e7e :ship: bump to version 3.2.0
  • 492d683 :ship: bump to version 3.2.0-beta.0
  • f8d7a8d Improve pre-commit hook keeping version in sync to handle beta versions
  • 86fa37d Bump .version in mustache.js in git hook when version has changed
  • e0a3631 Add CI test verifying native ES Module usage for Node.js
  • ddad1a7 Add CI test to verify build output is in sync with source (.js vs .mjs)
  • b72d1a3 Add CI test verifying Mustache works with Deno
  • c28d73b Make mustache.mjs work with Deno
  • f25abbe Introduce build step to generate .js | .min.js from .mjs
  • b523b16 Turn source code into a plain ES module without UMD wrapper
  • abc3984 Renamed mustache.js -> mustache.mjs to transition to being an ES module
  • 9452eaf Add CI test verifying Mustache works in browser as AMD w/RequireJS
  • 05e3ba0 Add CI test verifying Mustache works in browser's global scope

There are 24 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 36 commits.

  • 1de94bb :ship: bump to version 4.0.1
  • f3bd888 Fix custom delimiters in nested partials (#739)
  • aca97b8 :ship: bump to version 4.0.0
  • f3012a2 Remove mustache.to_html() (#735)
  • 5938104 Use fetched template in usage example
  • 3bdd27c Add a section about TypeScript defs in README
  • 7f94f13 Move CLI and contribute section down in README
  • 39ee6ff Point out it's a zero-dependency package in README
  • c41045b Removing the rtype API definitions from README
  • bd742d5 Add response.text() from fetch() in README example
  • 185fd6b Update usage examples to not include jQuery
  • e77fc7c Allow template caching to be customised (#731)
  • 8e52a4a :ship: bump to version 3.2.1
  • aaaa94f Allow JavaScript views to have the .cjs suffix.
  • 70d3e7e :ship: bump to version 3.2.0

There are 36 commits in total.

See the full diff