Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the slang-dependencies group with 4 updates in the / directory: build_runner, slang_build_runner, slang and slang_flutter.

Updates build_runner from 2.5.4 to 2.10.4

Release notes

Sourced from build_runner's releases.

package:build_runner v2.10.4

  • Allow analyzer 9.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 build in 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.

package:build_runner v2.10.1

  • Performance: improve findAssets scalability, 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 use source_gen shared parts, for example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using 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/aot on 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:mirrors cannot be AOT compiled.
  • Add force-aot flag to AOT compile builders.
  • Add force-jit flag to force the current default of JIT compiling builders.
  • Add the --dart-jit-vm-arg option. Its values are passed to dart run when a build script is started in JIT mode. This allows specifying options to attach a debugger to builders.
  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.
  • Internal changes for build_test.

package:build_runner v2.9.0

  • Watch mode: handle builder code and config changes without recompiling or exiting.
  • Remove log output about build_runner internals.
  • Print the port that gets picked if you pass 0 for a port number, for example with dart run build_runner serve web:0.
  • Improve warnings when an option is specified for an unknown builder.
  • Rewrite bootstrap code to remove use of dart:mirrors.
  • Bug fix: require args 2.5.0.

package:build_runner v2.8.0

... (truncated)

Commits

Updates slang_build_runner from 4.7.0 to 4.11.0

Release notes

Sourced from slang_build_runner's releases.

v4.11.0

  • feat: add t.$wip('Welcome $name') or t.$wip.welcome.title('Welcome $name') for key-less prototyping without code generation
  • feat: add dart run slang wip apply to add the translations to resources and update the Dart code accordingly
  • feat: generate the flat map in a single function (#325) @​mrgnhnt96

v4.10.0

v4.9.0

  • feat: combine namespaced and non-namespaced translations (#311)
  • feat: reduce CLI logging (#315)

v4.8.0

  • feat: add autodoc feature enabled by default that generates the base translation as documentation for the translation keys (#218)
  • feat: slang analyze supports --source-dirs (#309) @​khoadng
  • feat: slang configure supports --source-dirs (#308) @​khoadng
  • fix: correctly preserve identation of YAML output (#299) @​adil192
  • deps: loosen build constraint in slang_build_runner
Commits

Updates slang from 4.7.2 to 4.11.0

Release notes

Sourced from slang's releases.

v4.11.0

  • feat: add t.$wip('Welcome $name') or t.$wip.welcome.title('Welcome $name') for key-less prototyping without code generation
  • feat: add dart run slang wip apply to add the translations to resources and update the Dart code accordingly
  • feat: generate the flat map in a single function (#325) @​mrgnhnt96

v4.10.0

v4.9.0

  • feat: combine namespaced and non-namespaced translations (#311)
  • feat: reduce CLI logging (#315)

v4.8.0

  • feat: add autodoc feature enabled by default that generates the base translation as documentation for the translation keys (#218)
  • feat: slang analyze supports --source-dirs (#309) @​khoadng
  • feat: slang configure supports --source-dirs (#308) @​khoadng
  • fix: correctly preserve identation of YAML output (#299) @​adil192
  • deps: loosen build constraint in slang_build_runner
Commits

Updates slang_flutter from 4.7.0 to 4.11.0

Release notes

Sourced from slang_flutter's releases.

v4.11.0

  • feat: add t.$wip('Welcome $name') or t.$wip.welcome.title('Welcome $name') for key-less prototyping without code generation
  • feat: add dart run slang wip apply to add the translations to resources and update the Dart code accordingly
  • feat: generate the flat map in a single function (#325) @​mrgnhnt96

v4.10.0

v4.9.0

  • feat: combine namespaced and non-namespaced translations (#311)
  • feat: reduce CLI logging (#315)

v4.8.0

  • feat: add autodoc feature enabled by default that generates the base translation as documentation for the translation keys (#218)
  • feat: slang analyze supports --source-dirs (#309) @​khoadng
  • feat: slang configure supports --source-dirs (#308) @​khoadng
  • fix: correctly preserve identation of YAML output (#299) @​adil192
  • deps: loosen build constraint in slang_build_runner
Commits

Updates slang from 4.7.2 to 4.11.0

Release notes

Sourced from slang's releases.

v4.11.0

  • feat: add t.$wip('Welcome $name') or t.$wip.welcome.title('Welcome $name') for key-less prototyping without code generation
  • feat: add dart run slang wip apply to add the translations to resources and update the Dart code accordingly
  • feat: generate the flat map in a single function (#325) @​mrgnhnt96

v4.10.0

v4.9.0

  • feat: combine namespaced and non-namespaced translations (#311)
  • feat: reduce CLI logging (#315)

v4.8.0

  • feat: add autodoc feature enabled by default that generates the base translation as documentation for the translation keys (#218)
  • feat: slang analyze supports --source-dirs (#309) @​khoadng
  • feat: slang configure supports --source-dirs (#308) @​khoadng
  • fix: correctly preserve identation of YAML output (#299) @​adil192
  • deps: loosen build constraint in slang_build_runner
Commits

Updates slang_build_runner from 4.7.0 to 4.11.0

Release notes

Sourced from slang_build_runner's releases.

v4.11.0

  • feat: add t.$wip('Welcome $name') or t.$wip.welcome.title('Welcome $name') for key-less prototyping without code generation
  • feat: add dart run slang wip apply to add the translations to resources and update the Dart code accordingly
  • feat: generate the flat map in a single function (#325) @​mrgnhnt96

v4.10.0

v4.9.0

  • feat: combine namespaced and non-namespaced translations (#311)
  • feat: reduce CLI logging (#315)

v4.8.0

  • feat: add autodoc feature enabled by default that generates the base translation as documentation for the translation keys (#218)
  • feat: slang analyze supports --source-dirs (#309) @​khoadng
  • feat: slang configure supports --source-dirs (#308) @​khoadng
  • fix: correctly preserve identation of YAML output (#299) @​adil192
  • deps: loosen build constraint in slang_build_runner
Commits

Updates slang_flutter from 4.7.0 to 4.11.0

Release notes

Sourced from slang_flutter's releases.

v4.11.0

  • feat: add t.$wip('Welcome $name') or t.$wip.welcome.title('Welcome $name') for key-less prototyping without code generation
  • feat: add dart run slang wip apply to add the translations to resources and update the Dart code accordingly
  • feat: generate the flat map in a single function (#325) @​mrgnhnt96

v4.10.0

v4.9.0

  • feat: combine namespaced and non-namespaced translations (#311)
  • feat: reduce CLI logging (#315)

v4.8.0

  • feat: add autodoc feature enabled by default that generates the base translation as documentation for the translation keys (#218)
  • feat: slang analyze supports --source-dirs (#309) @​khoadng
  • feat: slang configure supports --source-dirs (#308) @​khoadng
  • fix: correctly preserve identation of YAML output (#299) @​adil192
  • deps: loosen build constraint in slang_build_runner
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 24, 2025 00:13
@dependabot dependabot bot added the dart Pull requests that update Dart code label Nov 24, 2025
@dependabot dependabot bot requested review from k-nkmr and riscait and removed request for a team November 24, 2025 00:13
…h 4 updates

Bumps the slang-dependencies group with 4 updates in the / directory: [build_runner](https://github.com/dart-lang/build), [slang_build_runner](https://github.com/slang-i18n/slang), [slang](https://github.com/slang-i18n/slang) and [slang_flutter](https://github.com/slang-i18n/slang).


Updates `build_runner` from 2.5.4 to 2.10.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.10.4)

Updates `slang_build_runner` from 4.7.0 to 4.11.0
- [Release notes](https://github.com/slang-i18n/slang/releases)
- [Commits](slang-i18n/slang@v4.7.0...v4.11.0)

Updates `slang` from 4.7.2 to 4.11.0
- [Release notes](https://github.com/slang-i18n/slang/releases)
- [Commits](slang-i18n/slang@fast_i18n-v4.7.2...v4.11.0)

Updates `slang_flutter` from 4.7.0 to 4.11.0
- [Release notes](https://github.com/slang-i18n/slang/releases)
- [Commits](slang-i18n/slang@v4.7.0...v4.11.0)

Updates `slang` from 4.7.2 to 4.11.0
- [Release notes](https://github.com/slang-i18n/slang/releases)
- [Commits](slang-i18n/slang@fast_i18n-v4.7.2...v4.11.0)

Updates `slang_build_runner` from 4.7.0 to 4.11.0
- [Release notes](https://github.com/slang-i18n/slang/releases)
- [Commits](slang-i18n/slang@v4.7.0...v4.11.0)

Updates `slang_flutter` from 4.7.0 to 4.11.0
- [Release notes](https://github.com/slang-i18n/slang/releases)
- [Commits](slang-i18n/slang@v4.7.0...v4.11.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
- dependency-name: slang_build_runner
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
- dependency-name: slang
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
- dependency-name: slang_flutter
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
- dependency-name: slang
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
- dependency-name: slang_build_runner
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
- dependency-name: slang_flutter
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: slang-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/slang-dependencies-7142c452f1 branch from d31a437 to 4c37d03 Compare December 1, 2025 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file flutter_app themes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant