dart_dev
dart_dev copied to clipboard
Bump the major group across 1 directory with 2 updates
Bumps the major group with 1 update in the / directory: analyzer.
Updates analyzer from 7.7.1 to 8.4.0
Commits
- See full diff in compare view
Updates build_runner from 2.9.0 to 2.10.1
Release notes
Sourced from build_runner's releases.
package:build_runner v2.10.1
- Performance: improve
findAssetsscalability, making it much faster for prefix matches in packages with thousands of files or more. One specific use case that is now faster is builders that usesource_genshared parts, for examplebuilt_valueandjson_serializable.- Bug fix: look up triggers in the
triggerssection ofbuild.yamlusing the full name. For the case in which the builder name matched the package name, the abbreviated name was being used instead.- Bug fix: fix incorrect log
with build_runner/aoton Windows with JIT.package:build_runner v2.10.0
- Add AOT compilation of builders. A future release will AOT compile builders automatically, for this release it's behind a flag. AOT compiled builders start up faster and have higher throughput, for faster builds overall. Builders that use
dart:mirrorscannot be AOT compiled.- Add
force-aotflag to AOT compile builders.- Add
force-jitflag to force the current default of JIT compiling builders.- Add the
--dart-jit-vm-argoption. Its values are passed todart runwhen a build script is started in JIT mode. This allows specifying options to attach a debugger to builders.- Require
analyzer8.0.0. Remove use of deprecatedanalyzermembers, use their recommended and compatible replacements.- Internal changes for
build_test.
Commits
3b47ff2Release 2.10.1. (#4261)9e5b205Fix logging of AOT or JIT on Windows. (#4260)1546a0bSpeed up globbing by sorting paths and doing a prefix match. (#4258)a4414f9Use builder key instead of display name to look up triggers. (#4256)be5f7dcRelease 2.10.0. (#4251)ce2491cCompile AOT. (#4250)1c3d472Stop using deprecated analyzer API. (#4248)6368c5aBump analyzer version. (#4246)3fc9510Add--debug-buildersflag (#4243)657e55fAdd ability to force JS from query param instead of wasm. (#4241)- Additional commits viewable 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