Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2022

Bumps openpgp from 5.1.0 to 5.2.1.

Release notes

Sourced from openpgp's releases.

v5.2.1

  • Fix AES encryption error in browsers for messages larger than 3MB (#1506)
  • TS: Rely on new web-stream-tools types, fix SignOptions (#1502)
  • Lint: error if imported name is not found in module (#1507)

v5.2.0

  • Drop MS Edge Legacy support (#1474)
  • Check existence of navigator before using it (#1475)
  • Fix Key.isRevoked() and SignaturePacket.verify() TypeScript definitions, and remove SignaturePacket.verified from Typescript declarations (#1486, #1494)
  • CI: Update mocha (#1503)
Commits
  • d677c30 5.2.1
  • 36985c9 Lint: error if imported value not found in module (#1507)
  • 2e86795 Fix AES encryption error in browsers for messages larger than 3MB (#1506)
  • d89cc48 TypeScript: rely on new web-stream-tools types, fix SignOptions (#1502)
  • a1ef5f5 5.2.0
  • 7aaa34d CI: update mocha (#1503)
  • e5c7c77 TypeScript: fix data argument type in SignaturePacket.verify() (#1494)
  • f93f59e Check existence of navigator before using it (#1475)
  • f54b133 Drop MS Edge Legacy support (#1474)
  • 255926a TypeScript: mark signature arg as optional in Key.isRevoked() and remove ...
  • 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 16, 2022
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #675 (5f458f0) into master (9af8a2b) will increase coverage by 0.60%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #675      +/-   ##
==========================================
+ Coverage   95.12%   95.73%   +0.60%     
==========================================
  Files           4        4              
  Lines         164      164              
  Branches       47       47              
==========================================
+ Hits          156      157       +1     
+ Misses          8        7       -1     
Flag Coverage Δ
demo 80.00% <ø> (ø)
script 97.31% <ø> (+0.67%) ⬆️
ubuntu-latest 95.73% <ø> (+0.60%) ⬆️
version 80.00% <ø> (ø)
windows-latest 95.73% <ø> (+0.60%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/buildExec.ts 99.13% <0.00%> (+0.86%) ⬆️

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 9af8a2b...5f458f0. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openpgp-5.2.1 branch from 539efb5 to 1afeea6 Compare April 4, 2022 20:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openpgp-5.2.1 branch from 1afeea6 to 53923c9 Compare April 4, 2022 20:56
@thomasrockhu-codecov
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openpgp-5.2.1 branch from 53923c9 to f68dbf3 Compare April 4, 2022 20:57
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](openpgpjs/openpgpjs@v5.1.0...v5.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openpgp-5.2.1 branch from f68dbf3 to 5f458f0 Compare April 4, 2022 21:01
@thomasrockhu-codecov thomasrockhu-codecov merged commit d8cf680 into master Apr 4, 2022
@thomasrockhu-codecov thomasrockhu-codecov deleted the dependabot/npm_and_yarn/openpgp-5.2.1 branch April 4, 2022 21:08
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant