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

fix(deps): update all dependencies #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update all dependencies #178

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@libp2p/logger (source) 5.1.1 -> 5.1.2 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) 8.9.0 -> 8.11.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.9.0 -> 8.11.0 age adoption passing confidence devDependencies minor
actions/checkout v4.2.1 -> v4.2.2 age adoption passing confidence action patch
actions/dependency-review-action v4.3.4 -> v4.3.5 age adoption passing confidence action patch
eslint (source) 9.12.0 -> 9.13.0 age adoption passing confidence devDependencies minor
github.com/libp2p/go-libp2p v0.36.5 -> v0.37.0 age adoption passing confidence require minor
github/codeql-action v3.26.13 -> v3.27.0 age adoption passing confidence action minor

Release Notes

libp2p/js-libp2p (@​libp2p/logger)

v5.1.2

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

actions/checkout (actions/checkout)

v4.2.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.3.5

Compare Source

eslint/eslint (eslint)

v9.13.0

Compare Source

libp2p/go-libp2p (github.com/libp2p/go-libp2p)

v0.37.0

Compare Source

Breaking Changes

  • The libp2p.MultiaddrResolver option now takes an interface rather than a
    specific pointer. This decouples the resolver from a specific implementation
    and also defines a better interface that is aware of bounds.
    • The swarm exports a new type ResolverFromMaDNS that implements this interface from a *madns.Resolver. The one line diff is essentially:
    -libp2p.MultiaddrResolver(rslv)
    +libp2p.MultiaddrResolver(swarm.ResolverFromMaDNS{Resolver: rslv})

🔦 Highlights

HTTP Peer ID Authentication (#​2854)

Authenticate a peer's identity over HTTP. This works on both libp2p stream backed HTTP transports and standard HTTP transports. There is also browser support in the js-libp2p module: https://github.com/libp2p/js-libp2p-http-fetch/tree/main.

See the spec for more details on how it works: https://github.com/libp2p/specs/blob/master/http/peer-id-auth.md

Experimental WithFxOption (#​2956)

A new libp2p Config option lets you add custom Fx options to the libp2p constructor. Use this to get access to and provide libp2p services.

For example, this allows you to easily get a reference to the ID Service of a libp2p Node. Refer to this test for a concrete code example: https://github.com/libp2p/go-libp2p/blob/c4c3a34545aab54b5b825a7adbd6a3db2c680afa/fx_options_test.go#L50-L60

In the future we'd like to expose the Fx options libp2p uses to construct itself so that users can better customize their libp2p nodes and integrate it seamlessly into their applications.

Changelog

From v0.36.5 to v0.37.0

  • feat: Add WithFxOption (#​2956)
  • Make BlackHoleState type public (#​2917)
  • connmgr: reduce log level for untagging untracked peers
  • feat(websocket): switch the underlying http server logger to use ipfs/go-log (#​2985)
  • fix(websocket): re-enable websocket transport test (#​2987)
  • relay: make only 1 reservation per peer (#​2974)
  • libp2phttp: HTTP Peer ID Authentication (#​2854)
  • chore: update quic-go to v0.48.1
  • Add backoff for updating local IP addresses on error (#​2999) Reporting credit to @​elecbug
  • fix: swarm: refactor address resolution (#​2990)
  • peerstore: limit number of non connected peers in addrbook (#​2971)
  • swarm: add a peer dial latency metric (#​2959)
  • autonat: fix interaction with autorelay (#​2967)

Full Changelog: libp2p/go-libp2p@v0.36.5...v0.37.0

New Contributors

github/codeql-action (github/codeql-action)

v3.27.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/starpc to v0.32.14 fix(deps): update all dependencies Jun 28, 2024
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Jun 28, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8319245 to 7b1e5cf Compare June 30, 2024 21:35
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Jul 1, 2024
@renovate renovate bot closed this Jul 1, 2024
@renovate renovate bot deleted the renovate/all branch July 1, 2024 07:07
@renovate renovate bot restored the renovate/all branch July 1, 2024 11:07
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Jul 1, 2024
@renovate renovate bot reopened this Jul 1, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update module github.com/aperturerobotics/starpc to v0.32.15 Jul 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/starpc to v0.32.15 chore(deps): update all dependencies Jul 1, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 169f218 to 0397088 Compare July 3, 2024 13:47
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jul 3, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0520bb3 to eb3033a Compare July 3, 2024 21:41
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Jul 4, 2024
@renovate renovate bot closed this Jul 4, 2024
@renovate renovate bot deleted the renovate/all branch July 4, 2024 00:25
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Jul 4, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Oct 9, 2024
@renovate renovate bot closed this Oct 9, 2024
@renovate renovate bot deleted the renovate/all branch October 9, 2024 05:11
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Oct 9, 2024
@renovate renovate bot reopened this Oct 9, 2024
@renovate renovate bot restored the renovate/all branch October 9, 2024 07:59
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update dependency @aptre/protobuf-es-lite to v0.4.8 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8599ce8 to 5e4f1a9 Compare October 9, 2024 19:52
@renovate renovate bot changed the title chore(deps): update dependency @aptre/protobuf-es-lite to v0.4.8 chore(deps): update all dependencies Oct 9, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ce39adb to 4a75cc5 Compare October 15, 2024 04:02
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Oct 15, 2024
@renovate renovate bot closed this Oct 15, 2024
@renovate renovate bot deleted the renovate/all branch October 15, 2024 05:32
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Oct 17, 2024
@renovate renovate bot reopened this Oct 17, 2024
@renovate renovate bot restored the renovate/all branch October 17, 2024 22:27
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies to v8.10.0 Oct 17, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies to v8.10.0 chore(deps): update all dependencies Oct 18, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 095973f to 7a419f0 Compare October 23, 2024 15:02
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants