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

Update dependency aegir to v41 #12

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Update dependency aegir to v41 #12

merged 1 commit into from
Oct 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aegir ^40.0.11 -> ^41.0.0 age adoption passing confidence

Release Notes

ipfs/aegir (aegir)

v41.0.0

Compare Source

⚠ BREAKING CHANGES
  • All interfaces now need to use method signature style rather than property function style

eg:
before

interface Foo {
  bar: (baz: number) => void
}

after

interface Foo {
  bar(baz: number): void
}
Dependencies

v40.0.13

Compare Source

Bug Fixes

v40.0.12

Compare Source

Dependencies

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/aegir-41.x branch 2 times, most recently from 8c5cdf3 to 25e431f Compare October 27, 2023 02:31
@renovate renovate bot force-pushed the renovate/aegir-41.x branch from 25e431f to 1032b2f Compare October 27, 2023 03:17
@renovate renovate bot merged commit d2752df into main Oct 27, 2023
1 check passed
@renovate renovate bot deleted the renovate/aegir-41.x branch October 27, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants