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

chore(deps)(deps-dev): bump @libp2p/bootstrap from 9.0.6 to 9.0.9 #1692

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2023

Bumps @libp2p/bootstrap from 9.0.6 to 9.0.9.

Release notes

Sourced from @​libp2p/bootstrap's releases.

@​libp2p/mplex mplex-v9.0.9

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^0.1.3 to ^0.1.4
      • @​libp2p/logger bumped from ^3.0.3 to ^3.0.4
    • devDependencies
      • @​libp2p/interface-compliance-tests bumped from ^4.1.1 to ^4.1.2

@​libp2p/peer-store peer-store-v9.0.7

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^0.1.3 to ^0.1.4
      • @​libp2p/logger bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/peer-collections bumped from ^4.0.5 to ^4.0.6
      • @​libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/peer-id-factory bumped from ^3.0.5 to ^3.0.6
      • @​libp2p/peer-record bumped from ^6.0.6 to ^6.0.7

@​libp2p/bootstrap bootstrap-v9.0.9

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^0.1.3 to ^0.1.4
      • @​libp2p/logger bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
    • devDependencies
      • @​libp2p/interface-compliance-tests bumped from ^4.1.1 to ^4.1.2

... (truncated)

Commits
  • 5f9d4f7 chore: release master (#2068)
  • b57bca4 fix: ensure all listeners are properly closed on tcp shutdown (#2058)
  • ae36e86 docs: pubsub example topic validator fix (#2094)
  • 91842c9 docs: refresh README.md and CONTRIBUTING.md (#2082)
  • f09ac4a fix(libp2p): update circuit relay and upgrader logs (#2071)
  • 5ab1770 chore: Update .github/pull_request_template.md [skip ci]
  • e3ab192 feat: add mock stream pair (#2069)
  • 72319fe fix: log websocket error on graceful close failure (#2072)
  • 368ee26 fix: include peer id in autodial log message (#2075)
  • 972b10a fix(transports): filter circuit addresses (#2060)
  • 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 requested a review from a team as a code owner October 26, 2023 15:50
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file or issues that track it label Oct 26, 2023
Bumps [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p) from 9.0.6 to 9.0.9.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
- [Commits](libp2p/js-libp2p@mdns-v9.0.6...mdns-v9.0.9)

---
updated-dependencies:
- dependency-name: "@libp2p/bootstrap"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/libp2p/bootstrap-9.0.9 branch from d387f6d to c9e3bd7 Compare November 2, 2023 22:34
@weboko
Copy link
Collaborator

weboko commented Nov 2, 2023

It fails on step Deploy report to Github Pages due to similar issue to this one peaceiris/actions-gh-pages#339

@fbarbu15 could you help with that?

@fbarbu15
Copy link
Collaborator

fbarbu15 commented Nov 3, 2023

It fails on step Deploy report to Github Pages due to similar issue to this one peaceiris/actions-gh-pages#339

@fbarbu15 could you help with that?

Seems that workflows started by dependabot don't have access to github Actions secrets.
There seems to be a separate section of secrets for Dependabot, we can add the missing token there and retry. But I don't have access to js-waku Settings

@danisharora099
Copy link
Collaborator

It fails on step Deploy report to Github Pages due to similar issue to this one peaceiris/actions-gh-pages#339
@fbarbu15 could you help with that?

Seems that workflows started by dependabot don't have access to github Actions secrets. There seems to be a separate section of secrets for Dependabot, we can add the missing token there and retry. But I don't have access to js-waku Settings

Please share the details in DM and I'm happy to add them

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Superseded by #1700.

@dependabot dependabot bot closed this Nov 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/libp2p/bootstrap-9.0.9 branch November 3, 2023 15:53
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 or issues that track it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants