Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps fast-equals from 5.4.0 to 6.0.0.

Release notes

Sourced from fast-equals's releases.

Release 6.0.0

  • [Cleanup] Final touches for v6 (#171) (eafa037)
  • [Enhancement] Drop UMD support and source maps (#164) (348d167)
  • add strictEqual method, and remove indirecton methods from equals.ts (#170) (5a566ff)
  • reduce exposed types, and simplify internals related to typed equality comparators (#169) (8225219)
  • include AsyncGeneratorFunction in tag handlers (475fcfd)
  • [Fix] Restore sameValueZeroEqual (#168) (3b9cabf)
  • [Cleanup] Speed tweaks (#167) (5ab92f5)
  • [Enhancement] Make custom comparators more flexible (#166) (7dfc4a0)
  • [Enhancement] Internalize tag lookup to object (#165) (ebafde5)

Release 6.0.0-rc.1

  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (8784ab9)
  • [Fix] Restore sameValueZeroEqual (#168) (3b9cabf)

Release 6.0.0-rc.0

  • update CHANGELOG to include other changes (4b7ede2)
  • update dependencies to latest (2665004)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (0df48c3)
  • [Cleanup] Speed tweaks (#167) (5ab92f5)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (3a82b11)
  • [Enhancement] Make custom comparators more flexible (#166) (7dfc4a0)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (ae63678)
  • [Enhancement] Internalize tag lookup to object (#165) (ebafde5)

Release 6.0.0-beta.1

  • update to latest build tools with consolidated types files (305021a)
  • update CHANGELOG (9602aed)

Release 6.0.0-beta.0

  • update to latest build tools beta (d94d990)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (863ea8b)
  • get build setup working (5d45951)
Changelog

Sourced from fast-equals's changelog.

6.0.0

Breaking changes

  • #164 - Drop UMD support and distribution of source maps (see #161 for reasoning)
  • #166 - Remove unsupportedTagComparators object in favor of getUnsupportedCustomComparator method
  • Add sameValueEqual method (Object.is with ponyfill for legacy environments) and make it the default number comparison (formerly used sameValueZeroEqual)
  • #170 - Add strictEqual method for convenience and completeness

Enhancements

  • BigInt support added (uses same handlers as normal numbers)
  • Faster!
  • More flexibility for methods not included by default via getUnsupportedCustomComparator
Commits
  • 7417e12 Release 6.0.0
  • eafa037 [Cleanup] Final touches for v6 (#171)
  • 348d167 [Enhancement] Drop UMD support and source maps (#164)
  • 5a566ff add strictEqual method, and remove indirecton methods from equals.ts (#170)
  • 8225219 reduce exposed types, and simplify internals related to typed equality compar...
  • 475fcfd include AsyncGeneratorFunction in tag handlers
  • 3b9cabf [Fix] Restore sameValueZeroEqual (#168)
  • 5ab92f5 [Cleanup] Speed tweaks (#167)
  • 7dfc4a0 [Enhancement] Make custom comparators more flexible (#166)
  • ebafde5 [Enhancement] Internalize tag lookup to object (#165)
  • See full diff in compare view

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.4.0 to 6.0.0.
- [Release notes](https://github.com/planttheidea/fast-equals/releases)
- [Changelog](https://github.com/planttheidea/fast-equals/blob/main/CHANGELOG.md)
- [Commits](planttheidea/fast-equals@v5.4.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major labels Dec 22, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot merged commit 691cd73 into main Dec 22, 2025
44 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/fast-equals-6.0.0 branch December 22, 2025 19:18
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 javascript Pull requests that update Javascript code major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant