Mathmagicians / supercalifragilistic-run

MIT License
1 stars 2 forks source link

fix(deps): bump ufo from 0.7.5 to 0.8.3 #189

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ufo from 0.7.5 to 0.8.3.

Changelog

Sourced from ufo's changelog.

0.8.3 (2022-03-31)

Bug Fixes

  • withProtocol: handle input without protocol (resolves #52) (4f66249)

0.8.2 (2022-03-31)

Features

  • withHttp, withHttps, withoutProtocol, withProtocol (#48) (f8ee0c0)

Bug Fixes

  • encodeQueryItem: stringify boolean values (#51) (469dd88)

0.8.1 (2022-03-16)

Bug Fixes

  • parseURL: don't fail if hostAndPath not matching (d297e60)

0.8.0 (2022-03-15)

⚠ BREAKING CHANGES

  • hasProtocol additional protocols (#46)

Bug Fixes

0.7.11 (2022-02-25)

Bug Fixes

  • parseURL: exclude hash from hostname match (resolves #42) (53a1cea)

0.7.10 (2022-01-31)

Bug Fixes

... (truncated)

Commits
  • 1566047 chore(release): 0.8.3
  • 4f66249 fix(withProtocol): handle input without protocol (resolves #52)
  • 82170f9 chore(release): 0.8.2
  • 469dd88 fix(encodeQueryItem): stringify boolean values (#51)
  • f8ee0c0 feat: withHttp, withHttps, withoutProtocol, withProtocol (#48)
  • f83abe0 chore(release): 0.8.1
  • d297e60 fix(parseURL): don't fail if hostAndPath not matching
  • 67713f0 chore(release): 0.8.0
  • d66cb64 fix!: hasProtocol additional protocols (#46)
  • 2960f2a chore: switch to pnpm
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by pi0, a new releaser for ufo since your current version.


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 #203.