Skip to content

chore(deps)(deps): bump fast-equals from 5.4.0 to 6.0.0#102

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fast-equals-6.0.0
Open

chore(deps)(deps): bump fast-equals from 5.4.0 to 6.0.0#102
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fast-equals-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

Copy link
Copy Markdown
Contributor

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@vercel

vercel Bot commented Jan 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vinto Ready Ready Preview, Comment Feb 2, 2026 11:42pm

@codecov

codecov Bot commented Jan 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown
Contributor

🎭 Playwright E2E Test Results

E2E Job: All passed

🎭 Test Results

All tests passed! (24/24)

⏱️ Duration: 160.4s

♿ Accessibility Reports

No accessibility violations detected


📊 View full test run
📦 Download Playwright report
Download accessibility reports

@Lonli-Lokli

Copy link
Copy Markdown
Owner

@dependabot recreate

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>
@github-actions

github-actions Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

🎭 Playwright E2E Test Results

E2E Job: All passed

🎭 Test Results

All tests passed! (24/24)

⏱️ Duration: 92.3s

♿ Accessibility Reports

No accessibility violations detected


📊 View full test run
📦 Download Playwright report
Download accessibility reports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant