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 uvu from 0.5.2 to 0.5.4 #381

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps uvu from 0.5.2 to 0.5.4.

Release notes

Sourced from uvu's releases.

v0.5.4

Patches


Full Changelog: https://github.com/lukeed/uvu/compare/v0.5.3...v0.5.4

v0.5.3

Patches

  • (diff) Prevent error when comparing null w/ Array (#178, #185): c6ef0b7 Thank you @​marvinhagemeister!

  • (cli/parse) Ignore ^.git by default: ff50a71

  • (cli) Check --ignore patterns before dir access (#111): 730e7be

Chores


Full Changelog: https://github.com/lukeed/uvu/compare/v0.5.2...v0.5.3

Commits
  • c869a92 0.5.4
  • b84b116 chore(types): support TS "Node16" module resolution (#209)
  • 86725b4 fix(types): correct suite.run return type (#190)
  • 0761ef9 0.5.3
  • c6ef0b7 fix(diff): prevent error when comparing null w/ Array (#185)
  • 957fa25 chore(docs): add assert.throws example for asyncs (#172)
  • 4baf4fe chore(docs): fix section link (#180)
  • ff50a71 fix(parse): ignore ^.git by default
  • 43c81a4 fix(parse): join from current directory value
  • 730e7be fix: check --ignore patterns before dir access;
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #382.