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

[pull] master from eggjs:master #15

Open
wants to merge 217 commits into
base: master
Choose a base branch
from
Open

[pull] master from eggjs:master #15

wants to merge 217 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 12, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

* feat(docs): use dumi to build docs

* chore(docs): remove doctools & ignore dist

* chore(docs): use github action to deploy docs

* test(docs): skip doc tests

* docs: support jsdoc

* docs: remove title in community

* docs: update readme banner src
@pull pull bot added the ⤵️ pull label Feb 12, 2022
npmmirror and others added 28 commits February 12, 2022 12:16
…irror.com (#4881)

Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
- rename docs to site
- use dumi-theme-egg instead of local theme

Co-authored-by: Jeff Jing <[email protected]>
1. Upgrade @umijs/preset-react from 1.xx to 2.xx.
2. Use 'Buffer.alloc' instead of 'new Buffer()'.
3. Add 'dependabot.yml'to upgrade the related packages automatically.

Co-authored-by: Maledong <[email protected]>
All links on git.io will stop redirecting after April 29, 2022.

- https://github.blog/changelog/2022-04-25-git-io-deprecation/
Fixture for some English comments in syntax.

Co-authored-by: Maledong <[email protected]>
Since there're too many issues' reports unsuitable and without detail
information, this has puzzled us too much. Here's a list of templates
for us to force the users to input what you want step by step
For Eggjs's v3.x, Nodejs version >=  14.20.0.
fengmk2 and others added 19 commits June 27, 2024 10:22
![image](https://github.com/eggjs/egg/assets/78291982/1578bfcd-a6ab-4c3d-b5e4-bea070fc4ee7)


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Updated the Chinese tutorial for Socket.IO to remove outdated
configuration comments.


<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: fengmk2 <[email protected]>
<!--
Thank you for your pull request. Please review below requirements.
Bug fixes and new features should include tests and possibly benchmarks.
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md

感谢您贡献代码。请确认下列 checklist 的完成情况。
Bug 修复和新功能必须包含测试,必要时请附上性能测试。
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md
-->

##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->

- [ ] `npm test` passes
- [ ] tests and/or benchmarks are included
- [ ] documentation is changed or added
- [ ] commit message follows commit guidelines

##### Affected core subsystem(s)
<!-- Provide affected core subsystem(s). -->


##### Description of change
<!-- Provide a description of the change below this comment. -->

<!--
- any feature?
- close https://github.com/eggjs/egg/ISSUE_URL
-->
auto fallback to urllib@3 when require urllib4 error

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Expanded CI workflow to include Node.js version 23 for testing.
- Enhanced `HttpClientNext` class with improved error handling and
configuration management.
- Added support for HTTP/2 functionality in the test suite, including
self-signed certificate handling.

- **Bug Fixes**
- Improved error handling for library imports based on Node.js versions.

- **Chores**
	- Updated dependency versions in `package.json`. 
- Modified HTTP client configuration to include a new `connect`
property.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

- **New Features**
- Introduced a new GitHub Actions workflow for releases on the `3.x`
branch.
  
- **Improvements**
- Updated test coverage badges in both English and Chinese README files
to reflect the `3.x` branch.

- **Chores**
- Adjusted the tagging strategy in the package configuration to mark
future releases as "latest" instead of "release-3.x".

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@fengmk2 fengmk2 deleted the branch skyplaying:master January 9, 2025 14:26
@fengmk2 fengmk2 deleted the master branch January 9, 2025 14:26
fengmk2 and others added 4 commits January 9, 2025 22:29
[skip ci]

## [3.30.0](v3.29.0...v3.30.0) (2025-01-09)

### Features

* dump ignore support key path ([#5380](#5380)) ([74346c2](74346c2))
```bash
node_modules/.store/[email protected]/node_modules/egg/index.d.ts:63:3 - error TS2666: Exports and export assignments are not permitted in module augmentations.

63   export { HttpClientRequestURL, HttpClientRequestOptions, HttpClientResponse };
     ~~~~~~

Found 1 error in node_modules/.store/[email protected]/node_modules/egg/index.d.ts:63
```
[skip ci]

## [3.30.1](v3.30.0...v3.30.1) (2025-01-19)

### Bug Fixes

* redefine urllib export types ([#5386](#5386)) ([02d9fdb](02d9fdb))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.