chore(deps): bump the dart-deps group across 1 directory with 6 updates
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the dart-deps group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| build_runner | 2.10.1 |
2.10.4 |
| crypto | 3.0.6 |
3.0.7 |
| http | 1.5.0 |
1.6.0 |
| json_serializable | 6.11.1 |
6.11.3 |
| uuid | 4.5.1 |
4.5.2 |
Updates build_runner from 2.10.1 to 2.10.4
Release notes
Sourced from build_runner's releases.
package:build_runner v2.10.4
- Allow
analyzer9.0.0.package:build_runner v2.10.3
- Performance: improve scalability with the number of library cycles, making builds much faster for some large codebases.
- Bug fix: fix crash when you run
dart run build_runner buildin a subdirectory of a package.- Bug fix: in a workspace, generate for transitive dependencies of the current package instead of for all packages in the workspace.
package:build_runner v2.10.2
- Bug fix: fix issue with webdev failing due to a modification during a build.
- In "serve" and "watch" modes, retry failed compiles instead of exiting.
Commits
75ace2fAllow analyzer 9. (#4288)92218f0Stop using deprecated analyzer API. (#4287)58fc033Fix build_modules for AOT. (#4283)e4091bcRelease 2.10.3. (#4282)b9ae225Add random benchmark shape. (#4280)8f6a7b5Optimize library cycle loader for many library cycles. (#4281)21408daTrim packages when running in a workspace. (#4278)0030712Simplify package loading. (#4277)20c27dcFix running from a subdirectory. (#4276)98f0405Fix build_daemon modify while building. (#4275)- Additional commits viewable in compare view
Updates crypto from 3.0.6 to 3.0.7
Release notes
Sourced from crypto's releases.
package:crypto v3.0.7
- Run
dart formatwith the new style.- Performance improvements.
- Updated web conditional import to use
js_interopto support WebAssembly.
Commits
e6c3810[crypto] remove the -wip to release new version (#921)018e1dcfix(crypto): update conditional import for js interop library (#915)9fefb52Make Int64 default constructor non-const in native mode (#916)7fee9c0FixInt64.operator ==(#911)a4dc873ImplementInt64as a wrapper forintwhen targeting native and Wasm (#905)1aa58ef[fixnum] update the min. required dart sdk (#907)b59ecf4Optimize surrogate decoding. (#894)dc97530Speedup package:crypto (with a focus on md5) (#892)816cea7[path] Fix test race condition caused by changing Directory.current (#890)de09be6update the issue templates for package:lints (#887)- Additional commits viewable in compare view
Updates http from 1.5.0 to 1.6.0
Commits
- See full diff in compare view
Updates json_serializable from 6.11.1 to 6.11.3
Release notes
Sourced from json_serializable's releases.
package:json_serializable v6.11.3
- Require
analyzer: ^9.0.0- Require
build: ^4.0.3- Require
build_config: ^1.2.0- Require
dart_style: ^3.1.3- Require
sdk: ^3.9.0- Require
source_gen: ^4.1.1- Require
source_helper: ^1.3.9package:json_serializable v6.11.2
- Allow
run_only_if_triggeredto be specified inbuild.yamlto turn on thebuild_runnertriggers heuristic.- Skip warning about annotations on both constructor and field if the values match.
Commits
cf78644Update json_serializable to support the latest pkg:analyzer (#1535)a9eb6c3Release 6.11.2. (#1534)8288fa3Skip warning about duplicate annotations if the values match. (#1532)3c09ab4Allow an option calledrun_only_if_triggered. (#1531)b7fd5fcBump the dependencies group with 2 updates (#1529)- See full diff in compare view
Updates test from 1.26.3 to 1.28.0
Release notes
Sourced from test's releases.
package:test v1.28.0
- Add
isSortedand related matchers for iterables.- Consider
NaNto be equal to itself inequals.- Bump
test_coreto 0.6.14- Removed unused
jsdependencypackage:test v1.27.0
- Add
--coverage-pathand--branch-coverageoptions todart test.- Serve dart2wasm source map files.
- Fix Node.js dart2wasm tests on windows.
- Doc edit: clarify in README that a platform selector includes the compiler.
- Allow
analyzermajor version 9.- Require Dart 3.7
Commits
cba5c15Prepare to publish package:test (#2565)3169454Prepare to publish matcher (#2564)5ef2dd9fix(test_core): fixwriteCoverageto handle anullhit map (#2563)80a4934removed unused js dependency (#2560)1a6c5acPrepare to publish (#2559)961e472Bump requirements to allow/require analyzer 9.0.0 (#2555)a8f97edFix wasmPath for Windows + Node.js + dart2wasm combo. (#2551)5855358Add a sentence to clarify "Platform" (#2550)8083c8fMake all package:coverage imports conditional (#2544)abe4939Remove executable argument forwarding in tests (#2533)- Additional commits viewable in compare view
Updates uuid from 4.5.1 to 4.5.2
Release notes
Sourced from uuid's releases.
4.5.2
What's Changed
- Fix validation to allow MAX UUID (
FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF) as it is valid.- Add
strictRFC9562and deprecatestrictRFC4122to facilitate a rename. This will be remove in v5- Remove
sprintfdependency by@julemand101in daegalus/dart-uuid#132- Add const constructor to CryptoRNG class by
@4akloonin daegalus/dart-uuid#134- update docs for v5 by
@JarvanMoin daegalus/dart-uuid#136- Update All (major) by
@renovate[bot] in daegalus/dart-uuid#129New Contributors
@4akloonmade their first contribution in daegalus/dart-uuid#134@JarvanMomade their first contribution in daegalus/dart-uuid#136Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.5.1...4.5.2
Changelog
Sourced from uuid's changelog.
v4.5.2
- Fix validation to allow MAX UUID (
FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF) as it is valid.- Add
strictRFC9562and deprecatestrictRFC4122to facilitate a rename. This will be remove in v5
Commits
d7aeb69Fix validation, bump version, docs, etc473c4afUpdate Alld8c71d9Fix changelog, update lints, fix comment angle brackets06e373fupdate docs for v50a4cfc1Add const constructor to CryptoRNG class77c3a33Refactor fix for removal ofsprintf615057aFix info about unneeded default cased57a8d6Removesprintfdependency- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions