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

Bump openpgp from 5.0.0 to 5.0.1 #116

Merged
merged 2 commits into from Nov 19, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2021

Bumps openpgp from 5.0.0 to 5.0.1.

Release notes

Sourced from openpgp's releases.

v5.0.1

  • Remove stream from type definitions (#1413) It was removed in v5.0.0; the type definition was left behind.
  • Try to use process.env.NODE_ENV directly (#1402) Properly detect development / production mode when using tools like webpack or Vite, but don't throw an error if it's not available.
  • CI: Add performance and memory usage regression monitoring for pull requests (#1411)
  • Add config.allowInsecureVerificationWithReformattedKeys (#1231) Allows verifying signatures using keys that have been reformatted after the signature was created. To avoid this issue entirely, we recommend passing the key creation date to reformatKey.
  • Do not include checksum values in error messages when armor integrity check fails (#1428)
  • Update web stream tools and improve performance (#1439)
  • Remove line terminators from randomly generated test messages (#1440)
Commits
  • 05e435a 5.0.1
  • 1d2093a Update web stream tools and improve performance (#1439)
  • a17a720 Remove line terminators from randomly generated test messages (#1440)
  • cfeef41 Do not include checksum values in error messages when armor integrity check f...
  • 88b1380 Add config.allowInsecureVerificationWithReformattedKeys (#1422)
  • b7527f7 CI: Add memory usage regression monitoring for pull requests (#1415)
  • 421733e CI: Add performance regression monitoring for pull requests (#1411)
  • df7e690 Try to use process.env.NODE_ENV directly (#1402)
  • fc42c38 Remove stream from type definitions (#1413)
  • See full diff 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)

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](openpgpjs/openpgpjs@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: openpgp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Nov 19, 2021

Codecov Report

Merging #116 (b39fd55) into master (254b8e8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   81.30%   81.30%           
=======================================
  Files           3        3           
  Lines         107      107           
  Branches       23       23           
=======================================
  Hits           87       87           
  Misses         11       11           
  Partials        9        9           

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 254b8e8...b39fd55. Read the comment docs.

@crazy-max crazy-max merged commit f869651 into master Nov 19, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/openpgp-5.0.1 branch November 19, 2021 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant