Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bazel/rules/rules_sass/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,18 +365,18 @@ packages:
dependency: transitive
description:
name: sass
sha256: "7c5f702d563d363282088adf43199595926340afe9275b23168314309cad3118"
sha256: ae56cce3a89e34dd1d420db0c60b5351210ffd8669de8eebad81269f788d29f3
url: "https://pub.dev"
source: hosted
version: "1.100.0"
version: "1.101.7"
sass_api:
dependency: "direct main"
description:
name: sass_api
sha256: "6f22252894083698f346c187e0e9d87e9bc065d9a50da3f4d7c5b780547c8ec0"
sha256: "24ea0630f60e01ce5544480ff9bb96afae6c3bd83038db2daaae55f9a037c9dc"
url: "https://pub.dev"
source: hosted
version: "17.6.0"
version: "17.7.7"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion bazel/rules/rules_sass/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ environment:

# Add regular dependencies here.
dependencies:
sass_api: 17.6.0
sass_api: 17.7.7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It is a recommended best practice to wrap version numbers in quotes in pubspec.yaml. While 17.7.7 is parsed as a string due to multiple dots, simpler version numbers (like 17 or 17.10) can be incorrectly parsed as integers or floats by YAML parsers, leading to unexpected behavior. Quoting all version numbers ensures consistent and safe parsing.

  sass_api: "17.7.7"

sprintf: ^7.0.0
# path: ^1.8.0