alpine-collective / alpinejs-devtools

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

chore(deps-dev): bump edge.js from 5.2.2 to 5.3.1 #278

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps edge.js from 5.2.2 to 5.3.1.

Release notes

Sourced from edge.js's releases.

update dependencies

  • chore: update dependencies 5c1b306
  • chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#96) 739aabb
  • chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#95) 2e6b0ef
  • chore(deps): bump normalize-url from 4.5.0 to 4.5.1 (#94) 401d70c
  • chore: update dependencies 438aef3

https://github.com/poppinss/edge/compare/v5.3.0...v5.3.1

Components now allow passing spread and identifier expressions as props

The following syntax will work like a charm

@component('button', {
  ...someObject
})
@component('button', someObject)
  • fix: remove unused import b24a9f0
  • chore: update dependencies c66e9bd
  • feat: add support for spread operator and identifier in component data param e431e60

https://github.com/poppinss/edge/compare/v5.2.2...v5.3.0

Commits
  • 5555a58 chore(release): 5.3.1
  • 5c1b306 chore: update dependencies
  • 739aabb chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#96)
  • 2e6b0ef chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#95)
  • 401d70c chore(deps): bump normalize-url from 4.5.0 to 4.5.1 (#94)
  • 438aef3 chore: update dependencies
  • a662b98 chore(release): 5.3.0
  • b24a9f0 fix: remove unused import
  • c66e9bd chore: update dependencies
  • e431e60 feat: add support for spread operator and identifier in component data param
  • See full diff 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)