ipfs / js-ipfs-block-service

JavaScript Implementation of Block and BlockService
MIT License
13 stars 20 forks source link

chore(deps-dev): bump aegir from 22.1.0 to 31.0.3 #135

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps aegir from 22.1.0 to 31.0.3.

Release notes

Sourced from aegir's releases.

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.

Configuration and Types

aegir can now be fully configured and customised using repo local config files or package.json and types for the configuration options are exported to make your life even easier.

Webkit support

We can now run our tests inside webkit to further improve our test suites.

... (truncated)

Changelog

Sourced from aegir's changelog.

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

  • copy .d.ts. to dist (#738) (4002b50)
  • rename --ts flag to --ts-repo and fix ts repo support (#730) (3d54004)
  • ts, build, docs and lint improvements (#732) (846bb25)
  • update typedoc and improvemnts to docs cmd (#727) (1149281)
  • upgrade linter to v2.0.0 (9f67cb9)

BREAKING CHANGES

  • Major linter upgrade may cause errors.
  • Config property bundlesize.maxSize is deprecated, use build.bundlesizeMax

... (truncated)

Commits
  • 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
  • 7c4b7eb chore: release version v31.0.1
  • e7a62a3 chore: update contributors
  • 87d4ec4 fix: dont concat array in the build cmd config merging
  • 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

Looks like aegir is up-to-date now, so this is no longer needed.