-
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
af3ea20
commit c2906e7
Showing
1 changed file
with
261 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,261 @@ | ||
# Retrospective for `nodejs` from 2024-12-22 to 2024-12-29 | ||
|
||
Reporting on 47 Issues from 26 authors, 53 Pull Requests from 30 authors, and 5 Discussions from 4 authors. | ||
|
||
|
||
### reliability | ||
|
||
#### Open Issues | ||
|
||
- CI Reliability 2024-12-29 ([#1072](https://github.com/nodejs/reliability/issues/1072)) | ||
- CI Reliability 2024-12-28 ([#1071](https://github.com/nodejs/reliability/issues/1071)) | ||
- CI Reliability 2024-12-27 ([#1070](https://github.com/nodejs/reliability/issues/1070)) | ||
- CI Reliability 2024-12-26 ([#1069](https://github.com/nodejs/reliability/issues/1069)) | ||
- CI Reliability 2024-12-25 ([#1068](https://github.com/nodejs/reliability/issues/1068)) | ||
- CI Reliability 2024-12-24 ([#1067](https://github.com/nodejs/reliability/issues/1067)) | ||
|
||
### undici | ||
|
||
#### Open Issues | ||
|
||
- Cache interceptor failing with "invalid onError method" ([#3973](https://github.com/nodejs/undici/issues/3973)) | ||
|
||
#### Open Pull Requests | ||
|
||
- docs: fix dispatcher stream example links ([#3972](https://github.com/nodejs/undici/pull/3972)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- build(deps-dev): bump @fastify/busboy from 3.1.0 to 3.1.1 ([#3971](https://github.com/nodejs/undici/pull/3971)) | ||
|
||
### node | ||
|
||
#### Open Issues | ||
|
||
- node:sqlite support statement.run with `TypedArray` ([#56384](https://github.com/nodejs/node/issues/56384)) | ||
- Tried to Test MongoDB connection but failed ([#56381](https://github.com/nodejs/node/issues/56381)) | ||
- crypto.generatePrime results in an abort ([#56377](https://github.com/nodejs/node/issues/56377)) | ||
- CJS nextLoader callback in loader hook doesn't use changed URL ([#56376](https://github.com/nodejs/node/issues/56376)) | ||
- tls.createSecureContext results in an abort ([#56375](https://github.com/nodejs/node/issues/56375)) | ||
- http2 compat response doesn't always emit `'close'` ([#56374](https://github.com/nodejs/node/issues/56374)) | ||
- Inconsistent handling of -NaN in DataView.setFloat32 ([#56373](https://github.com/nodejs/node/issues/56373)) | ||
- Regular expression operation case segmentation fault ([#56371](https://github.com/nodejs/node/issues/56371)) | ||
- Bug in Promises and performance ([#56368](https://github.com/nodejs/node/issues/56368)) | ||
- Socket.connect results in an abort ([#56367](https://github.com/nodejs/node/issues/56367)) | ||
- vm.compileFunction results in an abort ([#56366](https://github.com/nodejs/node/issues/56366)) | ||
- Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals. ([#56363](https://github.com/nodejs/node/issues/56363)) | ||
- port.postMessage with another closed port results in an abort ([#56362](https://github.com/nodejs/node/issues/56362)) | ||
- Running initAsyncResource with a class constructor results in an abort ([#56356](https://github.com/nodejs/node/issues/56356)) | ||
- Build: `--fully-static` is broken with 23.5.0 ([#56347](https://github.com/nodejs/node/issues/56347)) | ||
|
||
#### Open Pull Requests | ||
|
||
- deps: update simdutf to 5.7.2 ([#56388](https://github.com/nodejs/node/pull/56388)) | ||
- deps: update googletest to 7d76a23 ([#56387](https://github.com/nodejs/node/pull/56387)) | ||
- sqlite: support ArrayBuffer and TypedArray in `StatementSync` ([#56385](https://github.com/nodejs/node/pull/56385)) | ||
- module: fix async resolution error within the sync `findPackageJSON` ([#56382](https://github.com/nodejs/node/pull/56382)) | ||
- inspector: report loadingFinished until the response data is consumed ([#56372](https://github.com/nodejs/node/pull/56372)) | ||
- lib: add typescript support to STDIN eval ([#56359](https://github.com/nodejs/node/pull/56359)) | ||
- test: add ts eval snapshots ([#56358](https://github.com/nodejs/node/pull/56358)) | ||
- fix: build undefined symbol sf_parser_init ([#56353](https://github.com/nodejs/node/pull/56353)) | ||
- sqlite: allow passing conflict resolution handler function ([#56352](https://github.com/nodejs/node/pull/56352)) | ||
- test: print test errors only when finished ([#56351](https://github.com/nodejs/node/pull/56351)) | ||
|
||
#### Open Discussions | ||
|
||
- How to install node.js as a standard user? ([#56171](https://github.com/orgs/nodejs/discussions/56171)) | ||
- Clarification Needed: require('http') and require('node:http') with existing require.cache entries ([#52985](https://github.com/orgs/nodejs/discussions/52985)) | ||
- Is it time to rewrite Node's internals in a memory safe modern language? ([#56026](https://github.com/orgs/nodejs/discussions/56026)) | ||
- Log in node js ([#56355](https://github.com/orgs/nodejs/discussions/56355)) | ||
- Node support for apt ([#56354](https://github.com/orgs/nodejs/discussions/56354)) | ||
|
||
#### Merged Pull Requests | ||
|
||
- deps: update googletest to e54519b ([#56370](https://github.com/nodejs/node/pull/56370)) | ||
- test: remove flaky designation ([#56369](https://github.com/nodejs/node/pull/56369)) | ||
- test: remove test-net-write-fully-async-hex-string flaky designation ([#56365](https://github.com/nodejs/node/pull/56365)) | ||
- test: remove test-worker-arraybuffer-zerofill flaky designation ([#56364](https://github.com/nodejs/node/pull/56364)) | ||
- module: unflag --experimental-strip-types ([#56350](https://github.com/nodejs/node/pull/56350)) | ||
- test: enable ts test on win arm64 ([#56349](https://github.com/nodejs/node/pull/56349)) | ||
|
||
#### Closed Issues | ||
|
||
- React Testing Library - Reading from Redux Store Crashes Node ([#56378](https://github.com/nodejs/node/issues/56378)) | ||
- "zlib.createGzip()._transform" results in an abort ([#56357](https://github.com/nodejs/node/issues/56357)) | ||
- Проблемы с установкой STATISTICA 10 ([#56348](https://github.com/nodejs/node/issues/56348)) | ||
|
||
#### Closed Pull Requests | ||
|
||
- Node ([#56386](https://github.com/nodejs/node/pull/56386)) | ||
- Update README.md ([#56383](https://github.com/nodejs/node/pull/56383)) | ||
- Update README.md ([#56380](https://github.com/nodejs/node/pull/56380)) | ||
- stratum+tcp://etc.ss.poolin.com:443 ([#56379](https://github.com/nodejs/node/pull/56379)) | ||
- Update README.md ([#56361](https://github.com/nodejs/node/pull/56361)) | ||
- zlib: add internal assertion on stream transform ([#56360](https://github.com/nodejs/node/pull/56360)) | ||
|
||
### help | ||
|
||
#### Closed Issues | ||
|
||
- ```suggestion ([#4523](https://github.com/nodejs/help/issues/4523)) | ||
#### Closed Pull Requests | ||
- Create devcontainer.json ([#4522](https://github.com/nodejs/help/pull/4522)) | ||
### nodejs.org | ||
#### Open Pull Requests | ||
- feat: official vs community and instructions for downloads page ([#7365](https://github.com/nodejs/nodejs.org/pull/7365)) | ||
- Update event-loop-timers-and-nexttick.md ([#7364](https://github.com/nodejs/nodejs.org/pull/7364)) | ||
- chore: reduce Searchbox button layout shift ([#7358](https://github.com/nodejs/nodejs.org/pull/7358)) | ||
#### Merged Pull Requests | ||
- fix: numerous minor improvements and fixes for downloads page ([#7368](https://github.com/nodejs/nodejs.org/pull/7368)) | ||
- chore: Minor changes on download page ([#7367](https://github.com/nodejs/nodejs.org/pull/7367)) | ||
- fix: compatibility engine should run even on initial state ([#7366](https://github.com/nodejs/nodejs.org/pull/7366)) | ||
- chore: fix lighthouse workflow ([#7361](https://github.com/nodejs/nodejs.org/pull/7361)) | ||
- download: restore preamble in download snippets ([#7360](https://github.com/nodejs/nodejs.org/pull/7360)) | ||
- chore: remove express example ([#7359](https://github.com/nodejs/nodejs.org/pull/7359)) | ||
- feat: introduced new downloads page ([#7357](https://github.com/nodejs/nodejs.org/pull/7357)) | ||
- feat: IBM AIX Icon added ([#7356](https://github.com/nodejs/nodejs.org/pull/7356)) | ||
- hotfix: attempt to fix vercel region (access fetch during initial build) ([#7355](https://github.com/nodejs/nodejs.org/pull/7355)) | ||
#### Closed Issues | ||
- Install node.js v22.12.0 failed use powershell with unknown problem. ([#7363](https://github.com/nodejs/nodejs.org/issues/7363)) | ||
- Incorrect "Want new features sooner?" download suggested on Windows arm64 machines ([#7362](https://github.com/nodejs/nodejs.org/issues/7362)) | ||
#### Closed Pull Requests | ||
- feat: added missing unit tests ([#7369](https://github.com/nodejs/nodejs.org/pull/7369)) | ||
### gyp-next | ||
#### Open Issues | ||
- At some point, we should stop telling contributors to update `setuptools` ([#277](https://github.com/nodejs/gyp-next/issues/277)) | ||
#### Open Pull Requests | ||
- Remove explicit installation of setuptools ([#278](https://github.com/nodejs/gyp-next/pull/278)) | ||
### loaders | ||
#### Open Issues | ||
- Node.js Loaders Team Meeting 2024-12-31 ([#239](https://github.com/nodejs/loaders/issues/239)) | ||
### corepack | ||
#### Open Issues | ||
- package.json keeps my pnpm version artificially old ([#587](https://github.com/nodejs/corepack/issues/587)) | ||
- Corepack should not download package manager if binary is available ([#586](https://github.com/nodejs/corepack/issues/586)) | ||
### jenkins-alerts | ||
#### Open Issues | ||
- test-rzkh-ibmi74-ppc64_be-1 is DOWN ([#3192](https://github.com/nodejs/jenkins-alerts/issues/3192)) | ||
#### Closed Issues | ||
- test-orka-macos11-x64-1 has low disk space ([#3193](https://github.com/nodejs/jenkins-alerts/issues/3193)) | ||
- test-macstadium-macos11.0-arm64-3 has low disk space ([#3191](https://github.com/nodejs/jenkins-alerts/issues/3191)) | ||
- test-macstadium-macos11.0-arm64-3 has low disk space ([#3190](https://github.com/nodejs/jenkins-alerts/issues/3190)) | ||
- test-ibm-rhel9-x64-1 has low disk space ([#3189](https://github.com/nodejs/jenkins-alerts/issues/3189)) | ||
- test-macstadium-macos11.0-arm64-3 has low disk space ([#3188](https://github.com/nodejs/jenkins-alerts/issues/3188)) | ||
- test-macstadium-macos11.0-arm64-3 has low disk space ([#3187](https://github.com/nodejs/jenkins-alerts/issues/3187)) | ||
- test-macstadium-macos11.0-arm64-3 has low disk space ([#3186](https://github.com/nodejs/jenkins-alerts/issues/3186)) | ||
- test-ibm-aix72-ppc64_be-1 has low disk space ([#3185](https://github.com/nodejs/jenkins-alerts/issues/3185)) | ||
- test-ibm-rhel9-x64-1 has low disk space ([#3184](https://github.com/nodejs/jenkins-alerts/issues/3184)) | ||
### TSC | ||
#### Closed Issues | ||
- rvagg:contributin<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" conten> l>g ([#1669](https://github.com/nodejs/TSC/issues/1669)) | ||
### build | ||
#### Open Issues | ||
- Remove watilde from Coverity ([#3991](https://github.com/nodejs/build/issues/3991)) | ||
### node-gyp | ||
#### Closed Issues | ||
- npm error code 1 ([#3111](https://github.com/nodejs/node-gyp/issues/3111)) | ||
### nodejs-dependency-vuln-assessments | ||
#### Open Issues | ||
- cve-2023-45853: zlib version in node dependency showing up in scans ([#195](https://github.com/nodejs/nodejs-dependency-vuln-assessments/issues/195)) | ||
### citgm | ||
#### Open Issues | ||
- Node.js latest CITGM results ([#1086](https://github.com/nodejs/citgm/issues/1086)) | ||
### core-validate-commit | ||
#### Open Pull Requests | ||
- Update README.md ([#127](https://github.com/nodejs/core-validate-commit/pull/127)) | ||
### amaro | ||
#### Open Pull Requests | ||
- chore(deps): update SWC to v1.10.2 ([#138](https://github.com/nodejs/amaro/pull/138)) | ||
### release-cloudflare-worker | ||
#### Open Pull Requests | ||
- fix: serve index.tab files as text files ([#230](https://github.com/nodejs/release-cloudflare-worker/pull/230)) | ||
#### Merged Pull Requests | ||
- chore: bump github/codeql-action from 3.27.9 to 3.28.0 ([#229](https://github.com/nodejs/release-cloudflare-worker/pull/229)) | ||
- chore: bump globals from 15.13.0 to 15.14.0 ([#228](https://github.com/nodejs/release-cloudflare-worker/pull/228)) | ||
- chore: bump @types/node from 22.10.1 to 22.10.2 ([#227](https://github.com/nodejs/release-cloudflare-worker/pull/227)) | ||
- chore: bump @cloudflare/workers-types from 4.20241216.0 to 4.20241218.0 ([#226](https://github.com/nodejs/release-cloudflare-worker/pull/226)) | ||
- chore: bump wrangler from 3.92.0 to 3.99.0 ([#225](https://github.com/nodejs/release-cloudflare-worker/pull/225)) | ||
### node-core-utils | ||
#### Open Pull Requests | ||
- feat(git-node): add support for auto-fill Notable Changes section ([#881](https://github.com/nodejs/node-core-utils/pull/881)) | ||
### remark-preset-lint-node | ||
#### Merged Pull Requests | ||
- build(deps-dev): bump the dev group with 2 updates ([#599](https://github.com/nodejs/remark-preset-lint-node/pull/599)) | ||
### userland-migrations | ||
#### Open Pull Requests | ||
- deps: bump type-fest from 4.30.0 to 4.30.2 ([#16](https://github.com/nodejs/userland-migrations/pull/16)) | ||
- deps: bump @codemod.com/workflow from 0.0.28 to 0.0.31 ([#15](https://github.com/nodejs/userland-migrations/pull/15)) | ||
### Release | ||
#### Closed Pull Requests | ||
- Update and rename README.md to Delete README.md ([#1069](https://github.com/nodejs/Release/pull/1069)) | ||
### bluesky | ||
#### Open Pull Requests | ||
- Update review_guidelines.md ([#47](https://github.com/nodejs/bluesky/pull/47)) |