Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[unified_analytics] Drop direct dependency on package:path #279

Merged
merged 4 commits into from
Sep 28, 2024

Conversation

parlough
Copy link
Member

@parlough parlough commented Jun 24, 2024

As suggested in #253 (comment). Also completes some nearby cleanup.

@parlough parlough changed the title [unified_analytics] Drop dependency on package:path [unified_analytics] Drop direct dependency on package:path Jun 25, 2024
Copy link
Member

@mosuem mosuem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
unified_analytics Breaking 6.1.4-wip 6.1.4-wip 6.1.4-wip ✔️
Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ⚠️
File Coverage
pkgs/unified_analytics/example/serving_surveys.dart 💔 Not covered
pkgs/unified_analytics/lib/src/analytics.dart 💚 72 %
pkgs/unified_analytics/lib/src/config_handler.dart 💚 94 %
pkgs/unified_analytics/lib/src/initializer.dart 💚 100 %
pkgs/unified_analytics/lib/src/utils.dart 💚 88 %

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
unified_analytics Condition
PersistedSurvey
GAClient
UserProperty

This check can be disabled by tagging the PR with skip-leaking-check.

License Headers ✔️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Package publish validation ✔️
Package Version Status
package:cli_config 0.2.1-wip WIP (no publish necessary)
package:coverage 1.9.2 already published at pub.dev
package:extension_discovery 2.0.1-wip WIP (no publish necessary)
package:graphs 2.3.3-wip WIP (no publish necessary)
package:mime 2.0.0-wip WIP (no publish necessary)
package:oauth2 2.0.4-wip WIP (no publish necessary)
package:source_map_stack_trace 2.1.3-wip WIP (no publish necessary)
package:unified_analytics 6.1.4-wip WIP (no publish necessary)

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

Copy link
Contributor

@andrewkolos andrewkolos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM—thanks!

@parlough
Copy link
Member Author

Thanks for the reviews!

If you're happy with the change, feel free to merge whenever. I don't have commit access on this repo - Thanks! :)

@kevmoo kevmoo merged commit 0b41bd2 into dart-lang:main Sep 28, 2024
14 checks passed
@parlough parlough deleted the fix/remove-package-path-usages branch September 28, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants