focustree / starknet.dart

Mobile SDK for StarkNet ✨
https://starknetdart.dev
MIT License
29 stars 26 forks source link

Update dependency go_router to v14 #367

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go_router (source) dependencies major ^9.0.3 -> ^14.0.0

Release Notes

flutter/packages (go_router) ### [`v14.1.4`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1414) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.1.3...go_router-v14.1.4) - Fixes a URL in `navigation.md`. ### [`v14.1.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1413) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.1.2...go_router-v14.1.3) - Improves the logging of routes when `debugLogDiagnostics` is enabled or \`debugKnownRoutes() is called. Explains the position of shell routes in the route tree. Prints the widget name of the routes it is building. ### [`v14.1.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1412) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.1.1...go_router-v14.1.2) - Fixes issue that path parameters are not set when using the `goBranch`. ### [`v14.1.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1411) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.1.0...go_router-v14.1.1) - Fixes correctness of the state provided in the `onExit`. ### [`v14.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1410) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.0.2...go_router-v14.1.0) - Adds route redirect to ShellRoutes ### [`v14.0.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1402) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.0.1...go_router-v14.0.2) - Fixes unwanted logs when `hierarchicalLoggingEnabled` was set to `true`. ### [`v14.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1401) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v14.0.0...go_router-v14.0.1) - Updates the redirection documentation for clarity ### [`v14.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1400) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.2.5...go_router-v14.0.0) - **BREAKING CHANGE** - `GoRouteData`'s `onExit` now takes 2 parameters `BuildContext context, GoRouterState state`. ### [`v13.2.5`](https://togithub.com/flutter/packages/compare/go_router-v13.2.4...go_router-v13.2.5) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.2.4...go_router-v13.2.5) ### [`v13.2.4`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1324) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.2.3...go_router-v13.2.4) - Updates examples to use uri.path instead of uri.toString() for accessing the current location. ### [`v13.2.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1323) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.2.2...go_router-v13.2.3) - Fixes an issue where deep links without path caused an exception ### [`v13.2.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1322) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.2.1...go_router-v13.2.2) - Fixes restoreRouteInformation issue when GoRouter.optionURLReflectsImperativeAPIs is true and the last match is ShellRouteMatch ### [`v13.2.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1321) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.2.0...go_router-v13.2.1) - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2. - Fixes memory leaks. ### [`v13.2.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1320) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.1.0...go_router-v13.2.0) - Exposes full `Uri` on `GoRouterState` in `GoRouterRedirect` ### [`v13.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1310) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.0.1...go_router-v13.1.0) - Adds `topRoute` to `GoRouterState` - Adds `lastOrNull` to `RouteMatchList` ### [`v13.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1301) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v13.0.0...go_router-v13.0.1) - Fixes new lint warnings. ### [`v13.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1300) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.1.3...go_router-v13.0.0) - Refactors `RouteMatchList` and imperative APIs. - **BREAKING CHANGE**: - RouteMatchList structure changed. - Matching logic updated. ### [`v12.1.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1213) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.1.1...go_router-v12.1.3) - Fixes a typo in `navigation.md`. ### [`v12.1.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1211) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.1.0...go_router-v12.1.1) - Retains query parameters during refresh and first redirect. ### [`v12.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1210) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.0.3...go_router-v12.1.0) - Adds an ability to add a custom codec for serializing/deserializing extra. ### [`v12.0.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1203) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.0.2...go_router-v12.0.3) - Fixes crashes when dynamically updates routing tables with named routes. ### [`v12.0.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1202) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.0.1...go_router-v12.0.2) - Fixes the problem that pathParameters is null in redirect when the Router is recreated. ### [`v12.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1201) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v12.0.0...go_router-v12.0.1) - Fixes deep-link with no path on cold start. ### [`v12.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1200) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.1.4...go_router-v12.0.0) - Adds ability to dynamically update routing table. - **BREAKING CHANGE**: - The function signature of constructor of `RouteConfiguration` is updated. - Adds a required `matchedPath` named parameter to `RouteMatch.match`. ### [`v11.1.4`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1114) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.1.3...go_router-v11.1.4) - Fixes missing parameters in the type-safe routes topic documentation. ### [`v11.1.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1113) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.1.2...go_router-v11.1.3) - Fixes missing state.extra in onException(). ### [`v11.1.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1112) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.1.1...go_router-v11.1.2) - Fixes a bug where the known routes and initial route were logged even when `debugLogDiagnostics` was set to `false`. ### [`v11.1.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1111) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.1.0...go_router-v11.1.1) - Fixes a missing `{@​end-tool}` doc directive tag for `GoRoute.name`. ### [`v11.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1110) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.0.1...go_router-v11.1.0) - Adds optional parameter `overridePlatformDefaultLocation` to override initial route set by platform. ### [`v11.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1101) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v11.0.0...go_router-v11.0.1) - Fixes the Android back button ignores top level route's onExit. ### [`v11.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1100) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.2.0...go_router-v11.0.0) - Fixes the GoRouter.goBranch so that it doesn't reset extra to null if extra is not serializable. - **BREAKING CHANGE**: - Updates the function signature of `GoRouteInformationProvider.restore`. - Adds `NavigationType.restore` to `NavigationType` enum. ### [`v10.2.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1020) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.1.4...go_router-v10.2.0) - Adds `onExit` to GoRoute. ### [`v10.1.4`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1014) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.1.3...go_router-v10.1.4) - Fixes RouteInformationParser that does not restore full RouteMatchList if the optionURLReflectsImperativeAPIs is set. ### [`v10.1.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1013) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.1.2...go_router-v10.1.3) - Fixes an issue in the documentation that was using `state.queryParameters` instead of `state.uri.queryParameters`. ### [`v10.1.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1012) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.1.1...go_router-v10.1.2) - Adds pub topics to package metadata. ### [`v10.1.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1011) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.1.0...go_router-v10.1.1) - Fixes mapping from `Page` to `RouteMatch`s. - Updates minimum supported SDK version to Flutter 3.7/Dart 2.19. ### [`v10.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1010) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v10.0.0...go_router-v10.1.0) - Supports setting `requestFocus`. ### [`v10.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1000) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v9.1.1...go_router-v10.0.0) - **BREAKING CHANGE**: - Replaces location, queryParameters, and queryParametersAll in GoRouterState with Uri. - See [Migrating to 10.0.0](https://flutter.dev/go/go-router-v10-breaking-changes) or run `dart fix --apply` to fix the breakages.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

coderabbitai[bot] commented 3 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.