Skip to content

Bump handlebars and hbs in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api#1156

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/multi-e37c4e7800
Open

Bump handlebars and hbs in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api#1156
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api/multi-e37c4e7800

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps handlebars to 4.7.9 and updates ancestor dependency hbs. These dependencies need to be updated together.

Updates handlebars from 4.0.14 to 4.7.9

Release notes

Sourced from handlebars's releases.

v4.7.9

Commits

v4.7.8

  • Make library compatible with workers (#1894) - 3d3796c
  • Don't rely on Node.js global object (#1776) - 2954e7e
  • Fix compiling of each block params in strict mode (#1855) - 30dbf04
  • Fix rollup warning when importing Handlebars as ESM - 03d387b
  • Fix bundler issue with webpack 5 (#1862) - c6c6bbb
  • Use https instead of git for mustache submodule - 88ac068

Commits

Changelog

Sourced from handlebars's changelog.

v4.7.9 - March 26th, 2026

  • fix: enable shell mode for spawn to resolve Windows EINVAL issue - e0137c2
  • fix type "RuntimeOptions" also accepting string partials - eab1d14
  • feat(types): set hash to be a Record<string, any> - de4414d
  • fix non-contiguous program indices - 4512766
  • refactor: rename i to startPartIndex - e497a35
  • security: fix security issues - 68d8df5

Commits

v4.7.8 - July 27th, 2023

  • Make library compatible with workers (#1894) - 3d3796c
  • Don't rely on Node.js global object (#1776) - 2954e7e
  • Fix compiling of each block params in strict mode (#1855) - 30dbf04
  • Fix rollup warning when importing Handlebars as ESM - 03d387b
  • Fix bundler issue with webpack 5 (#1862) - c6c6bbb
  • Use https instead of git for mustache submodule - 88ac068

Commits

v4.7.7 - February 15th, 2021

  • fix weird error in integration tests - eb860c0
  • fix: check prototype property access in strict-mode (#1736) - b6d3de7
  • fix: escape property names in compat mode (#1736) - f058970
  • refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
  • chore: start testing on Node.js 12 and 13 - 3789a30

(POSSIBLY) BREAKING CHANGES:

  • the changes from version 4.6.0 now also apply in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.

That is why we only bump the patch version despite mentioning breaking changes.

Commits

v4.7.6 - April 3rd, 2020

Chore/Housekeeping:

Compatibility notes:

  • Restored Node.js compatibility

... (truncated)

Commits
  • dce542c v4.7.9
  • 8a41389 Update release notes
  • 68d8df5 Fix security issues
  • b2a0831 Fix browser tests
  • 9f98c16 Fix release script
  • 45443b4 Revert "Improve partial indenting performance"
  • 8841a5f Fix CI errors with linting
  • e0137c2 fix: enable shell mode for spawn to resolve Windows EINVAL issue
  • e914d60 Improve rendering performance
  • 7de4b41 Upgrade GitHub Actions checkout and setup-node on 4.x branch
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jaylinski, a new releaser for handlebars since your current version.


Updates hbs from 4.0.4 to 4.2.1

Release notes

Sourced from hbs's releases.

4.2.1

What's Changed

New Contributors

Full Changelog: pillarjs/hbs@v4.2.0...v4.2.1

Changelog

Sourced from hbs's changelog.

4.2.1 / 2026-04-01

  • deps: handlebars@4.7.9

4.2.0 / 2021-11-16

  • Add rename option to registerPartials
  • Ensure all partials are registered before rendering
  • Fix function context in async helpers
  • deps: walk@2.3.15

4.1.2 / 2021-04-15

  • deps: handlebars@4.7.7

4.1.1 / 2020-04-03

  • deps: handlebars@4.7.6

4.1.0 / 2020-01-14

  • deps: handlebars@4.5.3
    • Add handlebars.parseWithoutProcessing
    • Add support for iterable objects in #each helper
    • Block access to non-enumerable special properties on objects
    • Fix error when helper defined with array properties
    • Fix parsing of empty raw blocks
    • Fix work-around for constructor blocking
    • Validate arguments to #if, #unless and #with helpers

4.0.6 / 2019-10-09

  • deps: handlebars@4.3.5
    • Fix error object inheritance
    • Fix work-around for constructor blocking

4.0.5 / 2019-09-27

  • Fix async helpers not working when cache enabled
  • Fix handling of exceptions from layout
  • Fix handling of exceptions when cache enabled
  • deps: handlebars@4.3.3
    • Block calling helperMissing and blockHelperMissing from templates

... (truncated)

Commits
  • 59fb54b Release: 4.2.1 (#253)
  • faa3be0 build(deps): bump handlebars from 4.7.8 to 4.7.9 (#251)
  • 3dc3224 build(deps): bump actions/checkout from 6.0.0 to 6.0.2 (#245)
  • 8a20640 build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0 (#249)
  • b85bc56 build(deps): bump github/codeql-action from 4.31.6 to 4.32.4 (#248)
  • c83cb66 build(deps): bump github/codeql-action from 3.30.5 to 4.31.6 (#236)
  • 491ebbc build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#237)
  • b417c0e build(deps): bump github/codeql-action from 3.28.19 to 3.30.5 (#233)
  • 1d31895 build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#232)
  • 1dad155 build(deps): bump actions/checkout from 2.7.0 to 5.0.0 (#229)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for hbs since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) to 4.7.9 and updates ancestor dependency [hbs](https://github.com/pillarjs/hbs). These dependencies need to be updated together.


Updates `handlebars` from 4.0.14 to 4.7.9
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.14...v4.7.9)

Updates `hbs` from 4.0.4 to 4.2.1
- [Release notes](https://github.com/pillarjs/hbs/releases)
- [Changelog](https://github.com/pillarjs/hbs/blob/master/HISTORY.md)
- [Commits](pillarjs/hbs@v4.0.4...v4.2.1)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-version: 4.7.9
  dependency-type: indirect
- dependency-name: hbs
  dependency-version: 4.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 09:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants