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

chore(deps): update dependency serialize-javascript to v4 #111

Merged
merged 1 commit into from Aug 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2020

This PR contains the following updates:

Package Type Update Change
serialize-javascript resolutions major 2.1.2 -> 4.0.0

Release Notes

yahoo/serialize-javascript

v4.0.0

Compare Source

Changelog

  • Bump nyc from 15.0.1 to 15.1.0 (#​85)
  • support for bigint (#​80)

Behavior changes for BigInt

It serializes BigInt values as follows since this version. The result of serialization may be changed if you are passing BigInt values into the serialize-javascript.

v4.x:

const serialize = require('serialize-javascript');

serialize({big: BigInt('10')}); // '{"big":BigInt("10")}'

v3.x:

const serialize = require('serialize-javascript');

serialize({big: BigInt('10')}); // throws error

Thank you @​mum-never-proud for this release.

v3.1.0

Compare Source

  • Bump mocha from 7.1.2 to 7.2.0 (#​83)
  • Bump mocha from 7.1.1 to 7.1.2 (#​82)
  • Bump nyc from 15.0.0 to 15.0.1 (#​81)
  • Don't replace regex / function placeholders within string literals (#​79)
  • [Security] Bump minimist from 1.2.0 to 1.2.5 (#​78)
  • Bump mocha from 7.1.0 to 7.1.1 (#​77)
  • Bump mocha from 7.0.1 to 7.1.0 (#​74)
  • Update example in README (#​73)

Note: the randombytes has been added to the dependency package to improve the generation of UIDs. Check the #​22 for more information. Thanks to @​JordanMilne and @​Siebes for this change.

v3.0.0

Compare Source

Behavior changes for Infinity

It serializes Infinity values as follows since this version. The result of serialization may be changed if you are passing Infinity values into the serialize-javascript.

v3.x

const serialize = require('serialize-javascript');

serialize({inf: Infinity}); // '{"inf":Infinity}'

v2.x

const serialize = require('serialize-javascript');

serialize({inf: Infinity}); // '{"inf":null}'

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@bokuweb bokuweb merged commit 3a04a87 into master Aug 5, 2020
@renovate renovate bot deleted the renovate/serialize-javascript-4.x branch August 5, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants