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(deps): bump fast-equals from 3.0.3 to 5.2.0 #1852

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps fast-equals from 3.0.3 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)

Release 5.0.1

  • Fix references to metaOverride (#100) (19327e5)
  • Bump webpack from 5.75.0 to 5.76.0 (#99) (0698037)
  • Add several tests (#98) (eb76f52)

Release 5.0.0

  • Version 5 (#95) (acd7bcb)
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 (#94) (e6b76c8)
  • Bump json5 from 1.0.1 to 1.0.2 (#92) (9d15c86)
  • Bump vm2 from 3.9.10 to 3.9.11 (#90) (342d9a1)

Release 5.0.0-beta.6

  • update dependencies (b57ae3e)
  • use iterator-based methods for Map / Set comparison (48e6960)

... (truncated)

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)

5.0.1

Bugfixes

... (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 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 3.0.3 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@v3.0.3...v5.2.0)

---
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 Jan 6, 2025
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) January 6, 2025 17:54
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.

2 participants