Skip to content

Update dependency package_config to v3 - #213

Merged
matthewnitschke-wk merged 1 commit into
masterfrom
renovate/package_config-3.x
Sep 24, 2026
Merged

matthewnitschke-wk merged 1 commit into
masterfrom
renovate/package_config-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 23, 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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

♻ Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/package_config-3.x branch from bc6bd62 to 3a9a2bb Compare September 24, 2026 02:05
@matthewnitschke-wk
matthewnitschke-wk merged commit cb32294 into master Sep 24, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/package_config-3.x branch September 24, 2026 02:07
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.

1 participant