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

chore: Restore @types/node version and upgrade some packages #1193

Merged
merged 1 commit into from
Nov 18, 2018

Conversation

RomainMuller
Copy link
Contributor

The @types/node package was inadvertently upgraded to ^10.x.x
by #692, but our support policy currently allows ^8.11.0 and up. This
commit reverts the type definitions to maintain compatibility.

Also, while the previous change intended to upgrade dependnecies,
fs-extra, @types/fs-extra and @types/lodash were not uniformly
upgraded. This change also addresses that.

The `@types/node` package was inadvertently upgraded to `^10.x.x`
by #692, but our support policy currently allows `^8.11.0` and up. This
commit reverts the type definitions to maintain compatibility.

Also, while the previous change intended to upgrade dependnecies,
`fs-extra`, `@types/fs-extra` and `@types/lodash` were not uniformly
upgraded. This change also addresses that.
@RomainMuller
Copy link
Contributor Author

Created #1194 to track introducing a pkglint rule to prevent this mistake from being made again, since it's so easy to make.

@eladb eladb merged commit b3a5cb3 into master Nov 18, 2018
@eladb eladb deleted the rmuller/fix-versions branch November 18, 2018 10:37
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants