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

Bump edge.js and express-edge #9

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 Sep 23, 2024

Bumps edge.js to 5.5.1 and updates ancestor dependency express-edge. These dependencies need to be updated together.

Updates edge.js from 1.1.4 to 5.5.1

Release notes

Sourced from edge.js's releases.

Update dependencies

  • ci: update node versions 02c9d13
  • docs: update badges url 9a158c0
  • chore: update dependencies 30a284f
  • refactor: migrate to the new Japa (#128) b4023c0

What's Changed

New Contributors

Full Changelog: edge-js/edge@v5.5.0...v5.5.1

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

... (truncated)

Changelog

Sourced from edge.js's changelog.

Commits
  • 6d803f4 chore(release): 5.5.1
  • 02c9d13 ci: update node versions
  • 9a158c0 docs: update badges url
  • 30a284f chore: update dependencies
  • b4023c0 refactor: migrate to the new Japa (#128)
  • 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
  • Additional commits viewable in compare view

Updates express-edge from 2.0.1 to 3.0.0

Commits

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 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 [edge.js](https://github.com/edge-js/edge) to 5.5.1 and updates ancestor dependency [express-edge](https://github.com/ecrmnn/express-edge). These dependencies need to be updated together.


Updates `edge.js` from 1.1.4 to 5.5.1
- [Release notes](https://github.com/edge-js/edge/releases)
- [Changelog](https://github.com/edge-js/edge/blob/6.x/CHANGELOG.md)
- [Commits](edge-js/edge@v1.1.4...v5.5.1)

Updates `express-edge` from 2.0.1 to 3.0.0
- [Commits](https://github.com/ecrmnn/express-edge/commits)

---
updated-dependencies:
- dependency-name: edge.js
  dependency-type: indirect
- dependency-name: express-edge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Dependabot can't parse your package-lock.json. Because of this, Dependabot cannot update this pull request.

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