folke / ultra-runner

🏃⛰ Ultra fast monorepo script runner and build tool
https://www.npmjs.com/package/ultra-runner
Apache License 2.0
1.2k stars 32 forks source link

chore(deps): update all non-major dependencies #147

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node 13.13.36 -> 13.13.38 age adoption passing confidence
@types/prettier 2.1.5 -> 2.1.6 age adoption passing confidence
@types/sinon 9.0.9 -> 9.0.10 age adoption passing confidence
@types/yargs 15.0.11 -> 15.0.12 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.9.1 -> 4.11.0 age adoption passing confidence
@typescript-eslint/parser 4.9.1 -> 4.11.0 age adoption passing confidence
builtin-modules 3.1.0 -> 3.2.0 age adoption passing confidence
eslint (source) 7.15.0 -> 7.16.0 age adoption passing confidence
eslint-config-prettier 7.0.0 -> 7.1.0 age adoption passing confidence
markdownlint-cli 0.25.0 -> 0.26.0 age adoption passing confidence
node v14.15.1 -> 14.15.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint ### [`v4.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4110-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4100v4110-2020-12-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) ##### Bug Fixes - **eslint-plugin:** [non-nullable-type-assertion-style] handle const assertion ([#​2881](https://togithub.com/typescript-eslint/typescript-eslint/issues/2881)) ([53dc34d](https://togithub.com/typescript-eslint/typescript-eslint/commit/53dc34d3917b90c8ab0324fe8054619ddee98003)) ##### Features - **eslint-plugin:** [prom-func-async] add automatic fix ([#​2845](https://togithub.com/typescript-eslint/typescript-eslint/issues/2845)) ([717e718](https://togithub.com/typescript-eslint/typescript-eslint/commit/717e718e91df2165422228c02dfa248cf55f65a1)) ### [`v4.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4100-httpsgithubcomtypescript-eslinttypescript-eslintcomparev491v4100-2020-12-14) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) ##### Bug Fixes - **eslint-plugin:** [naming-convention] fix wrong member of `method` and `property` meta selectors ([#​2856](https://togithub.com/typescript-eslint/typescript-eslint/issues/2856)) ([9a6c362](https://togithub.com/typescript-eslint/typescript-eslint/commit/9a6c3628a2f3a7748b7a4b9b0c55400c8d7dfeae)) ##### Features - **eslint-plugin:** add rule `non-nullable-type-assertion-style` ([#​2624](https://togithub.com/typescript-eslint/typescript-eslint/issues/2624)) ([7eee44f](https://togithub.com/typescript-eslint/typescript-eslint/commit/7eee44fff3041a9725d34bf2fcbfc6fd40a60c61)) #### [4.9.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07) ##### Bug Fixes - **eslint-plugin:** [method-signature-style] fix crash with methods without a return type ([#​2836](https://togithub.com/typescript-eslint/typescript-eslint/issues/2836)) ([fed89f2](https://togithub.com/typescript-eslint/typescript-eslint/commit/fed89f24ebe42a6412f0eb19949d5d4771656189)), closes [#​2834](https://togithub.com/typescript-eslint/typescript-eslint/issues/2834) - **eslint-plugin:** [no-unused-vars] false-positive with class expressions ([#​2833](https://togithub.com/typescript-eslint/typescript-eslint/issues/2833)) ([aadb39f](https://togithub.com/typescript-eslint/typescript-eslint/commit/aadb39f0ff500ee99ea80e9009ab61283ca9c8cd)), closes [#​2831](https://togithub.com/typescript-eslint/typescript-eslint/issues/2831) - **eslint-plugin:** [no-unused-vars] fix race condition between naming-convention and no-unused-vars ([#​2848](https://togithub.com/typescript-eslint/typescript-eslint/issues/2848)) ([ccb6b94](https://togithub.com/typescript-eslint/typescript-eslint/commit/ccb6b9499a4a4077f2e3d81d0844860a25244a0f)), closes [#​2844](https://togithub.com/typescript-eslint/typescript-eslint/issues/2844)
sindresorhus/builtin-modules ### [`v3.2.0`](https://togithub.com/sindresorhus/builtin-modules/releases/v3.2.0) [Compare Source](https://togithub.com/sindresorhus/builtin-modules/compare/v3.1.0...v3.2.0) - Update static list of built-in modules ([#​11](https://togithub.com/sindresorhus/builtin-modules/issues/11)) [`49ac978`](https://togithub.com/sindresorhus/builtin-modules/commit/49ac978)
eslint/eslint ### [`v7.16.0`](https://togithub.com/eslint/eslint/releases/v7.16.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.15.0...v7.16.0) - [`a62ad6f`](https://togithub.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c) Update: fix false negative of no-extra-parens with NewExpression ([#​13930](https://togithub.com/eslint/eslint/issues/13930)) (Milos Djermanovic) - [`f85b4c7`](https://togithub.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f) Fix: require-atomic-updates false positive across await (fixes [#​11954](https://togithub.com/eslint/eslint/issues/11954)) ([#​13915](https://togithub.com/eslint/eslint/issues/13915)) (buhi) - [`301d0c0`](https://togithub.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1) Fix: no-constant-condition false positives with unary expressions ([#​13927](https://togithub.com/eslint/eslint/issues/13927)) (Milos Djermanovic) - [`555c128`](https://togithub.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13) Fix: false positive with await and \*\* in no-extra-parens (fixes [#​12739](https://togithub.com/eslint/eslint/issues/12739)) ([#​13923](https://togithub.com/eslint/eslint/issues/13923)) (Milos Djermanovic) - [`d93c935`](https://togithub.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9) Docs: update JSON Schema links ([#​13936](https://togithub.com/eslint/eslint/issues/13936)) (Milos Djermanovic) - [`8d0c93a`](https://togithub.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac) Upgrade: table@6.0.4 ([#​13920](https://togithub.com/eslint/eslint/issues/13920)) (Rouven Weßling) - [`9247683`](https://togithub.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53) Docs: Remove for deleted npm run profile script ([#​13931](https://togithub.com/eslint/eslint/issues/13931)) (Brandon Mills) - [`ab240d4`](https://togithub.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70) Fix: prefer-exponentiation-operator invalid autofix with await ([#​13924](https://togithub.com/eslint/eslint/issues/13924)) (Milos Djermanovic) - [`dc76911`](https://togithub.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b) Chore: Add .pre-commit-hooks.yaml file ([#​13628](https://togithub.com/eslint/eslint/issues/13628)) (Álvaro Mondéjar) - [`2124e1b`](https://togithub.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50) Docs: Fix wrong rule name ([#​13913](https://togithub.com/eslint/eslint/issues/13913)) (noisyboy25) - [`06b5809`](https://togithub.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26) Sponsors: Sync README with website (ESLint Jenkins) - [`26fc12f`](https://togithub.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009) Docs: Update README team and sponsors (ESLint Jenkins)
prettier/eslint-config-prettier ### [`v7.1.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-710-2020-12-19) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.1.0) - Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung ([@​fisker](https://togithub.com/fisker))!
igorshubovych/markdownlint-cli ### [`v0.26.0`](https://togithub.com/igorshubovych/markdownlint-cli/releases/v0.26.0) [Compare Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.25.0...v0.26.0) - Update `markdownlint` dependency to 0.22.0 - Allow `extends` in config to reference installed packages by name - Add `markdownlint-disable-next-line` inline comment - Support JSON front matter - Improve `MD009`/`MD026`/`MD028`/`MD043` - Update dependencies (including `markdown-it` to v12). - Update all dependencies via `Dependabot`
nodejs/node ### [`v14.15.3`](https://togithub.com/nodejs/node/releases/v14.15.3) [Compare Source](https://togithub.com/nodejs/node/compare/v14.15.2...v14.15.3) ##### Notable Changes Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See [#​36550](https://togithub.com/nodejs/node/issues/36550) for more details. ##### Commits - \[[`4264d9aa67`](https://togithub.com/nodejs/node/commit/4264d9aa67)] - **_Revert_** "**http**: lazy create IncomingMessage.headers" (Beth Griggs) [#​36553](https://togithub.com/nodejs/node/pull/36553) ### [`v14.15.2`](https://togithub.com/nodejs/node/releases/v14.15.2) [Compare Source](https://togithub.com/nodejs/node/compare/v14.15.1...v14.15.2) ##### Notable Changes - **deps**: - upgrade npm to 6.14.9 (Myles Borins) [#​36450](https://togithub.com/nodejs/node/pull/36450) - update acorn to v8.0.4 (Michaël Zasso) [#​35791](https://togithub.com/nodejs/node/pull/35791) - **doc**: add release key for Danielle Adams (Danielle Adams) [#​35545](https://togithub.com/nodejs/node/pull/35545) - **http2**: check write not scheduled in scope destructor (David Halls) [#​36241](https://togithub.com/nodejs/node/pull/36241) - **stream**: fix regression on duplex end (Momtchil Momtchev) [#​35941](https://togithub.com/nodejs/node/pull/35941) ##### Commits - \[[`c508bfc66b`](https://togithub.com/nodejs/node/commit/c508bfc66b)] - **assert**: refactor to use more primordials (Antoine du Hamel) [#​35998](https://togithub.com/nodejs/node/pull/35998) - \[[`a9d3a0df29`](https://togithub.com/nodejs/node/commit/a9d3a0df29)] - **assert,repl**: enable ecmaVersion 2021 in acorn parser (Michaël Zasso) [#​35827](https://togithub.com/nodejs/node/pull/35827) - \[[`6d43c8dd69`](https://togithub.com/nodejs/node/commit/6d43c8dd69)] - **async_hooks**: refactor to use more primordials (Antoine du Hamel) [#​36168](https://togithub.com/nodejs/node/pull/36168) - \[[`029ea16a24`](https://togithub.com/nodejs/node/commit/029ea16a24)] - **async_hooks**: fix leak in AsyncLocalStorage exit (Stephen Belanger) [#​35779](https://togithub.com/nodejs/node/pull/35779) - \[[`d49e0ca73a`](https://togithub.com/nodejs/node/commit/d49e0ca73a)] - **benchmark**: fix build warnings (Gabriel Schulhof) [#​36157](https://togithub.com/nodejs/node/pull/36157) - \[[`d027be0551`](https://togithub.com/nodejs/node/commit/d027be0551)] - **benchmark**: ignore build artifacts for napi addons (Richard Lau) [#​35970](https://togithub.com/nodejs/node/pull/35970) - \[[`fdb1c0d31c`](https://togithub.com/nodejs/node/commit/fdb1c0d31c)] - **benchmark**: remove modules that require intl (Richard Lau) [#​35968](https://togithub.com/nodejs/node/pull/35968) - \[[`f6487960b5`](https://togithub.com/nodejs/node/commit/f6487960b5)] - **benchmark**: make the benchmark tool work with Node 10 (Joyee Cheung) [#​35817](https://togithub.com/nodejs/node/pull/35817) - \[[`21d3ccf5df`](https://togithub.com/nodejs/node/commit/21d3ccf5df)] - **benchmark**: add startup benchmark for loading public modules (Joyee Cheung) [#​35816](https://togithub.com/nodejs/node/pull/35816) - \[[`0477e000bf`](https://togithub.com/nodejs/node/commit/0477e000bf)] - **bootstrap**: refactor to use more primordials (Antoine du Hamel) [#​35999](https://togithub.com/nodejs/node/pull/35999) - \[[`699bb348d9`](https://togithub.com/nodejs/node/commit/699bb348d9)] - **build**: replace which with command -v (raisinten) [#​36118](https://togithub.com/nodejs/node/pull/36118) - \[[`304e269001`](https://togithub.com/nodejs/node/commit/304e269001)] - **build**: try “python3” as a last resort for 3.x (Ole André Vadla Ravnås) [#​35983](https://togithub.com/nodejs/node/pull/35983) - \[[`6bafe04911`](https://togithub.com/nodejs/node/commit/6bafe04911)] - **build**: conditionally clear vcinstalldir (Brian Ingenito) [#​36009](https://togithub.com/nodejs/node/pull/36009) - \[[`f498127c41`](https://togithub.com/nodejs/node/commit/f498127c41)] - **build**: fix zlib inlining for IA-32 (raisinten) [#​35679](https://togithub.com/nodejs/node/pull/35679) - \[[`f33fa264cc`](https://togithub.com/nodejs/node/commit/f33fa264cc)] - **build**: fix lint-js-fix target (Antoine du Hamel) [#​35927](https://togithub.com/nodejs/node/pull/35927) - \[[`67d31827ac`](https://togithub.com/nodejs/node/commit/67d31827ac)] - **build**: add vcbuilt test-doc target (Antoine du Hamel) [#​35708](https://togithub.com/nodejs/node/pull/35708) - \[[`2a8c2ddcb1`](https://togithub.com/nodejs/node/commit/2a8c2ddcb1)] - **build**: add license-builder GitHub Action (Tierney Cyren) [#​35712](https://togithub.com/nodejs/node/pull/35712) - \[[`6c61b9372b`](https://togithub.com/nodejs/node/commit/6c61b9372b)] - **build**: use make functions instead of echo (Antoine du Hamel) [#​35707](https://togithub.com/nodejs/node/pull/35707) - \[[`4813d913e3`](https://togithub.com/nodejs/node/commit/4813d913e3)] - **build**: use GITHUB_ENV file to set env variables (Michaël Zasso) [#​35638](https://togithub.com/nodejs/node/pull/35638) - \[[`71e0f33751`](https://togithub.com/nodejs/node/commit/71e0f33751)] - **build**: do not install jq in workflows (Michaël Zasso) [#​35638](https://togithub.com/nodejs/node/pull/35638) - \[[`8ab7f258d4`](https://togithub.com/nodejs/node/commit/8ab7f258d4)] - **build, tools**: look for local installation of NASM (Richard Lau) [#​36014](https://togithub.com/nodejs/node/pull/36014) - \[[`50552facb7`](https://togithub.com/nodejs/node/commit/50552facb7)] - **build,tools**: gitHub Actions: use Node.js Fermium (Antoine du Hamel) [#​35840](https://togithub.com/nodejs/node/pull/35840) - \[[`77b7c985f6`](https://togithub.com/nodejs/node/commit/77b7c985f6)] - **build,tools**: add lint-js-doc target (Antoine du Hamel) [#​35708](https://togithub.com/nodejs/node/pull/35708) - \[[`929e1272ee`](https://togithub.com/nodejs/node/commit/929e1272ee)] - **cluster**: refactor to use more primordials (Antoine du Hamel) [#​36011](https://togithub.com/nodejs/node/pull/36011) - \[[`568e6177c9`](https://togithub.com/nodejs/node/commit/568e6177c9)] - **console**: use more primordials (Antoine du Hamel) [#​35734](https://togithub.com/nodejs/node/pull/35734) - \[[`6cea3152fe`](https://togithub.com/nodejs/node/commit/6cea3152fe)] - **deps**: upgrade npm to 6.14.9 (Myles Borins) [#​36450](https://togithub.com/nodejs/node/pull/36450) - \[[`d2ee676eb9`](https://togithub.com/nodejs/node/commit/d2ee676eb9)] - **deps**: cherry-pick [`9a49b22`](https://togithub.com/nodejs/node/commit/9a49b22) from V8 upstream (Daniel Bevenius) [#​35939](https://togithub.com/nodejs/node/pull/35939) - \[[`7367e6c6be`](https://togithub.com/nodejs/node/commit/7367e6c6be)] - **deps**: update acorn to v8.0.4 (Michaël Zasso) [#​35791](https://togithub.com/nodejs/node/pull/35791) - \[[`4937a34be6`](https://togithub.com/nodejs/node/commit/4937a34be6)] - **deps**: fix typo in zlib.gyp that break arm-fpu-neon build (lucasg) [#​35659](https://togithub.com/nodejs/node/pull/35659) - \[[`1e8dfb9d2c`](https://togithub.com/nodejs/node/commit/1e8dfb9d2c)] - **deps**: upgrade to cjs-module-lexer@1.0.0 (Guy Bedford) [#​35928](https://togithub.com/nodejs/node/pull/35928) - \[[`0356963f0e`](https://togithub.com/nodejs/node/commit/0356963f0e)] - **deps**: update to cjs-module-lexer@0.5.2 (Guy Bedford) [#​35901](https://togithub.com/nodejs/node/pull/35901) - \[[`172be4ffe0`](https://togithub.com/nodejs/node/commit/172be4ffe0)] - **deps**: upgrade to cjs-module-lexer@0.5.0 (Guy Bedford) [#​35871](https://togithub.com/nodejs/node/pull/35871) - \[[`1f7740691d`](https://togithub.com/nodejs/node/commit/1f7740691d)] - **deps**: update to cjs-module-lexer@0.4.3 (Guy Bedford) [#​35745](https://togithub.com/nodejs/node/pull/35745) - \[[`47bd445e56`](https://togithub.com/nodejs/node/commit/47bd445e56)] - **doc**: remove stray comma in url.md (Rich Trott) [#​36175](https://togithub.com/nodejs/node/pull/36175) - \[[`2f76a75fc6`](https://togithub.com/nodejs/node/commit/2f76a75fc6)] - **doc**: revise agent.destroy() text (Rich Trott) [#​36163](https://togithub.com/nodejs/node/pull/36163) - \[[`72fb6f88ab`](https://togithub.com/nodejs/node/commit/72fb6f88ab)] - **doc**: add compatibility/interop technical value (Geoffrey Booth) [#​35323](https://togithub.com/nodejs/node/pull/35323) - \[[`f5efd54727`](https://togithub.com/nodejs/node/commit/f5efd54727)] - **doc**: de-emphasize wrapping in napi_define_class (Gabriel Schulhof) [#​36159](https://togithub.com/nodejs/node/pull/36159) - \[[`8a7c2b951d`](https://togithub.com/nodejs/node/commit/8a7c2b951d)] - **doc**: clarify text about process not responding (Rich Trott) [#​36117](https://togithub.com/nodejs/node/pull/36117) - \[[`800e1db83d`](https://togithub.com/nodejs/node/commit/800e1db83d)] - **doc**: esm docs consolidation and reordering (Guy Bedford) [#​36046](https://togithub.com/nodejs/node/pull/36046) - \[[`4fad888fe1`](https://togithub.com/nodejs/node/commit/4fad888fe1)] - **doc**: move shigeki to emeritus (Rich Trott) [#​36093](https://togithub.com/nodejs/node/pull/36093) - \[[`c088434b4d`](https://togithub.com/nodejs/node/commit/c088434b4d)] - **doc**: document the error when cwd not exists in child_process.spawn (FeelyChau) [#​34505](https://togithub.com/nodejs/node/pull/34505) - \[[`4dbbbaa2e9`](https://togithub.com/nodejs/node/commit/4dbbbaa2e9)] - **doc**: fix typo in debugger.md (Rich Trott) [#​36066](https://togithub.com/nodejs/node/pull/36066) - \[[`d796bc7348`](https://togithub.com/nodejs/node/commit/d796bc7348)] - **doc**: update list styles for remark-parse@9 rendering (Rich Trott) [#​36049](https://togithub.com/nodejs/node/pull/36049) - \[[`6daf204f32`](https://togithub.com/nodejs/node/commit/6daf204f32)] - **doc**: escape asterisk in cctest gtest-filter (raisinten) [#​36034](https://togithub.com/nodejs/node/pull/36034) - \[[`9470bf5872`](https://togithub.com/nodejs/node/commit/9470bf5872)] - **doc**: move v8.getHeapCodeStatistics() (Rich Trott) [#​36027](https://togithub.com/nodejs/node/pull/36027) - \[[`30cd797c15`](https://togithub.com/nodejs/node/commit/30cd797c15)] - **doc**: add note regarding file structure in src/README.md (Denys Otrishko) [#​35000](https://togithub.com/nodejs/node/pull/35000) - \[[`cddcfcde9f`](https://togithub.com/nodejs/node/commit/cddcfcde9f)] - **doc**: advise users to import the full set of trusted release keys (Reşat SABIQ) [#​32655](https://togithub.com/nodejs/node/pull/32655) - \[[`1ca1f262a5`](https://togithub.com/nodejs/node/commit/1ca1f262a5)] - **doc**: fix crypto doc linter errors (Antoine du Hamel) [#​36035](https://togithub.com/nodejs/node/pull/36035) - \[[`b11725eb9e`](https://togithub.com/nodejs/node/commit/b11725eb9e)] - **doc**: revise v8.getHeapSnapshot() (Rich Trott) [#​35849](https://togithub.com/nodejs/node/pull/35849) - \[[`990facbc3e`](https://togithub.com/nodejs/node/commit/990facbc3e)] - **doc**: update core-validate-commit link in guide (Daijiro Wachi) [#​35938](https://togithub.com/nodejs/node/pull/35938) - \[[`773685c2a4`](https://togithub.com/nodejs/node/commit/773685c2a4)] - **doc**: update benchmark CI test indicator in README (Rich Trott) [#​35945](https://togithub.com/nodejs/node/pull/35945) - \[[`c90571ff2a`](https://togithub.com/nodejs/node/commit/c90571ff2a)] - **doc**: add new wordings to the API description (Pooja D.P) [#​35588](https://togithub.com/nodejs/node/pull/35588) - \[[`6259c2d231`](https://togithub.com/nodejs/node/commit/6259c2d231)] - **doc**: option --prof documentation help added (krank2me) [#​34991](https://togithub.com/nodejs/node/pull/34991) - \[[`98e4b77b89`](https://togithub.com/nodejs/node/commit/98e4b77b89)] - **doc**: fix release-schedule link in backport guide (Daijiro Wachi) [#​35920](https://togithub.com/nodejs/node/pull/35920) - \[[`51ce1a2fa8`](https://togithub.com/nodejs/node/commit/51ce1a2fa8)] - **doc**: update tables in README files for linting changes (Rich Trott) [#​35905](https://togithub.com/nodejs/node/pull/35905) - \[[`513bed2776`](https://togithub.com/nodejs/node/commit/513bed2776)] - **doc**: temporarily disable list-item-bullet-indent (Nick Schonning) [#​35647](https://togithub.com/nodejs/node/pull/35647) - \[[`733c9da1e9`](https://togithub.com/nodejs/node/commit/733c9da1e9)] - **doc**: disable no-undefined-references workarounds (Nick Schonning) [#​35647](https://togithub.com/nodejs/node/pull/35647) - \[[`6e1612fa15`](https://togithub.com/nodejs/node/commit/6e1612fa15)] - **doc**: adjust table alignment for remark v13 (Nick Schonning) [#​35647](https://togithub.com/nodejs/node/pull/35647) - \[[`a15dede26d`](https://togithub.com/nodejs/node/commit/a15dede26d)] - **doc**: move bnoordhuis to emeritus (Ben Noordhuis) [#​35865](https://togithub.com/nodejs/node/pull/35865) - \[[`26e42939f2`](https://togithub.com/nodejs/node/commit/26e42939f2)] - **doc**: add on statement in the APIs docs (Pooja D.P) [#​35610](https://togithub.com/nodejs/node/pull/35610) - \[[`9486f5fc37`](https://togithub.com/nodejs/node/commit/9486f5fc37)] - **doc**: move ronkorving to emeritus (Rich Trott) [#​35828](https://togithub.com/nodejs/node/pull/35828) - \[[`3f3d2d781b`](https://togithub.com/nodejs/node/commit/3f3d2d781b)] - **doc**: recommend test-doc instead of lint-md (Antoine du Hamel) [#​35708](https://togithub.com/nodejs/node/pull/35708) - \[[`8131d954d9`](https://togithub.com/nodejs/node/commit/8131d954d9)] - **doc**: fix reference to googletest test fixture (Tobias Nießen) [#​35813](https://togithub.com/nodejs/node/pull/35813) - \[[`34d6ca3bef`](https://togithub.com/nodejs/node/commit/34d6ca3bef)] - **doc**: add conditional example for setBreakpoint() (Chris Opperwall) [#​35823](https://togithub.com/nodejs/node/pull/35823) - \[[`29849743b8`](https://togithub.com/nodejs/node/commit/29849743b8)] - **doc**: make small improvements to REPL doc (Rich Trott) [#​35808](https://togithub.com/nodejs/node/pull/35808) - \[[`02f9a2a77a`](https://togithub.com/nodejs/node/commit/02f9a2a77a)] - **doc**: update MessagePort documentation for EventTarget inheritance (Anna Henningsen) [#​35839](https://togithub.com/nodejs/node/pull/35839) - \[[`9c7d4bd0f3`](https://togithub.com/nodejs/node/commit/9c7d4bd0f3)] - **doc**: use case-sensitive in the example (Pooja D.P) [#​35624](https://togithub.com/nodejs/node/pull/35624) - \[[`600cffae3c`](https://togithub.com/nodejs/node/commit/600cffae3c)] - **doc**: consolidate and clarify breakOnSigInt text (Rich Trott) [#​35787](https://togithub.com/nodejs/node/pull/35787) - \[[`0de3f564b2`](https://togithub.com/nodejs/node/commit/0de3f564b2)] - **doc**: add a subsystems header in pull-requests.md (Pooja D.P) [#​35718](https://togithub.com/nodejs/node/pull/35718) - \[[`47b4b2be29`](https://togithub.com/nodejs/node/commit/47b4b2be29)] - **doc**: add require statement in the example (Pooja D.P) [#​35554](https://togithub.com/nodejs/node/pull/35554) - \[[`77cfcba7c8`](https://togithub.com/nodejs/node/commit/77cfcba7c8)] - **doc**: modified memory set statement set size (Pooja D.P) [#​35517](https://togithub.com/nodejs/node/pull/35517) - \[[`41937f76f0`](https://togithub.com/nodejs/node/commit/41937f76f0)] - **doc**: use kbd element in readline doc prose (Rich Trott) [#​35737](https://togithub.com/nodejs/node/pull/35737) - \[[`eee62b05f6`](https://togithub.com/nodejs/node/commit/eee62b05f6)] - **doc**: fix header level in fs.md (ax1) [#​35771](https://togithub.com/nodejs/node/pull/35771) - \[[`63533d7d56`](https://togithub.com/nodejs/node/commit/63533d7d56)] - **doc**: remove stability warning in v8 module doc (Rich Trott) [#​35774](https://togithub.com/nodejs/node/pull/35774) - \[[`62bf1a63d6`](https://togithub.com/nodejs/node/commit/62bf1a63d6)] - **doc**: mark optional parameters in timers.md (Vse Mozhe Buty) [#​35764](https://togithub.com/nodejs/node/pull/35764) - \[[`4dc5e4a354`](https://togithub.com/nodejs/node/commit/4dc5e4a354)] - **doc**: add a example code to API doc property (Pooja D.P) [#​35738](https://togithub.com/nodejs/node/pull/35738) - \[[`8ef0652566`](https://togithub.com/nodejs/node/commit/8ef0652566)] - **doc**: update console.error example (Lee, Bonggi) [#​34964](https://togithub.com/nodejs/node/pull/34964) - \[[`47ba12265e`](https://togithub.com/nodejs/node/commit/47ba12265e)] - **doc**: improve text for breakOnSigint (Rich Trott) [#​35692](https://togithub.com/nodejs/node/pull/35692) - \[[`c0d9756163`](https://togithub.com/nodejs/node/commit/c0d9756163)] - **doc**: this prints replaced with this is printed (Pooja D.P) [#​35515](https://togithub.com/nodejs/node/pull/35515) - \[[`2feb86e635`](https://togithub.com/nodejs/node/commit/2feb86e635)] - **doc**: update package.json field definitions (Myles Borins) [#​35741](https://togithub.com/nodejs/node/pull/35741) - \[[`d0d67c67c0`](https://togithub.com/nodejs/node/commit/d0d67c67c0)] - **doc**: add Installing Node.js header in BUILDING.md (Pooja D.P) [#​35710](https://togithub.com/nodejs/node/pull/35710) - \[[`7c089ad04c`](https://togithub.com/nodejs/node/commit/7c089ad04c)] - **doc**: use kbd element in readline doc (Rich Trott) [#​35698](https://togithub.com/nodejs/node/pull/35698) - \[[`ba623ef35a`](https://togithub.com/nodejs/node/commit/ba623ef35a)] - **doc**: add release key for Danielle Adams (Danielle Adams) [#​35545](https://togithub.com/nodejs/node/pull/35545) - \[[`df4043bed3`](https://togithub.com/nodejs/node/commit/df4043bed3)] - **doc**: use kbd element in os doc (Rich Trott) [#​35656](https://togithub.com/nodejs/node/pull/35656) - \[[`4d72e982de`](https://togithub.com/nodejs/node/commit/4d72e982de)] - **doc**: add a statement in the documentation. (Pooja D.P) [#​35585](https://togithub.com/nodejs/node/pull/35585) - \[[`238885288d`](https://togithub.com/nodejs/node/commit/238885288d)] - **doc**: clarify experimental API elements in vm.md (Rich Trott) [#​35594](https://togithub.com/nodejs/node/pull/35594) - \[[`806a269a83`](https://togithub.com/nodejs/node/commit/806a269a83)] - **doc**: importModuleDynamically gets Script, not Module (Simen Bekkhus) [#​35593](https://togithub.com/nodejs/node/pull/35593) - \[[`6c4e697f56`](https://togithub.com/nodejs/node/commit/6c4e697f56)] - **doc**: fix EventEmitter examples (Sourav Shaw) [#​33513](https://togithub.com/nodejs/node/pull/33513) - \[[`f6ebd81693`](https://togithub.com/nodejs/node/commit/f6ebd81693)] - **doc**: add example code for process.getgroups() (Pooja D.P) [#​35625](https://togithub.com/nodejs/node/pull/35625) - \[[`2c342662e5`](https://togithub.com/nodejs/node/commit/2c342662e5)] - **doc**: use kbd element in tty doc (Rich Trott) [#​35613](https://togithub.com/nodejs/node/pull/35613) - \[[`f723335f9e`](https://togithub.com/nodejs/node/commit/f723335f9e)] - **doc**: remove documentation for stream.\_construct() (Luigi Pinca) [#​36119](https://togithub.com/nodejs/node/pull/36119) - \[[`e71b4baa88`](https://togithub.com/nodejs/node/commit/e71b4baa88)] - **doc**: Remove reference to io.js (Hussaina Begum Nandyala) [#​35618](https://togithub.com/nodejs/node/pull/35618) - \[[`4faf71b474`](https://togithub.com/nodejs/node/commit/4faf71b474)] - **doc,crypto**: added sign/verify method changes about dsaEncoding (Filip Skokan) [#​35480](https://togithub.com/nodejs/node/pull/35480) - \[[`e9d485f878`](https://togithub.com/nodejs/node/commit/e9d485f878)] - **doc,esm**: document experimental warning removal (Antoine du Hamel) [#​35750](https://togithub.com/nodejs/node/pull/35750) - \[[`17c3fc67cf`](https://togithub.com/nodejs/node/commit/17c3fc67cf)] - **doc,fs**: document value of stats.isDirectory on symbolic links (coderaiser) [#​27413](https://togithub.com/nodejs/node/pull/27413) - \[[`fc17ead531`](https://togithub.com/nodejs/node/commit/fc17ead531)] - **doc,net**: document socket.timeout (Brandon Kobel) [#​34543](https://togithub.com/nodejs/node/pull/34543) - \[[`dc589b541f`](https://togithub.com/nodejs/node/commit/dc589b541f)] - **doc,src,test**: revise C++ code for linter update (Rich Trott) [#​35719](https://togithub.com/nodejs/node/pull/35719) - \[[`0a944a42c0`](https://togithub.com/nodejs/node/commit/0a944a42c0)] - **doc,stream**: write(chunk, encoding, cb) encoding can be null (dev-script) [#​35372](https://togithub.com/nodejs/node/pull/35372) - \[[`be79250aad`](https://togithub.com/nodejs/node/commit/be79250aad)] - **doc,test**: update v8 method doc and comment (Rich Trott) [#​35795](https://togithub.com/nodejs/node/pull/35795) - \[[`8fdf077efc`](https://togithub.com/nodejs/node/commit/8fdf077efc)] - **doc,url**: fix url.hostname example (Rishabh Mehan) [#​33735](https://togithub.com/nodejs/node/pull/33735) - \[[`3a08afc402`](https://togithub.com/nodejs/node/commit/3a08afc402)] - **domain**: refactor to use more primordials (Antoine du Hamel) [#​35885](https://togithub.com/nodejs/node/pull/35885) - \[[`8d672b8e53`](https://togithub.com/nodejs/node/commit/8d672b8e53)] - **esm**: refactor to use more primordials (Antoine du Hamel) [#​36019](https://togithub.com/nodejs/node/pull/36019) - \[[`570a8bfe12`](https://togithub.com/nodejs/node/commit/570a8bfe12)] - **events**: port some wpt tests (Benjamin Gruenbaum) [#​33621](https://togithub.com/nodejs/node/pull/33621) - \[[`8ef4557c65`](https://togithub.com/nodejs/node/commit/8ef4557c65)] - **events**: make eventTarget.removeAllListeners() return this (Luigi Pinca) [#​35805](https://togithub.com/nodejs/node/pull/35805) - \[[`d27e56356b`](https://togithub.com/nodejs/node/commit/d27e56356b)] - **fs**: remove experimental from promises.rmdir recursive (Anders Kaseorg) [#​36131](https://togithub.com/nodejs/node/pull/36131) - \[[`8d84bdc46b`](https://togithub.com/nodejs/node/commit/8d84bdc46b)] - **fs**: filehandle read now accepts object as argument (Nikola Glavina) [#​34180](https://togithub.com/nodejs/node/pull/34180) - \[[`7c3b6f17e3`](https://togithub.com/nodejs/node/commit/7c3b6f17e3)] - **fs**: replace finally with PromisePrototypeFinally (Baruch Odem (Rothkoff)) [#​35995](https://togithub.com/nodejs/node/pull/35995) - \[[`2f692c4cc6`](https://togithub.com/nodejs/node/commit/2f692c4cc6)] - **fs**: remove unnecessary Function#bind() in fs/promises (Ben Noordhuis) [#​35208](https://togithub.com/nodejs/node/pull/35208) - \[[`5f0c8142b7`](https://togithub.com/nodejs/node/commit/5f0c8142b7)] - **fs**: remove unused assignment (Rich Trott) [#​35642](https://togithub.com/nodejs/node/pull/35642) - \[[`e2b8734d20`](https://togithub.com/nodejs/node/commit/e2b8734d20)] - **gyp,build**: consistent shared library location (Rod Vagg) [#​35635](https://togithub.com/nodejs/node/pull/35635) - \[[`45aee0d25e`](https://togithub.com/nodejs/node/commit/45aee0d25e)] - **http**: fix typo in comment (Hollow Man) [#​36193](https://togithub.com/nodejs/node/pull/36193) - \[[`b58725c4c0`](https://togithub.com/nodejs/node/commit/b58725c4c0)] - **http**: lazy create IncomingMessage.headers (Robert Nagy) [#​35281](https://togithub.com/nodejs/node/pull/35281) - \[[`71c3efe278`](https://togithub.com/nodejs/node/commit/71c3efe278)] - **http2**: check write not scheduled in scope destructor (David Halls) [#​36241](https://togithub.com/nodejs/node/pull/36241) - \[[`ab2b066fc1`](https://togithub.com/nodejs/node/commit/ab2b066fc1)] - **http2**: delay session.receive() by a tick (Szymon Marczak) [#​35985](https://togithub.com/nodejs/node/pull/35985) - \[[`c4e17cfa25`](https://togithub.com/nodejs/node/commit/c4e17cfa25)] - **http2**: add has method to proxySocketHandler (masx200) [#​35197](https://togithub.com/nodejs/node/pull/35197) - \[[`c455b848d9`](https://togithub.com/nodejs/node/commit/c455b848d9)] - **http2**: centralise socket event binding in Http2Session (Momtchil Momtchev) [#​35772](https://togithub.com/nodejs/node/pull/35772) - \[[`dce01fd27f`](https://togithub.com/nodejs/node/commit/dce01fd27f)] - **http2**: move events to the JSStreamSocket (Momtchil Momtchev) [#​35772](https://togithub.com/nodejs/node/pull/35772) - \[[`92bd7b522a`](https://togithub.com/nodejs/node/commit/92bd7b522a)] - **http2**: fix error stream write followed by destroy (David Halls) [#​35951](https://togithub.com/nodejs/node/pull/35951) - \[[`ec9fae96bc`](https://togithub.com/nodejs/node/commit/ec9fae96bc)] - **http2**: fix reinjection check (Momtchil Momtchev) [#​35678](https://togithub.com/nodejs/node/pull/35678) - \[[`57f2fe0609`](https://togithub.com/nodejs/node/commit/57f2fe0609)] - **http2**: reinject data received before http2 is attached (Momtchil Momtchev) [#​35678](https://togithub.com/nodejs/node/pull/35678) - \[[`2dbaaf92e5`](https://togithub.com/nodejs/node/commit/2dbaaf92e5)] - **http2**: remove unsupported %.\* specifier (Momtchil Momtchev) [#​35694](https://togithub.com/nodejs/node/pull/35694) - \[[`de3c8045ac`](https://togithub.com/nodejs/node/commit/de3c8045ac)] - **lib**: refactor to use more primordials (Antoine du Hamel) [#​35875](https://togithub.com/nodejs/node/pull/35875) - \[[`41d997cc72`](https://togithub.com/nodejs/node/commit/41d997cc72)] - **lib**: use primordials when calling methods of Error (Antoine du Hamel) [#​35837](https://togithub.com/nodejs/node/pull/35837) - \[[`d58a466da0`](https://togithub.com/nodejs/node/commit/d58a466da0)] - **lib**: honor setUncaughtExceptionCaptureCallback (Gireesh Punathil) [#​35595](https://togithub.com/nodejs/node/pull/35595) - \[[`1fdf72765b`](https://togithub.com/nodejs/node/commit/1fdf72765b)] - **module**: only try to enrich CJS syntax errors (Michaël Zasso) [#​35691](https://togithub.com/nodejs/node/pull/35691) - \[[`81b0562c62`](https://togithub.com/nodejs/node/commit/81b0562c62)] - **n-api**: clean up binding creation (Gabriel Schulhof) [#​36170](https://togithub.com/nodejs/node/pull/36170) - \[[`7a01e241ee`](https://togithub.com/nodejs/node/commit/7a01e241ee)] - **n-api**: fix test_async_context warnings (Gabriel Schulhof) [#​36171](https://togithub.com/nodejs/node/pull/36171) - \[[`dde727e72f`](https://togithub.com/nodejs/node/commit/dde727e72f)] - **n-api**: improve consistency of how we get context (Michael Dawson) [#​36068](https://togithub.com/nodejs/node/pull/36068) - \[[`08657e7e11`](https://togithub.com/nodejs/node/commit/08657e7e11)] - **n-api**: factor out calling pattern (Gabriel Schulhof) [#​36113](https://togithub.com/nodejs/node/pull/36113) - \[[`88aa4e0d25`](https://togithub.com/nodejs/node/commit/88aa4e0d25)] - **n-api**: unlink reference during its destructor (Gabriel Schulhof) [#​35933](https://togithub.com/nodejs/node/pull/35933) - \[[`1cb50c17d3`](https://togithub.com/nodejs/node/commit/1cb50c17d3)] - **n-api**: napi_make_callback emit async init with resource of async_context (legendecas) [#​32930](https://togithub.com/nodejs/node/pull/32930) - \[[`f1e84f4dd8`](https://togithub.com/nodejs/node/commit/f1e84f4dd8)] - **n-api**: revert change to finalization (Michael Dawson) [#​35777](https://togithub.com/nodejs/node/pull/35777) - \[[`e16124979d`](https://togithub.com/nodejs/node/commit/e16124979d)] - **querystring**: reduce memory usage by Int8Array (sapics) [#​34179](https://togithub.com/nodejs/node/pull/34179) - \[[`5c81a1071e`](https://togithub.com/nodejs/node/commit/5c81a1071e)] - **src**: refactor using-declarations node_env_var.cc (raisinten) [#​36128](https://togithub.com/nodejs/node/pull/36128) - \[[`2770cd941e`](https://togithub.com/nodejs/node/commit/2770cd941e)] - **src**: remove duplicate logic for getting buffer (Yash Ladha) [#​34553](https://togithub.com/nodejs/node/pull/34553) - \[[`f2300390aa`](https://togithub.com/nodejs/node/commit/f2300390aa)] - **src**: create helper for reading Uint32BE (Juan José Arboleda) [#​34944](https://togithub.com/nodejs/node/pull/34944) - \[[`34c870e9f0`](https://togithub.com/nodejs/node/commit/34c870e9f0)] - **src**: use MaybeLocal.ToLocal instead of IsEmpty (Daniel Bevenius) [#​35716](https://togithub.com/nodejs/node/pull/35716) - \[[`00d9499b14`](https://togithub.com/nodejs/node/commit/00d9499b14)] - **src**: large pages support in illumos/solaris systems (David Carlier) [#​34320](https://togithub.com/nodejs/node/pull/34320) - \[[`7c99885a9b`](https://togithub.com/nodejs/node/commit/7c99885a9b)] - **stream**: fix thrown object reference (Gil Pedersen) [#​36065](https://togithub.com/nodejs/node/pull/36065) - \[[`1cefb7e710`](https://togithub.com/nodejs/node/commit/1cefb7e710)] - **stream**: fix regression on duplex end (Momtchil Momtchev) [#​35941](https://togithub.com/nodejs/node/pull/35941) - \[[`d1fd3f27e4`](https://togithub.com/nodejs/node/commit/d1fd3f27e4)] - **stream**: remove redundant context from comments (Yash Ladha) [#​35728](https://togithub.com/nodejs/node/pull/35728) - \[[`fb14acb22c`](https://togithub.com/nodejs/node/commit/fb14acb22c)] - **stream**: move to internal/streams (Matteo Collina) [#​35239](https://togithub.com/nodejs/node/pull/35239) - \[[`40d59281f7`](https://togithub.com/nodejs/node/commit/40d59281f7)] - **test**: update comments in test-fs-read-offset-null (Rich Trott) [#​36152](https://togithub.com/nodejs/node/pull/36152) - \[[`a563f79d80`](https://togithub.com/nodejs/node/commit/a563f79d80)] - **test**: fix typo in inspector-helper.js (Luigi Pinca) [#​36127](https://togithub.com/nodejs/node/pull/36127) - \[[`3e77536c6b`](https://togithub.com/nodejs/node/commit/3e77536c6b)] - **test**: deflake test-http-destroyed-socket-write2 (Luigi Pinca) [#​36120](https://togithub.com/nodejs/node/pull/36120) - \[[`402e29a87c`](https://togithub.com/nodejs/node/commit/402e29a87c)] - **test**: make test-http2-client-jsstream-destroy.js reliable (Rich Trott) [#​36129](https://togithub.com/nodejs/node/pull/36129) - \[[`b6aa42c349`](https://togithub.com/nodejs/node/commit/b6aa42c349)] - **test**: add test for fs.read when offset key is null (mayank agarwal) [#​35918](https://togithub.com/nodejs/node/pull/35918) - \[[`8516c2ef90`](https://togithub.com/nodejs/node/commit/8516c2ef90)] - **test**: improve test-stream-duplex-readable-end (Luigi Pinca) [#​36056](https://togithub.com/nodejs/node/pull/36056) - \[[`b53068ec0d`](https://togithub.com/nodejs/node/commit/b53068ec0d)] - **test**: add util.inspect test for null maxStringLength (Rich Trott) [#​36086](https://togithub.com/nodejs/node/pull/36086) - \[[`3029872631`](https://togithub.com/nodejs/node/commit/3029872631)] - **test**: replace var with const (Aleksandr Krutko) [#​36069](https://togithub.com/nodejs/node/pull/36069) - \[[`b05cdfee64`](https://togithub.com/nodejs/node/commit/b05cdfee64)] - **test**: remove flaky designation for fixed test (Rich Trott) [#​35961](https://togithub.com/nodejs/node/pull/35961) - \[[`002005f537`](https://togithub.com/nodejs/node/commit/002005f537)] - **test**: improve error message for policy failures (Bradley Meck) [#​35633](https://togithub.com/nodejs/node/pull/35633) - \[[`1453de1381`](https://togithub.com/nodejs/node/commit/1453de1381)] - **test**: update old comment style test_util.cc (raisinten) [#​35884](https://togithub.com/nodejs/node/pull/35884) - \[[`de375e16f4`](https://togithub.com/nodejs/node/commit/de375e16f4)] - **test**: add missing ref comments to parallel.status (Rich Trott) [#​35896](https://togithub.com/nodejs/node/pull/35896) - \[[`cab65fbe63`](https://togithub.com/nodejs/node/commit/cab65fbe63)] - **test**: mark test-worker-eventlooputil flaky (Myles Borins) [#​35886](https://togithub.com/nodejs/node/pull/35886) - \[[`4ed4b64293`](https://togithub.com/nodejs/node/commit/4ed4b64293)] - **test**: mark test-http2-respond-file-error-pipe-offset flaky (Myles Borins) [#​35883](https://togithub.com/nodejs/node/pull/35883) - \[[`a5b94180fe`](https://togithub.com/nodejs/node/commit/a5b94180fe)] - **test**: fix reference to WPT testharness.js (Tobias Nießen) [#​35814](https://togithub.com/nodejs/node/pull/35814) - \[[`3bb7f3602b`](https://togithub.com/nodejs/node/commit/3bb7f3602b)] - **test**: add onerror test cases to policy (Daijiro Wachi) [#​35797](https://togithub.com/nodejs/node/pull/35797) - \[[`0aba12218a`](https://togithub.com/nodejs/node/commit/0aba12218a)] - **test**: add upstream test cases to encoding (Daijiro Wachi) [#​35794](https://togithub.com/nodejs/node/pull/35794) - \[[`f535d6252f`](https://togithub.com/nodejs/node/commit/f535d6252f)] - **test**: add test for listen callback runtime binding (H Adinarayana) [#​35657](https://togithub.com/nodejs/node/pull/35657) - \[[`d62e72b341`](https://togithub.com/nodejs/node/commit/d62e72b341)] - **test**: refactor test-https-host-headers (himself65) [#​32805](https://togithub.com/nodejs/node/pull/32805) - \[[`70cb70812d`](https://togithub.com/nodejs/node/commit/70cb70812d)] - **test**: add common.mustSucceed (Tobias Nießen) [#​35086](https://togithub.com/nodejs/node/pull/35086) - \[[`226c1800a8`](https://togithub.com/nodejs/node/commit/226c1800a8)] - **test**: check for AbortController existence (James M Snell) [#​35616](https://togithub.com/nodejs/node/pull/35616) - \[[`41aac465cc`](https://togithub.com/nodejs/node/commit/41aac465cc)] - **timers**: correct explanation in comment (Turner Jabbour) [#​35437](https://togithub.com/nodejs/node/pull/35437) - \[[`713d1ebe75`](https://togithub.com/nodejs/node/commit/713d1ebe75)] - **tools**: bump unist-util-find@1.0.1 to unist-util-find@1.0.2 (Rich Trott) [#​36106](https://togithub.com/nodejs/node/pull/36106) - \[[`127a4fb810`](https://togithub.com/nodejs/node/commit/127a4fb810)] - **tools**: only use 2 cores for macos action (Myles Borins) [#​36169](https://togithub.com/nodejs/node/pull/36169) - \[[`75e49b833b`](https://togithub.com/nodejs/node/commit/75e49b833b)] - **tools**: remove bashisms from license builder script (Antoine du Hamel) [#​36122](https://togithub.com/nodejs/node/pull/36122) - \[[`28d6283f96`](https://togithub.com/nodejs/node/commit/28d6283f96)] - **tools**: hide commit queue action link (Antoine du Hamel) [#​36124](https://togithub.com/nodejs/node/pull/36124) - \[[`b7441ea4d2`](https://togithub.com/nodejs/node/commit/b7441ea4d2)] - **tools**: update doc tools to remark-parse@9.0.0 (Rich Trott) [#​36049](https://togithub.com/nodejs/node/pull/36049) - \[[`5a41282ef5`](https://togithub.com/nodejs/node/commit/5a41282ef5)] - **tools**: enforce use of single quotes in editorconfig (Antoine du Hamel) [#​36020](https://togithub.com/nodejs/node/pull/36020) - \[[`23dd2b00dd`](https://togithub.com/nodejs/node/commit/23dd2b00dd)] - **tools**: fix config serialization w/ long strings (Ole André Vadla Ravnås) [#​35982](https://togithub.com/nodejs/node/pull/35982) - \[[`4664681220`](https://togithub.com/nodejs/node/commit/4664681220)] - **tools**: don't print gold linker warning w/o flag (Myles Borins) [#​35955](https://togithub.com/nodejs/node/pull/35955) - \[[`dfd6ad9d99`](https://togithub.com/nodejs/node/commit/dfd6ad9d99)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#​35866](https://togithub.com/nodejs/node/pull/35866) - \[[`d177cb3993`](https://togithub.com/nodejs/node/commit/d177cb3993)] - **tools**: bump cpplint to 1.5.1 (Rich Trott) [#​35866](https://togithub.com/nodejs/node/pull/35866) - \[[`b19a85ed2a`](https://togithub.com/nodejs/node/commit/b19a85ed2a)] - **tools**: add update-npm script (Myles Borins) [#​35822](https://togithub.com/nodejs/node/pull/35822) - \[[`07e5d35d14`](https://togithub.com/nodejs/node/commit/07e5d35d14)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#​35719](https://togithub.com/nodejs/node/pull/35719) - \[[`c7301533de`](https://togithub.com/nodejs/node/commit/c7301533de)] - **tools**: bump cpplint to 1.5.0 (Rich Trott) [#​35719](https://togithub.com/nodejs/node/pull/35719) - \[[`985efdfa09`](https://togithub.com/nodejs/node/commit/985efdfa09)] - **tools**: update gyp-next to v0.6.2 (Michaël Zasso) [#​35690](https://togithub.com/nodejs/node/pull/35690) - \[[`baca8ee873`](https://togithub.com/nodejs/node/commit/baca8ee873)] - **tools**: update gyp-next to v0.6.0 (Ujjwal Sharma) [#​35635](https://togithub.com/nodejs/node/pull/35635) - \[[`3e7598da9b`](https://togithub.com/nodejs/node/commit/3e7598da9b)] - **tools,doc**: enable ecmaVersion 2021 in acorn parser (Antoine du Hamel) [#​35994](https://togithub.com/nodejs/node/pull/35994) - \[[`dfb353b882`](https://togithub.com/nodejs/node/commit/dfb353b882)] - **util**: fix to inspect getters that access this (raisinten) [#​36052](https://togithub.com/nodejs/node/pull/36052) - \[[`1906f19e49`](https://togithub.com/nodejs/node/commit/1906f19e49)] - **vm**: refactor to use more primordials (Antoine du Hamel) [#​36023](https://togithub.com/nodejs/node/pull/36023) - \[[`ffe517b40d`](https://togithub.com/nodejs/node/commit/ffe517b40d)] - **win, build**: fix build time on Windows (Bartosz Sosnowski) [#​35932](https://togithub.com/nodejs/node/pull/35932) - \[[`c4c8541621`](https://togithub.com/nodejs/node/commit/c4c8541621)] - **win,build,tools**: support VS prerelease (Baruch Odem) [#​36033](https://togithub.com/nodejs/node/pull/36033) - \[[`f59e225675`](https://togithub.com/nodejs/node/commit/f59e225675)] - **zlib**: test BrotliCompress throws invalid arg value (raisinten) [#​35830](https://togithub.com/nodejs/node/pull/35830)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

folke commented 3 years ago

:tada: This PR is included in version 3.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: