geodatagouv / geoplatform

Core API and processing tools for geo.data.gouv.fr
MIT License
5 stars 1 forks source link

Bump handlebars from 4.1.0 to 4.4.0 #301

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps handlebars from 4.1.0 to 4.4.0.

Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md).* > ## v4.4.0 - September 29th, 2019 > - Added support for iterable objects in {{#each}} helper ([#1557](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1557)) - cf7545e > > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0) > > ## v4.3.4 - September 28th, 2019 > - fix: harden "propertyIsEnumerable"-check - ff4d827 > > Compatibility notes: > - No incompatibilities are known. > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4) > > ## v4.3.3 - September 27th, 2019 > - fix test case for browsers that do not support __defineGetter__ - 8742bde > > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3) > > ## v4.3.2 - September 26th, 2019 > - Use Object.prototype.propertyIsEnumerable to check for constructors - 213c0bb, [#1563](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1563) > > Compatibility notes: > - There are no breaking changes > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2) > > ## v4.3.1 - September 25th, 2019 > Fixes: > > - do not break on precompiled templates from Handlebars >=4.0.0 <4.3.0 - 1266838, [#1561](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1561) > - Ensure allowCallsToHelperMissing runtime option is optional in typings - 93444c5, 64ecb9e, [#1560](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1560) > > > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1) > > ## v4.3.0 - September 24th, 2019 > Fixes: > > - Security: Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72 > - Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72 > > Features: > > - Add new runtime option `allowCallsToHelperMissing` to allow calling `blockHelperMissing` and `helperMissing`. > > Breaking changes: > > ... (truncated)
Commits - [`059b330`](https://github.com/wycats/handlebars.js/commit/059b33057925ebda96536421cfc7c4c75e5c61e3) v4.4.0 - [`8f6047c`](https://github.com/wycats/handlebars.js/commit/8f6047cdfd045e8f65874b7178c36401c1d0f75f) Update release notes - [`cf7545e`](https://github.com/wycats/handlebars.js/commit/cf7545ef5a5da07e4583c4c41a0191868e31c5ae) Added support for iterable objects in {{#each}} helper ([#1557](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1557)) - [`c958cc8`](https://github.com/wycats/handlebars.js/commit/c958cc89550ca411a78fefa426b0acee80c702eb) v4.3.4 - [`b250b2d`](https://github.com/wycats/handlebars.js/commit/b250b2d53af0c5e984eaaa912e5a6b93477d32dc) Update release notes - [`ff4d827`](https://github.com/wycats/handlebars.js/commit/ff4d827c0974003fedadaef1073d7d873954514c) fix: harden "propertyIsEnumerable"-check - [`e473849`](https://github.com/wycats/handlebars.js/commit/e4738491b3e8db97aa9b4f9967f04093ceba1a1f) v4.3.3 - [`54f7e11`](https://github.com/wycats/handlebars.js/commit/54f7e11b28d81852cfc2cdf9d75c013af989495b) Update release notes - [`8742bde`](https://github.com/wycats/handlebars.js/commit/8742bde70159559b0898d3c2c72eb4a2a1c6dd04) fix test case for browsers that do not support __defineGetter__ - [`2357140`](https://github.com/wycats/handlebars.js/commit/2357140c68d17cb4f8ab74431e8737de6b4b39b5) v4.3.2 - Additional commits viewable in [compare view](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.4.0)


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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 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) - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 4 years ago

Codecov Report

Merging #301 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   23.55%   23.55%           
=======================================
  Files          99       99           
  Lines        2165     2165           
=======================================
  Hits          510      510           
  Misses       1655     1655

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f73d5d...102ea8f. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #302.