2BAD / ryanair

Unofficial typescript client for the Ryanair API that allows you to easily retrieve information about airports, flights and prices.
MIT License
15 stars 3 forks source link

Update all non-major dependencies #74

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@swc/core (source) 1.7.3 -> 1.7.14 age adoption passing confidence devDependencies patch
@types/node (source) 20.14.13 -> 20.16.1 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 2.0.4 -> 2.0.5 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 48.9.2 -> 48.11.0 age adoption passing confidence devDependencies minor
node (source) 22.5.1 -> 22.6.0 age adoption passing confidence volta minor
vitest (source) 2.0.4 -> 2.0.5 age adoption passing confidence devDependencies patch

Release Notes

swc-project/swc (@​swc/core) ### [`v1.7.14`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1714---2024-08-19) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.12...v1.7.14) ##### Bug Fixes - **(common)** Use `SourceMap::adjust_mappings` in correct order ([#​9447](https://togithub.com/swc-project/swc/issues/9447)) ([05961eb](https://togithub.com/swc-project/swc/commit/05961eb018e2e76ed5ef95de9bad923b2fe1df88)) - **(es)** Preserve more comments ([#​9449](https://togithub.com/swc-project/swc/issues/9449)) ([673655c](https://togithub.com/swc-project/swc/commit/673655c1697ff1d507f7acbfa937cbf1f58eb1d9)) ##### Features - **(es/decorators)** Groundwork for stage 3 decorator ([#​9450](https://togithub.com/swc-project/swc/issues/9450)) ([238ba8b](https://togithub.com/swc-project/swc/commit/238ba8b1d2220202129595185bd4411b9415cc99)) ##### Refactor - **(visit)** Remove `VisitAll` ([#​9448](https://togithub.com/swc-project/swc/issues/9448)) ([8845b76](https://togithub.com/swc-project/swc/commit/8845b76ac40b36791c79618c5ee89f05d2d08c96)) ### [`v1.7.12`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1712---2024-08-19) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.11...v1.7.12) ##### Bug Fixes - **(common)** Do not use `adjust_mappings` from `sourcemap` crate ([#​9437](https://togithub.com/swc-project/swc/issues/9437)) ([563c162](https://togithub.com/swc-project/swc/commit/563c162f1ca8904e7b9a61a0c79fad952a56d624)) - **(es)** Mark TypeScript nodes as reachable from `Evaluator` ([#​9440](https://togithub.com/swc-project/swc/issues/9440)) ([308e5ec](https://togithub.com/swc-project/swc/commit/308e5ec81b4e6d49c5940f2d8914d8627f838141)) - **(es/compat)** Init this in sub class constructor for async ([#​9446](https://togithub.com/swc-project/swc/issues/9446)) ([bfaf31b](https://togithub.com/swc-project/swc/commit/bfaf31bc4b90ff803457bfdafdbcef0318b76189)) - **(es/decorators)** Fix metadata for accessors ([#​9444](https://togithub.com/swc-project/swc/issues/9444)) ([99738ef](https://togithub.com/swc-project/swc/commit/99738ef41233211d6e26de520c3817d395492d37)) ##### Miscellaneous Tasks - **(deps)** Update rust crate arrayvec to v0.7.6 ([#​9436](https://togithub.com/swc-project/swc/issues/9436)) ([08dd948](https://togithub.com/swc-project/swc/commit/08dd948289006583c6f0f76850c08808651f9135)) ### [`v1.7.11`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1711---2024-08-14) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.10...v1.7.11) ##### Bug Fixes - **(es)** Improve sourcemap url error messages. ([#​9422](https://togithub.com/swc-project/swc/issues/9422)) ([230d1d9](https://togithub.com/swc-project/swc/commit/230d1d98b91bde2fa0de54e5fe06e899302e481c)) - **(visit)** Fix regression of AST paths ([#​9420](https://togithub.com/swc-project/swc/issues/9420)) ([9751518](https://togithub.com/swc-project/swc/commit/9751518a0aa1cbe07e2ad4db7a32b0c6cc342641)) ##### Features - **(es/typescript)** Add ` native_class_properties ` to skip reordering of class properties inits ([#​9421](https://togithub.com/swc-project/swc/issues/9421)) ([d2929d1](https://togithub.com/swc-project/swc/commit/d2929d1ce61a00360cc0596441041571a958da23)) - **(estree/compat)** Remove dependency on `rayon` ([#​9393](https://togithub.com/swc-project/swc/issues/9393)) ([34d1b27](https://togithub.com/swc-project/swc/commit/34d1b27251dab3f87dc3a39d245a3498b4c2b151)) - **(html/minifier)** Support using custom css minifier ([#​9425](https://togithub.com/swc-project/swc/issues/9425)) ([970cc81](https://togithub.com/swc-project/swc/commit/970cc81033b4a616643be6625bdf8da99614ba98)) ##### Miscellaneous Tasks - **(bindings/node)** Deprecate `parse` ([#​9419](https://togithub.com/swc-project/swc/issues/9419)) ([1bf467d](https://togithub.com/swc-project/swc/commit/1bf467d99fb72ebff42136e08d7f03d50872f64e)) - **(deps)** Update cargo (patch) ([#​9405](https://togithub.com/swc-project/swc/issues/9405)) ([baf4928](https://togithub.com/swc-project/swc/commit/baf4928ce2964e659af5ca77cd899427a8c29f60)) - **(es/preset-env)** Update core js compat data ([#​9407](https://togithub.com/swc-project/swc/issues/9407)) ([ce761cf](https://togithub.com/swc-project/swc/commit/ce761cf51571f70c9378b6b67759bac3af4f4f92)) - **(es/typescript)** Remove the workaround for wasm-bindgen ([#​9428](https://togithub.com/swc-project/swc/issues/9428)) ([55f7268](https://togithub.com/swc-project/swc/commit/55f72687f69eae131c6ce08d6a449afaa7357667)) ### [`v1.7.10`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1710---2024-08-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.9...v1.7.10) ##### Bug Fixes - **(es/typescript)** Strip optional mark and definite mark ([#​9411](https://togithub.com/swc-project/swc/issues/9411)) ([8c161a0](https://togithub.com/swc-project/swc/commit/8c161a003e741320434f31617bc2de98dd2c9a8f)) - **(es/typescript)** Strip exported default overload function declaration ([#​9412](https://togithub.com/swc-project/swc/issues/9412)) ([b395f48](https://togithub.com/swc-project/swc/commit/b395f483d1e0cb43b1f96126c5c17f9a8c9d0d32)) - **(es/typescript)** Strip `this` param in getter/setter ([#​9414](https://togithub.com/swc-project/swc/issues/9414)) ([442fb7b](https://togithub.com/swc-project/swc/commit/442fb7b48715597d62f8d09327f93acc66f2d1b8)) - **(es/typescript)** Update ts-strip type definition ([#​9415](https://togithub.com/swc-project/swc/issues/9415)) ([165c8fa](https://togithub.com/swc-project/swc/commit/165c8facd42d756077fde99defe91ffe656aede8)) ### [`v1.7.9`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#179---2024-08-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.6...v1.7.9) ##### Bug Fixes - **(es/typescript)** Strip class modifiers ([#​9399](https://togithub.com/swc-project/swc/issues/9399)) ([124e5ff](https://togithub.com/swc-project/swc/commit/124e5ffa7bcf26215a339450f6b40161dabbe5a4)) ### [`v1.7.6`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#176---2024-08-04) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.5...v1.7.6) ##### Bug Fixes - **(es/codegen)** Print the missing `abstract` in class expression ([#​9372](https://togithub.com/swc-project/swc/issues/9372)) ([c2e3021](https://togithub.com/swc-project/swc/commit/c2e302127fc80970d4b5096c93e29c9ce76a2fe4)) - **(es/decorators)** Use correct class name reference ([#​9375](https://togithub.com/swc-project/swc/issues/9375)) ([badd6a9](https://togithub.com/swc-project/swc/commit/badd6a9ede5bd511763515b3e62bd222f0860968)) - **(es/typescript)** Strip declare export in strip-only mode ([#​9374](https://togithub.com/swc-project/swc/issues/9374)) ([c53cce4](https://togithub.com/swc-project/swc/commit/c53cce41da69ebb3cd9b464c001902d30bdd07ba)) ### [`v1.7.5`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#175---2024-08-02) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.4...v1.7.5) ##### Bug Fixes - **(common)** Fix `StringInput.end_pos` ([#​9362](https://togithub.com/swc-project/swc/issues/9362)) ([5368e18](https://togithub.com/swc-project/swc/commit/5368e189ab5227a5cfdb53dc1105b787665a1c41)) - **(es/parser)** Fix span for unterminated block comments ([#​9361](https://togithub.com/swc-project/swc/issues/9361)) ([dc1b87e](https://togithub.com/swc-project/swc/commit/dc1b87e43ea628791dab48993182ac43cf98c150)) - **(es/parser)** Make `UnterminatedBlockComment` stick to the EOF ([#​9366](https://togithub.com/swc-project/swc/issues/9366)) ([4f0fc6e](https://togithub.com/swc-project/swc/commit/4f0fc6eb65c2b7f7e1e0041a9228a3b7dd7e695a)) - **(es/typescript)** Handle single type statement in if/for/while ([#​9364](https://togithub.com/swc-project/swc/issues/9364)) ([2217730](https://togithub.com/swc-project/swc/commit/221773069b2069ded7eb475cb75a2daa1ec4a752)) - **(es/typescript)** Handle backtick in ASI issue ([#​9367](https://togithub.com/swc-project/swc/issues/9367)) ([6f1716c](https://togithub.com/swc-project/swc/commit/6f1716c4aed447c3311e41603a6399d97540e1fb)) - **(es/typescript)** Analyze import chain ([#​9369](https://togithub.com/swc-project/swc/issues/9369)) ([4f9116f](https://togithub.com/swc-project/swc/commit/4f9116f9259150df3fb3947c809c304809bf5764)) ##### Miscellaneous Tasks - **(deps)** Update rust crate toml to v0.8.19 ([#​9360](https://togithub.com/swc-project/swc/issues/9360)) ([9cd51ce](https://togithub.com/swc-project/swc/commit/9cd51cebdf7e9dd25ebe5057cde63ce7ee0bd0c6)) ### [`v1.7.4`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#174---2024-07-31) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.3...v1.7.4) ##### Bug Fixes - **(es/codegen)** Emit question token for class methods ([#​9342](https://togithub.com/swc-project/swc/issues/9342)) ([636585b](https://togithub.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09)) - **(es/minifier)** Fix detection of `this` ([#​9339](https://togithub.com/swc-project/swc/issues/9339)) ([77da7cf](https://togithub.com/swc-project/swc/commit/77da7cf24bad5064206ab3e6dc248012d08576cf)) - **(es/minifier)** Fix analysis of for-in/of ([#​9340](https://togithub.com/swc-project/swc/issues/9340)) ([1454ab5](https://togithub.com/swc-project/swc/commit/1454ab54c112c25ca03cbb866aacbd41a16ee60a)) - **(es/minifier)** Preserve flags while dropping elements of `SeqExpr` ([#​8907](https://togithub.com/swc-project/swc/issues/8907)) ([24e8798](https://togithub.com/swc-project/swc/commit/24e87985d4f4cf69a1d4a184d02195c62ded5a7e)) - **(es/typescript)** Fix ASI in expression for fast strip ([#​9358](https://togithub.com/swc-project/swc/issues/9358)) ([3ee82e2](https://togithub.com/swc-project/swc/commit/3ee82e223fe0ce54ad892cc5b009f573d997c60e)) ##### Documentation - **(contributing)** Add warning for `test --all` ([#​9338](https://togithub.com/swc-project/swc/issues/9338)) ([234bb97](https://togithub.com/swc-project/swc/commit/234bb974bc54e9c929fd4cf810bcecab36f760ba)) ##### Miscellaneous Tasks - **(deps)** Update rust crate toml to v0.8.16 ([#​9327](https://togithub.com/swc-project/swc/issues/9327)) ([67aadfa](https://togithub.com/swc-project/swc/commit/67aadfa6c976c60a3a756a1b1fcdcf193d96c51f)) - **(deps)** Update dependency magic-string to v0.30.11 ([#​9345](https://togithub.com/swc-project/swc/issues/9345)) ([ced06e2](https://togithub.com/swc-project/swc/commit/ced06e2da35952c7073fee8aa69cf1a21078cc12)) - **(deps)** Update rust crate toml to v0.8.17 ([#​9349](https://togithub.com/swc-project/swc/issues/9349)) ([d5472cc](https://togithub.com/swc-project/swc/commit/d5472cc344fb4099af3887e6cc1cf8ec2869c33e))
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v2.0.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) #####    🚀 Features - Introduce experimental reported tasks  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6149](https://togithub.com/vitest-dev/vitest/issues/6149) [(13d85)](https://togithub.com/vitest-dev/vitest/commit/13d85bd1) - This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! #####    🐞 Bug Fixes - Show a difference between string characters if both values are strings  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6191](https://togithub.com/vitest-dev/vitest/issues/6191) [(29176)](https://togithub.com/vitest-dev/vitest/commit/291766d7) - `testNamePattern` adds leading space  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6186](https://togithub.com/vitest-dev/vitest/issues/6186) [(073a5)](https://togithub.com/vitest-dev/vitest/commit/073a50c9) - **browser**: - Don't bundle `afterEach` cleanup hooks in node entrypoint  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6192](https://togithub.com/vitest-dev/vitest/issues/6192) [(e6fbc)](https://togithub.com/vitest-dev/vitest/commit/e6fbc620) - UserEvent.setup initiates a separate state for userEvent instance  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6088](https://togithub.com/vitest-dev/vitest/issues/6088) [(883f3)](https://togithub.com/vitest-dev/vitest/commit/883f3482) - Correctly import optimized module in vi.importActual  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6219](https://togithub.com/vitest-dev/vitest/issues/6219) [(804ff)](https://togithub.com/vitest-dev/vitest/commit/804ff2fd) - Passing options to hover/unhover  -  by [@​MNeverOff](https://togithub.com/MNeverOff) in [https://github.com/vitest-dev/vitest/issues/6175](https://togithub.com/vitest-dev/vitest/issues/6175) [(d4c00)](https://togithub.com/vitest-dev/vitest/commit/d4c005bc) - Improve unique CSS selector generation  -  by [@​zacharyvoase](https://togithub.com/zacharyvoase) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243](https://togithub.com/vitest-dev/vitest/issues/6243) [(e7acd)](https://togithub.com/vitest-dev/vitest/commit/e7acd0cf) - **vitest**: - Remove nuxt from auto inline deps  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(93882)](https://togithub.com/vitest-dev/vitest/commit/93882f38) - Improve `defineProject` and `defineWorkspace` types  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6198](https://togithub.com/vitest-dev/vitest/issues/6198) [(8cd82)](https://togithub.com/vitest-dev/vitest/commit/8cd8272b) - Correctly resolve mocked `node:*` imports in `__mocks__` folder  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6204](https://togithub.com/vitest-dev/vitest/issues/6204) [(a48be)](https://togithub.com/vitest-dev/vitest/commit/a48be6ff) - **web-worker**: - Expose globals on self  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6170](https://togithub.com/vitest-dev/vitest/issues/6170) [(12bb5)](https://togithub.com/vitest-dev/vitest/commit/12bb567e) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v48.11.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.10.2...116b3e8c906884f799927cf42ab29cab1cfb4e31) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.10.2...v48.11.0) ### [`v48.10.2`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.10.2) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.10.1...v48.10.2) ##### Bug Fixes - **`check-template-names`:** check for param and returns tags; fixes [#​1286](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1286) ([12fca71](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/12fca71fdc7761d4affb52bf5fe4be25eddabc5b)) ### [`v48.10.1`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.10.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.10.0...v48.10.1) ##### Bug Fixes - add espree as dependency; fixes [#​1284](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1284) ([31e0a35](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/31e0a35382c5d4c847781df6c4b5d8fb371d8d3c)) ### [`v48.10.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.10.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.9.3...v48.10.0) ##### Features - **`require-template`, `check-template-names`:** add support `ClassDeclaration` ([31d3255](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/31d32555988dca786726420246efcd1589c07316)) - **`require-template`, `check-template-names`:** add support `FunctionDeclaration` ([28bc1cb](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/28bc1cb8664b0373ad87f6cb0cd7c781139cc3b8)) - **`require-template`, `check-template-names`:** add support `TSInterfaceDeclaration` ([320a1eb](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/320a1ebb5c72d48a5a0cc725a7f8a1ea0170d2f6)) ### [`v48.9.3`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.9.3) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.9.2...v48.9.3) ##### Bug Fixes - **`getJsdocProcessorPlugin`:** ensure package.json file is consistently located ([87a1270](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/87a12703b229efa73334e61d7ed4448cb28167a9))
nodejs/node (node) ### [`v22.6.0`](https://togithub.com/nodejs/node/releases/tag/v22.6.0): 2024-08-06, Version 22.6.0 (Current), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v22.5.1...v22.6.0) ##### Experimental TypeScript support via strip types Node.js introduces the `--experimental-strip-types` flag for initial TypeScript support. This feature strips type annotations from .ts files, allowing them to run without transforming TypeScript-specific syntax. Current limitations include: - Supports only inline type annotations, not features like `enums` or `namespaces`. - Requires explicit file extensions in import and require statements. - Enforces the use of the type keyword for type imports to avoid runtime errors. - Disabled for TypeScript in *node_modules* by default. Thanks [Marco Ippolito](https://togithub.com/marco-ippolito) for working on this. ##### Experimental Network Inspection Support in Node.js This update introduces the initial support for network inspection in Node.js. Currently, this is an experimental feature, so you need to enable it using the `--experimental-network-inspection` flag. With this feature enabled, you can inspect network activities occurring within a JavaScript application. To use network inspection, start your Node.js application with the following command: ```console $ node --inspect-wait --experimental-network-inspection index.js ``` Please note that the network inspection capabilities are in active development. We are actively working on enhancing this feature and will continue to expand its functionality in future updates. - Network inspection is limited to the `http` and `https` modules only. - The Network tab in Chrome DevTools will not be available until the [feature request on the Chrome DevTools side](https://issues.chromium.org/issues/353924015) is addressed. Thanks [Kohei Ueno](https://togithub.com/cola119) for working on this. ##### Other Notable Changes - \[[`15a94e67b1`](https://togithub.com/nodejs/node/commit/15a94e67b1)] - **lib,src**: drop --experimental-network-imports (Rafael Gonzaga) [#​53822](https://togithub.com/nodejs/node/pull/53822) - \[[`68e444d2d8`](https://togithub.com/nodejs/node/commit/68e444d2d8)] - **(SEMVER-MINOR)** **http**: add diagnostics channel `http.client.request.error` (Kohei Ueno) [#​54054](https://togithub.com/nodejs/node/pull/54054) - \[[`2d982d3dee`](https://togithub.com/nodejs/node/commit/2d982d3dee)] - **(SEMVER-MINOR)** **deps**: V8: backport [`7857eb3`](https://togithub.com/nodejs/node/commit/7857eb34db42) (Stephen Belanger) [#​53997](https://togithub.com/nodejs/node/pull/53997) - \[[`15816bd0dd`](https://togithub.com/nodejs/node/commit/15816bd0dd)] - **(SEMVER-MINOR)** **stream**: expose DuplexPair API (Austin Wright) [#​34111](https://togithub.com/nodejs/node/pull/34111) - \[[`893c864542`](https://togithub.com/nodejs/node/commit/893c864542)] - **(SEMVER-MINOR)** **test_runner**: fix support watch with run(), add globPatterns option (Matteo Collina) [#​53866](https://togithub.com/nodejs/node/pull/53866) - \[[`048d421ad1`](https://togithub.com/nodejs/node/commit/048d421ad1)] - **meta**: add jake to collaborators (jakecastelli) [#​54004](https://togithub.com/nodejs/node/pull/54004) - \[[`6ad6e01bf3`](https://togithub.com/nodejs/node/commit/6ad6e01bf3)] - **(SEMVER-MINOR)** **test_runner**: refactor snapshots to get file from context (Colin Ihrig) [#​53853](https://togithub.com/nodejs/node/pull/53853) - \[[`698e44f8e7`](https://togithub.com/nodejs/node/commit/698e44f8e7)] - **(SEMVER-MINOR)** **test_runner**: add context.filePath (Colin Ihrig) [#​53853](https://togithub.com/nodejs/node/pull/53853) ##### Commits - \[[`063f46dc2a`](https://togithub.com/nodejs/node/commit/063f46dc2a)] - **assert**: use isError instead of instanceof in innerOk (Pietro Marchini) [#​53980](https://togithub.com/nodejs/node/pull/53980) - \[[`10bea42f81`](https://togithub.com/nodejs/node/commit/10bea42f81)] - **build**: update gcovr to 7.2 and codecov config (Benjamin E. Coe) [#​54019](https://togithub.com/nodejs/node/pull/54019) - \[[`7c417c6cf4`](https://togithub.com/nodejs/node/commit/7c417c6cf4)] - **build**: avoid compiling with VS v17.10 (Hüseyin Açacak) [#​53863](https://togithub.com/nodejs/node/pull/53863) - \[[`ee97c045b4`](https://togithub.com/nodejs/node/commit/ee97c045b4)] - **build**: ensure v8\_pointer_compression_sandbox is enabled on 64bit (Shelley Vohr) [#​53884](https://togithub.com/nodejs/node/pull/53884) - \[[`bfbed0afd5`](https://togithub.com/nodejs/node/commit/bfbed0afd5)] - **build**: fix conflict gyp configs (Chengzhong Wu) [#​53605](https://togithub.com/nodejs/node/pull/53605) - \[[`0f1fe63e32`](https://togithub.com/nodejs/node/commit/0f1fe63e32)] - **build**: trigger coverage ci when updating codecov (Yagiz Nizipli) [#​53929](https://togithub.com/nodejs/node/pull/53929) - \[[`ad62b945f0`](https://togithub.com/nodejs/node/commit/ad62b945f0)] - **build**: update codecov coverage build count (Yagiz Nizipli) [#​53929](https://togithub.com/nodejs/node/pull/53929) - \[[`3c40868fd3`](https://togithub.com/nodejs/node/commit/3c40868fd3)] - **build**: disable test-asan workflow (Michaël Zasso) [#​53844](https://togithub.com/nodejs/node/pull/53844) - \[[`2a62d6ca57`](https://togithub.com/nodejs/node/commit/2a62d6ca57)] - **build, tools**: drop leading `/` from `r2dir` (Richard Lau) [#​53951](https://togithub.com/nodejs/node/pull/53951) - \[[`9c7b009f47`](https://togithub.com/nodejs/node/commit/9c7b009f47)] - **build,tools**: simplify upload of shasum signatures (Michaël Zasso) [#​53892](https://togithub.com/nodejs/node/pull/53892) - \[[`057bd44f9f`](https://togithub.com/nodejs/node/commit/057bd44f9f)] - **child_process**: fix incomplete prototype pollution hardening (Liran Tal) [#​53781](https://togithub.com/nodejs/node/pull/53781) - \[[`66f7c595c7`](https://togithub.com/nodejs/node/commit/66f7c595c7)] - **cli**: document `--inspect` port `0` behavior (Aviv Keller) [#​53782](https://togithub.com/nodejs/node/pull/53782) - \[[`fad3e74b47`](https://togithub.com/nodejs/node/commit/fad3e74b47)] - **console**: fix issues with frozen intrinsics (Vinicius Lourenço) [#​54070](https://togithub.com/nodejs/node/pull/54070) - \[[`e685ecd7ae`](https://togithub.com/nodejs/node/commit/e685ecd7ae)] - **deps**: update corepack to 0.29.3 (Node.js GitHub Bot) [#​54072](https://togithub.com/nodejs/node/pull/54072) - \[[`e5f7250e6d`](https://togithub.com/nodejs/node/commit/e5f7250e6d)] - **deps**: update amaro to 0.0.6 (Node.js GitHub Bot) [#​54199](https://togithub.com/nodejs/node/pull/54199) - \[[`2c1e9082e8`](https://togithub.com/nodejs/node/commit/2c1e9082e8)] - **deps**: update amaro to 0.0.5 (Node.js GitHub Bot) [#​54199](https://togithub.com/nodejs/node/pull/54199) - \[[`2d982d3dee`](https://togithub.com/nodejs/node/commit/2d982d3dee)] - **(SEMVER-MINOR)** **deps**: V8: backport [`7857eb3`](https://togithub.com/nodejs/node/commit/7857eb34db42) (Stephen Belanger) [#​53997](https://togithub.com/nodejs/node/pull/53997) - \[[`1061898462`](https://togithub.com/nodejs/node/commit/1061898462)] - **deps**: update c-ares to v1.32.3 (Node.js GitHub Bot) [#​54020](https://togithub.com/nodejs/node/pull/54020) - \[[`f4a7ac5e18`](https://togithub.com/nodejs/node/commit/f4a7ac5e18)] - **deps**: V8: cherry-pick [`35888fe`](https://togithub.com/nodejs/node/commit/35888fee7bba) (Joyee Cheung) [#​53728](https://togithub.com/nodejs/node/pull/53728) - \[[`1176310226`](https://togithub.com/nodejs/node/commit/1176310226)] - **deps**: add gn build files for ncrypto (Cheng) [#​53940](https://togithub.com/nodejs/node/pull/53940) - \[[`7a1d5a4f84`](https://togithub.com/nodejs/node/commit/7a1d5a4f84)] - **deps**: update c-ares to v1.32.2 (Node.js GitHub Bot) [#​53865](https://togithub.com/nodejs/node/pull/53865) - \[[`66f6a2aec9`](https://togithub.com/nodejs/node/commit/66f6a2aec9)] - **deps**: V8: cherry-pick [`9812cb4`](https://togithub.com/nodejs/node/commit/9812cb486e2b) (Michaël Zasso) [#​53966](https://togithub.com/nodejs/node/pull/53966) - \[[`8e66a18ef0`](https://togithub.com/nodejs/node/commit/8e66a18ef0)] - **deps**: start working on ncrypto dep (James M Snell) [#​53803](https://togithub.com/nodejs/node/pull/53803) - \[[`c114082b12`](https://togithub.com/nodejs/node/commit/c114082b12)] - **deps**: fix include_dirs of nbytes (Cheng) [#​53862](https://togithub.com/nodejs/node/pull/53862) - \[[`b7315281be`](https://togithub.com/nodejs/node/commit/b7315281be)] - **doc**: move numCPUs require to top of file in cluster CJS example (Alfredo González) [#​53932](https://togithub.com/nodejs/node/pull/53932) - \[[`8e7c30c2a4`](https://togithub.com/nodejs/node/commit/8e7c30c2a4)] - **doc**: update security-release process to automated one (Rafael Gonzaga) [#​53877](https://togithub.com/nodejs/node/pull/53877) - \[[`52a4206be2`](https://togithub.com/nodejs/node/commit/52a4206be2)] - **doc**: fix typo in technical-priorities.md (YoonSoo_Shin) [#​54094](https://togithub.com/nodejs/node/pull/54094) - \[[`30e18a04a3`](https://togithub.com/nodejs/node/commit/30e18a04a3)] - **doc**: fix typo in diagnostic tooling support tiers document (Taejin Kim) [#​54058](https://togithub.com/nodejs/node/pull/54058) - \[[`58aebfd31e`](https://togithub.com/nodejs/node/commit/58aebfd31e)] - **doc**: move GeoffreyBooth to TSC regular member (Geoffrey Booth) [#​54047](https://togithub.com/nodejs/node/pull/54047) - \[[`c1634c7213`](https://togithub.com/nodejs/node/commit/c1634c7213)] - **doc**: correct typescript stdin support (Marco Ippolito) [#​54036](https://togithub.com/nodejs/node/pull/54036) - \[[`64812d5c22`](https://togithub.com/nodejs/node/commit/64812d5c22)] - **doc**: fix typo in recognizing-contributors (Marco Ippolito) [#​53990](https://togithub.com/nodejs/node/pull/53990) - \[[`6b35994b6f`](https://togithub.com/nodejs/node/commit/6b35994b6f)] - **doc**: fix documentation for `--run` (Aviv Keller) [#​53976](https://togithub.com/nodejs/node/pull/53976) - \[[`04d203a233`](https://togithub.com/nodejs/node/commit/04d203a233)] - **doc**: update boxstarter README (Aviv Keller) [#​53785](https://togithub.com/nodejs/node/pull/53785) - \[[`86fa46db1c`](https://togithub.com/nodejs/node/commit/86fa46db1c)] - **doc**: add info about prefix-only modules to `module.builtinModules` (Grigory) [#​53954](https://togithub.com/nodejs/node/pull/53954) - \[[`defdc3c568`](https://togithub.com/nodejs/node/commit/defdc3c568)] - **doc**: remove `scroll-behavior: smooth;` (Cloyd Lau) [#​53942](https://togithub.com/nodejs/node/pull/53942) - \[[`e907236dd9`](https://togithub.com/nodejs/node/commit/e907236dd9)] - **doc**: move --test-coverage-{ex,in}clude to proper location (Colin Ihrig) [#​53926](https://togithub.com/nodejs/node/pull/53926) - \[[`8bf9960b98`](https://togithub.com/nodejs/node/commit/8bf9960b98)] - **doc**: add `--experimental-sqlite` note (Aviv Keller) [#​53907](https://togithub.com/nodejs/node/pull/53907) - \[[`d7615004d8`](https://togithub.com/nodejs/node/commit/d7615004d8)] - **doc**: update `api_assets` README for new files (Aviv Keller) [#​53676](https://togithub.com/nodejs/node/pull/53676) - \[[`63cf715aa0`](https://togithub.com/nodejs/node/commit/63cf715aa0)] - **doc**: add MattiasBuelens to collaborators (Mattias Buelens) [#​53895](https://togithub.com/nodejs/node/pull/53895) - \[[`5b8dd78112`](https://togithub.com/nodejs/node/commit/5b8dd78112)] - **doc**: fix release date for 22.5.0 (Antoine du Hamel) [#​53889](https://togithub.com/nodejs/node/pull/53889) - \[[`dd2c0f349a`](https://togithub.com/nodejs/node/commit/dd2c0f349a)] - **doc**: fix casing of GitHub handle for two collaborators (Antoine du Hamel) [#​53857](https://togithub.com/nodejs/node/pull/53857) - \[[`b47c2308e1`](https://togithub.com/nodejs/node/commit/b47c2308e1)] - **doc**: update release-post nodejs.org script (Rafael Gonzaga) [#​53762](https://togithub.com/nodejs/node/pull/53762) - \[[`88539527d5`](https://togithub.com/nodejs/node/commit/88539527d5)] - **doc, test**: tracing channel hasSubscribers getter (Thomas Hunter II) [#​52908](https://togithub.com/nodejs/node/pull/52908) - \[[`44a08f75b0`](https://togithub.com/nodejs/node/commit/44a08f75b0)] - **doc,tools**: enforce use of `node:` prefix (Antoine du Hamel) [#​53950](https://togithub.com/nodejs/node/pull/53950) - \[[`87bab76df2`](https://togithub.com/nodejs/node/commit/87bab76df2)] - **doc,tty**: add documentation for ReadStream and WriteStream (jakecastelli) [#​53567](https://togithub.com/nodejs/node/pull/53567) - \[[`dcca9ba560`](https://togithub.com/nodejs/node/commit/dcca9ba560)] - **esm**: refactor `get_format` (Antoine du Hamel) [#​53872](https://togithub.com/nodejs/node/pull/53872) - \[[`5e03c17aae`](https://togithub.com/nodejs/node/commit/5e03c17aae)] - **fs**: optimize `fs.cpSync` js calls (Yagiz Nizipli) [#​53614](https://togithub.com/nodejs/node/pull/53614) - \[[`e0054ee0a7`](https://togithub.com/nodejs/node/commit/e0054ee0a7)] - **fs**: ensure consistency for mkdtemp in both fs and fs/promises (YieldRay) [#​53776](https://togithub.com/nodejs/node/pull/53776) - \[[`8086337ea9`](https://togithub.com/nodejs/node/commit/8086337ea9)] - **fs**: remove unnecessary option argument validation (Jonas) [#​53861](https://togithub.com/nodejs/node/pull/53861) - \[[`b377b93a3f`](https://togithub.com/nodejs/node/commit/b377b93a3f)] - **fs**: correctly pass dirent to exclude `withFileTypes` (RedYetiDev) [#​53823](https://togithub.com/nodejs/node/pull/53823) - \[[`68e444d2d8`](https://togithub.com/nodejs/node/commit/68e444d2d8)] - **(SEMVER-MINOR)** **http**: add diagnostics channel `http.client.request.error` (Kohei Ueno) [#​54054](https://togithub.com/nodejs/node/pull/54054) - \[[`de1fbc292f`](https://togithub.com/nodejs/node/commit/de1fbc292f)] - **(SEMVER-MINOR)** **inspector**: add initial support for network inspection (Kohei Ueno) [#​53593](https://togithub.com/nodejs/node/pull/53593) - \[[`744df0be24`](https://togithub.com/nodejs/node/commit/744df0be24)] - **lib**: support dynamic trace events on debugWithTimer (Vinicius Lourenço) [#​53913](https://togithub.com/nodejs/node/pull/53913) - \[[`546dab29c1`](https://togithub.com/nodejs/node/commit/546dab29c1)] - **lib**: optimize copyError with ObjectAssign in primordials (HEESEUNG) [#​53999](https://togithub.com/nodejs/node/pull/53999) - \[[`494df9835a`](https://togithub.com/nodejs/node/commit/494df9835a)] - **lib**: improve cluster/primary code (Ehsan Khakifirooz) [#​53756](https://togithub.com/nodejs/node/pull/53756) - \[[`03f353293b`](https://togithub.com/nodejs/node/commit/03f353293b)] - **lib**: improve error message when index not found on cjs (Vinicius Lourenço) [#​53859](https://togithub.com/nodejs/node/pull/53859) - \[[`d8375d6236`](https://togithub.com/nodejs/node/commit/d8375d6236)] - **lib**: decorate async stack trace in source maps (Chengzhong Wu) [#​53860](https://togithub.com/nodejs/node/pull/53860) - \[[`15a94e67b1`](https://togithub.com/nodejs/node/commit/15a94e67b1)] - **lib,src**: drop --experimental-network-imports (Rafael Gonzaga) [#​53822](https://togithub.com/nodejs/node/pull/53822) - \[[`a6eedc401d`](https://togithub.com/nodejs/node/commit/a6eedc401d)] - **meta**: add `sqlite` to js subsystems (Alex Yang) [#​53911](https://togithub.com/nodejs/node/pull/53911) - \[[`21098856de`](https://togithub.com/nodejs/node/commit/21098856de)] - **meta**: move tsc member to emeritus (Michael Dawson) [#​54029](https://togithub.com/nodejs/node/pull/54029) - \[[`048d421ad1`](https://togithub.com/nodejs/node/commit/048d421ad1)] - **meta**: add jake to collaborators (jakecastelli) [#​54004](https://togithub.com/nodejs/node/pull/54004) - \[[`20a8c96c41`](https://togithub.com/nodejs/node/commit/20a8c96c41)] - **meta**: remove license for hljs (Aviv Keller) [#​53970](https://togithub.com/nodejs/node/pull/53970) - \[[`2fd4ac4859`](https://togithub.com/nodejs/node/commit/2fd4ac4859)] - **meta**: make more bug-report information required (Aviv Keller) [#​53718](https://togithub.com/nodejs/node/pull/53718) - \[[`b312ec0b0c`](https://togithub.com/nodejs/node/commit/b312ec0b0c)] - **meta**: reword linter messages (Aviv Keller) [#​53949](https://togithub.com/nodejs/node/pull/53949) - \[[`d2526126a9`](https://togithub.com/nodejs/node/commit/d2526126a9)] - **meta**: store actions secrets in environment (Aviv Keller) [#​53930](https://togithub.com/nodejs/node/pull/53930) - \[[`1688f00dce`](https://togithub.com/nodejs/node/commit/1688f00dce)] - **meta**: move anonrig to tsc voting members (Yagiz Nizipli) [#​53888](https://togithub.com/nodejs/node/pull/53888) - \[[`c20e8418de`](https://togithub.com/nodejs/node/commit/c20e8418de)] - **module**: fix strip-types interaction with detect-module (Marco Ippolito) [#​54164](https://togithub.com/nodejs/node/pull/54164) - \[[`ab1f0b415f`](https://togithub.com/nodejs/node/commit/ab1f0b415f)] - **module**: fix extensionless typescript in cjs loader (Marco Ippolito) [#​54062](https://togithub.com/nodejs/node/pull/54062) - \[[`92439fc160`](https://togithub.com/nodejs/node/commit/92439fc160)] - **(SEMVER-MINOR)** **module**: add --experimental-strip-types (Marco Ippolito) [#​53725](https://togithub.com/nodejs/node/pull/53725) - \[[`f755d31bec`](https://togithub.com/nodejs/node/commit/f755d31bec)] - **node-api**: add property keys benchmark (Chengzhong Wu) [#​54012](https://togithub.com/nodejs/node/pull/54012) - \[[`7382eefae5`](https://togithub.com/nodejs/node/commit/7382eefae5)] - **node-api**: rename nogc to basic (Gabriel Schulhof) [#​53830](https://togithub.com/nodejs/node/pull/53830) - \[[`2c4470625b`](https://togithub.com/nodejs/node/commit/2c4470625b)] - **process**: unify experimental warning messages (Aviv Keller) [#​53704](https://togithub.com/nodejs/node/pull/53704) - \[[`98a7ad2e0d`](https://togithub.com/nodejs/node/commit/98a7ad2e0d)] - **src**: expose LookupAndCompile with parameters (Shelley Vohr) [#​53886](https://togithub.com/nodejs/node/pull/53886) - \[[`dd3c66be0a`](https://togithub.com/nodejs/node/commit/dd3c66be0a)] - **src**: simplify AESCipherTraits::AdditionalConfig (Tobias Nießen) [#​53890](https://togithub.com/nodejs/node/pull/53890) - \[[`ee82f224ff`](https://togithub.com/nodejs/node/commit/ee82f224ff)] - **src**: remove redundant RsaPointer (use RSAPointer) (James M Snell) [#​54003](https://togithub.com/nodejs/node/pull/54003) - \[[`2d77bd2929`](https://togithub.com/nodejs/node/commit/2d77bd2929)] - **src**: fix -Wshadow warning (Shelley Vohr) [#​53885](https://togithub.com/nodejs/node/pull/53885) - \[[`bd4a9ffe8c`](https://togithub.com/nodejs/node/commit/bd4a9ffe8c)] - **src**: start using ncrypto for CSPRNG calls (James M Snell) [#​53984](https://togithub.com/nodejs/node/pull/53984) - \[[`3fdcf7a47d`](https://togithub.com/nodejs/node/commit/3fdcf7a47d)] - **src**: return `undefined` if no rows are returned in SQLite (Deokjin Kim) [#​53981](https://togithub.com/nodejs/node/pull/53981) - \[[`ca6854443d`](https://togithub.com/nodejs/node/commit/ca6854443d)] - **src**: fix slice of slice of file-backed Blob (Josh Lee) [#​53972](https://togithub.com/nodejs/node/pull/53972) - \[[`c457f9ed5a`](https://togithub.com/nodejs/node/commit/c457f9ed5a)] - **src**: cache invariant code motion (Rafael Gonzaga) [#​53879](https://togithub.com/nodejs/node/pull/53879) - \[[`fd0da6c2cf`](https://togithub.com/nodejs/node/commit/fd0da6c2cf)] - **src**: avoid strcmp in ImportJWKAsymmetricKey (Tobias Nießen) [#​53813](https://togithub.com/nodejs/node/pull/53813) - \[[`fbf74bcf99`](https://togithub.com/nodejs/node/commit/fbf74bcf99)] - **src**: switch from ToLocalChecked to ToLocal in node_webstorage (James M Snell) [#​53959](https://togithub.com/nodejs/node/pull/53959) - \[[`04bb6778e5`](https://togithub.com/nodejs/node/commit/04bb6778e5)] - **src**: move `ToNamespacedPath` call of webstorage (Yagiz Nizipli) [#​53875](https://togithub.com/nodejs/node/pull/53875) - \[[`9ffaf763e9`](https://togithub.com/nodejs/node/commit/9ffaf763e9)] - **src**: use Maybe\ in SecureContext (Tobias Nießen) [#​53883](https://togithub.com/nodejs/node/pull/53883) - \[[`a94c3ae06f`](https://togithub.com/nodejs/node/commit/a94c3ae06f)] - **src**: replace ToLocalChecked uses with ToLocal in node-file (James M Snell) [#​53869](https://togithub.com/nodejs/node/pull/53869) - \[[`55461be05f`](https://togithub.com/nodejs/node/commit/55461be05f)] - **src**: refactor webstorage implementation (Yagiz Nizipli) [#​53876](https://togithub.com/nodejs/node/pull/53876) - \[[`c53cf449a6`](https://togithub.com/nodejs/node/commit/c53cf449a6)] - **src**: fix env-file flag to ignore spaces before quotes (Mohit Malhotra) [#​53786](https://togithub.com/nodejs/node/pull/53786) - \[[`bac3a485f6`](https://togithub.com/nodejs/node/commit/bac3a485f6)] - **src**: fix potential segmentation fault in SQLite (Tobias Nießen) [#​53850](https://togithub.com/nodejs/node/pull/53850) - \[[`df5083e5f9`](https://togithub.com/nodejs/node/commit/df5083e5f9)] - **src,lib**: expose getCategoryEnabledBuffer to use on node.http (Vinicius Lourenço) [#​53602](https://togithub.com/nodejs/node/pull/53602) - \[[`8664b9ad60`](https://togithub.com/nodejs/node/commit/8664b9ad60)] - **src,test**: disallow unsafe integer coercion in SQLite (Tobias Nießen) [#​53851](https://togithub.com/nodejs/node/pull/53851) - \[[`15816bd0dd`](https://togithub.com/nodejs/node/commit/15816bd0dd)] - **(SEMVER-MINOR)** **stream**: expose DuplexPair API (Austin Wright) [#​34111](https://togithub.com/nodejs/node/pull/34111) - \[[`718f6bc78c`](https://togithub.com/nodejs/node/commit/718f6bc78c)] - **test**: do not swallow uncaughtException errors in exit code tests (Meghan Denny) [#​54039](https://togithub.com/nodejs/node/pull/54039) - \[[`c6656c9251`](https://togithub.com/nodejs/node/commit/c6656c9251)] - **test**: move shared module to `test/common` (Rich Trott) [#​54042](https://togithub.com/nodejs/node/pull/54042) - \[[`e471e32d46`](https://togithub.com/nodejs/node/commit/e471e32d46)] - **test**: skip sea tests with more accurate available disk space estimation (Chengzhong Wu) [#​53996](https://togithub.com/nodejs/node/pull/53996) - \[[`61971ec929`](https://togithub.com/nodejs/node/commit/61971ec929)] - **test**: remove unnecessary console log (KAYYY) [#​53812](https://togithub.com/nodejs/node/pull/53812) - \[[`1344bd2d6f`](https://togithub.com/nodejs/node/commit/1344bd2d6f)] - **test**: add comments and rename test for timer robustness (Rich Trott) [#​54008](https://togithub.com/nodejs/node/pull/54008) - \[[`da3573409c`](https://togithub.com/nodejs/node/commit/da3573409c)] - **test**: add test for one arg timers to increase coverage (Carlos Espa) [#​54007](https://togithub.com/nodejs/node/pull/54007) - \[[`fc67abd97e`](https://togithub.com/nodejs/node/commit/fc67abd97e)] - **test**: mark 'test/parallel/test-sqlite.js' as flaky (Colin Ihrig) [#​54031](https://togithub.com/nodejs/node/pull/54031) - \[[`aa0ac3b57c`](https://togithub.com/nodejs/node/commit/aa0ac3b57c)] - **test**: mark test-pipe-file-to-http as flaky (jakecastelli) [#​53751](https://togithub.com/nodejs/node/pull/53751) - \[[`52bc8ec360`](https://togithub.com/nodejs/node/commit/52bc8ec360)] - **test**: compare paths on Windows without considering case (Early Riser) [#​53993](https://togithub.com/nodejs/node/pull/53993) - \[[`7e8a609579`](https://togithub.com/nodejs/node/commit/7e8a609579)] - **test**: skip sea tests in large debug builds (Chengzhong Wu) [#​53918](https://togithub.com/nodejs/node/pull/53918) - \[[`30a94ca0c4`](https://togithub.com/nodejs/node/commit/30a94ca0c4)] - **test**: skip --title check on IBM i (Abdirahim Musse) [#​53952](https://togithub.com/nodejs/node/pull/53952) - \[[`5cea7ed706`](https://togithub.com/nodejs/node/commit/5cea7ed706)] - **test**: reduce flakiness of `test-assert-esm-cjs-message-verify` (Antoine du Hamel) [#​53967](https://togithub.com/nodejs/node/pull/53967) - \[[`58cb0dd8a6`](https://togithub.com/nodejs/node/commit/58cb0dd8a6)] - **test**: use `PYTHON` executable from env in `assertSnapshot` (Antoine du Hamel) [#​53938](https://togithub.com/nodejs/node/pull/53938) - \[[`c247582591`](https://togithub.com/nodejs/node/commit/c247582591)] - **test**: deflake test-blob-file-backed (Luigi Pinca) [#​53920](https://togithub.com/nodejs/node/pull/53920) - \[[`3999021653`](https://togithub.com/nodejs/node/commit/3999021653)] - **test_runner**: switched to internal readline interface (Emil Tayeb) [#​54000](https://togithub.com/nodejs/node/pull/54000) - \[[`3fb97a90ee`](https://togithub.com/nodejs/node/commit/3fb97a90ee)] - **test_runner**: remove redundant bootstrap boolean (Colin Ihrig) [#​54013](https://togithub.com/nodejs/node/pull/54013) - \[[`edd80e2bdc`](https://togithub.com/nodejs/node/commit/edd80e2bdc)] - **test_runner**: do not throw on mocked clearTimeout() (Aksinya Bykova) [#​54005](https://togithub.com/nodejs/node/pull/54005) - \[[`893c864542`](https://togithub.com/nodejs/node/commit/893c864542)] - **(SEMVER-MINOR)** **test_runner**: fix support watch with run(), add globPatterns option (Matteo Collina) [#​53866](https://togithub.com/nodejs/node/pull/53866) - \[[`4887213f2e`](https://togithub.com/nodejs/node/commit/4887213f2e)] - **test_runner**: added colors to dot reporter (Giovanni) [#​53450](https://togithub.com/nodejs/node/pull/53450) - \[[`c4848c53e6`](https://togithub.com/nodejs/node/commit/c4848c53e6)] - **test_runner**: cleanup global event listeners after run (Eddie Abbondanzio) [#​53878](https://togithub.com/nodejs/node/pull/53878) - \[[`876e7b3226`](https://togithub.com/nodejs/node/commit/876e7b3226)] - **test_runner**: refactor coverage to pass in config options (Colin Ihrig) [#​53931](https://togithub.com/nodejs/node/pull/53931) - \[[`f45edb4b5e`](https://togithub.com/nodejs/node/commit/f45edb4b5e)] - **test_runner**: refactor and simplify internals (Colin Ihrig) [#​53921](https://togithub.com/nodejs/node/pull/53921) - \[[`6ad6e01bf3`](https://togithub.com/nodejs/node/commit/6ad6e01bf3)] - **(SEMVER-MINOR)** **test_runner**: refactor snapshots to get file from context (Colin Ihrig) [#​53853](https://togithub.com/nodejs/node/pull/53853) - \[[`698e44f8e7`](https://togithub.com/nodejs/node/commit/698e44f8e7)] - **(SEMVER-MINOR)** **test_runner**: add context.filePath (Colin Ihrig) [#​53853](https://togithub.com/nodejs/node/pull/53853) - \[[`97da7ca11b`](https://togithub.com/nodejs/node/commit/97da7ca11b)] - **test_runner**: consolidate option parsing (Colin Ihrig) [#​53849](https://togithub.com/nodejs/node/pull/53849) - \[[`43afcbf9dd`](https://togithub.com/nodejs/node/commit/43afcbf9dd)] - **tools**: fix `SLACK_TITLE` in invalid commit workflow (Antoine du Hamel) [#​53912](https://togithub.com/nodejs/node/pull/53912) - \[[`eed0963391`](https://togithub.com/nodejs/node/commit/eed0963391)] - **typings**: apply lint (1ilsang) [#​54065](https://togithub.com/nodejs/node/pull/54065) - \[[`e8ea49b256`](https://togithub.com/nodejs/node/commit/e8ea49b256)] - **typings**: fix typo on quic onSessionDatagram (1ilsang) [#​54064](https://togithub.com/nodejs/node/pull/54064)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1bf21da) to head (fb50dc2). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #74 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 28 28 Lines 505 505 Branches 72 72 ========================================= Hits 505 505 ``` | [Flag](https://app.codecov.io/gh/2BAD/ryanair/pull/74/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=2BAD) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/2BAD/ryanair/pull/74/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=2BAD) | `99.20% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/2BAD/ryanair/pull/74/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=2BAD) | `32.27% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=2BAD#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.