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

Update dependencies and force-update qs #6440

Merged
merged 7 commits into from
Sep 22, 2023
Merged

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Sep 21, 2023

See commit messages for details.

@code-asher code-asher requested a review from a team as a code owner September 21, 2023 21:07
@code-asher code-asher force-pushed the update-deps branch 3 times, most recently from 1be7e65 to 73e583f Compare September 21, 2023 21:53
This is mainly an attempt to get rid of as many resolutions as possible
since it seems they are unnecessary except for qs (according to yarn/npm
audit).

For qs use 6.9.7 since Express is using 6.9.6 and that matches the most
closely.

Also add overrides since this is npm's version of yarn's resolutions and
we need it for the shrinkwrap to generate with the right dependencies.

Decided to keep pinning @types/node as well although I am not sure it is
necessary.  Express is pulling in v20 types.  Since this is
development-only we only need it in resolutions.
Some rules seem to have changed with the dependency updates.
It seems the tools only require the lock files.
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #6440 (0c4e10f) into main (95bcf10) will increase coverage by 0.02%.
Report is 5 commits behind head on main.
The diff coverage is 83.33%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6440      +/-   ##
==========================================
+ Coverage   73.65%   73.68%   +0.02%     
==========================================
  Files          31       31              
  Lines        1883     1885       +2     
  Branches      407      407              
==========================================
+ Hits         1387     1389       +2     
  Misses        419      419              
  Partials       77       77              
Files Changed Coverage Δ
src/node/wrapper.ts 25.30% <0.00%> (ø)
src/common/http.ts 100.00% <100.00%> (ø)
src/node/heart.ts 100.00% <100.00%> (ø)
src/node/i18n/index.ts 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70d0c60...0c4e10f. Read the comment docs.

@code-asher code-asher merged commit acc50a5 into coder:main Sep 22, 2023
15 checks passed
@code-asher code-asher deleted the update-deps branch September 22, 2023 00:13
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.

1 participant