Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix types in CI by updating lockfile #1531

Merged
merged 4 commits into from
Oct 25, 2022
Merged

Fix types in CI by updating lockfile #1531

merged 4 commits into from
Oct 25, 2022

Conversation

chriskrycho
Copy link
Member

@chriskrycho chriskrycho commented Oct 25, 2022

We were ending up with drift between @types/ember and its transitive @types/ember__routing dependency. The usual practical/experiential reason to get the heck off of @types entirely everywhere.

Closes #1528 (by including it!).

We were ending up with drift between `@types/ember` and its transitive
`@types/ember__routing` dependency. The usual practical/experiential
reason to get the heck off of `@types` entirely everywhere.
@chriskrycho chriskrycho added the dependencies Pull requests that update a dependency file label Oct 25, 2022
The former directly and the latter transitively. Wheeeee.
@chriskrycho chriskrycho disabled auto-merge October 25, 2022 14:59
@chriskrycho
Copy link
Member Author

All right, the remaining issues here are gated on making a breaking change release, so I am going to land this and the others like it, cut a final minor release with these changes, then cut a v6.0 release which drops support for Node 12, etc.

@chriskrycho chriskrycho merged commit ef5aa5f into master Oct 25, 2022
@chriskrycho chriskrycho deleted the fix-ci-types branch October 25, 2022 15:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants