Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump edge.js from 5.3.3 to 5.5.0 #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2022

Bumps edge.js from 5.3.3 to 5.5.0.

Release notes

Sourced from edge.js's releases.

Expose API to hook into renderer instance

The Edge.onRender method will allow to hook into the renderer instance and maybe share local variables before any template gets rendered.

edge.onRender((renderer) => {
  renderer.share({  key: value })
})

Commits

  • feat: add support to hook into edge renderer instance 2de6d6a
  • chore: update dependencies bd00b98

edge-js/edge@v5.4.0...v5.5.0

Share state with Edge output processor

Commits

  • feat: share state with processor output callback 635ca02
  • chore: update dependencies 7294929
  • chore: update dependencies 513a853
  • docs(README): update sponsors list and remove individual assets 3caf8ad
  • docs(README): add sponsors to the repo 109f741
  • chore: update dependencies 5d976bf

Full Changelog: edge-js/edge@v5.3.7...v5.4.0

Update dependencies

  • chore: update dependencies 13ae6dd

edge-js/edge@v5.3.6...v5.3.7

Do not cache partials since they share local state with parent template

  • fix: do not cache partials since they share local state with the parent template ad2ceab
  • chore: update dependencies 56784f6

Full Changelog: edge-js/edge@v5.3.5...v5.3.6

Update parser

  • chore: update dependencies d629331

edge-js/edge@v5.3.4...v5.3.5

Update dependencies

  • chore: update dependencies 7b6628a

edge-js/edge@v5.3.3...v5.3.4

Commits
  • 06541d7 chore(release): 5.5.0
  • 2de6d6a feat: add support to hook into edge renderer instance
  • bd00b98 chore: update dependencies
  • aabf8ca chore(release): 5.4.0
  • 635ca02 feat: share state with processor output callback
  • 7294929 chore: update dependencies
  • 513a853 chore: update dependencies
  • 3caf8ad docs(README): update sponsors list and remove individual assets
  • 109f741 docs(README): add sponsors to the repo
  • 5d976bf chore: update dependencies
  • Additional commits viewable in compare view

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)

Bumps [edge.js](https://github.com/poppinss/edge) from 5.3.3 to 5.5.0.
- [Release notes](https://github.com/poppinss/edge/releases)
- [Changelog](https://github.com/edge-js/edge/blob/develop/CHANGELOG.md)
- [Commits](edge-js/edge@v5.3.3...v5.5.0)

---
updated-dependencies:
- dependency-name: edge.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2022
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.

None yet

0 participants