-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Create or Update Pull Request Action <[email protected]>
- Loading branch information
1 parent
e8de994
commit 3925a9d
Showing
1 changed file
with
256 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,256 @@ | ||
# Retrospective for `nodejs` from 2024-12-01 to 2024-12-08 | ||
|
||
Reporting on 38 Issues from 29 authors, 62 Pull Requests from 28 authors, and 11 Discussions from 11 authors. | ||
|
||
|
||
### jenkins-alerts | ||
|
||
#### Open Issues | ||
|
||
- test-orka-macos11-x64-1 has low disk space ([#3143](https://github.com/nodejs/jenkins-alerts/issues/3143)) | ||
|
||
#### Closed Issues | ||
|
||
- test-rackspace-win2022_vs2022-x64-1 has low disk space ([#3142](https://github.com/nodejs/jenkins-alerts/issues/3142)) | ||
|
||
### reliability | ||
|
||
#### Open Issues | ||
|
||
- CI Reliability 2024-12-08 ([#1051](https://github.com/nodejs/reliability/issues/1051)) | ||
- CI Reliability 2024-12-07 ([#1050](https://github.com/nodejs/reliability/issues/1050)) | ||
- CI Reliability 2024-12-06 ([#1049](https://github.com/nodejs/reliability/issues/1049)) | ||
- CI Reliability 2024-12-05 ([#1048](https://github.com/nodejs/reliability/issues/1048)) | ||
|
||
### node | ||
|
||
#### Open Issues | ||
|
||
- Documentes Hello world does not work for Addons ([#56173](https://github.com/nodejs/node/issues/56173)) | ||
- Minimum waiting time for PRs with recently pushed commits ([#56170](https://github.com/nodejs/node/issues/56170)) | ||
- `--run` CLI argument fails for path name with an umlaut character on windows ([#56168](https://github.com/nodejs/node/issues/56168)) | ||
- —watch cli option prevents Worker execution ([#56163](https://github.com/nodejs/node/issues/56163)) | ||
- Test test/parallel/test-crypto-oneshot-hash.js fails in OpenSSL 3.4.0 due to breaking changes in OpenSSL ([#56159](https://github.com/nodejs/node/issues/56159)) | ||
- Breakpoint Debugging Not Working with Node.js 23.2.0 and 23.3.0 in Visual Studio Code ([#56156](https://github.com/nodejs/node/issues/56156)) | ||
- Incompatibility with Node.js v22.12.0: ReferenceError: require is not defined (But Works with v22.11.0) ([#56155](https://github.com/nodejs/node/issues/56155)) | ||
- Since NodeJS 20.x on MacOS 15, address sanitizer fails on all tests. ([#56154](https://github.com/nodejs/node/issues/56154)) | ||
- Do NOT deprecate `napi_module_register` or explain better the current way to do it (embedding API) ([#56153](https://github.com/nodejs/node/issues/56153)) | ||
- Incorrect handling of escaped characters in Windows cmd ([#56146](https://github.com/nodejs/node/issues/56146)) | ||
- After updating to v22.12, always got ReferenceError: require is not defined in tailwind config ([#56140](https://github.com/nodejs/node/issues/56140)) | ||
- `.pipeTo(Writable.toWeb(process.stdout))` returns a never-settling Promise ([#56139](https://github.com/nodejs/node/issues/56139)) | ||
- dns.lookup('localhost', { all: true}) returns only ::1 with Node.js v22.12, while v22.11 returned both ::1 and 127.0.0.1 ([#56137](https://github.com/nodejs/node/issues/56137)) | ||
|
||
#### Open Pull Requests | ||
|
||
- deps: update undici to 7.1.0 ([#56179](https://github.com/nodejs/node/pull/56179)) | ||
- deps: update sqlite to 3.47.2 ([#56178](https://github.com/nodejs/node/pull/56178)) | ||
- deps: update simdjson to 3.11.1 ([#56177](https://github.com/nodejs/node/pull/56177)) | ||
- tools: enable linter for `tools/icu/**` ([#56176](https://github.com/nodejs/node/pull/56176)) | ||
- doc: fix c++ addon hello world sample ([#56172](https://github.com/nodejs/node/pull/56172)) | ||
- Update README.md ([#56166](https://github.com/nodejs/node/pull/56166)) | ||
- tools: use commit title as PR title when creating release proposal ([#56165](https://github.com/nodejs/node/pull/56165)) | ||
- test: remove `hasOpenSSL3x` utils ([#56164](https://github.com/nodejs/node/pull/56164)) | ||
- node-api: remove deprecated attribute from napi_module_register ([#56162](https://github.com/nodejs/node/pull/56162)) | ||
- tools: improve release proposal PR opening ([#56161](https://github.com/nodejs/node/pull/56161)) | ||
- test: make test-crypto-hash compatible with OpenSSL > 3.4.0 ([#56160](https://github.com/nodejs/node/pull/56160)) | ||
- tools: update gyp-next to 0.19.0 ([#56158](https://github.com/nodejs/node/pull/56158)) | ||
- tools: remove has_absl_stringify from gyp file ([#56157](https://github.com/nodejs/node/pull/56157)) | ||
- child_process: improve docs and validate strings in exec and spawn ([#56148](https://github.com/nodejs/node/pull/56148)) | ||
- util: add a method to get string encoding info ([#56147](https://github.com/nodejs/node/pull/56147)) | ||
- tools: add a backport queue cron action ([#56143](https://github.com/nodejs/node/pull/56143)) | ||
- build: fix GN build on macOS ([#56141](https://github.com/nodejs/node/pull/56141)) | ||
- build: use more aggressive LTO on gcc ([#56138](https://github.com/nodejs/node/pull/56138)) | ||
- test: update WPT for url to 6fa3fe8a92 ([#56136](https://github.com/nodejs/node/pull/56136)) | ||
- src: fix outdated js2c.cc references ([#56133](https://github.com/nodejs/node/pull/56133)) | ||
|
||
#### Open Discussions | ||
|
||
- How to install node.js as a standard user? ([#56171](https://github.com/orgs/nodejs/discussions/56171)) | ||
- http.request crash nodejs 32 bit ([#42705](https://github.com/orgs/nodejs/discussions/42705)) | ||
- Debugging experience ([#56011](https://github.com/orgs/nodejs/discussions/56011)) | ||
- Chromium CVEs in nodejs 20.x series ([#56129](https://github.com/orgs/nodejs/discussions/56129)) | ||
- Help understanding how node_file.cc handles toLocal() errors ([#55936](https://github.com/orgs/nodejs/discussions/55936)) | ||
- When will a release be created to fix a High Severity Vulnerability? ([#56021](https://github.com/orgs/nodejs/discussions/56021)) | ||
- .zsh ([#56013](https://github.com/orgs/nodejs/discussions/56013)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- Revert "build: avoid compiling with VS v17.12" ([#56151](https://github.com/nodejs/node/pull/56151)) | ||
- deps: upgrade npm to 10.9.2 ([#56135](https://github.com/nodejs/node/pull/56135)) | ||
- doc: add LJHarb to collaborators ([#56132](https://github.com/nodejs/node/pull/56132)) | ||
|
||
#### Closed Issues | ||
|
||
- Please add official support for riscv64-linux ([#56175](https://github.com/nodejs/node/issues/56175)) | ||
- Node js KT ([#56167](https://github.com/nodejs/node/issues/56167)) | ||
- `node -p` resolves promises earlier in Node.js 22 than previous releases ([#56144](https://github.com/nodejs/node/issues/56144)) | ||
- Intl.NumberFormat("it-IT").format is returning an incorrectly formatted value in 22.12.0 ([#56134](https://github.com/nodejs/node/issues/56134)) | ||
|
||
#### Closed Pull Requests | ||
|
||
- crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable ([#56142](https://github.com/nodejs/node/pull/56142)) | ||
|
||
### undici | ||
|
||
#### Open Issues | ||
|
||
- `interceptors.responseError` does not raise networking errors ([#3929](https://github.com/nodejs/undici/issues/3929)) | ||
- `interceptors.responseError` doesn't work with `MockAgent` ([#3928](https://github.com/nodejs/undici/issues/3928)) | ||
- Latest version `7.1.0` appears to break tests using `enzyme` ([#3927](https://github.com/nodejs/undici/issues/3927)) | ||
|
||
#### Open Pull Requests | ||
|
||
- fix: handle case no content type ([#3931](https://github.com/nodejs/undici/pull/3931)) | ||
- fix: response error interceptor ([#3930](https://github.com/nodejs/undici/pull/3930)) | ||
|
||
#### Open Discussions | ||
|
||
- Breaking changes in v7 ([#3917](https://github.com/nodejs/undici/discussions/3917)) | ||
- How to "cancel" a body using `request`? ([#3914](https://github.com/nodejs/undici/discussions/3914)) | ||
- Question on RetryCallback return value ([#3824](https://github.com/nodejs/undici/discussions/3824)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- test: cleanup cache tests ([#3926](https://github.com/nodejs/undici/pull/3926)) | ||
- cache: do not set undefined etag ([#3925](https://github.com/nodejs/undici/pull/3925)) | ||
|
||
### node-gyp | ||
|
||
#### Open Issues | ||
|
||
- Target make file contains syntax which is not interpreted correctly on AIX ([#3108](https://github.com/nodejs/node-gyp/issues/3108)) | ||
- error C2429: 语言功能 "嵌套命名空间定 义" 需要编译器标志"/std:c++17" ([#3107](https://github.com/nodejs/node-gyp/issues/3107)) | ||
|
||
#### Closed Issues | ||
|
||
- Installing 11.0.0 complains that Rimraf versions prior to v4 are no longer supported ([#3106](https://github.com/nodejs/node-gyp/issues/3106)) | ||
|
||
### node-addon-api | ||
|
||
#### Open Issues | ||
|
||
- In the properties parameter of the `DefineClass(...)` function, the last item is not registered. ([#1623](https://github.com/nodejs/node-addon-api/issues/1623)) | ||
|
||
### llhttp | ||
|
||
#### Closed Issues | ||
|
||
- Performance issues between llhttp and http_parser ([#558](https://github.com/nodejs/llhttp/issues/558)) | ||
|
||
### nodejs-dependency-vuln-assessments | ||
|
||
#### Closed Issues | ||
|
||
- My issue follows the guidelines in the README file, and follows the 'How to ask a good question' guide at https://stackoverflow.com/help/how-to-ask ([#194](https://github.com/nodejs/nodejs-dependency-vuln-assessments/issues/194)) | ||
|
||
### security-wg | ||
|
||
#### Open Pull Requests | ||
|
||
- doc: add 2024-12-05 meeting notes ([#1412](https://github.com/nodejs/security-wg/pull/1412)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- doc: remove wg from youtube badge ([#1413](https://github.com/nodejs/security-wg/pull/1413)) | ||
- OpenSSF Scorecard Report Updated ([#1411](https://github.com/nodejs/security-wg/pull/1411)) | ||
|
||
#### Closed Issues | ||
|
||
- OpenSSF Scorecard Report Updated! ([#1410](https://github.com/nodejs/security-wg/issues/1410)) | ||
- OpenSSF Scorecard Report Updated! ([#1408](https://github.com/nodejs/security-wg/issues/1408)) | ||
|
||
#### Closed Pull Requests | ||
|
||
- OpenSSF Scorecard Report Updated ([#1409](https://github.com/nodejs/security-wg/pull/1409)) | ||
|
||
### gyp-next | ||
|
||
#### Open Issues | ||
|
||
- c++ called by gyp on macos don't respect cflags. ([#273](https://github.com/nodejs/gyp-next/issues/273)) | ||
|
||
### llnode | ||
|
||
#### Open Issues | ||
|
||
- Windows support discussion ([#435](https://github.com/nodejs/llnode/issues/435)) | ||
|
||
### help | ||
|
||
#### Open Issues | ||
|
||
- `npm install` is stuck ([#4511](https://github.com/nodejs/help/issues/4511)) | ||
|
||
### corepack | ||
|
||
#### Merged Pull Requests | ||
|
||
- ci: move away from archived `google-github` action ([#581](https://github.com/nodejs/corepack/pull/581)) | ||
|
||
#### Closed Issues | ||
|
||
- `publish.yml` uses archived `google-github-actions/release-please-action@v3` action ([#580](https://github.com/nodejs/corepack/issues/580)) | ||
|
||
### nodejs.org | ||
|
||
#### Open Pull Requests | ||
|
||
- update hardcoded nvm version ([#7323](https://github.com/nodejs/nodejs.org/pull/7323)) | ||
- Introduce notify-on-force-push workflow ([#7322](https://github.com/nodejs/nodejs.org/pull/7322)) | ||
- [automated]: crowdin sync, enables korean ([#7321](https://github.com/nodejs/nodejs.org/pull/7321)) | ||
- chore: remove vestigial commitizen references ([#7317](https://github.com/nodejs/nodejs.org/pull/7317)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- feat(banner): add cyber week ([#7311](https://github.com/nodejs/nodejs.org/pull/7311)) | ||
- meta: add security-wg as owners of security practices ([#7310](https://github.com/nodejs/nodejs.org/pull/7310)) | ||
- fix: include npm audit reference link ([#7309](https://github.com/nodejs/nodejs.org/pull/7309)) | ||
|
||
#### Closed Pull Requests | ||
|
||
- [automated]: crowdin sync ([#7320](https://github.com/nodejs/nodejs.org/pull/7320)) | ||
- [automated]: crowdin sync ([#7319](https://github.com/nodejs/nodejs.org/pull/7319)) | ||
- [automated]: crowdin sync ([#7318](https://github.com/nodejs/nodejs.org/pull/7318)) | ||
- [automated]: crowdin sync ([#7316](https://github.com/nodejs/nodejs.org/pull/7316)) | ||
- [automated]: crowdin sync ([#7315](https://github.com/nodejs/nodejs.org/pull/7315)) | ||
- [automated]: crowdin sync ([#7314](https://github.com/nodejs/nodejs.org/pull/7314)) | ||
- [automated]: crowdin sync ([#7313](https://github.com/nodejs/nodejs.org/pull/7313)) | ||
- [automated]: crowdin sync ([#7312](https://github.com/nodejs/nodejs.org/pull/7312)) | ||
|
||
### citgm | ||
|
||
#### Open Pull Requests | ||
|
||
- lookup: compression ([#1074](https://github.com/nodejs/citgm/pull/1074)) | ||
- lookup: on-finished ([#1073](https://github.com/nodejs/citgm/pull/1073)) | ||
|
||
### github-bot | ||
|
||
#### Merged Pull Requests | ||
|
||
- build(deps): bump path-to-regexp and express ([#570](https://github.com/nodejs/github-bot/pull/570)) | ||
|
||
### docker-node | ||
|
||
#### Open Pull Requests | ||
|
||
- Add Alpine 3.21 and drop 3.19 ([#2174](https://github.com/nodejs/docker-node/pull/2174)) | ||
|
||
#### Open Discussions | ||
|
||
- When will a release be created to fix a High Severity Vulnerability in Hydrogen-Alpine? ([#2172](https://github.com/nodejs/docker-node/discussions/2172)) | ||
|
||
### release-cloudflare-worker | ||
|
||
#### Merged Pull Requests | ||
|
||
- chore: bump toucan-js from 3.3.1 to 4.0.0 ([#202](https://github.com/nodejs/release-cloudflare-worker/pull/202)) | ||
- chore: bump wrangler from 3.74.0 to 3.92.0 ([#201](https://github.com/nodejs/release-cloudflare-worker/pull/201)) | ||
- chore: bump terser from 5.20.0 to 5.36.0 ([#200](https://github.com/nodejs/release-cloudflare-worker/pull/200)) | ||
- chore: bump the lint group with 5 updates ([#199](https://github.com/nodejs/release-cloudflare-worker/pull/199)) | ||
- chore: bump prettier from 3.0.3 to 3.4.2 in the format group ([#198](https://github.com/nodejs/release-cloudflare-worker/pull/198)) | ||
- chore: bump actions/checkout from 3.6.0 to 4.2.2 ([#197](https://github.com/nodejs/release-cloudflare-worker/pull/197)) | ||
- chore: bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 ([#196](https://github.com/nodejs/release-cloudflare-worker/pull/196)) | ||
- chore: bump actions/cache from 3.3.1 to 4.1.2 ([#195](https://github.com/nodejs/release-cloudflare-worker/pull/195)) | ||
- chore: bump github/codeql-action from 3.26.6 to 3.27.6 ([#194](https://github.com/nodejs/release-cloudflare-worker/pull/194)) | ||
- chore: bump cloudflare/wrangler-action from 3.1.1 to 3.13.0 ([#193](https://github.com/nodejs/release-cloudflare-worker/pull/193)) |