-
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 <create-or-update-pull-request@users.noreply.github.com>
- Loading branch information
1 parent
3925a9d
commit 51708d5
Showing
1 changed file
with
294 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,294 @@ | ||
# Retrospective for `nodejs` from 2024-12-08 to 2024-12-15 | ||
|
||
Reporting on 42 Issues from 24 authors, 58 Pull Requests from 29 authors, and 12 Discussions from 12 authors. | ||
|
||
|
||
### reliability | ||
|
||
#### Open Issues | ||
|
||
- CI Reliability 2024-12-15 ([#1058](https://github.com/nodejs/reliability/issues/1058)) | ||
- CI Reliability 2024-12-14 ([#1057](https://github.com/nodejs/reliability/issues/1057)) | ||
- CI Reliability 2024-12-13 ([#1056](https://github.com/nodejs/reliability/issues/1056)) | ||
- CI Reliability 2024-12-12 ([#1055](https://github.com/nodejs/reliability/issues/1055)) | ||
|
||
### jenkins-alerts | ||
|
||
#### Open Issues | ||
|
||
- test-softlayer-debian12-x64-1 has low disk space ([#3158](https://github.com/nodejs/jenkins-alerts/issues/3158)) | ||
- test-orka-macos11-x64-1 has low disk space ([#3157](https://github.com/nodejs/jenkins-alerts/issues/3157)) | ||
|
||
#### Closed Issues | ||
|
||
- test-mnx-smartos23-x64-5 is DOWN ([#3160](https://github.com/nodejs/jenkins-alerts/issues/3160)) | ||
- test-mnx-smartos22-x64-1 is DOWN ([#3159](https://github.com/nodejs/jenkins-alerts/issues/3159)) | ||
- test-ibm-aix72-ppc64_be-1 has low disk space ([#3156](https://github.com/nodejs/jenkins-alerts/issues/3156)) | ||
- test-orka-macos11-x64-1 has low disk space ([#3155](https://github.com/nodejs/jenkins-alerts/issues/3155)) | ||
- test-ibm-aix72-ppc64_be-1 has low disk space ([#3154](https://github.com/nodejs/jenkins-alerts/issues/3154)) | ||
- test-softlayer-debian12-x64-1 has low disk space ([#3153](https://github.com/nodejs/jenkins-alerts/issues/3153)) | ||
|
||
### node | ||
|
||
#### Open Issues | ||
|
||
- Make `glob` function accept a glob pattern for the `exclude` option like Deno ([#56254](https://github.com/nodejs/node/issues/56254)) | ||
- node:net blocklist upgrade ([#56252](https://github.com/nodejs/node/issues/56252)) | ||
- Add docs placeholder checks to lint-release-proposal workflow ([#56249](https://github.com/nodejs/node/issues/56249)) | ||
- fs.promises.copyFile and fs.copyFileSync fails on Node 22.12 and 23.4 with EPERM: operation not permitted when copying from local disk to a mounted cifs share on alpine ([#56248](https://github.com/nodejs/node/issues/56248)) | ||
- Make --heap-snapshot-on-oom use --diagnostic-dir ([#56247](https://github.com/nodejs/node/issues/56247)) | ||
- Node V20.15.0 Crash on Process Exiting ([#56245](https://github.com/nodejs/node/issues/56245)) | ||
- module.registerHooks() tracking issue ([#56241](https://github.com/nodejs/node/issues/56241)) | ||
- Node.js 20 Upgrade: Segmentation Fault Core Dump During Pipeline Lage Build Step ([#56236](https://github.com/nodejs/node/issues/56236)) | ||
- assert.partialDeepStrictEqual not working when comparing [0] and [-0] ([#56230](https://github.com/nodejs/node/issues/56230)) | ||
|
||
#### Open Pull Requests | ||
|
||
- tools: update doc to new version ([#56259](https://github.com/nodejs/node/pull/56259)) | ||
- deps: update nghttp3 to 1.6.0 ([#56258](https://github.com/nodejs/node/pull/56258)) | ||
- deps: update libuv to 1.49.2 ([#56257](https://github.com/nodejs/node/pull/56257)) | ||
- deps: update c-ares to v1.34.4 ([#56256](https://github.com/nodejs/node/pull/56256)) | ||
- deps: update simdutf to 5.6.4 ([#56255](https://github.com/nodejs/node/pull/56255)) | ||
- [wip] sqlite: expose backup api ([#56253](https://github.com/nodejs/node/pull/56253)) | ||
- tools: add REPLACEME check to workflow ([#56251](https://github.com/nodejs/node/pull/56251)) | ||
- deps: update simdjson to 3.11.3 ([#56250](https://github.com/nodejs/node/pull/56250)) | ||
- update error message in lib/internal/error.js ([#56246](https://github.com/nodejs/node/pull/56246)) | ||
- src: drop --experimental-permission in favour of --permission ([#56240](https://github.com/nodejs/node/pull/56240)) | ||
- deps: define V8_PRESERVE_MOST as no-op on Windows ([#56238](https://github.com/nodejs/node/pull/56238)) | ||
- assert: make partialDeepStrictEqual throw when comparing [0] with [-0] ([#56237](https://github.com/nodejs/node/pull/56237)) | ||
- doc: add message for Ambassadors to promote ([#56235](https://github.com/nodejs/node/pull/56235)) | ||
- assert: make partialDeepStrictEqual work with urls and File prototypes ([#56231](https://github.com/nodejs/node/pull/56231)) | ||
- test: increase spin for eventloop test on s390 ([#56228](https://github.com/nodejs/node/pull/56228)) | ||
- util: harden more built-in classes against prototype pollution ([#56225](https://github.com/nodejs/node/pull/56225)) | ||
- deps: update libuv to 1.49.2 ([#56224](https://github.com/nodejs/node/pull/56224)) | ||
- doc: change smartos support type to experimental ([#56220](https://github.com/nodejs/node/pull/56220)) | ||
|
||
#### Open Discussions | ||
|
||
- Is there a way to limit the access on certain nodejs module? ([#56227](https://github.com/orgs/nodejs/discussions/56227)) | ||
- Node js backend developer ([#56242](https://github.com/orgs/nodejs/discussions/56242)) | ||
- How to collect test coverage including untested files? ([#55447](https://github.com/orgs/nodejs/discussions/55447)) | ||
- Chromium CVEs in nodejs 20.x series ([#56129](https://github.com/orgs/nodejs/discussions/56129)) | ||
- fnm logs doesn't look right ([#56212](https://github.com/orgs/nodejs/discussions/56212)) | ||
- How to install node.js as a standard user? ([#56171](https://github.com/orgs/nodejs/discussions/56171)) | ||
- how Can I specified the Python and VStudio that I have installed and no need do the repeated installations for them ? ([#56180](https://github.com/orgs/nodejs/discussions/56180)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- test: use --permission over --experimental-permission ([#56239](https://github.com/nodejs/node/pull/56239)) | ||
- doc: fix winget config path ([#56233](https://github.com/nodejs/node/pull/56233)) | ||
- tools: use `github.actor` instead of bot username for release proposals ([#56232](https://github.com/nodejs/node/pull/56232)) | ||
- doc: add esm examples to `node:tls` ([#56229](https://github.com/nodejs/node/pull/56229)) | ||
- Revert "tools: disable automated libuv updates" ([#56223](https://github.com/nodejs/node/pull/56223)) | ||
- util: fix Latin1 decoding to return string output ([#56222](https://github.com/nodejs/node/pull/56222)) | ||
|
||
#### Closed Issues | ||
|
||
- The fileHandle.readableWebStream crashes when handling large file inputs ([#56244](https://github.com/nodejs/node/issues/56244)) | ||
- Both bun and metro reloading causes crypto `cipher.update` to break with "Error: Value is undefined, expected an Object" ([#56221](https://github.com/nodejs/node/issues/56221)) | ||
|
||
#### Closed Pull Requests | ||
|
||
- Fixing leak from short_path not being freed for win fs watch ([#56243](https://github.com/nodejs/node/pull/56243)) | ||
- Update SECURITY.md ([#56234](https://github.com/nodejs/node/pull/56234)) | ||
- deps: update simdjson to 3.11.2 ([#56226](https://github.com/nodejs/node/pull/56226)) | ||
|
||
### release-cloudflare-worker | ||
|
||
#### Open Issues | ||
|
||
- Error: head: Unspecified error (0) ([#213](https://github.com/nodejs/release-cloudflare-worker/issues/213)) | ||
|
||
### import-in-the-middle | ||
|
||
#### Open Issues | ||
|
||
- Duplicate exports from the same source file are incorrectly excluded ([#171](https://github.com/nodejs/import-in-the-middle/issues/171)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- test: skip test when native module is not available ([#170](https://github.com/nodejs/import-in-the-middle/pull/170)) | ||
- feat: Support absolute paths for `include` ([#168](https://github.com/nodejs/import-in-the-middle/pull/168)) | ||
|
||
#### Closed Issues | ||
|
||
- import-in-the-middle crashes the directus app ([#169](https://github.com/nodejs/import-in-the-middle/issues/169)) | ||
|
||
### diagnostics | ||
|
||
#### Open Issues | ||
|
||
- Update `actions/upload-artifact` to v4 ([#648](https://github.com/nodejs/diagnostics/issues/648)) | ||
|
||
### loaders | ||
|
||
#### Open Issues | ||
|
||
- Node.js Loaders Team Meeting 2024-12-17 ([#238](https://github.com/nodejs/loaders/issues/238)) | ||
|
||
### undici | ||
|
||
#### Open Issues | ||
|
||
- Memory leak warning and excessive memory usage when using ProxyAgent with signals ([#3946](https://github.com/nodejs/undici/issues/3946)) | ||
|
||
#### Open Pull Requests | ||
|
||
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.7 ([#3942](https://github.com/nodejs/undici/pull/3942)) | ||
|
||
#### Open Discussions | ||
|
||
- Should libraries using Undici ship Undici as peerDependency or dependency ([#3936](https://github.com/nodejs/undici/discussions/3936)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- Support SQLite unflagged without useless warnings ([#3947](https://github.com/nodejs/undici/pull/3947)) | ||
- docs: enhance documentation ([#3945](https://github.com/nodejs/undici/pull/3945)) | ||
|
||
#### Closed Issues | ||
|
||
- ProxyAgent ignores connect timeout options and lacks documentation for signal parameter ([#3944](https://github.com/nodejs/undici/issues/3944)) | ||
- Undici requests are suddenly 2x slower. ([#3943](https://github.com/nodejs/undici/issues/3943)) | ||
|
||
### Release | ||
|
||
#### Open Issues | ||
|
||
- Notable change description text format ([#1068](https://github.com/nodejs/Release/issues/1068)) | ||
|
||
#### Open Pull Requests | ||
|
||
- doc: add minutes for meeting 2024-12-12 ([#1067](https://github.com/nodejs/Release/pull/1067)) | ||
|
||
#### Closed Issues | ||
|
||
- Node.js Release WorkGroup Meeting 2024-12-12 ([#1066](https://github.com/nodejs/Release/issues/1066)) | ||
- Node.js Release WorkGroup Meeting 2024-12-12 ([#1065](https://github.com/nodejs/Release/issues/1065)) | ||
|
||
### admin | ||
|
||
#### Open Issues | ||
|
||
- Transfer is-my-node-vulnerable to Node.js org ([#937](https://github.com/nodejs/admin/issues/937)) | ||
- Create an automation GitHub App for actions ([#936](https://github.com/nodejs/admin/issues/936)) | ||
|
||
### help | ||
|
||
#### Open Issues | ||
|
||
- Node.js 20 Upgrade: Segmentation Fault Core Dump During Pipeline Lage Build Step ([#4514](https://github.com/nodejs/help/issues/4514)) | ||
- Migration issues due to node version (devServer) ([#4513](https://github.com/nodejs/help/issues/4513)) | ||
|
||
### performance | ||
|
||
#### Open Issues | ||
|
||
- TextDecode Regression ([#183](https://github.com/nodejs/performance/issues/183)) | ||
|
||
### amaro | ||
|
||
#### Open Issues | ||
|
||
- rust audit fail ([#125](https://github.com/nodejs/amaro/issues/125)) | ||
|
||
### docker-node | ||
|
||
#### Open Issues | ||
|
||
- update-ca-certificates: not found ([#2177](https://github.com/nodejs/docker-node/issues/2177)) | ||
|
||
#### 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)) | ||
|
||
### nodejs.org | ||
|
||
#### Open Pull Requests | ||
|
||
- blog: add Upcoming CVE for EOL Versions post ([#7328](https://github.com/nodejs/nodejs.org/pull/7328)) | ||
|
||
#### Open Discussions | ||
|
||
- Future of node.js naming convention ([#7255](https://github.com/nodejs/nodejs.org/discussions/7255)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- [automated]: crowdin sync ([#7330](https://github.com/nodejs/nodejs.org/pull/7330)) | ||
- [automated]: crowdin sync ([#7329](https://github.com/nodejs/nodejs.org/pull/7329)) | ||
- Add CSS structure for country-specific style overrides (#7326) ([#7327](https://github.com/nodejs/nodejs.org/pull/7327)) | ||
|
||
#### Closed Issues | ||
|
||
- Proposal for a CSS Structure to Support Country-Specific Style Overrides ([#7326](https://github.com/nodejs/nodejs.org/issues/7326)) | ||
|
||
### next-10 | ||
|
||
#### Open Pull Requests | ||
|
||
- doc: add JakobJingleheimer to members ([#317](https://github.com/nodejs/next-10/pull/317)) | ||
|
||
### citgm | ||
|
||
#### Open Pull Requests | ||
|
||
- add link to @MylesBorins talk on this tool ([#1075](https://github.com/nodejs/citgm/pull/1075)) | ||
|
||
### build | ||
|
||
#### Open Pull Requests | ||
|
||
- ansible: add smartos test hosts and allow for smartos22 ([#3980](https://github.com/nodejs/build/pull/3980)) | ||
- ansible: make IBM i git wrapper executable ([#3979](https://github.com/nodejs/build/pull/3979)) | ||
|
||
### bluesky | ||
|
||
#### Open Pull Requests | ||
|
||
- add action to open PRs for is ([#32](https://github.com/nodejs/bluesky/pull/32)) | ||
- fix: validation of PRs from forks ([#31](https://github.com/nodejs/bluesky/pull/31)) | ||
- feat: add support for `richTextFile` ([#29](https://github.com/nodejs/bluesky/pull/29)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- add repost: i18n help ([#33](https://github.com/nodejs/bluesky/pull/33)) | ||
- fix: remove race condition when creating new file ([#30](https://github.com/nodejs/bluesky/pull/30)) | ||
- fix: add validation for character limit ([#28](https://github.com/nodejs/bluesky/pull/28)) | ||
- Repost state of Node.js Performance 2024 ([#25](https://github.com/nodejs/bluesky/pull/25)) | ||
- repost TSC meeting minutes and recording post (#23) ([#24](https://github.com/nodejs/bluesky/pull/24)) | ||
- repost TSC meeting minutes and recording post ([#23](https://github.com/nodejs/bluesky/pull/23)) | ||
|
||
#### Closed Pull Requests | ||
|
||
- use GraphQL call instead of `git push` ([#27](https://github.com/nodejs/bluesky/pull/27)) | ||
- Joyeecheung patch 1 ([#26](https://github.com/nodejs/bluesky/pull/26)) | ||
|
||
### node-gyp | ||
|
||
#### Open Pull Requests | ||
|
||
- chore(main): release 11.0.1 ([#3110](https://github.com/nodejs/node-gyp/pull/3110)) | ||
|
||
### userland-migrations | ||
|
||
#### Open Pull Requests | ||
|
||
- chore(ci): add "publish" GHA ([#11](https://github.com/nodejs/userland-migrations/pull/11)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- chore(ci): limit running tests to only changes to specific targets ([#10](https://github.com/nodejs/userland-migrations/pull/10)) | ||
- chore(ci): fix "run recipe tests" for windows by leveraging yaml magic ([#9](https://github.com/nodejs/userland-migrations/pull/9)) | ||
- chore(ci): fix erroneously skipped jobs ([#8](https://github.com/nodejs/userland-migrations/pull/8)) | ||
|
||
### TSC | ||
|
||
#### Open Pull Requests | ||
|
||
- doc: add minutes for meeting 11 Dec 2024 ([#1664](https://github.com/nodejs/TSC/pull/1664)) | ||
|
||
### single-executable | ||
|
||
#### Open Discussions | ||
|
||
- Is it wise to use NodeJS' builti-in Single Executable Application for production in v22.x? ([#113](https://github.com/nodejs/single-executable/discussions/113)) | ||
- Managing assets ([#112](https://github.com/nodejs/single-executable/discussions/112)) |