Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump multiformats from 11.0.2 to 13.1.0 #37

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2024

Bumps multiformats from 11.0.2 to 13.1.0.

Release notes

Sourced from multiformats's releases.

v13.1.0

13.1.0 (2024-02-15)

Features

Trivial Changes

  • Update .github/dependabot.yml [skip ci] (aa9c730)

v13.0.1

13.0.1 (2024-01-10)

Dependencies

  • dev: bump aegir from 41.3.5 to 42.1.0 (12c8686)

v13.0.0

13.0.0 (2023-12-20)

⚠ BREAKING CHANGES

  • this module is now TypeScript - the API has not changed but releasing as a major for saftey

Features

Trivial Changes

  • deps: bump actions/setup-node from 3.8.2 to 4.0.0 (139b3c2)

v12.1.3

12.1.3 (2023-10-25)

Trivial Changes

  • deps: bump actions/setup-node from 3.8.1 to 3.8.2 (f190ad7)

Dependencies

  • dev: bump crypto-hash from 2.0.1 to 3.0.0 (f5b9958)

... (truncated)

Changelog

Sourced from multiformats's changelog.

13.1.0 (2024-02-15)

Features

Trivial Changes

  • Update .github/dependabot.yml [skip ci] (aa9c730)

13.0.1 (2024-01-10)

Dependencies

  • dev: bump aegir from 41.3.5 to 42.1.0 (12c8686)

13.0.0 (2023-12-20)

⚠ BREAKING CHANGES

  • this module is now TypeScript - the API has not changed but releasing as a major for saftey

Features

Trivial Changes

  • deps: bump actions/setup-node from 3.8.2 to 4.0.0 (139b3c2)

12.1.3 (2023-10-25)

Trivial Changes

  • deps: bump actions/setup-node from 3.8.1 to 3.8.2 (f190ad7)

Dependencies

  • dev: bump crypto-hash from 2.0.1 to 3.0.0 (f5b9958)

12.1.2 (2023-10-03)

... (truncated)

Commits
  • dcbd5d7 chore(release): 13.1.0 [skip ci]
  • e7f3272 feat: support decoding ArrayBuffers (#287)
  • aa9c730 chore: Update .github/dependabot.yml [skip ci]
  • ac51462 chore(release): 13.0.1 [skip ci]
  • 12c8686 deps(dev): bump aegir from 41.3.5 to 42.1.0
  • 6d0ca73 chore(release): 13.0.0 [skip ci]
  • 56bbb96 feat!: convert codebase to typescript (#251)
  • 139b3c2 chore(deps): bump actions/setup-node from 3.8.2 to 4.0.0
  • 360a486 chore(release): 12.1.3 [skip ci]
  • f190ad7 chore(deps): bump actions/setup-node from 3.8.1 to 3.8.2
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multiformats-13.1.0 branch 3 times, most recently from e04a80d to 28aeae2 Compare March 4, 2024 23:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multiformats-13.1.0 branch from 28aeae2 to b42230b Compare March 9, 2024 00:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multiformats-13.1.0 branch from b42230b to 9ff374d Compare March 21, 2024 18:38
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b064d20) to head (9ff374d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           35        35           
  Branches         5         5           
=========================================
  Hits            35        35           
Flag Coverage Δ
node 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 13.1.0.
- [Release notes](https://github.com/multiformats/js-multiformats/releases)
- [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
- [Commits](multiformats/js-multiformats@v11.0.2...v13.1.0)

---
updated-dependencies:
- dependency-name: multiformats
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multiformats-13.1.0 branch from 9ff374d to a1415bd Compare March 22, 2024 18:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2024

Looks like multiformats is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multiformats-13.1.0 branch March 22, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant