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

Fix w_common v2 breaking changes #194

Merged
merged 2 commits into from
Sep 7, 2022

Conversation

sourcegraph-wk
Copy link

w_common has a number of deprecations that are removed in v2. This batch attempts to
fix as many of the breaking changes as possible to prepare to move to v2.
Breaking Changes: https://github.com/Workiva/w_common/blob/master/w_common/CHANGELOG.md#200

Created by Sourcegraph batch change Workiva/fix_w_common_v2_breaking_changes.

@aviary2-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

@@ -31,7 +31,7 @@ jobs:
if: always() && steps.install.outcome == 'success'

- name: Analyze project source
run: dart run dart_dev analyze
run: dart analyze
Copy link
Member

Choose a reason for hiding this comment

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

switched to dart analyze since dart_dev still runs dartanalyzer and that fails on newer Dart versions

@robbecker-wf robbecker-wf marked this pull request as ready for review September 7, 2022 04:09
@robbecker-wf
Copy link
Member

@Workiva/release-management-p

@robbecker-wf
Copy link
Member

QA+1 CI Passes

Copy link
Contributor

@rmconsole-wf rmconsole-wf left a comment

Choose a reason for hiding this comment

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

+1 from RM

@rmconsole2-wf rmconsole2-wf merged commit f925b01 into master Sep 7, 2022
@rmconsole2-wf rmconsole2-wf deleted the batch/fedx/fix_w_common_v2_breaking_changes branch September 7, 2022 17:05
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.

7 participants