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

Raise analyzer minimum & unpin meta #804

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

sourcegraph-wk
Copy link

Summary

Frontend Frameworks is updating dependencies! More details at
https://wiki.atl.workiva.net/display/CP/Dependency+Upgrades

This will require analyzer 1.7.2+ and now that we're past analyzer 1.7.1
we can unpin the meta dependency. (We had restricted it to <1.7.0 in many places)

For more info, reach out to #support-frontend-dx on Slack.

Created by Sourcegraph batch change Workiva/analyzer1_unpin_meta.

@aviary-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.

@robbecker-wf robbecker-wf marked this pull request as ready for review February 7, 2023 23:10
@@ -7,14 +7,14 @@ environment:

dependencies:
collection: ^1.14.11
analyzer: '>=0.40.0 <2.0.0'
analyzer: ^1.7.2
Copy link
Contributor

Choose a reason for hiding this comment

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

Now that we don't support these other analyzer versions, can we remove these lines from this matrix that test on older, now-unsupported analyzer versions? https://github.com/Workiva/over_react/blob/master/.github/workflows/dart_ci.yml#L89-L91

Even though that build's redundant, you can just remove those lines and leave the matrix in place if you want, since it'll come in handy if we need to support multiple major versions.

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually, our Dart CI needs some cleanup to disable the failing stable build, which I can address in a separate PR.

That touches some of these lines, so I can just do that in that PR; don't worry about it for this PR.

build: '>=1.0.0 <3.0.0'
built_redux: ">=7.4.2 <9.0.0"
built_value: ^8.0.0
dart_style: '>=1.2.5 <3.0.0'
js: ^0.6.1+1
logging: '>=0.11.3+2 <2.0.0'
meta: ">=1.1.6 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
meta: ^1.6.0 # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these comments still applicable? If not, can we remove them?

Copy link
Contributor

Choose a reason for hiding this comment

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

I can also address these in a follow up PR

@autobot-wf
Copy link

Skynet test results failed initially for this build but were approved by greg.littlefield
https://wf-skynet-hrd.appspot.com/apps/test/smithy/4279049/1
Approval message: Known Github Actions failures

Copy link
Contributor

@greglittlefield-wf greglittlefield-wf left a comment

Choose a reason for hiding this comment

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

+10

@greglittlefield-wf
Copy link
Contributor

@Workiva/release-management-p

Copy link

@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

@rmconsole3-wf rmconsole3-wf merged commit bd7825b into master Feb 8, 2023
@rmconsole3-wf rmconsole3-wf deleted the batch/fedx/analyzer1_unpin_meta branch February 8, 2023 00:12
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