Skip to content

chore(deps): bump equatable from 2.1.0 to 3.0.0 - #138

Merged
marcossevilla merged 2 commits into
mainfrom
dependabot/pub/equatable-3.0.0
Sep 21, 2026
Merged

marcossevilla merged 2 commits into
mainfrom
dependabot/pub/equatable-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps equatable from 2.1.0 to 3.0.0.

Release notes

Sourced from equatable's releases.

v3.0.0

What's Changed

Full Changelog: felangel/equatable@v2.1.0...v3.0.0

v3.0.0-dev.1

  • feat: use covariant in operator== override for improved type safety
  • chore: add macros to topics in pubspec.yaml

v3.0.0-dev.0

  • BREAKING feat!: rewrite using macros

    Before

    class Person extends Equatable {
      const Person({required this.name});
      final String name;
    @鈥媜verride
    List<Object> get props => [name];
    }

    After

    @Equatable()
    class Person {
      const Person({required this.name});
      final String name;
    }
Changelog

Sourced from equatable's changelog.

3.0.0

  • BREAKING fix!: do not test for runtimeType in object comparison (#219)
  • BREAKING fix!: avoid custom toString override (#218)
  • BREAKING refactor!: remove EquatableMixin (#217)
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 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 [equatable](https://github.com/felangel/equatable) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/felangel/equatable/releases)
- [Changelog](https://github.com/felangel/equatable/blob/master/CHANGELOG.md)
- [Commits](felangel/equatable@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: equatable
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 21, 2026 14:43
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Sep 21, 2026
Comment thread pubspec.yaml Outdated
@marcossevilla
marcossevilla merged commit 53e722a into main Sep 21, 2026
5 checks passed
@marcossevilla
marcossevilla deleted the dependabot/pub/equatable-3.0.0 branch September 21, 2026 15:07
@vgvbot vgvbot mentioned this pull request Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

Development

Successfully merging this pull request may close these issues.

1 participant