Skip to content

upgrade: update dependency package_config to v3#775

Open
renovate[bot] wants to merge 1 commit into
mainfrom
upgrade-renovate-package_config-3.x
Open

upgrade: update dependency package_config to v3#775
renovate[bot] wants to merge 1 commit into
mainfrom
upgrade-renovate-package_config-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
package_config (source) dependencies major ^2.1.0^3.0.0

Release Notes

dart-lang/tools (package_config)

v3.0.0

Compare Source

  • Adds discovery API to find both a configuration and its location:
    findPackageConfigAndFile and findPackageConfigAndUri.

  • Removes support for the .packages file.
    The Dart SDK no longer supports that file, and no new .packages files
    will be generated.
    Since the SDK requirement for this package is above 3.0.0,
    no supporting SDK can use or generate .packages.

  • Simplifies API that no longer needs to support two separate files.

    • Renamed readAnyConfigFile to readConfigFile, and removed
      the preferNewest parameter.
    • Same for readAnyConfigFileUri which becomes readConfigFileUri.
    • Old functions still exists as deprecated, forwarding to the new
      functions without the preferNewest argument.

    Makes PackageConfig, Package and LanguageVersion @sealed classes,
    in preparation for making them final in a future update.

  • Adds PackageConfig.minVersion to complement .maxVersion.
    Currently both are 2.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from AlexV525, lcdsmao and wasabeef as code owners July 14, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants