Changelog
*Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).*
> ## v4.4.5 - October 20th, 2019
> Bugfixes:
>
> - Contents of raw-blocks must be matched with non-eager regex-matching - 8d5530e, [#1579](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1579)
>
>
>
> [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.4...v4.4.5)
>
> ## v4.4.4 - October 20th, 2019
> Bugfixes:
> - fix: prevent zero length tokens in raw-blocks ([#1577](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1577), [#1578](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1578)) - f1752fe
>
> Chore:
> - chore: link to s3 bucket with https, add "npm ci" to build instructions - 0b593bf
>
> Compatibility notes:
> - no compatibility issues are expected
>
> [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.4)
Commits
- [`8e1cce7`](https://github.com/wycats/handlebars.js/commit/8e1cce79186ab6caeb8c6ec9c1f8bcfa1a40e83d) v4.4.5
- [`def79fd`](https://github.com/wycats/handlebars.js/commit/def79fd5d60bc73ead4c69125dc6f24e4793a056) Update release notes
- [`8d5530e`](https://github.com/wycats/handlebars.js/commit/8d5530ee2c3ea9f0aee3fde310b9f36887d00b8b) fix: non-eager matching raw-block-contents
- [`2ab261e`](https://github.com/wycats/handlebars.js/commit/2ab261eab7835e9c80ad1cb7ef9fc9b0f46d6a57) v4.4.4
- [`143ac80`](https://github.com/wycats/handlebars.js/commit/143ac806dadd3314ef4390234fb66232413ac3ae) Update release notes
- [`f1752fe`](https://github.com/wycats/handlebars.js/commit/f1752fe66f1c4047fbb242af4652b9c026ec6562) fix: prevent zero length tokens in raw-blocks ([#1577](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1577))
- [`0b593bf`](https://github.com/wycats/handlebars.js/commit/0b593bfe5d123d7a29d1ad40093162027460f0db) chore: link to s3 bucket with https, add "npm ci" to build instructions
- See full diff in [compare view](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.5)
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
- `@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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps handlebars from 4.4.3 to 4.4.5.
Changelog
*Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.4.5 - October 20th, 2019 > Bugfixes: > > - Contents of raw-blocks must be matched with non-eager regex-matching - 8d5530e, [#1579](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1579) > > > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.4...v4.4.5) > > ## v4.4.4 - October 20th, 2019 > Bugfixes: > - fix: prevent zero length tokens in raw-blocks ([#1577](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1577), [#1578](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1578)) - f1752fe > > Chore: > - chore: link to s3 bucket with https, add "npm ci" to build instructions - 0b593bf > > Compatibility notes: > - no compatibility issues are expected > > [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.4)Commits
- [`8e1cce7`](https://github.com/wycats/handlebars.js/commit/8e1cce79186ab6caeb8c6ec9c1f8bcfa1a40e83d) v4.4.5 - [`def79fd`](https://github.com/wycats/handlebars.js/commit/def79fd5d60bc73ead4c69125dc6f24e4793a056) Update release notes - [`8d5530e`](https://github.com/wycats/handlebars.js/commit/8d5530ee2c3ea9f0aee3fde310b9f36887d00b8b) fix: non-eager matching raw-block-contents - [`2ab261e`](https://github.com/wycats/handlebars.js/commit/2ab261eab7835e9c80ad1cb7ef9fc9b0f46d6a57) v4.4.4 - [`143ac80`](https://github.com/wycats/handlebars.js/commit/143ac806dadd3314ef4390234fb66232413ac3ae) Update release notes - [`f1752fe`](https://github.com/wycats/handlebars.js/commit/f1752fe66f1c4047fbb242af4652b9c026ec6562) fix: prevent zero length tokens in raw-blocks ([#1577](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1577)) - [`0b593bf`](https://github.com/wycats/handlebars.js/commit/0b593bfe5d123d7a29d1ad40093162027460f0db) chore: link to s3 bucket with https, add "npm ci" to build instructions - See full diff in [compare view](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.5)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 - `@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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)