build: lock file maintenance#3558
Conversation
See associated pull request for more information. Closes angular#3550 as a pr takeover
There was a problem hiding this comment.
Code Review
This pull request updates dependency lock files. While most changes are routine version bumps, the update to bazel/rules/rules_sass/pubspec.lock includes an increase in the minimum required Dart SDK version, which could be a breaking change. Please review the specific comment for details.
| version: "3.1.3" | ||
| sdks: | ||
| dart: ">=3.7.2 <4.0.0" | ||
| dart: ">=3.9.0 <4.0.0" |
There was a problem hiding this comment.
The minimum Dart SDK constraint has been raised from >=3.7.2 to >=3.9.0. This is a potentially breaking change for developers using older Dart SDK versions (between 3.7.2 and 3.9.0). If this project needs to maintain compatibility with older SDKs, this change should be reverted, which may require pinning some dependencies to older versions.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
See associated pull request for more information.
Closes #3550 as a pr takeover