aurelia / i18n

A plugin that provides i18n support.
MIT License
93 stars 70 forks source link

chore(deps): bump handlebars from 4.0.11 to 4.7.3 #315

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps handlebars from 4.0.11 to 4.7.3.

Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.7.3 - February 5th, 2020 > > Chore/Housekeeping: > > - [#1644](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1644) - Download links to aws broken on handlebarsjs.com - access denied ([@​Tea56](https://api.github.com/users/Tea56)) > - Fix spelling and punctuation in changelog - d78cc73 > > Bugfixes: > > - Add Type Definition for Handlebars.VERSION, Fixes [#1647](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1647) - 4de51fe > - Include Type Definition for runtime.js in Package - a32d05f > > Compatibility notes: > > - No incompatibilities are to be expected > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.3) > > ## v4.7.2 - January 13th, 2020 > > Bugfixes: > > - fix: don't wrap helpers that are not functions - 9d5aa36, [#1639](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1639) > > Chore/Build: > > - chore: execute saucelabs-task only if access-key exists - a4fd391 > > Compatibility notes: > > - No breaking changes are to be expected > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.1...v4.7.2) > > ## v4.7.1 - January 12th, 2020 > > Bugfixes: > > - fix: fix log output in case of illegal property access - f152dfc > - fix: log error for illegal property access only once per property - 3c1e252 > > Compatibility notes: > > - no incompatibilities are to be expected. > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.0...v4.7.1) > > ## v4.7.0 - January 10th, 2020 > > Features: > ... (truncated)
Commits - [`c978969`](https://github.com/wycats/handlebars.js/commit/c9789691af60b446f12f75dd9762f9d8fd3f36eb) v4.7.3 - [`9278f21`](https://github.com/wycats/handlebars.js/commit/9278f217e0033cc980c58d50e7fd4b05c8ef7c35) Update release notes - [`d78cc73`](https://github.com/wycats/handlebars.js/commit/d78cc73d3c51763654d66d52b5b761231f5adea9) Fixes spelling and punctuation - [`4de51fe`](https://github.com/wycats/handlebars.js/commit/4de51fe26ba049c743993424b937c0afc6cd9ae9) Add Type Definition for Handlebars.VERSION, Fixes [#1647](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1647) - [`a32d05f`](https://github.com/wycats/handlebars.js/commit/a32d05f2fc65b1c017e7f482430392d242a97ffc) Include Type Definition for runtime.js in Package - [`ad63f51`](https://github.com/wycats/handlebars.js/commit/ad63f5189ffe262e013f2bb9da69c66bed7801ee) chore: add missing "await" in aws-s3 publishing code - [`586e672`](https://github.com/wycats/handlebars.js/commit/586e672c8bba7db787bc9bfe9a9fde4ec98d5b4f) v4.7.2 - [`f0c6c4c`](https://github.com/wycats/handlebars.js/commit/f0c6c4cc1f9a91371535ad6affe09dfc1880dd9e) Update release notes - [`a4fd391`](https://github.com/wycats/handlebars.js/commit/a4fd391ba1c9faa1004e879f314beb80c3afe0b6) chore: execute saucelabs-task only if access-key exists - [`9d5aa36`](https://github.com/wycats/handlebars.js/commit/9d5aa363cf3031b586e9945cf990e178f5b370db) fix: don't wrap helpers that are not functions - Additional commits viewable in [compare view](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.7.3)


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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aurelia/i18n/network/alerts).
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 285


Totals Coverage Status
Change from base Build 284: 0.0%
Covered Lines: 334
Relevant Lines: 405

💛 - Coveralls
CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 3 years ago

Superseded by #321.