Skip to content

Bump handlebars from 4.0.11 to 4.7.7#14

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/handlebars-4.7.7
Open

Bump handlebars from 4.0.11 to 4.7.7#14
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/handlebars-4.7.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 11, 2022

Copy link
Copy Markdown

Bumps handlebars from 4.0.11 to 4.7.7.

Changelog

Sourced from handlebars's changelog.

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

Commits

v4.7.5 - April 2nd, 2020

Chore/Housekeeping:

  • Node.js version support has been changed to v6+ Reverted in 4.7.6

Compatibility notes:

  • Node.js < v6 is no longer supported Reverted in 4.7.6

Commits

v4.7.4 - April 1st, 2020

Chore/Housekeeping:

Compatibility notes:

... (truncated)

Commits

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.

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.11...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 11, 2022
adamsilverstein pushed a commit that referenced this pull request Feb 3, 2026
* New, reworked structure and editing

* Refactoring the entire tabs experience, rough right now, should have this cleaned up by end of week.

* Greater granular flex styling, need to go back in and cleanup old styles

* Full border styles for menu items

* Style tweaks

* Enhance tab functionality by updating the AddTabToolbarControl to manage tabs-menu selection and active tab index. Implement auto-edit mode for newly added tabs in the TabsMenu edit component.

* Allow renaming of tab blocks, leaving note in deprecation upgrade to remove later

* Style and dev cleanup

* Default layouts for tabs-menu and keyboard handling

* Tweaks

* PHPCS cleanup

* Dimensions block.json supports, correct format

* Adding shadow support

* Cleanup

* Increased performance, move client side and server side tabs list generation all into context.

* Cleanup

* Cleanup on styles and blockgap

* Lets back off on blockspacing for tabs-menu for now

* Introduce new core/tabs-menu-item block (#14)

* New block/core tabs menu item (#16)

* Introducing new core/tabs-menu-item block, utilizes blockcontextprovider hack we use for templating blocks. *May rename the block to tabs-menu-item-template

* Trying to get this working as I'd like

* Introducing core/tabs-menu-item, a templating block for styling the interior element of tabs-menu

* Style cleanup

* Block cleanup for MVP

* Add text align to tabs-menu-item

* Now tabs-menu interior items can be styled using dimensions controls in tabs-menu

* Cleanup

* Remove refactor artifact

* Cleanup and initializing new tab with a proper label

* Tab removal button

- Add "Remove Tab" toolbar button to tabs block
- Code cleanup

* Clearer labels on block toolbar buttons

* Cleaning up tabs id, utilizing anchor instead of a custom attribute, injecting tabs id dynamically if none present early in core/tabs context.

* new add tab controls per some internal prc user testing with editors

* Leaving the add tab in place in tabs-menu-item, pulling from tabs-menu extra appender... for now

* Cleanup, align with labels like core/accordion

* Move add and remove tab into segmented block toolbar group

* Sensible defaults for border on tabs-menu

* Resolve phpcs issue

* Cleanup on style

* Introduce custom controls for moving tab

* remove unused tabs styles, get rid of opacity on styles, simplify styles further, enhance block example.

* Cleanup on block mover

* Resolve some oustanding linting issues

* Linting error resolution

* Resolving scss linting issue

* Update core blocks documentation to reflect changes in supported features for tabs and tab panels, including color and typography attributes. Hoping this resolves final PR checks.

Co-authored-by: sethrubenstein <smrubenstein@git.wordpress.org>
Co-authored-by: mikachan <mikachan@git.wordpress.org>
Co-authored-by: annezazu <annezazu@git.wordpress.org>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants