File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,16 @@ Updated the Linter to `1.28.0`, which includes changes that
158
158
159
159
- Treats packages with sdk constraint lower bound ` >=2.12.0 ` or more and upper
160
160
bound ` <3.0.0 ` as compatible with ` <4.0.0 ` .
161
+ - Introduces content-hashes in pubspec.lock, to protect against corrupted
162
+ package repositories.
163
+
164
+ These will show up in the lock file on the first run of ` dart pub get ` .
165
+
166
+ See https://dart.dev/go/content-hashes for more details.
161
167
- Remove remaining support for ` .packages ` files. The flag
162
168
` --legacy-packages-file ` is no longer supported.
169
+ - The client will now default to the ` pub.dev ` repository instead of ` pub.dartlang.org ` .
170
+ This will cause a change in pubspec.lock.
163
171
- Support a new field [ ` funding ` ] ( https://dart.dev/tools/pub/pubspec#funding ) in pubspec.yaml.
164
172
- Validate the CRC32c checksum of downloaded archives and retry on failure.
165
173
- ` dart pub add foo:<constraint> ` with an existing dependency will now update
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ vars = {
150
150
"ply_rev" : "604b32590ffad5cbb82e4afef1d305512d06ae93" ,
151
151
"pool_rev" : "fa84ddd0e39f45bf3f09dcc5d6b9fbdda7820fef" ,
152
152
"protobuf_rev" : "1d175bef6043bc4bdef5970f6dbd6d3001124373" ,
153
- "pub_rev" : "817e61d9eb174f77dfd2cb1d1de45826f66ac6bf " , # manually rev'd
153
+ "pub_rev" : "b9afe9270c24d040b8ae465b4b37ba4f7f4b4cc5 " , # manually rev'd
154
154
"pub_semver_rev" : "7671359982b4be9bdf87e621dd1bcdeac242b4b9" ,
155
155
"root_certificates_rev" : "692f6d6488af68e0121317a9c2c9eb393eb0ee50" ,
156
156
"shelf_rev" : "39d820d4e32fc99c65f562786097487d597dcee1" ,
You can’t perform that action at this time.
0 commit comments