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

Bump fast-equals from 5.0.1 to 5.2.0 #2492

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps fast-equals from 5.0.1 to 5.2.0.

Release notes

Sourced from fast-equals's releases.

Release 5.2.0

  • fix version (make minor for Preact support) (ad991df)
  • [React] Fix owner comparison (#137) (dd7bbb3)
  • fix CHANGELOG (2552fe8)

Release 5.1.3

  • update CHANGELOG (dcce1bc)
  • [Iterables] Speed improvement (#136) (c0afd1b)
  • fix release:scripts command (6294b85)
  • [Benchmarks] Include dequal (#135) (32ccb67)

Release 5.1.2

  • Clean up release setup (#134) (77a7342)

Release 5.1.1

  • clean up prepublish and build folder in favor of release setup and config (87e1970)

Release 5.1.0

  • update README to highlight new custom equality methods (#133) (56db567)
  • export explicit types to allow use of export type (#132) (80f616b)
  • Upgrades 2025-01-03 (#131) (1f02629)
  • add ability to override number comparisons (#130) (c633c4e)
  • #118 - handle error instances (#129) (efb1ae7)
  • #121 - support url object comparison (#128) (2521199)
  • #123 - allow custom function comparator (#127) (7ab9bdc)
  • #125 - test against undefined explicitly (#126) (66ca997)
  • Bump follow-redirects from 1.15.2 to 1.15.4 (#113) (88d02a3)
  • Bump @​babel/traverse from 7.21.3 to 7.23.2 (#109) (7564fcf)
  • Bump word-wrap from 1.2.3 to 1.2.4 (#108) (a41afc0)
  • Bump semver from 6.3.0 to 6.3.1 (#107) (8e36a6d)
  • Bump tough-cookie from 4.1.2 to 4.1.3 (#106) (87fffa7)
  • Bump vm2 from 3.9.17 to 3.9.19 (#105) (750db7e)
  • Bump vm2 from 3.9.16 to 3.9.17 (#103) (398ed8f)
  • Bump vm2 from 3.9.15 to 3.9.16 (#102) (518e134)
  • Bump vm2 from 3.9.14 to 3.9.15 (#101) (3223e10)
Changelog

Sourced from fast-equals's changelog.

5.2.0

Enhancements

  • Support Preact objects in equality comparison

Bugfixes

  • #137 - Fix circular React references in object comparisons

5.1.3

Enhancements

  • #136 - More than double speed of iterables (Map / Set) equality comparisons

Maintenance

  • #135 - Include dequal and dequal/lite in benchmark comparisons

5.1.2

Maintenance

Re-release of 5.1.0 with correct pre-release setup.

5.1.1

DO NOT USE

This was an accidental pre-release when cleaning up release setup.

5.1.0

Enhancements

  • #127 - Add support for custom Function instance comparisons (resolves #118)
  • #128 - Add support for URL instance comparisons (resolves #121)
  • #129 - Add support for Error instance comparisons (resolves #123)
  • #130 - Add support for custom Number instance comparisons (resolves #112)

Bugfixes

  • #132 - Fix assert.deepEqual check in benchmark (resolves #125)
  • #126 - Export explicit types via export type (attempts to resolve #114)
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 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)

Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 5.0.1 to 5.2.0.
- [Release notes](https://github.com/planttheidea/fast-equals/releases)
- [Changelog](https://github.com/planttheidea/fast-equals/blob/master/CHANGELOG.md)
- [Commits](planttheidea/fast-equals@v5.0.1...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
@github-actions github-actions bot enabled auto-merge (rebase) January 6, 2025 10:31
Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for relational-playground canceled.

Name Link
🔨 Latest commit a374ccf
🔍 Latest deploy log https://app.netlify.com/sites/relational-playground/deploys/677bb0fafdd58e000892e9c1

@github-actions github-actions bot merged commit 9054cba into main Jan 6, 2025
16 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fast-equals-5.2.0 branch January 6, 2025 10:35
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