Skip to content

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented Jan 18, 2022

Description

What is changing?

Prod:
 mongodb-connection-string-url        ^2.3.2  →   ^2.4.1   
Dev:
 @microsoft/api-extractor           ^7.18.21  →  ^7.19.4     
 @types/node                       ^16.11.12  →  ^17.0.10     // major
 @typescript-eslint/eslint-plugin     ^5.6.0  →  ^5.10.0     
 @typescript-eslint/parser            ^5.6.0  →  ^5.10.0     
 downlevel-dts                        ^0.7.0  →   ^0.8.0     // major
 eslint                               ^8.4.1  →   ^8.7.0     
 eslint-plugin-import                ^2.25.3  →  ^2.25.4     
 mocha                                ^9.1.3  →   ^9.1.4     
 tsd                                 ^0.19.0  →  ^0.19.1     // major
 typescript                           ^4.5.2  →   ^4.5.4     
 yargs                               ^17.3.0  →  ^17.3.1  

What is the motivation for this change?

Keeping up with the times

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: <type>(NODE-xxxx)<!>: <description>
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken requested a review from dariakp January 18, 2022 17:13
@nbbeeken
Copy link
Contributor Author

Got one of our flakey results: here. Since we've seen it before I think its unrelated to these changes.

@nbbeeken nbbeeken marked this pull request as ready for review January 18, 2022 18:37
@nbbeeken
Copy link
Contributor Author

We can merge without waiting on the CI run for this latest commit ^
I bumped the @types/node and if you run:

npm diff --diff @types/node@17.0.9 --diff @types/node@17.0.10

You'll see there's no type definition changes

@dariakp dariakp merged commit 63168b4 into main Jan 18, 2022
@dariakp dariakp deleted the chore/deps branch January 18, 2022 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants