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

build: bump fast-equals from 2.0.3 to 4.0.3 #33

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps fast-equals from 2.0.3 to 4.0.3.

Release notes

Sourced from fast-equals's releases.

Release 4.0.3

  • Remove unnecessary strict equality check (#88) (7ae0ba1)
  • Fix link to strict property descriptor recipe (50cba70)

Release 4.0.2

  • Issue 85 incorrect custom comparator types (#86) (7ecb759)
  • Bump terser from 5.14.0 to 5.14.2 (#84) (b87bbe3)
  • Bump parse-url from 6.0.0 to 6.0.2 (#83) (4ec5a54)

Release 4.0.1

  • Fix type issues with additional strict options (#82) (54b9cb0)

Release 4.0.1-beta.3

  • flip to have index.d.ts be the complete types definition, and import from that file into src, to prevent imports in the definitions file (4324386)

Release 4.0.1-beta.2

  • centralize all types in types-only file, and simplify index.d.ts consumption (a3b479c)

Release 4.0.1-beta.1

  • remove unnecessary include, which may be causing warning spam (446ca73)

Release 4.0.1-beta.0

  • fix type issues with additional strict options (89f5637)

Release 4.0.0

  • Version 4 (#80) (026ea41)

Release 4.0.0-beta.0

  • clean up README and exposed typings (c649675)
  • clean up more typing (2d435af)
  • clean up typing for Meta (898a944)
  • update exposed typings for createCustomCircularEqual (7c71d93)
  • code golf to get size down (0f3635a)
  • inject areDatesEqual for complete coverage, in case someone wants a more targeted comparison (45a52c3)
  • share configs (f423c80)
  • avoid need to pass through default options with createCustomEqual (aeeb335)
  • update dependencies to latest (55bdfd2)
  • early return in Map / Set iterations when already not-equal (eae8cc3)
  • switch to tag-based comparison, to support cross-realms (d63aecf)
  • update size again (64781e4)
  • remove legacy regexps check (4db62fe)
  • update exposed types (6a0613b)
  • update to avoid an additional closure (5e40bdf)
  • drop all pre-ES2015 support (d938fc5)
  • add formatting (fc61021)
  • add recommended lint configuration (b6d56d5)
  • refactor and improve unit tests (b31fae1)
  • add test for issue (0ed9d0c)
  • inline react element check (3379d47)
  • update gzip size (17c4654)

... (truncated)

Changelog

Sourced from fast-equals's changelog.

4.0.3

  • Remove unnecessary second strict equality check for objects in edge-case scenarios

4.0.2

  • #85 - createCustomCircularEqual typing is incorrect

4.0.1

  • #81 - Fix typing issues related to importing in index.d.ts file

4.0.0

Breaking Changes

Certain ES2015 features are now required

In previous versions, there were automatic fallbacks for certain ES2015 features if they did not exist:

Due to the omnipresence of support in both browser and NodeJS, these have been deprecated. There is still an option if you require support for these legacy environments, however; see createCustomEqual and createCustomCircularEqual for more details.

createCustomEqual contract has changed

To allow more flexibility and customizability for a variety of edge cases, createCustomEqual now allows override of specific type value comparisons in addition to the general comparator it did prior. See the documentation for more details.

Enhancements

createCustomCircularEqual added

Like createCustomEqual, it will create a custom equality comparator, with the exception that it will handle circular references. See the documentation for more details.

Cross-realm comparisons are now supported

Prior to 4.x.x., instanceof was used internally for checking of object classes, which only worked when comparing objects from the same Realm. This has changed to instead use an object's StringTag, which is not realm-specific.

TypeScript typings improved

For better typing in edge-case scenarios like custom comparators with meta values, typings have been refactored for accuracy and better narrow flow-through.

3.0.3

  • Fix #77 - better circular object validation

3.0.2

  • Fix #73 - support comparison of primitive wrappers

... (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 [fast-equals](https://github.com/planttheidea/fast-equals) from 2.0.3 to 4.0.3.
- [Release notes](https://github.com/planttheidea/fast-equals/releases)
- [Changelog](https://github.com/planttheidea/fast-equals/blob/master/CHANGELOG.md)
- [Commits](planttheidea/fast-equals@2.0.3...v4.0.3)

---
updated-dependencies:
- dependency-name: fast-equals
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2023

Superseded by #40.

@dependabot dependabot bot closed this Apr 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-equals-4.0.3 branch April 1, 2023 18:58
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.

0 participants