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(dev): bump aegir from 43.0.3 to 44.1.1 #125

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps aegir from 43.0.3 to 44.1.1.

Release notes

Sourced from aegir's releases.

v44.1.1

44.1.1 (2024-08-09)

Dependencies

  • dev: bump electron from 27.3.11 to 31.3.1 (#1582) (7e3d579)

v44.1.0

44.1.0 (2024-07-29)

Features

v44.0.3

44.0.3 (2024-07-29)

Bug Fixes

v44.0.2

44.0.2 (2024-07-29)

Bug Fixes

v44.0.1

44.0.1 (2024-07-01)

Documentation

v44.0.0

44.0.0 (2024-06-21)

⚠ BREAKING CHANGES

  • linting rules may have changed

Bug Fixes

... (truncated)

Changelog

Sourced from aegir's changelog.

44.1.1 (2024-08-09)

Dependencies

  • dev: bump electron from 27.3.11 to 31.3.1 (#1582) (7e3d579)

44.1.0 (2024-07-29)

Features

44.0.3 (2024-07-29)

Bug Fixes

44.0.2 (2024-07-29)

Bug Fixes

44.0.1 (2024-07-01)

Documentation

44.0.0 (2024-06-21)

⚠ BREAKING CHANGES

  • linting rules may have changed

Bug Fixes

Trivial Changes

... (truncated)

Commits

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)

Bumps [aegir](https://github.com/ipfs/aegir) from 43.0.3 to 44.1.1.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v43.0.3...v44.1.1)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2024 10:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@SgtPooki SgtPooki merged commit d01f77b into main Aug 12, 2024
17 checks passed
@SgtPooki SgtPooki deleted the dependabot/npm_and_yarn/aegir-44.1.1 branch August 12, 2024 18:13
@achingbrain
Copy link
Member

achingbrain commented Aug 12, 2024

Ah, this needs some changes to the release scripts before it'll publish properly.

Specifically it needs:

  • publish script in root package.json changed to aegir run publish
  • publish script added to each non-private workspace package.json as aegir publish
  • release key moved from all workspace package.jsons into root package.json (already done in this repo)

cc @SgtPooki

github-actions bot pushed a commit that referenced this pull request Aug 12, 2024
## [1.0.1](v1.0.0...v1.0.1) (2024-08-12)

### Dependencies

* bump raw-body from 2.5.2 to 3.0.0 ([#123](#123)) ([2e7b7da](2e7b7da))
* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#125](#125)) ([d01f77b](d01f77b))
Copy link

🎉 This issue has been resolved in version 1.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@achingbrain achingbrain mentioned this pull request Aug 13, 2024
3 tasks
Copy link

🎉 This PR is included in version @helia/delegated-routing-v1-http-api-client-v3.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @helia/delegated-routing-v1-http-api-server-v3.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Sep 15, 2024
## @helia/delegated-routing-v1-http-api-interop-v1.0.0 (2024-09-15)

### ⚠ BREAKING CHANGES

* upgrade to Helia 5.x.x and libp2p 2.x.x
* returns IPNS objects are from ipns@9.x.x
* bump multiformats from 12.1.3 to 13.0.0 (#75)
* method signatures have changed to be closer to the delegated http routing v1 API spec

### Features

* initial import ([d49fff6](d49fff6))

### Bug Fixes

* add CORS plugin ([5913f9d](5913f9d))
* conform to Delegated Routing V1 HTTP spec ([#41](#41)) ([41e7902](41e7902))
* handle unparsable peer ids ([#118](#118)) ([9bdbe46](9bdbe46))
* PeerRecord Addrs and Protocols do not need to be optional ([#43](#43)) ([ec62768](ec62768))

### Trivial Changes

* add project field to eslint config ([#40](#40)) ([7dac713](7dac713))
* add typedoc entry point ([5b16a12](5b16a12))
* fix deps ([9aa177d](9aa177d))
* fix package name ([841d8f1](841d8f1))
* fix package name ([cd172da](cd172da))
* fix package name ([2c13d74](2c13d74))
* **release:** 1.0.0 [skip ci] ([fd4871b](fd4871b))
* remove release from interop ([a3be11b](a3be11b))
* update aegir ([c7c81b5](c7c81b5))
* update sibling dependencies ([3fcc332](3fcc332))
* update sibling dependencies ([1b5d5dc](1b5d5dc))

### Documentation

* update project config and readmes ([#47](#47)) ([31eb6f7](31eb6f7))
* update readmes and package descriptions ([11934bc](11934bc))

### Dependencies

* bump @libp2p/interface from 0.1.6 to 1.1.1 ([#91](#91)) ([50e4864](50e4864))
* bump helia from 1.3.12 to 2.0.1 ([#26](#26)) ([9160281](9160281))
* bump multiformats from 12.1.3 to 13.0.0 ([#75](#75)) ([1dabe16](1dabe16))
* **dev:** bump @helia/ipns from 5.0.0 to 6.0.0 ([#107](#107)) ([c4d9c8f](c4d9c8f))
* **dev:** bump @helia/ipns from 6.0.1 to 7.1.0 ([#110](#110)) ([bb10bf7](bb10bf7))
* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#8](#8)) ([127bcc0](127bcc0))
* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#39](#39)) ([c01a33e](c01a33e))
* **dev:** bump aegir from 41.3.5 to 42.1.1 ([#94](#94)) ([e34a142](e34a142))
* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#125](#125)) ([d01f77b](d01f77b))
* **dev:** bump helia from 3.0.1 to 4.0.0 ([#104](#104)) ([23cd638](23cd638))
* update ipns to v9 ([#102](#102)) ([1097cb6](1097cb6))
* update sibling dependencies ([c2f7470](c2f7470))
* update sibling dependencies ([7d9cb15](7d9cb15))
* upgrade to Helia 5.x.x and libp2p 2.x.x ([27101f3](27101f3))
Copy link

🎉 This PR is included in version @helia/delegated-routing-v1-http-api-interop-v1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants