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

feat: upgrade dependencies and devDependencies #256

Merged
merged 10 commits into from
Jan 1, 2023
Merged

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jan 1, 2023

BREAKING CHANGE: drop Node.js < 14.17.0 support

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@codecov
Copy link

codecov bot commented Jan 1, 2023

Codecov Report

Base: 99.75% // Head: 99.76% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (63edbfc) compared to base (85f2eda).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##           master     #256     +/-   ##
=========================================
  Coverage   99.75%   99.76%             
=========================================
  Files          19       19             
  Lines        1209     2935   +1726     
  Branches      212      546    +334     
=========================================
+ Hits         1206     2928   +1722     
- Misses          3        7      +4     
Impacted Files Coverage Δ
index.js 100.00% <ø> (ø)
lib/egg.js 100.00% <100.00%> (ø)
lib/loader/context_loader.js 100.00% <100.00%> (ø)
lib/loader/mixin/config.js 100.00% <100.00%> (ø)
lib/loader/mixin/middleware.js 98.40% <100.00%> (+1.67%) ⬆️
lib/utils/index.js 96.00% <0.00%> (-4.00%) ⬇️
lib/lifecycle.js 100.00% <0.00%> (ø)
lib/utils/timing.js 100.00% <0.00%> (ø)
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

const assert = require('assert');
const coffee = require('coffee');

describe('test/jest.test.js', () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

影响了 c8 生成覆盖率报告,看起来跟 mocha 会冲突,删除 jest 测试。不应该放这里。

@fengmk2 fengmk2 merged commit 540f3fe into master Jan 1, 2023
@fengmk2 fengmk2 deleted the drop-node-less-14 branch January 1, 2023 15:36
atian25 pushed a commit that referenced this pull request Jan 1, 2023
[skip ci]

## [5.0.0](v4.30.1...v5.0.0) (2023-01-01)

### ⚠ BREAKING CHANGES

* drop Node.js < 14.17.0 support

### Features

* upgrade dependencies and devDependencies ([#256](#256)) ([540f3fe](540f3fe))
},
"dependencies": {
"@eggjs/router": "^2.0.0",
"@types/depd": "^1.1.32",
Copy link
Member Author

Choose a reason for hiding this comment

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

index.d.ts 有依赖 depd 和 koa,需要加回到 dependencies

@fengmk2 fengmk2 mentioned this pull request Jan 1, 2023
4 tasks
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