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 Apr 23, 2019

Bumps rlp from 2.0.0 to 2.2.3.

Release notes

Sourced from rlp's releases.

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.

Other changes:

  • Added LICENSE file for MPL2.0, see PR #31

v2.1.0 - Maintenance Release

... (truncated)
Changelog

Sourced from rlp's changelog.

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
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

... (truncated)
Commits
  • a9ae71c Merge pull request #73 from ethereumjs/new-release-v223
  • 1b0a2ea Bumped version to v2.2.3, added CHANGELOG entry
  • e063575 Merge pull request #72 from simon-jentzsch/master
  • 46b358f fixed linter
  • 7f58a8e added Error when dealing with negativ integers
  • 6fc71bc Merge pull request #70 from cag/array-fix-with-tests
  • 39dda58 test across stack frames
  • d4d7f8a Change 'array instanceof array' to 'Array.isArray()' in index.ts, fixing
  • c5d960f Merge pull request #67 from ethereumjs/new-release-v222
  • 456ca47 Bumped version to v2.2.2, added CHANGELOG entry
  • 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.


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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 23, 2019
@dependabot-preview dependabot-preview bot requested a review from tomusdrw April 23, 2019 06:52
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.3 branch from 624854f to e2ac721 Compare April 23, 2019 08:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.3 branch from e2ac721 to 699b7d6 Compare June 11, 2019 12:37
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.3 branch from 699b7d6 to 379a116 Compare July 9, 2019 07:50
@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.

Bumps [rlp](https://github.com/ethereumjs/rlp) from 2.0.0 to 2.2.3.
- [Release notes](https://github.com/ethereumjs/rlp/releases)
- [Changelog](https://github.com/ethereumjs/rlp/blob/master/CHANGELOG.md)
- [Commits](ethereumjs/rlp@2.0.0...v2.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rlp-2.2.3 branch from 379a116 to 2e18290 Compare July 23, 2019 12:17
@dependabot-preview
Copy link
Contributor Author

Superseded by #386.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rlp-2.2.3 branch November 5, 2019 08:58
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