Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Bump deep-diff from 0.3.8 to 1.0.2 #6

Merged
merged 1 commit into from
Dec 11, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 11, 2021

Bumps deep-diff from 0.3.8 to 1.0.2.

Changelog

Sourced from deep-diff's changelog.

deep-diff Change Log

deep-diff is a javascript/node.js module providing utility functions for determining the structural differences between objects and includes some utilities for applying differences across objects.

Log

1.0.2 - 2018-08-10

1.0.0 - 2018-04-18

0.3.8 - 2017-05-03

  • reconciled recently introduced difference between index.es.js and index.js
  • improved npm commands for more reliable contributions
  • added a few notes to README regarding contributing.

0.3.7 - 2017-05-01

  • fixed issue #98 by merging @​sberan's pull request #99 — better handling of property with undefined value existing on either operand. Unit tests supplied.

0.3.6 - 2017-04-25 — Fixed, closed lingering issues:

  • fixed #74 — comparing objects with longer cycles
  • fixed #70 — was not properly detecting a deletion when a property on the operand (lhs) had a value of undefined and was undefined on the comparand (rhs). :o).
  • WARNING! Still broken when importing in Typescript.

0.3.5 - 2017-04-23 — Rolled up recent fixes; patches:

0.3.4 - Typescript users, reference this version until #97 is fixed!

0.3.3 - Thanks @​SimenB: enabled npm script for release (alternate to the Makefile). Also linting as part of npm test. Thanks @​joeldenning: Fixed issue #35; diffs of top level arrays now working.

... (truncated)

Commits

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)

Bumps [deep-diff](https://github.com/flitbit/diff) from 0.3.8 to 1.0.2.
- [Release notes](https://github.com/flitbit/diff/releases)
- [Changelog](https://github.com/flitbit/diff/blob/master/ChangeLog.md)
- [Commits](flitbit/diff@v0.3.8...v1.0.2)

---
updated-dependencies:
- dependency-name: deep-diff
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 11, 2021
@PythonCoderAS PythonCoderAS merged commit a220c4e into master Dec 11, 2021
@PythonCoderAS PythonCoderAS deleted the dependabot/npm_and_yarn/deep-diff-1.0.2 branch December 11, 2021 21:32
@PythonCoderAS PythonCoderAS self-assigned this Dec 16, 2021
@PythonCoderAS PythonCoderAS added this to the Dependabot milestone Dec 16, 2021
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant