From 950cb52f0ec38e48e291aa12cf6f21fecf4c5208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:22:41 +0000 Subject: [PATCH] build(deps): bump the pub group across 1 directory with 2 updates Bumps the pub group with 2 updates in the /example directory: [build_runner](https://github.com/dart-lang/build) and [go_router_builder](https://github.com/flutter/packages/tree/main/packages). Updates `build_runner` from 2.4.14 to 2.4.15 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.14...build_runner-v2.4.15) Updates `go_router_builder` from 2.7.5 to 2.8.0 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/go_router_builder-v2.8.0/packages) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: go_router_builder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub ... Signed-off-by: dependabot[bot] --- example/pubspec.lock | 24 ++++++++++++------------ example/pubspec.yaml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 6726f07..7e8609e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -98,18 +98,18 @@ packages: dependency: transitive description: name: build_resolvers - sha256: "99d3980049739a985cf9b21f30881f46db3ebc62c5b8d5e60e27440876b1ba1e" + sha256: b9e4fda21d846e192628e7a4f6deda6888c36b5b69ba02ff291a01fd529140f0 url: "https://pub.dev" source: hosted - version: "2.4.3" + version: "2.4.4" build_runner: dependency: "direct dev" description: name: build_runner - sha256: "74691599a5bc750dc96a6b4bfd48f7d9d66453eab04c7f4063134800d6a5c573" + sha256: "058fe9dce1de7d69c4b84fada934df3e0153dd000758c4d65964d0166779aa99" url: "https://pub.dev" source: hosted - version: "2.4.14" + version: "2.4.15" build_runner_core: dependency: transitive description: @@ -138,10 +138,10 @@ packages: dependency: transitive description: name: characters - sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" + sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803 url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.4.0" checked_yaml: dependency: transitive description: @@ -162,10 +162,10 @@ packages: dependency: transitive description: name: collection - sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf + sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76" url: "https://pub.dev" source: hosted - version: "1.19.0" + version: "1.19.1" convert: dependency: transitive description: @@ -269,10 +269,10 @@ packages: dependency: "direct dev" description: name: go_router_builder - sha256: "63a1ebd575411216599055ec203014964b8e2b5af8f3b2e501447f87b492200b" + sha256: "8f2c92accbd2d335a25ec7273d01d74d594aa272609c8975781f50d8e0db68e1" url: "https://pub.dev" source: hosted - version: "2.7.5" + version: "2.8.0" graphs: dependency: transitive description: @@ -381,10 +381,10 @@ packages: dependency: transitive description: name: meta - sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 + sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c url: "https://pub.dev" source: hosted - version: "1.15.0" + version: "1.16.0" mime: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ad4a41e..d371864 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -13,8 +13,8 @@ dependencies: path: ../ dev_dependencies: - build_runner: ^2.4.14 - go_router_builder: ^2.7.5 + build_runner: ^2.4.15 + go_router_builder: ^2.8.0 supernova_lints: git: url: https://github.com/JonasWanke/supernova.git