Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 5, 2019

Bumps rlp from 2.0.0 to 2.2.4.

Release notes

Sourced from rlp's releases.

v2.2.4 - Bugfix Release

  • Removed unused Dictionary Input type for RLP.encode() and RLP.decode(),
    PR #74
  • Removed unused safe-buffer dependency,
    PR #80

v2.2.3 - Bugfix Release

  • More robust Array type checking in RLP.encode() function, PR #70
  • Library now throws an error when trying to encode negative integer
    values (e.g. RLP.encode(-1)), PR #71

v2.2.2 - Bugfix Release

  • Added bn.js dependency to fix module resolution bug when require the module after
    clean install, PR #64
  • Use local version of official tests, fixed testing issue, PR #66

v2.2.1 - Bugfix Release

  • Fixed a bug introduced in v2.2.0 causing the CLI bin/rlp command not to
    work, see PR #60
  • Additional exports of types used by decode and encode
    (PR #59):
    • Input: input type for encode()
    • Dictionary and List: interfaces for possible Input values
    • Decoded: interface for decode() return type
  • Additional test structure and new integration tests for distribution and
    bin/rlp CLI command, see PR #57

v2.2.0 - Feature Release: TypeScript

[DEPRECATED] Please update to v2.2.1, release contains a broken CLI bin/rlp
command!

First TypeScript based release of EthereumJS libraries, thanks @​krzkaczor,
@​GrandSchtroumpf, @​whymarrh, @​holgerd77 for the great work on this!

This release doesn't introduce any main new features but will serve as a basis
for further TypeScript transitions coming along with greater type safety
for EthereumJS libraries. If you are developing in TypeScript you can
further already benefit from the RLP type declarations published from now on
along new releases.

See PR #37 and subsequent PRs merged
towards the associated typescript branch to get an overview on the changes.
The release also comes along with the introduction of a new repo
ethereumjs-config centralizing
configuration for EthereumJS libraries on TypeScript itself as well as
linting, formatting and testing.

This release passes all existing unit tests and other checks. If you nevertheless
experience problems please report on the EthereumJS
Gitter channel.

... (truncated)
Changelog

Sourced from rlp's changelog.

v2.2.4 - 2019-11-02

  • Removed unused Dictionary Input type for RLP.encode() and RLP.decode(),
    PR #74
  • Removed unused safe-buffer dependency,
    PR #80

v2.2.3 - 2019-03-19

  • More robust Array type checking in RLP.encode() function,
    PR #70
  • Library now throws an error when trying to encode negative integer
    values (e.g. RLP.encode(-1)),
    PR #71

v2.2.2 - 2019-01-15

  • Added bn.js dependency to fix module resolution bug when require the module after
    clean install, PR #64
  • Use local version of official tests, fixed testing issue, PR #66

v2.2.1 - 2018-12-20

  • Fixed a bug introduced in v2.2.0 causing the CLI bin/rlp command not to
    work, see PR #60
  • Additional exports of types used by decode and encode
    (PR #59):
    • Input: input type for encode()
    • Dictionary and List: interfaces for possible Input values
    • Decoded: interface for decode() return type
  • Additional test structure and new integration tests for distribution and
    bin/rlp CLI command, see PR #57

[v2.2.0] - 2018-12-17

[DEPRECATED] Please update to v2.2.1, release contains a broken CLI bin/rlp
command!

First TypeScript based release of EthereumJS libraries, thanks @​krzkaczor,
@​GrandSchtroumpf, @​whymarrh, @​holgerd77 for the great work on this!

This release doesn't introduce any main new features but will serve as a basis

... (truncated)
Commits
  • a0fc75b Merge pull request #84 from ethereumjs/new-release-v224
  • e69580f Bumped version to v2.2.4, added CHANGELOG entry
  • 997f69b Merge pull request #80 from AndreasGassmann/feat/remove-safe-buffer
  • b76356d Removed unused dependency "safe-buffer"
  • f06a96f Merge pull request #75 from ethereumjs/org-links-and-git-hooks
  • b678a97 Added husky (Git hooks) dependency and pre-push hook to package.json
  • 22d064a Added EthereumJS footer with organization docs linking
  • c633f64 Added contributing file to .github folder
  • 2bdc87f Merge pull request #74 from ethereumjs/remove-dictionary
  • 5924724 Remove Dictionary type
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by holgerd77, a new releaser for rlp since your current version.


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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 5, 2019
@dependabot-preview dependabot-preview bot requested a review from tomusdrw November 5, 2019 08:58
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from 0701d94 to cb4f22e Compare December 3, 2019 08:37
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from cb4f22e to bcd5e31 Compare December 24, 2019 08:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from bcd5e31 to d24e808 Compare January 14, 2020 10:06
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from d24e808 to 793daef Compare February 11, 2020 10:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from 793daef to 5480f5c Compare March 24, 2020 10:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from 5480f5c to 433dbea Compare April 14, 2020 10:30
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.4 branch from 433dbea to 9980aac Compare April 28, 2020 10:22
@dependabot-preview
Copy link
Contributor Author

Superseded by #548.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rlp-2.2.4 branch May 26, 2020 12:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant