Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Bump multiformats from 9.9.0 to 10.0.0 #43

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Bumps multiformats from 9.9.0 to 10.0.0.

Release notes

Sourced from multiformats's releases.

v10.0.0

10.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • remove use of Object.defineProperties in CID class
  • use aegir for ESM-only build/testing/release

Features

  • add complete set of aegir-based scripts (1190bc6)
  • define Link interface for CID (88e29ea)
  • remove deprecated CID properties & methods (ffc4e6f)
  • use aegir for ESM-only build/testing/release (163d463)

Bug Fixes

  • --no-cov for all but chrome main (b92f25f)
  • add "browser" field, remove named local imports (d60ea06)
  • additional lint items from Link interface work (91f677b)
  • address JS & TS linting complaints (c12db2a)
  • changes for new lint rules (e6c9957)
  • distribute types in dist/types/ (c6defdb)
  • ensure "master" as release branch (16f8d9e)
  • make CID#asCID a regular property (a74f1c7)
  • only release on master (d15f26f)
  • properly export types, build more complete pack (8172ea8)
  • remove "main" (ad3306c)
  • remove use of Object.defineProperties in CID class (6149fae), closes #200
  • run coverage only where it's supposed to (872d121)
  • test on all branches and pull requests (f2ae077)
  • ts-use import path (53651c1)
  • use extensions for relative ts imports (451998a), closes multiformats/js-multiformats#199
  • use parent tsc in ts-use (85a9296)

Tests

  • check for non-enumerability of asCID property (b4ba07d)

Trivial Changes

  • add test for structural copying (#206) (e8def36)
  • no-release: bump @​types/mocha from 9.1.1 to 10.0.0 (#205) (a9a9347)
  • no-release: bump actions/setup-node from 3.4.1 to 3.5.0 (#204) (604ca1f)
Changelog

Sourced from multiformats's changelog.

10.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • remove use of Object.defineProperties in CID class
  • use aegir for ESM-only build/testing/release

Features

  • add complete set of aegir-based scripts (1190bc6)
  • define Link interface for CID (88e29ea)
  • remove deprecated CID properties & methods (ffc4e6f)
  • use aegir for ESM-only build/testing/release (163d463)

Bug Fixes

  • --no-cov for all but chrome main (b92f25f)
  • add "browser" field, remove named local imports (d60ea06)
  • additional lint items from Link interface work (91f677b)
  • address JS & TS linting complaints (c12db2a)
  • changes for new lint rules (e6c9957)
  • distribute types in dist/types/ (c6defdb)
  • ensure "master" as release branch (16f8d9e)
  • make CID#asCID a regular property (a74f1c7)
  • only release on master (d15f26f)
  • properly export types, build more complete pack (8172ea8)
  • remove "main" (ad3306c)
  • remove use of Object.defineProperties in CID class (6149fae), closes #200
  • run coverage only where it's supposed to (872d121)
  • test on all branches and pull requests (f2ae077)
  • ts-use import path (53651c1)
  • use extensions for relative ts imports (451998a), closes multiformats/js-multiformats#199
  • use parent tsc in ts-use (85a9296)

Tests

  • check for non-enumerability of asCID property (b4ba07d)

Trivial Changes

  • add test for structural copying (#206) (e8def36)
  • no-release: bump @​types/mocha from 9.1.1 to 10.0.0 (#205) (a9a9347)
  • no-release: bump actions/setup-node from 3.4.1 to 3.5.0 (#204) (604ca1f)
Commits
  • 0ec751a chore(release): 10.0.0 [skip ci]
  • 16f8d9e fix: ensure "master" as release branch
  • ad3306c fix: remove "main"
  • a74f1c7 fix: make CID#asCID a regular property
  • e8def36 chore: add test for structural copying (#206)
  • b4ba07d test: check for non-enumerability of asCID property
  • 6149fae fix!: remove use of Object.defineProperties in CID class
  • 429bb27 10.0.0-pre.4
  • 451998a fix: use extensions for relative ts imports
  • 29f34f9 10.0.0-pre.3
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multiformats-10.0.0 branch from e30a2b1 to e5945f8 Compare October 12, 2022 16:34
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 9.9.0 to 10.0.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@v9.9.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multiformats-10.0.0 branch from e5945f8 to 92fe5a6 Compare October 12, 2022 16:47
@ckousik ckousik merged commit bc96c4b into develop Oct 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multiformats-10.0.0 branch October 12, 2022 16:51
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant