Skip to content

Commit

Permalink
Bump freezed_annotation from 2.4.4 to 3.0.0 in /code_sharing/shared (#…
Browse files Browse the repository at this point in the history
…2592)

Bumps [freezed_annotation](https://github.com/rrousselGit/freezed) from 2.4.4 to 3.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rrousselGit/freezed/commit/24509c7c40eb7e313da68c58fc098e3e93740135"><code>24509c7</code></a> freezed_annotation : 2.4.4 -&gt; 3.0.0</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/9b4465f676a11f1bcebf42fec1a2cb8d37d9efc7"><code>9b4465f</code></a> Update README</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/bdedab57263f52a58c4429116ffda4a07275513f"><code>bdedab5</code></a> Disable format (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1160">#1160</a>)</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/89e265854f8df5545af545be586af46bf23f9d9c"><code>89e2658</code></a> Private unions (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1159">#1159</a>)</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/92b563f86d563dfe5dad8aade99fc206f1859ee6"><code>92b563f</code></a> External factory (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1158">#1158</a>)</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/b51e44fcb3e2af0fb2b6c759ae7b8105697928eb"><code>b51e44f</code></a> Support using Freezed on normal Dart classes (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1157">#1157</a>)</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/a58c4f6c5b9591615aa60113d4d1f4f7ea45978e"><code>a58c4f6</code></a> Update README.md (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1153">#1153</a>)</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/c1c16e42ca940bae9ec86a5810be89171c10b455"><code>c1c16e4</code></a> Vietnamese documentation (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1146">#1146</a>)</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/bbc0edecf0d0b704f94ea209d857c2854ec18e58"><code>bbc0ede</code></a> Infinite invite</li>
<li><a href="https://github.com/rrousselGit/freezed/commit/91b24796bcb1684b30f85f2723d5885654e13e23"><code>91b2479</code></a> chore: update sponsors.svg</li>
<li>Additional commits viewable in <a href="https://github.com/rrousselGit/freezed/compare/freezed_annotation-v2.4.4...freezed_annotation-v3.0.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=freezed_annotation&package-manager=pub&previous-version=2.4.4&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>
  • Loading branch information
dependabot[bot] authored Feb 26, 2025
1 parent 285fb52 commit 70042fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_sharing/shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.7.0-0

dependencies:
freezed_annotation: ^2.1.0
freezed_annotation: ">=2.1.0 <4.0.0"
json_annotation: ^4.7.0

dev_dependencies:
Expand Down

0 comments on commit 70042fc

Please sign in to comment.