This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ handlebars (4.5.2 → 4.7.6) · Repo
Commits
See the full diff on Github. The new version differs by 72 commits:
v4.7.6
Update release notes
Update release-notes.md
Switch cmd parser to latest minimist
Revert "chore: set Node.js compatibility to v6+"
v4.7.5
Update release notes
chore: downgrade yargs to v14
chore: set Node.js compatibility to v6+
test: fix integration tests
docs: update release-docs in CONTRIBUTING.md
v4.7.4
Update release notes
Use tmp directory for files written during tests
tasks/test-bin.js: Delete duplicate test
Revert "Update release-notes.md"
Update release-notes.md
chore: add unit tests for cli options (#1666)
fix: migrate from optimist to yargs (#1666)
chore: ignore external @types in tests
docs: fix comparison link
v4.7.3
Update release notes
Fixes spelling and punctuation
Add Type Definition for Handlebars.VERSION, Fixes #1647
Include Type Definition for runtime.js in Package
chore: add missing "await" in aws-s3 publishing code
v4.7.2
Update release notes
chore: execute saucelabs-task only if access-key exists
fix: don't wrap helpers that are not functions
v4.7.1
Update release notes
fix: fix log output in case of illegal property access
fix: log error for illegal property access only once per property
v4.7.0
Update release notes
fix: use "logger" instead of console.error
feat: default options for controlling proto access
v4.6.0
Update release notes
refactor: fix typo in private test method
test: add path to nodeJs when running test:bin
test: show diff when test:bin fails
feat: access control to prototype properties via whitelist
chore: ignore .nyc_output
chore: disable "dot-notation" rule
test/style: remove or hide unused code in git.js, add tests
test/style: refactor remaining grunt tasks to use promises instead of callbacks
test/style: use nyc instead of istanbul, npm audit fix
test/style: refactor parser task
test/style: refactor test-task to make it more readable
chore: change eslint-rules for tasks/
Update (C) year in the LICENSE file
chore: try to fix saucelabs credentials (#1627)
chore: active linting and formatting on commit
chore: fix task name in build
style: reformat all files using prettier
chore: restructure build commands
chore: configure prettier and eslint
remove yarn.lock
Update readme.md with updated links (#1620)
fix(runtime.js): partials compile not caching (#1600)
v4.5.3
Update release notes
fix: add "no-prototype-builtins" eslint-rule and fix all occurences
fix: add more properties required to be enumerable
test/chore: add chai/expect and sinon to "runtime"-environment
test: add sinon as global variable to eslint in the specs
test: add sinon.js for spies, deprecate current assertions
chore: add chai and dirty-chai for better test assertions
fix: use !== 0 instead of != 0
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands