foragepm / forage

🎒 An IPFS-backed package manager proxy cache
MIT License
33 stars 6 forks source link

Bump uint8arrays from 2.1.10 to 3.1.0 #266

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps uint8arrays from 2.1.10 to 3.1.0.

Release notes

Sourced from uint8arrays's releases.

v3.1.0

Bug Fixes

  • use allocUnsafe where possible (#34) (8b740e0)
  • use Buffer.from for stringification where available (#36) (0a18849)

Features

v3.0.0

No release notes provided.

v3.0.0-rc.1

No release notes provided.

v3.0.0-rc.0

chore

BREAKING CHANGES

  • built content includes ESM and CJS and has switched to named exports for the external API

Co-authored-by: Alex Potsides alex@achingbrain.net

Changelog

Sourced from uint8arrays's changelog.

3.1.0 (2022-08-02)

Bug Fixes

  • use allocUnsafe where possible (#34) (8b740e0)
  • use Buffer.from for stringification where available (#36) (0a18849)

Features

3.0.0 (2021-08-17)

3.0.0-rc.1 (2021-08-16)

3.0.0-rc.0 (2021-08-16)

chore

BREAKING CHANGES

  • built content includes ESM and CJS and has switched to named exports for the external API

Co-authored-by: Alex Potsides alex@achingbrain.net

Commits
  • 56329d1 chore: release version v3.1.0
  • 77fd55e chore: update contributors
  • 8b740e0 fix: use allocUnsafe where possible (#34)
  • 0a18849 fix: use Buffer.from for stringification where available (#36)
  • cf6242d chore: add benchmark for from-string (#35)
  • 2c00e61 chore: add concat benchmark (#33)
  • 542f14a chore: add benchmarks for to-string (#32)
  • bd7147f feat: add alloc and allocUnsafe (#31)
  • 02a8abb chore: release version v3.0.0
  • 8e4f4e9 chore: update contributors
  • 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 1 year ago

Superseded by #291.