multiformats / js-multihashing

Use all the functions in multihash.
MIT License
11 stars 18 forks source link

chore(deps-dev): bump aegir from 17.1.1 to 31.0.4 #86

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps aegir from 17.1.1 to 31.0.4.

Release notes

Sourced from aegir's releases.

v31.0.4

Bug Fixes

  • fix issue with docs and build cmds (75db962)

v31.0.3

Bug Fixes

  • skip types in the release cmd when no tsconfig (4e4e927)

v31.0.2

Bug Fixes

  • minimize umd code in the build cmd (6156e7c)

v31.0.1

Bug Fixes

  • dont concat array in the build cmd config merging (87d4ec4)

v31.0.0

Highlights

Speed improved by 46% to 90%

aegir now uses esbuild everywhere, to bundle, in the browser tests, to transpile TS in realtime for node tests, and more. Read about esbuild speed here.

Code coverage is also lightning fast by using the internal v8 coverage instead of instrumentation with 3rd party tools like instanbul/nyc, in node it uses c8 and in the browser playwright api to get the internal chromium v8 coverage.

Based on several of our repos:

  • Running node tests in Typescript repos is 46% faster.
  • Generating coverage is 60% faster.
  • Running browser tests is 80% faster.
  • Compiling the browser bundle is 73%-90% faster.

10% smaller in size and 20% less files

Lots of aegir dependencies were removed, webpack, babel, karma, all the plugins from these and a lot more. This also makes installing aegir about 64% faster.

... (truncated)

Changelog

Sourced from aegir's changelog.

31.0.4 (2021-03-04)

Bug Fixes

  • fix issue with docs and build cmds (75db962)

31.0.3 (2021-03-03)

Bug Fixes

  • skip types in the release cmd when no tsconfig (4e4e927)

31.0.2 (2021-02-26)

Bug Fixes

  • minimize umd code in the build cmd (6156e7c)

31.0.1 (2021-02-26)

Bug Fixes

  • dont concat array in the build cmd config merging (87d4ec4)

31.0.0 (2021-02-23)

Bug Fixes

Features

... (truncated)

Commits
  • e58e042 chore: release version v31.0.4
  • c9bae28 chore: update contributors
  • 75db962 fix: fix issue with docs and build cmds
  • 1856470 chore: release version v31.0.3
  • 30bdc47 chore: update contributors
  • 4e4e927 fix: skip types in the release cmd when no tsconfig
  • 45f7333 docs: update fixtures path (#747)
  • 58c5376 chore: release version v31.0.2
  • 6f15406 chore: update contributors
  • 6156e7c fix: minimize umd code in the build cmd
  • 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #87.