Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

Bump mustache from 0.8.2 to 2.2.1 in /RSSReader #114

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps mustache from 0.8.2 to 2.2.1.

Release notes *Sourced from [mustache's releases](https://github.com/janl/mustache.js/releases).* > ## v2.2.1 > ### Fixes > - Improve HTML escaping, by [@​phillipj](https://github.com/phillipj). > - Fix inconsistency in defining global mustache object, by [@​simast](https://github.com/simast). > - Fix switch-case indent error, by [@​norfish](https://github.com/norfish). > - Unpin chai and eslint versions, by [@​dasilvacontin](https://github.com/dasilvacontin). > - Update README.md with proper grammar, by [@​EvanLovely](https://github.com/EvanLovely). > - Update mjackson username in README, by [@​mjackson](https://github.com/mjackson). > - Remove syntax highlighting in README code sample, by [@​imagentleman](https://github.com/imagentleman). > - Fix typo in README, by [@​Xcrucifier](https://github.com/Xcrucifier). > - Fix link typo in README, by [@​keirog](https://github.com/keirog). > > ## v2.2.0 > ### Added > - Add Partials support to CLI, by [@​palkan](https://github.com/palkan). > > ### Changed > - Move install instructions to README's top, by [@​mateusortiz](https://github.com/mateusortiz) > - Improved devhook install output, by [@​ShashankaNataraj](https://github.com/ShashankaNataraj). > - Clarifies and improves language in documentation, by [@​jfmercer](https://github.com/jfmercer). > - Linting CLI tool, by [@​phillipj](https://github.com/phillipj). > - npm 2.x and node v4 on Travis, by [@​phillipj](https://github.com/phillipj). > > ### Fixes > - Fix README spelling error to "aforementioned", by [@​djchie](https://github.com/djchie). > - Equal error message test in .render() for server and browser, by [@​phillipj](https://github.com/phillipj). > > ### Dependencies > - chai -> 3.3.0 > - eslint -> 1.6.0 > > ## v2.1.3 > ### Added > - Throw error when providing .render() with invalid template type, by [@​phillipj](https://github.com/phillipj). > - Documents use of string literals containing double quotes, by [@​jfmercer](https://github.com/jfmercer). > > ### Changed > - Move mustache gif to githubusercontent, by [@​Andersos](https://github.com/Andersos). > > ### Fixed > - Update UMD Shim to be resilient to HTMLElement global pollution, by [@​mikesherov](https://github.com/mikesherov). > > ## v2.1.2 > ### Added > - Mustache global definition ([#466](https://github-redirect.dependabot.com/janl/mustache.js/issues/466)) by [@​yousefcisco](https://github.com/yousefcisco). > > ## v2.1.1 > ### Added > - State that we use semver on the change log, by [@​dasilvacontin](https://github.com/dasilvacontin). > - Added version links to change log, by [@​dasilvacontin](https://github.com/dasilvacontin). > ... (truncated)
Changelog *Sourced from [mustache's changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md).* > ## [2.2.1] / 13 December 2015 > > ### Fixes > > * Improve HTML escaping, by [@​phillipj]. > * Fix inconsistency in defining global mustache object, by [@​simast]. > * Fix switch-case indent error, by [@​norfish]. > * Unpin chai and eslint versions, by [@​dasilvacontin]. > * Update README.md with proper grammar, by [@​EvanLovely]. > * Update mjackson username in README, by [@​mjackson]. > * Remove syntax highlighting in README code sample, by [@​imagentleman]. > * Fix typo in README, by [@​Xcrucifier]. > * Fix link typo in README, by [@​keirog]. > > ## [2.2.0] / 15 October 2015 > > ### Added > > * Add Partials support to CLI, by [@​palkan]. > > ### Changed > > * Move install instructions to README's top, by [@​mateusortiz] > * Improved devhook install output, by [@​ShashankaNataraj]. > * Clarifies and improves language in documentation, by [@​jfmercer]. > * Linting CLI tool, by [@​phillipj]. > * npm 2.x and node v4 on Travis, by [@​phillipj]. > > ### Fixes > > * Fix README spelling error to "aforementioned", by [@​djchie]. > * Equal error message test in .render() for server and browser, by [@​phillipj]. > > ### Dependencies > > * chai -> 3.3.0 > * eslint -> 1.6.0 > > ## [2.1.3] / 23 July 2015 > > ### Added > > * Throw error when providing .render() with invalid template type, by [@​phillipj]. > * Documents use of string literals containing double quotes, by [@​jfmercer]. > > ### Changed > > * Move mustache gif to githubusercontent, by [@​Andersos]. > > ### Fixed > ... (truncated)
Commits - [`cd06b22`](https://github.com/janl/mustache.js/commit/cd06b22dabdaeffe3e4c74ee02bd492a11bbb740) :ship: bump to version 2.2.1 - [`692609d`](https://github.com/janl/mustache.js/commit/692609d419a69e7cc696ec1642fd8f4baea4cb21) Merge pull request [#533](https://github-redirect.dependabot.com/janl/mustache.js/issues/533) from keirog/fix-quote-typo-docs - [`1a391c9`](https://github.com/janl/mustache.js/commit/1a391c9b2cd8681fca39b403f78bafd38b72843d) Fix minor typo in docs - [`60a41db`](https://github.com/janl/mustache.js/commit/60a41db58a44bfbf1ac5f335c7a1255efd9e0817) Merge pull request [#532](https://github-redirect.dependabot.com/janl/mustache.js/issues/532) from simast/master - [`3460f1e`](https://github.com/janl/mustache.js/commit/3460f1ef671dccaaec5a0ffe5a3c572225cc1e0a) Fix inconsistency in defining global mustache object. - [`34ebd1c`](https://github.com/janl/mustache.js/commit/34ebd1cb1aa714b2dd8c87491b8940bf4f8973c1) Merge pull request [#530](https://github-redirect.dependabot.com/janl/mustache.js/issues/530) from janl/improve-html-escaping - [`378bcca`](https://github.com/janl/mustache.js/commit/378bcca8a5cfe4058f294a3dbb78e8755e8e0da5) Improve HTML escaping. - [`53b1c95`](https://github.com/janl/mustache.js/commit/53b1c955f94308eb4f78216557a901c988e09a1a) Merge pull request [#500](https://github-redirect.dependabot.com/janl/mustache.js/issues/500) from imagentleman/patch-1 - [`a518c6d`](https://github.com/janl/mustache.js/commit/a518c6d14036764c545335eed055bbb5b0782d6f) Merge pull request [#524](https://github-redirect.dependabot.com/janl/mustache.js/issues/524) from janl/unpin-chai-eslint - [`dadbe20`](https://github.com/janl/mustache.js/commit/dadbe203d5b3f66d7ea8f0443139a1973baa1143) Unpin chai and eslint versions - Additional commits viewable in [compare view](https://github.com/janl/mustache.js/compare/0.8.2...v2.2.1)
Maintainer changes This version was pushed to npm by [dasilvacontin](https://www.npmjs.com/~dasilvacontin), a new releaser for mustache since your current version.


Dependabot compatibility score

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/Adobe-CEP/Samples/network/alerts).