-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
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>
Ah, this needs some changes to the release scripts before it'll publish properly. Specifically it needs:
cc @SgtPooki |
🎉 This issue has been resolved in version 1.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Run `aegir release` in workspace modules, otherwise we create bogus gitub releases for the root module like: - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.0 - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.1 - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.2 Refs: #125 (comment)
Run `aegir release` in workspace modules, otherwise we create bogus github releases for the root module like: - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.0 - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.1 - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.2 Refs: #125 (comment)
Run `aegir release` in workspace modules, otherwise we create bogus github releases for the root module like: - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.0 - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.1 - https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases/tag/v1.0.2 Refs: #125 (comment)
🎉 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 📦🚀 |
🎉 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 📦🚀 |
## @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))
🎉 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 📦🚀 |
Bumps aegir from 43.0.3 to 44.1.1.
Release notes
Sourced from aegir's releases.
... (truncated)
Changelog
Sourced from aegir's changelog.
... (truncated)
Commits
ca0760e
chore(release): 44.1.1 [skip ci]7e3d579
deps(dev): bump electron from 27.3.11 to 31.3.1 (#1582)604697a
chore(release): 44.1.0 [skip ci]f78c9ac
feat: move tsc linter rules to eslint (#1513)9a8e31b
chore(release): 44.0.3 [skip ci]545af7c
fix: unpin eslint-plugin-jsdoc (#1580)0b5e385
chore(release): 44.0.2 [skip ci]c4f998c
fix: pin eslint-plugin-jsdoc (#1579)fe833e3
chore(release): 44.0.1 [skip ci]559395f
docs: fix typo - it's -> its (#1566)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)