Skip to content

Commit

Permalink
Bump night_raven_insight from 1.0.0 to 2.0.0 (#38)
Browse files Browse the repository at this point in the history
Bumps
[night_raven_insight](https://github.com/dart-community/night_raven_insight)
from 1.0.0 to 2.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dart-community/night_raven_insight/blob/main/CHANGELOG.md">night_raven_insight's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.0</h2>
<ul>
<li>Update <code>package:dart_flutter_team_lints</code> to
<code>^3.1.0</code>,
adding the <code>unnecessary_library_name</code> lint.</li>
<li>Add the new <code>missing_code_block_language_in_doc_comment</code>
lint.</li>
<li>Require Dart 3.4.0 or later.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-community/night_raven_insight/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=night_raven_insight&package-manager=pub&previous-version=1.0.0&new-version=2.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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 02bb4dc commit 25d7a6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ packages:
dependency: transitive
description:
name: dart_flutter_team_lints
sha256: "091ced68bc78ae8002003065486fd052d556903ba6c68a4d47ca574c80e6013f"
sha256: "78be5f4105d7aaabfe9a9fb48b178f5cd66e041b03cb8ad745392d4534a52603"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.1.0"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -285,10 +285,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "4.0.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -325,10 +325,10 @@ packages:
dependency: "direct dev"
description:
name: night_raven_insight
sha256: "74105871e961a7b247f73bf4913434328c36a5838cde565f659c470b809125f0"
sha256: "94c4fecf564efe58016fe7cbecd8960bc5a6b1b8ba6134667f91a9a1b0fbc65c"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "2.0.0"
node_preamble:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.9
json_serializable: ^6.8.0
night_raven_insight: ^1.0.0
night_raven_insight: ^2.0.0
test: ^1.25.0

0 comments on commit 25d7a6d

Please sign in to comment.