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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump serialize-javascript and mocha #13

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps serialize-javascript to 5.0.1 and updates ancestor dependency mocha. These dependencies need to be updated together.

Updates serialize-javascript from 3.0.0 to 5.0.1

Release notes

Sourced from serialize-javascript's releases.

v5.0.1

Changelog

  • Exclude .vscode and .github directories from package (#97)

v5.0.0

Changelog

  • Bump mocha from 8.1.2 to 8.1.3 (#96)
  • Support sparse arrays (#95)
  • Bump mocha from 8.1.1 to 8.1.2 (#94)
  • Bump mocha from 8.1.0 to 8.1.1 (#92)
  • Create Dependabot config file (#91)
  • Bump mocha from 8.0.1 to 8.1.0 (#90)
  • Bump lodash from 4.17.15 to 4.17.19 (#89)
  • Bump mocha from 7.2.0 to 8.0.1 (#88)

Behavior changes for sparse arrays

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

const serialize = require('serialize-javascript');
var a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
delete a[0];
a.length = 3;
a[5] = 'wat';
serialize(a) // 'Array.prototype.slice.call({"1":2,"2":3,"5":"wat","length":6})'


Thank you @鈥媣ictorporof for this release.

v4.0.0

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:

... (truncated)

Commits

Updates mocha from 8.0.1 to 8.4.0

Release notes

Sourced from mocha's releases.

v8.4.0

8.4.0 / 2021-05-07

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

Also thanks to @鈥媜utsideris for various improvements on our GH actions workflows.

v8.3.2

8.3.2 / 2021-03-12

馃悰 Fixes

馃摉 Documentation

v8.3.1

8.3.1 / 2021-03-06

馃悰 Fixes

v8.3.0

8.3.0 / 2021-02-11

馃帀 Enhancements

馃悰 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

8.4.0 / 2021-05-07

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

Also thanks to @鈥媜utsideris for various improvements on our GH actions workflows.

8.3.2 / 2021-03-12

馃悰 Fixes

馃摉 Documentation

8.3.1 / 2021-03-06

馃悰 Fixes

8.3.0 / 2021-02-11

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 25, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/serialize-javascript-and-mocha-5.0.1 branch 2 times, most recently from 5bd1a27 to 3d87da7 Compare August 25, 2023 18:29
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `serialize-javascript` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v3.0.0...v5.0.1)

Updates `mocha` from 8.0.1 to 8.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v8.0.1...v8.4.0)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/serialize-javascript-and-mocha-5.0.1 branch from 3d87da7 to ce34efb Compare August 25, 2023 19:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serialize-javascript-and-mocha-5.0.1 branch August 25, 2023 19:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants