Closed dependabot[bot] closed 1 year ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps mustache from 2.0.0 to 3.2.1.
Release notes
*Sourced from [mustache's releases](https://github.com/janl/mustache.js/releases).* > ## v3.1.0 > ### Added > > * [#717](https://github-redirect.dependabot.com/janl/mustache.js/issues/717): Added support .js files as views in command line tool, by [@JEStaubach]. > > ### Fixed > > * [#716](https://github-redirect.dependabot.com/janl/mustache.js/issues/716): Bugfix for indentation of inline partials, by [@yotammadem]. > > [#716](https://github-redirect.dependabot.com/janl/mustache.js/issues/716): [janl/mustache.js#716](https://github-redirect.dependabot.com/janl/mustache.js/issues/716) > [#717](https://github-redirect.dependabot.com/janl/mustache.js/issues/717): [janl/mustache.js#717](https://github-redirect.dependabot.com/janl/mustache.js/issues/717) > [@JEStaubach]: https://github.com/JEStaubach > [@yotammadem]: https://github.com/yotammadem > > ## v3.0.2 > ### Fixed > > * [#705](https://github-redirect.dependabot.com/janl/mustache.js/issues/705): Fix indentation of partials, by [@kevindew](https://github.com/kevindew) and [@yotammadem](https://github.com/yotammadem). > > ### Dev > > * [#701](https://github-redirect.dependabot.com/janl/mustache.js/issues/701): Fix test failure for Node 10 and above, by [@andersk](https://github.com/andersk). > * [#704](https://github-redirect.dependabot.com/janl/mustache.js/issues/704): Lint all test files just like the source files, by [@phillipj](https://github.com/phillipj). > * Start experimenting & comparing GitHub Actions vs Travis CI, by [@phillipj](https://github.com/phillipj). > > ## v3.0.1 > [#679](https://github-redirect.dependabot.com/janl/mustache.js/issues/679): Fix partials not rendering tokens when using custom tags, by [@stackchain]. > > [@stackchain]: https://github.com/stackchain > > ## v3.0.0 > ## [3.0.0] / 16 September 2018 > > 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 [Semantic Versioning](http://semver.org/) we have therefore cut this new major version. > > 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. > > A big shout out and thanks to [@raymond-lam] for this release! Without his contributions with code and > issue triaging, this release would never have happened. > > ### Major > > * [#618](https://github-redirect.dependabot.com/janl/mustache.js/issues/618): Allow rendering properties of primitive types that are not objects, by [@raymond-lam]. > * [#643](https://github-redirect.dependabot.com/janl/mustache.js/issues/643): `Writer.prototype.parse` to cache by tags in addition to template string, by [@raymond-lam]. > * [#664](https://github-redirect.dependabot.com/janl/mustache.js/issues/664): Fix `Writer.prototype.parse` cache, by [@seminaoki]. > > ### Minor > > * [#673](https://github-redirect.dependabot.com/janl/mustache.js/issues/673): Add `tags` parameter to `Mustache.render()`, by [@raymond-lam]. > ... (truncated)Changelog
*Sourced from [mustache's changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md).* > ## [3.2.1] / 30 December 2019 > > ### Fixed > > * [#733](https://github-redirect.dependabot.com/janl/mustache.js/issues/733): Allow the CLI to use JavaScript views when the project has ES6 modules enabled, by [@eobrain]. > > ## [3.2.0] / 18 December 2019 > > ### Added > > * [#728](https://github-redirect.dependabot.com/janl/mustache.js/issues/728): Expose ECMAScript Module in addition to UMD (CommonJS, AMD & global scope), by [@phillipj] and [@zekth]. > > ### Using mustache.js as an ES module > > To stay backwards compatible with already using projects, the default exposed module format is still UMD. > That means projects using mustache.js as an CommonJS, AMD or global scope module, from npm or directly from github.com > can keep on doing that for now. > > For those projects who would rather want to use mustache.js as an ES module, the `mustache/mustache.mjs` file has to > be `import`ed directly. > > Below are some usage scenarios for different runtimes. > > #### Modern browser with ES module support > > ```html > > > ``` > > #### [Node.js](https://nodejs.org) (>= v13.2.0 or using --experimental-modules flag) > > ```js > // index.mjs > import mustache from 'mustache/mustache.mjs' > > console.log(mustache.render('Hello {{name}}!', { name: 'Santa' })) > // Hello Santa! > ``` > > ES Module support for Node.js will be improved in the future when [Conditional Exports](https://nodejs.org/api/esm.html#esm_conditional_exports) > is enabled by default rather than being behind an experimental flag. > > More info in [Node.js ECMAScript Modules docs](https://nodejs.org/api/esm.html). > > ... (truncated)Commits
- [`8e52a4a`](https://github.com/janl/mustache.js/commit/8e52a4ac6cf4ed86d0fedb3c4dae643fd7b56998) :ship: bump to version 3.2.1 - [`aaaa94f`](https://github.com/janl/mustache.js/commit/aaaa94f4f30d38b5edaecccc7546a5cfc01f4690) Allow JavaScript views to have the .cjs suffix. - [`70d3e7e`](https://github.com/janl/mustache.js/commit/70d3e7ec4e54e315d8640fd8fc94d5c0f65ca208) :ship: bump to version 3.2.0 - [`492d683`](https://github.com/janl/mustache.js/commit/492d6838a87b2d3bee79178f8e2f6c694dc4e162) :ship: bump to version 3.2.0-beta.0 - [`f8d7a8d`](https://github.com/janl/mustache.js/commit/f8d7a8df2ad9d0855b88819bab7ec1da9e4afd7d) Improve pre-commit hook keeping version in sync to handle beta versions - [`86fa37d`](https://github.com/janl/mustache.js/commit/86fa37d39df79daa8a86a87cf0912cf9cc1f2aab) Bump .version in mustache.js in git hook when version has changed - [`e0a3631`](https://github.com/janl/mustache.js/commit/e0a36313ce763550c3b56b45088daf489307b7db) Add CI test verifying native ES Module usage for Node.js - [`ddad1a7`](https://github.com/janl/mustache.js/commit/ddad1a71120d8bb48a181546d94a70cbb942ab04) Add CI test to verify build output is in sync with source (.js vs .mjs) - [`b72d1a3`](https://github.com/janl/mustache.js/commit/b72d1a3b6cc3ecf7212c3c0c77515c40f8b5e9c6) Add CI test verifying Mustache works with Deno - [`c28d73b`](https://github.com/janl/mustache.js/commit/c28d73b53033d37d3a821f5856a2df45d43a0909) Make mustache.mjs work with Deno - Additional commits viewable in [compare view](https://github.com/janl/mustache.js/compare/v2.0.0...v3.2.1)Maintainer changes
This version was pushed to npm by [flipp](https://www.npmjs.com/~flipp), a new releaser for mustache since your current version.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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sebpiq/WebPd/network/alerts).