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-dev): bump aegir from 27.0.0 to 28.2.0 #7

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps aegir from 27.0.0 to 28.2.0.

Release notes

Sourced from aegir's releases.

v28.2.0

Features

  • add -p flag to dependency-check to only check prod deps (#672) (44d12ab)

v28.1.0

Bug Fixes

  • allow bundle to be used in web workers (#408) (3f72e50)

v28.0.2

Bug Fixes

  • downgrade electron and electron-mocha (#655) (caf4c8f)

v28.0.1

Bug Fixes

  • remove which, revert to available mocha (5b77754)

v28.0.0

Bug Fixes

  • remove --noUnhandledPromiseRejections option (#653) (e478259)

Features

  • allow overriding runtime path for bundle size check (#652) (f2ad1b9)
Changelog

Sourced from aegir's changelog.

28.2.0 (2020-11-16)

Features

  • add -p flag to dependency-check to only check prod deps (#672) (44d12ab)

28.1.0 (2020-10-26)

Bug Fixes

  • allow bundle to be used in web workers (#408) (3f72e50)

28.0.2 (2020-10-20)

Bug Fixes

  • downgrade electron and electron-mocha (#655) (caf4c8f)

28.0.1 (2020-10-20)

Bug Fixes

  • remove which, revert to available mocha (5b77754)

28.0.0 (2020-10-20)

Bug Fixes

  • remove --noUnhandledPromiseRejections option (#653) (e478259)

Features

  • allow overriding runtime path for bundle size check (#652) (f2ad1b9)
Commits
  • bff4c44 chore: release version v28.2.0
  • 940e4ec chore: update contributors
  • 44d12ab feat: add -p flag to dependency-check to only check prod deps (#672)
  • 3edd1d4 chore: release version v28.1.0
  • 8c616ea chore: update contributors
  • 3f72e50 fix: allow bundle to be used in web workers (#408)
  • 156a5c1 chore: release version v28.0.2
  • 87a9c75 chore: update contributors
  • caf4c8f fix: downgrade electron and electron-mocha (#655)
  • 14a36a1 chore: release version v28.0.1
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [aegir](https://github.com/ipfs/aegir) from 27.0.0 to 28.2.0.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v27.0.0...v28.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 17, 2020
@codecov-io
Copy link

codecov-io commented Nov 17, 2020

Codecov Report

Merging #7 (18bfc2a) into main (6b8ae39) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            3         3           
=========================================
  Hits             3         3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b8ae39...18bfc2a. Read the comment docs.

@vasco-santos vasco-santos merged commit 3e8e431 into main Nov 18, 2020
@vasco-santos vasco-santos deleted the dependabot/npm_and_yarn/aegir-28.2.0 branch November 18, 2020 10:27
github-actions bot pushed a commit that referenced this pull request Jan 12, 2022
## [2.0.0](v1.0.1...v2.0.0) (2022-01-12)

### ⚠ BREAKING CHANGES

* **!:** switch to named exports, ESM only

Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>

### Features

* **!:** converts to typescript ([#41](#41)) ([cdd51a0](cdd51a0))

### Trivial Changes

* add badges ([#4](#4)) ([7e482ba](7e482ba))
* add github actions badge ([#11](#11)) ([7fe37b0](7fe37b0))
* **deps-dev:** bump aegir from 27.0.0 to 28.2.0 ([#7](#7)) ([3e8e431](3e8e431))
* **deps-dev:** bump aegir from 28.2.0 to 29.0.1 ([#8](#8)) ([f716d14](f716d14))
* **deps-dev:** bump aegir from 29.2.2 to 30.0.1 ([#10](#10)) ([e272f06](e272f06))
* remove ignored deps from dependabot ([b6e4832](b6e4832))
* update badge to main branch ([#5](#5)) ([6b8ae39](6b8ae39))
* update deps ([#21](#21)) ([e75ac45](e75ac45))
* use gh actions ci ([#9](#9)) ([c1f2ab5](c1f2ab5))
@github-actions
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

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