-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[go_router_builder] Removes path_to_regexp from the dependencies
#4524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
auto-submit
merged 11 commits into
flutter:main
from
ValentinVignal:go-router-builder/remove-path-to-regexp-from-dependencies-2
Jul 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c9487b3
chore: Copy path_utils.dart from go_router
ValentinVignal 0cc50db
revamp: Remove unused methods
ValentinVignal 205da04
refactor: Simplify path utils methods to only keep what is used
ValentinVignal e48e2af
chore: Remove path_to_regexp dependency
ValentinVignal 31a3785
refactor: Update the code to use path_utils
ValentinVignal f898d88
chore: Increase package version
ValentinVignal 57f71a9
chore: Only update patch version
ValentinVignal 5969d6f
ci: Remove path_to_regexp from allowed unpinned deps
ValentinVignal b85acdb
Merge branch 'main' into go-router-builder/remove-path-to-regexp-from…
stuartmorgan-g d8391de
tests: Add path_utils unit test
ValentinVignal 79e3bb6
Merge remote-tracking branch 'upstream/main' into go-router-builder/r…
ValentinVignal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Increase package version
- Loading branch information
commit f898d88324b3e5f8705d9bb1138a7a06331d47b1
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There isn't a new feature, should probably update patch version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I did it in chore: Only update patch version