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

upgrade to [email protected] #3953

Merged
merged 14 commits into from
May 29, 2023
Merged

upgrade to [email protected] #3953

merged 14 commits into from
May 29, 2023

Conversation

ras0q
Copy link
Member

@ras0q ras0q commented May 22, 2023

ras0q and others added 9 commits May 19, 2023 15:41
Bumps node from 16.17.0-alpine to 20.2.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.19 to 20.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (237f15b) 86.34% compared to head (398a625) 86.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3953   +/-   ##
=======================================
  Coverage   86.34%   86.34%           
=======================================
  Files          66       66           
  Lines        4709     4709           
  Branches      563      563           
=======================================
  Hits         4066     4066           
  Misses        637      637           
  Partials        6        6           
Impacted Files Coverage Δ
src/lib/resize/index.ts 31.66% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ras0q ras0q marked this pull request as ready for review May 22, 2023 07:11
@ras0q ras0q requested review from zer0-star, mehm8128 and nokhnaton May 22, 2023 07:13
@ras0q ras0q self-assigned this May 22, 2023
@ras0q
Copy link
Member Author

ras0q commented May 22, 2023

verbatimModuleSyntaxを対応させるためにtsのバージョンを4->5にあげたらtype-checkが大量にwarn吐いたので一旦verbatimModuleSyntaxの設定は消しました

@@ -0,0 +1 @@
engine-strict=true
Copy link
Member Author

Choose a reason for hiding this comment

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

package.jsonのenginesに書いたバージョンを厳守するやつです
https://docs.npmjs.com/cli/v8/using-npm/config#engine-strict

Comment on lines -17 to +18
"importsNotUsedAsValues": "error",
// TODO: TypeScriptをv5にしたら使う
// "verbatimModuleSyntax": true,
Copy link
Member Author

Choose a reason for hiding this comment

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

別PRでtypescript5.0にあげるつもりです
https://www.typescriptlang.org/tsconfig#importsNotUsedAsValues

Copy link
Contributor

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

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

よさそうです!

@ras0q ras0q merged commit 07b8ee0 into master May 29, 2023
@ras0q ras0q deleted the upgrade/node-20.2.0 branch May 29, 2023 02: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