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.2 #1857

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 20, 2025

Bumps fast-equals from 3.0.3 to 5.2.2.

Release notes

Sourced from fast-equals's releases.

Release 5.2.2

  • [Types] Allow ESM usage with "moduleResolution": "NodeNext" (#139) (7451bf0)

Release 5.2.2-beta.0

  • create script that adds extensions to type files (2bcc087)

Release 5.2.1

  • [Types] Build flattened internal types instead of importing (#138) (39d734b)

Release 5.2.1-beta.0

  • build flattened internal types instead of importing (832f4b5)

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)

... (truncated)

Changelog

Sourced from fast-equals's changelog.

5.2.2

  • #139 - Add file extensions to type definition files to allow it to work in projects with NodeNext module resolution

5.2.1

Bugfixes

  • #138 - Actually fix reference to src code in index.d.ts by flattening types in file

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)

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) January 20, 2025 18:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-equals-5.2.2 branch from 797a8cf to 23aeb0d Compare January 20, 2025 18:04
Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 3.0.3 to 5.2.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fast-equals-5.2.2 branch from 23aeb0d to 3d28cb7 Compare January 22, 2025 06:20
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