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

Dart 2.19 #847

Closed
wants to merge 1 commit into from
Closed

Dart 2.19 #847

wants to merge 1 commit into from

Conversation

sourcegraph-wk
Copy link

@sourcegraph-wk sourcegraph-wk commented Oct 25, 2023

Summary

This batch updates CI to use Dart 2.19. In most cases, updating Just Works™,
but here's some things that have changed or may cause problems while updating.

  • The pub and dart2js aliases have been removed. You may need to replace bare pub commands. See the replacements here https://wiki.atl.workiva.net/display/CP/Dart+2.18+FAQ
  • There may be some new lints, or lints that actually function better and now find new issues that need fixing or ignoring.
  • Some lints may have been raised to warnings that now need fixing or ignoring until fixed.
  • Dockerfiles or skynet may try to install things that don't work quite right on newer debian 11 (bullseye)
    • Potential examples are installing python or nodejs into the dart images
  • If you have build.yaml files that "split" the builders into separate targets, you may have to exclude a new builder
  build_resolvers|transitive_digests:
    enabled: false

These PRs are ok to get reviewed and approved.
If it is out of draft and there isn't a `Hold`` label, then it is ok to merge.

For support go to #support-frontend-dx in Slack.

Created by Sourcegraph batch change Workiva/dart_219.

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

@robbecker-wf robbecker-wf added the Hold Hold merges label Oct 25, 2023
@sourcegraph-wk sourcegraph-wk deleted the batch/fedx/dart_219 branch October 26, 2023 03:03
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