Skip to content

fix: add @types/serve-static to dependencies#4468

Merged
alexander-akait merged 2 commits intowebpack:masterfrom
wegry:add-types-serve-static-to-deps
Jun 6, 2022
Merged

fix: add @types/serve-static to dependencies#4468
alexander-akait merged 2 commits intowebpack:masterfrom
wegry:add-types-serve-static-to-deps

Conversation

@wegry
Copy link
Copy Markdown
Contributor

@wegry wegry commented May 31, 2022

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

This change should be covered by the lint-types npm script.

Motivation / Use-Case

Fix #4467 with Yarn PnP and Typescript.

Breaking Changes

Additional Info

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented May 31, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: wegry / name: Zach Wegrzyniak (3f0fe64)

@wegry wegry force-pushed the add-types-serve-static-to-deps branch from 3f0fe64 to 42313e9 Compare May 31, 2022 17:06
@codecov
Copy link
Copy Markdown

codecov bot commented May 31, 2022

Codecov Report

Merging #4468 (487a325) into master (07aaa45) will decrease coverage by 0.12%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4468      +/-   ##
==========================================
- Coverage   92.31%   92.19%   -0.13%     
==========================================
  Files          16       16              
  Lines        1601     1601              
  Branches      604      604              
==========================================
- Hits         1478     1476       -2     
- Misses        112      114       +2     
  Partials       11       11              
Impacted Files Coverage Δ
lib/servers/WebsocketServer.js 89.74% <0.00%> (-5.13%) ⬇️

Continue to review full report at Codecov.

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

@wegry
Copy link
Copy Markdown
Contributor Author

wegry commented May 31, 2022

I tweaked the commit message to try and match standard changelog.

@snitin315 snitin315 changed the title Add @types/serve-static to dependencies #4467 fix: add @types/serve-static to dependencies Jun 6, 2022
Copy link
Copy Markdown
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do patch release, pinned, will merge after CI

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.

express-serve-static-core and serve-static should be an explicit (optional) dependencies if their types are part of export

3 participants