You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/12/31 12:09:14 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #975: Bump mustache from 2.3.2 to 4.2.0 in /ui

dependabot[bot] opened a new pull request, #975:
URL: https://github.com/apache/streampipes/pull/975

   Bumps [mustache](https://github.com/janl/mustache.js) from 2.3.2 to 4.2.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/janl/mustache.js/releases">mustache's releases</a>.</em></p>
   <blockquote>
   <h2>v4.2.0</h2>
   <p><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/773">#773</a>: Add package.json <code>exports</code> field, by <a href="https://github.com/manzt"><code>@​manzt</code></a>.</p>
   <h2>v3.1.0</h2>
   <h3>Added</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/717">#717</a>: Added support .js files as views in command line tool, by [<a href="https://github.com/JEStaubach"><code>@​JEStaubach</code></a>].</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/716">#716</a>: Bugfix for indentation of inline partials, by [<a href="https://github.com/yotammadem"><code>@​yotammadem</code></a>].</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/716">#716</a>: <a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/716">janl/mustache.js#716</a>
   <a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/717">#717</a>: <a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/717">janl/mustache.js#717</a>
   [<a href="https://github.com/JEStaubach"><code>@​JEStaubach</code></a>]: <a href="https://github.com/JEStaubach">https://github.com/JEStaubach</a>
   [<a href="https://github.com/yotammadem"><code>@​yotammadem</code></a>]: <a href="https://github.com/yotammadem">https://github.com/yotammadem</a></p>
   <h2>v3.0.2</h2>
   <h3>Fixed</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/705">#705</a>: Fix indentation of partials, by <a href="https://github.com/kevindew"><code>@​kevindew</code></a> and <a href="https://github.com/yotammadem"><code>@​yotammadem</code></a>.</li>
   </ul>
   <h3>Dev</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/701">#701</a>: Fix test failure for Node 10 and above, by <a href="https://github.com/andersk"><code>@​andersk</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/704">#704</a>: Lint all test files just like the source files, by <a href="https://github.com/phillipj"><code>@​phillipj</code></a>.</li>
   <li>Start experimenting &amp; comparing GitHub Actions vs Travis CI, by <a href="https://github.com/phillipj"><code>@​phillipj</code></a>.</li>
   </ul>
   <h2>v3.0.1</h2>
   <p><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/679">#679</a>: Fix partials not rendering tokens when using custom tags, by <a href="https://github.com/stackchain"><code>@​stackchain</code></a>.</p>
   <h2>v3.0.0</h2>
   <h2>[3.0.0] / 16 September 2018</h2>
   <p>We are very happy to announce a new major version of mustache.js. We want to be very careful not to break projects out in the wild, and adhering to <a href="http://semver.org/">Semantic Versioning</a> we have therefore cut this new major version.</p>
   <p>The changes introduced will likely not require any actions for most using projects. The things to look out
   for that might cause unexpected rendering results are described in the migration guide below.</p>
   <p>A big shout out and thanks to [<a href="https://github.com/raymond-lam"><code>@​raymond-lam</code></a>] for this release! Without his contributions with code and
   issue triaging, this release would never have happened.</p>
   <h3>Major</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/618">#618</a>: Allow rendering properties of primitive types that are not objects, by [<a href="https://github.com/raymond-lam"><code>@​raymond-lam</code></a>].</li>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/643">#643</a>: <code>Writer.prototype.parse</code> to cache by tags in addition to template string, by [<a href="https://github.com/raymond-lam"><code>@​raymond-lam</code></a>].</li>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/664">#664</a>: Fix <code>Writer.prototype.parse</code> cache, by [<a href="https://github.com/seminaoki"><code>@​seminaoki</code></a>].</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/janl/mustache.js/blob/master/CHANGELOG.md">mustache's changelog</a>.</em></p>
   <blockquote>
   <h2>[4.2.0] / 28 March 2021</h2>
   <h3>Added</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/773">#773</a>: Add package.json <code>exports</code> field, by [<a href="https://github.com/manzt"><code>@​manzt</code></a>].</li>
   </ul>
   <h2>[4.1.0] / 6 December 2020</h2>
   <h3>Added</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/764">#764</a>: <code>render()</code> now recognizes a config object argument, by [<a href="https://github.com/pineapplemachine"><code>@​pineapplemachine</code></a>].</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/764">#764</a>: Ask custom <code>escape</code> functions to escape all types of values (including <code>number</code>s), by [<a href="https://github.com/pineapplemachine"><code>@​pineapplemachine</code></a>].</li>
   </ul>
   <h2>[4.0.1] / 15 March 2020</h2>
   <h3>Fixed</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/739">#739</a>: Fix custom delimiters in nested partials, by [<a href="https://github.com/aielo"><code>@​aielo</code></a>].</li>
   </ul>
   <h2>[4.0.0] / 16 January 2020</h2>
   <p>Majority of using projects don't have to worry by this being a new major version.</p>
   <p><strong>TLDR;</strong> if your project manipulates <code>Writer.prototype.parse | Writer.cache</code> directly or uses <code>.to_html()</code>, you probably have to change that code.</p>
   <p>This release allows the internal template cache to be customised, either by disabling it completely
   or provide a custom strategy deciding how the cache should behave when mustache.js parses templates.</p>
   <pre lang="js"><code>const mustache = require('mustache');
   <p>// disable caching
   Mustache.templateCache = undefined;</p>
   <p>// or use a built-in Map in modern environments
   Mustache.templateCache = new Map();
   </code></pre></p>
   <p>Projects that wanted to customise the caching behaviour in earlier versions of mustache.js were forced to
   override internal method responsible for parsing templates; <code>Writer.prototype.parse</code>. In short, that was unfortunate
   because there is more than caching happening in that method.</p>
   <p>We've improved that now by introducing a first class API that only affects template caching.</p>
   <p>The default template cache behaves as before and is still compatible with older JavaScript environments.
   For those who wants to provide a custom more sopisiticated caching strategy, one can do that with an object that adheres to the following requirements:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/janl/mustache.js/commit/bd29972ab8a0f4c592f35483615ab9a274396300"><code>bd29972</code></a> Added 4.2.0 ref in CHANGELOG</li>
   <li><a href="https://github.com/janl/mustache.js/commit/813e273a658677852ab37e6f47c98a9d9352ccde"><code>813e273</code></a> 4.2.0</li>
   <li><a href="https://github.com/janl/mustache.js/commit/cc66a7084a1dbd31d4e9ff2fa00db59582639e34"><code>cc66a70</code></a> Preparing CHANGELOG for v4.2.0</li>
   <li><a href="https://github.com/janl/mustache.js/commit/ea3adcfc93fed6d7060b514599d7ff3e4bd1ab6f"><code>ea3adcf</code></a> Add package.json <code>exports</code> field (<a href="https://github-redirect.dependabot.com/janl/mustache.js/issues/773">#773</a>)</li>
   <li><a href="https://github.com/janl/mustache.js/commit/f15befd50f3d3d371f692d41815f68311082390d"><code>f15befd</code></a> Build ESM -&gt; CJS before running tests in browsers via Saucelabs</li>
   <li><a href="https://github.com/janl/mustache.js/commit/3e29d677561cff9924580e67abd61820144c28e5"><code>3e29d67</code></a> Build ESM -&gt; CJS before running legacy Node.js tests and packaging tests</li>
   <li><a href="https://github.com/janl/mustache.js/commit/69bf4bd47f3c2b98330e18fcd1cfaa9e0f4b469d"><code>69bf4bd</code></a> Avoid use of <code>esm</code> when running tests on legacy Node.js versions</li>
   <li><a href="https://github.com/janl/mustache.js/commit/d4a50420c5fc7da546ec8653a0def48a81d77dd5"><code>d4a5042</code></a> Use <code>esm</code> package locally when testing to use ESM syntax from CJS code</li>
   <li><a href="https://github.com/janl/mustache.js/commit/a93c39eef286bdbaa3562902d7870b1d6444ecad"><code>a93c39e</code></a> Bump <code>mustache.js</code> version via npm script instead of git pre-commit hook</li>
   <li><a href="https://github.com/janl/mustache.js/commit/2061046686c46fd5b2b54611f4eb55f56991a210"><code>2061046</code></a> Remove .min.js from git repository, will be kept in npm package</li>
   <li>Additional commits viewable in <a href="https://github.com/janl/mustache.js/compare/v2.3.2...v4.2.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mustache&package-manager=npm_and_yarn&previous-version=2.3.2&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti merged pull request #975: Bump mustache from 2.3.2 to 4.2.0 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #975:
URL: https://github.com/apache/streampipes/pull/975


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org