You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/code_sharing/shared/pubspec.yaml

18 lines
324 B

name: shared
description: Common data models required by our client and server
version: 1.0.0
environment:
sdk: ^3.4.0-0
dependencies:
freezed_annotation: ^2.1.0
json_annotation: ^4.7.0
dev_dependencies:
build_runner: ^2.2.1
freezed: ^2.1.1
json_serializable: ^6.4.0
Bump lints from 3.0.0 to 4.0.0 in /code_sharing/shared (#2279) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/lints/releases">lints's releases</a>.</em></p> <blockquote> <h2>package:lints v4.0.0</h2> <ul> <li><code>core</code>: <ul> <li>added <code>library_annotations</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/177">dart-lang/lints#177</a>)</li> <li>added <code>no_wildcard_variable_uses</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/139">dart-lang/lints#139</a>)</li> <li>removed <code>package_prefixed_library_names</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/172">dart-lang/lints#172</a>)</li> </ul> </li> <li><code>recommended</code>: <ul> <li>removed <code>library_names</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/181">dart-lang/lints#181</a>)</li> </ul> </li> <li>Updated the SDK lower-bound to 3.1.</li> <li>Add a section on upgrading to the latest lint set to the readme.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/lints/blob/main/CHANGELOG.md">lints's changelog</a>.</em></p> <blockquote> <h2>4.0.0</h2> <ul> <li><code>core</code>: <ul> <li>added <code>library_annotations</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/177">dart-lang/lints#177</a>)</li> <li>added <code>no_wildcard_variable_uses</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/139">dart-lang/lints#139</a>)</li> <li>removed <code>package_prefixed_library_names</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/172">dart-lang/lints#172</a>)</li> </ul> </li> <li><code>recommended</code>: <ul> <li>removed <code>library_names</code> (<a href="https://redirect.github.com/dart-lang/lints/issues/181">dart-lang/lints#181</a>)</li> </ul> </li> <li>Updated the SDK lower-bound to 3.1.</li> <li>Add a section on upgrading to the latest lint set to the readme.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/lints/commit/f0205c181066f16485a70fa2b242b9208475856f"><code>f0205c1</code></a> rev to 4.0.0; prep to publish (<a href="https://redirect.github.com/dart-lang/lints/issues/184">#184</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/e467d1e6cfc9b3d3f90f1d49e078c65a2ed28539"><code>e467d1e</code></a> Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (<a href="https://redirect.github.com/dart-lang/lints/issues/185">#185</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/1cd93f4ce779f373216ee80389e52c0bf9c0d079"><code>1cd93f4</code></a> Bump actions/checkout from 4.1.2 to 4.1.4 (<a href="https://redirect.github.com/dart-lang/lints/issues/186">#186</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/7f63963a5a06396b697e03a076fe2d5cb5de407c"><code>7f63963</code></a> remove the 'library_names' lint (<a href="https://redirect.github.com/dart-lang/lints/issues/183">#183</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/df9bcbf6dd8964468d0bfa0b1b7286cf850c1656"><code>df9bcbf</code></a> Bump actions/checkout from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/dart-lang/lints/issues/182">#182</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/ead770872e272e25a64315c120950ea8ad5b2509"><code>ead7708</code></a> add library_annotations; remove package_prefixed_library_names (<a href="https://redirect.github.com/dart-lang/lints/issues/179">#179</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/90a61e474e7b69cdb5ac9b8761722430ed146e9e"><code>90a61e4</code></a> Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (<a href="https://redirect.github.com/dart-lang/lints/issues/176">#176</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/3810f8b3dc3205cfaa4ccc0054b021e68046d851"><code>3810f8b</code></a> add a section on upgrading to the latest lint set to the readme (<a href="https://redirect.github.com/dart-lang/lints/issues/171">#171</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/f58fd77bbff4ff4a62826a7bbfb9a72f0f03dd3c"><code>f58fd77</code></a> Bump actions/checkout from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/dart-lang/lints/issues/168">#168</a>)</li> <li><a href="https://github.com/dart-lang/lints/commit/5c60f48a17e3e6c34dcbcd51fa16b11802340471"><code>5c60f48</code></a> Update README.md to use new syntax for adding dev dependencies (<a href="https://redirect.github.com/dart-lang/lints/issues/167">#167</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/lints/compare/v3.0.0...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lints&package-manager=pub&previous-version=3.0.0&new-version=4.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>
2 months ago
lints: ">=2.0.0 <5.0.0"
test: ^1.16.0