alpine-collective / alpinejs-devtools

Chrome/Firefox DevTools extension for debugging Alpine.js applications.
MIT License
521 stars 18 forks source link

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

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

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

https://github.com/poppinss/edge/compare/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: https://github.com/edge-js/edge/compare/v5.3.7...v5.4.0

Update dependencies

  • chore: update dependencies 13ae6dd

https://github.com/poppinss/edge/compare/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: https://github.com/edge-js/edge/compare/v5.3.5...v5.3.6

Update parser

  • chore: update dependencies d629331

https://github.com/poppinss/edge/compare/v5.3.4...v5.3.5

Update dependencies

  • chore: update dependencies 7b6628a

https://github.com/poppinss/edge/compare/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)