-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #195
Conversation
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a operate-first member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
8437602
to
305b6c3
Compare
305b6c3
to
4b4d5eb
Compare
d4de0e4
to
c74260d
Compare
7e6fd60
to
3a6ef08
Compare
4a76470
to
bca8b7a
Compare
67b28ea
to
a41ba89
Compare
a41ba89
to
3338f19
Compare
ef21212
to
bff7162
Compare
44acf11
to
d7dd96e
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
d7dd96e
to
00d80ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tumido The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
# [1.3.0](v1.2.1...v1.3.0) (2022-12-08) ### Bug Fixes * **deps:** pin dependency lru-cache to v7.13.1 ([#187](#187)) ([d0c1358](d0c1358)) * **deps:** update all non-major dependencies ([#195](#195)) ([5f0ca45](5f0ca45)) * Fix how metric labels are calculated ([3b51edc](3b51edc)) * Limit push events to .github repo only ([#175](#175)) ([d9f1b5e](d9f1b5e)) * Renew credentials on check retry ([#211](#211)) ([3c83e2b](3c83e2b)) * set --require-self to false on peribolos-run task ([#210](#210)) ([c19ed99](c19ed99)) ### Features * Add basic prometheus alerts ([#177](#177)) ([80e1129](80e1129)) * Add OCP link to check ([#183](#183)) ([ba545cc](ba545cc)) * Update tasks for peribolos upstream change ([#163](#163)) ([b443b7c](b443b7c))
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
1.0.1
->1.0.2
29.0.3
->29.2.2
16.11.59
->16.18.3
29.0.3
->29.2.2
29.3.0
7.14.0
->7.14.1
16.17.0
->16.18.1
29.0.1
->29.0.3
4.8.3
->4.8.4
Release Notes
operate-first/probot-extensions
v1.0.2
Compare Source
@operate-first/probot-kubernetes 1.0.2 (2022-09-21)
Bug Fixes
facebook/jest
v29.2.2
Compare Source
Fixes
[@jest/test-sequencer]
Make sure sharding does not produce empty groups (#13476)[jest-circus]
Test marked astodo
are shown as todo when inside a focussed describe (#13504)[jest-mock]
Ensure mock resolved and rejected values are promises from correct realm (#13503)[jest-snapshot]
Don't highlight passing asymmetric property matchers in snapshot diff (#13480)Chore & Maintenance
[docs]
Update link to Jest 28 upgrade guide in error message (#13483)[jest-runner, jest-watcher]
Updateemittery
(#13490)v29.2.1
Compare Source
Features
[@jest/globals, jest-mock]
Addjest.Spied*
utility types (#13440)Fixes
[jest-environment-node]
makeglobalThis.performance
writable for Node 19 and fake timers (#13467)[jest-mock]
Revert #13398 to restore mocking of setters (#13472)Performance
[*]
Use sha1 instead of sha256 for hashing (#13421)v29.2.0
Compare Source
Features
[@jest/cli, jest-config]
A seed for the test run will be randomly generated, or set by a CLI option (#13400)[@jest/cli, jest-config]
--show-seed
will display the seed value in the report, and can be set via a CLI flag or through the config file (#13400)[jest-config]
AddreadInitialConfig
utility function (#13356)[jest-core]
AllowtestResultsProcessor
to be async (#13343)[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]
AddgetSeed()
to thejest
object (#13400)[expect, @​jest/expect-utils]
AllowisA
utility to take a type argument (#13355)[expect]
ExposeAsyncExpectationResult
andSyncExpectationResult
types (#13411)Fixes
[babel-plugin-jest-hoist]
IgnoreTSTypeQuery
when checking for hoisted references (#13367)[jest-core]
FixdetectOpenHandles
false positives for some special objects such asTLSWRAP
(#13414)[jest-mock]
Fix mocking of getters and setters on classes (#13398)[jest-reporters]
Revert: Transform file paths into hyperlinks (#13399)[@jest/types]
Infer type ofeach
table correctly when the table is a tuple or array (#13381)[@jest/types]
Rework typings to allow the*ReturnedWith
matchers to be called with no argument (#13385)Chore & Maintenance
[*]
Update@babel/*
deps, resulting in slightly different stack traces foreach
(#13422)Performance
[jest-runner]
Do not instrument v8 coverage data if coverage should not be collected (#13282)v29.1.2
Compare Source
Fixes
[expect, @​jest/expect]
Revert buggy inference of argument types for*CalledWith
and*ReturnedWith
matchers introduced in 29.1.0 (#13339)[jest-worker]
Add missing dependency onjest-util
(#13341)v29.1.1
Compare Source
Fixes
[jest-mock]
Revert #13145 which broke mocking of transpiled ES modulesv29.1.0
Compare Source
Features
[expect, @​jest/expect]
Support type inference for function parameters inCalledWith
assertions (#13268)[expect, @​jest/expect]
Infer type of*ReturnedWith
matchers argument (#13278)[@jest/environment, jest-runtime]
Allowjest.requireActual
andjest.requireMock
to take a type argument (#13253)[@jest/environment]
Allowjest.mock
andjest.doMock
to take a type argument (#13254)[@jest/fake-timers]
Addjest.now()
to return the current fake clock time (#13244, #13246)[@jest/mock]
AddwithImplementation
method for temporarily overriding a mock (#13281)[expect]
ExporttoThrow*
matchers (#13328)Fixes
[jest-circus, jest-jasmine2]
Fix error messages for Node'sassert.throes
(#13322)[jest-haste-map]
Remove__proto__
usage (#13256)[jest-mock]
ImprovespyOn
typings to handle optional properties (#13247)[jest-mock]
Fix mocking of getters and setters on classes (#13145)[jest-snapshot]
Throw useful error when an array is passed as property matchers (#13263)[jest-snapshot]
Prioritize parser used in the project (#13323)[jest-transform]
Attempt to work around issues with atomic writes on Windows (#11423)isaacs/node-lru-cache
v7.14.1
Compare Source
nodejs/node
v16.18.1
: 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggsCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
9ffddd7098
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v16.18.0
: 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbolCompare Source
Notable changes
1cc050eaa8
] - (SEMVER-MINOR) assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #44191e5c9975f11
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #44201317cd051ce
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201f80bdc5ef3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #445888398e98b1b
] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #439742cd2f56962
] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #443786be761e8a9
] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #440451400796cef
] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError
(Daeyeon Jeong) #44021092239a7f1
] - (SEMVER-MINOR) net: add local family (theanarkh) #43975381e11e18e
] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #442552ba547aa5b
] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #443626ed3367155
] - (SEMVER-MINOR) stream: addReadableByteStream.tee()
(Daeyeon Jeong) #445050fbedac6ce
] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #4373070563b53c5
] - (SEMVER-MINOR) util: addmaxArrayLength
option to Set and Map (Kohei Ueno) #43576Commits
1cc050eaa8
] - (SEMVER-MINOR) assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #441912e87cdd1e6
] - benchmark: fix startup benchmark (Evan Lucas) #4472729c0f9ef30
] - benchmark: add stream destroy benchmark (SindreXie) #44533f01bb58c1e
] - bootstrap: update comments in bootstrap/node.js (Joyee Cheung) #44726db151e182f
] - bootstrap: stop delaying instantiation of maps in per-context scripts (Darshan Sen) #42934f700074c57
] - buffer: fixatob
input validation (Austin Kelleher) #42662e10095a759
] - build: update timezone-update.yml (Alex) #44717bec2ede687
] - build: remove redundant entry in crypto (Jiawen Geng) #446047b3a2c3353
] - build: rewritten the Android build system (BuShe Pie) #44207e96bb14942
] - build: add --libdir flag to configure (Stephen Gallagher) #443612a4491b34d
] - build: added NINJA env to customize ninja binary (Jeff Dickey) #44293aaad7a64b4
] - build: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) #43200041bb54143
] - build: add workflow to label flaky-test platform (Rafael Gonzaga) #4404258d85c1109
] - build: optimized and fixed building configuration to Android (BuShe) #440165cd8b7bc8b
] - build: allow test-internet on forks if not scheduled (Rich Trott) #440739698be9347
] - build: skip test-internet run on forks (Rich Trott) #4405425e6f48e4a
] - child_process: remove lookup of undefined property (Colin Ihrig) #44766a3bdd07321
] - cluster: fix cluster rr distribute error (theanarkh) #44202317cd051ce
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201e5c9975f11
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #442017e705d8d74
] - crypto: fix webcrypto deriveBits validations (Filip Skokan) #441737ad2a268b9
] - crypto: fix webcrypto EC key namedCurve validation errors (Filip Skokan) #441722c938d73ff
] - crypto: fix webcrypto operation errors to be OperationError (Filip Skokan) #44171a6e2cb40a6
] - crypto: fix webcrypto generateKey() AES key length validation error (Filip Skokan) #441707e07cce24b
] - crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) #445611fc6394741
] - crypto: restrict PBKDF2 args to signed int (Tobias Nießen) #445759a52ee7577
] - crypto: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) #444757100baee40
] - crypto: use actual option name in error message (Tobias Nießen) #44455579e066c3a
] - crypto: add digest name to INVALID_DIGEST errors (Tobias Nießen) #44468566d80f622
] - crypto: improve RSA-PSS digest error messages (Tobias Nießen) #44307f717c1e06a
] - debugger: decrease timeout used to wait for the port to be free (Joyee Cheung) #443590f2fcaf771
] - deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) #446221a8aada69d
] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704e4f18b4f34
] - deps: update ngtcp2 update instructions (Tobias Nießen) #4461921b5ab1494
] - deps: upgrade npm to 8.19.2 (npm team) #44632916b319e7a
] - deps: update to uvwasi 0.0.13 (Colin Ihrig) #4452467cbbcc902
] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #445099f14dc1a8f
] - deps: update Acorn to v8.8.0 (Michaël Zasso) #444371811a6aaa8
] - deps: update icu tzdata to 2022b (Matías Zúñiga) #442830c4953cbd1
] - deps: update undici to 5.9.1 (Node.js GitHub Bot) #443198a921fea74
] - deps: upgrade npm to 8.19.1 (npm team) #44486763a63c14b
] - deps: update corepack to 0.13.0 (Node.js GitHub Bot) #44318fdb699c84a
] - deps: upgrade npm to 8.18.0 (npm team) #442632a44872f96
] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #4422948967e4b34
] - deps: upgrade npm to 8.17.0 (npm team) #442050484122f71
] - deps: update undici to 5.8.2 (Node.js GitHub Bot) #44187e404ac7eed
] - deps: update undici to 5.8.1 (Node.js GitHub Bot) #441589a5ee5e9e3
] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #441593657cb277b
] - deps: remove unnecessary file (Brian White) #44133d66a807596
] - deps: upgrade npm to 8.16.0 (npm team) #44119ec998be61c
] - deps: upgrade npm to 8.15.1 (npm team) #44013e9e856ae95
] - deps: upgrade base64 todc6a41c
(Brian White) #440328ea9a71b15
] - deps,src: use SIMD for normal base64 encoding (Brian White) #39775969a12be4b
] - doc: remove "currently" and comma splice from child_process.md (Rich Trott) #447895e4a2e94a1
] - doc: mention git node backport (RafaelGSS) #44764618c9c8260
] - doc: ensure to revert node_version changes (Rafael Gonzaga) #44760e0fe11c189
] - doc: fix description fornapi_get_cb_info()
inn-api.md
(Daeyeon Jeong) #44761895719da65
] - doc: fix v16.17.1 security release changelog (Ruy Adorno) #44759fe832a0647
] - doc: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) #447143872abd9a6
] - doc: update guidance for adding new modules (Michael Dawson) #44576f381a1e86a
] - doc: add registry number for Electron 22 (Keeley Hammond) #447488d3cb6c08a
] - doc: include code examples for webstreams consumers (Lucas Santos) #443879e83c00e0b
] - doc: mention where to push security commits (RafaelGSS) #44691bc9f8d24ce
] - doc: remove extra space on threadpool usage (Connor Burton) #447343e38ba53cc
] - doc: make legacy banner slightly less bright (Rich Trott) #446650f88588f52
] - doc: improve building doc for Windows Powershell (Brian Muenzenmeyer) #446255ee0127540
] - doc: maintain only one list of MODP groups (Tobias Nießen) #446446881ecb0e2
] - doc: add legendecas to TSC list (Michael Dawson) #446623614f5ace3
] - doc: remove comma in README.md (Taha-Chaudhry) #44599c9af43616c
] - doc: use serial comma in report docs (Daeyeon Jeong) #44608ff9ef61646
] - doc: use serial comma in stream docs (Daeyeon Jeong) #4460990eaae3ef1
] - doc: remove empty line in YAML block (Claudio Wunder) #44617f80bdc5ef3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #445889fac6dd1c1
] - doc: remove old OpenSSL ENGINE constants (Tobias Nießen) #4458953543c6d81
] - doc: fix heading levels for test runner hooks (Fabian Meyer) #446032084ad61a7
] - doc: fix errors in http.md (Luigi Pinca) #44587cc55e84ddc
] - doc: fix vm.Script createCachedData example (Chengzhong Wu) #444878187f03834
] - doc: mention how to get commit release (Rafael Gonzaga) #44572d068978933
] - doc: fix link inprocess.md
(Antoine du Hamel) #445940747facb63
] - doc: do not use weak MODP group in example (Tobias Nießen) #44585e26d95ef9a
] - doc: remove ebpf from supported tooling list (Rafael Gonzaga) #445499d24c7a8c7
] - doc: emphasize that createCipher is never secure (Tobias Nießen) #445386d881b8611
] - doc: document attribute Script.cachedDataRejected (Chengzhong Wu) #44451d846e5bac5
] - doc: move policy docs to the permissions scope (Rafael Gonzaga) #442225c721a33c3
] - doc: add performance note to--enable-source-maps
docs (Saurabh Daware) #438171998bc80b5
] - doc: fix release guide example consistency (Ruy Adorno) #443857b691729b1
] - doc: note on release guide to updatemain
branch (Ruy Adorno) #443847ec097fa99
] - doc: mention cherry-pick edge-case on release (RafaelGSS) #444084a4025181c
] - doc: fix spacing issue in--build-snapshot
help text (Shohei YOSHIDA) #44435a5906a09dc
] - doc: apply scroll-margin-top to h2, h3 elements (metonym) #444140e99139df4
] - doc: use serial comma in addons docs (Tobias Nießen) #444828ea3e6f839
] - doc: do not use "Returns:" for crypto.constants (Tobias Nießen) #44481a1dbe4bc79
] - doc: add history for net.createServer() options (Luigi Pinca) #44326eb90d650d4
] - doc: fix typo in test runner code examples (Moshe Atlow) #4435117c5b978a5
] - doc: add daeyeon to collaborators (Daeyeon Jeong) #44355c1458063ee
] - doc: fix style of n-api.md (theanarkh) #44377cf60c6bc74
] - doc: add missing imports in events sample code (Brian Evans) #4433789e5ac9676
] - doc: add missing parenthesis in TLSSocket section (Tobias Nießen) #445125ac344b2a2
] - doc: fix optionality of callback arg of checkPrime (Tobias Nießen) #4431187cc487e28
] - doc: fix typo (Hana) #442625978eb1ae8
] - doc: add TypeScript execution requirements (Michael Dawson) #4403042948364e2
] - doc: add cola119 to collaborators (cola119) #442486196bcedd0
] - doc: improved building doc for Android (BuShe) #44166afe6c87bb5
] - doc: add MoLow to collaborators (Moshe Atlow) #4421482ff3dabc5
] - doc: update tags in adding-new-napi-api.md (Chengzhong Wu) #4419016d6d45ee8
] - doc: fix typo in diagnostics_channel (Evan Lucas) #44199ed1d0c9203
] - doc: add Retry CI in collaborator guide (Livia Medeiros) #441301022ece43f
] - doc: remove unused code in call tracker example (Colin Ihrig) #441270c95d45410
] - doc: add theanarkh to collaborators (theanarkh) #4413197ad1a0f03
] - doc: clarify tls.tlsSocket.getCipher().version (Adam Majer) #440869e10ee70a3
] - doc: update repository list in onboarding doc (Rich Trott) #440893171d55ef8
] - doc: add ErickWendel to collaborators (Erick Wendel) #44088c9c2114a75
] - doc: update collaborator email (Ruy Adorno) #440441f9246a24f
] - doc: copyedittest.md
(Antoine du Hamel) #4406176e9cf2a46
] - doc: add kvakil to triagers (Keyhan Vakil) #439965a34c575ad
] - doc: clarify part of onboarding guide regarding adding to teams (Darshan Sen) #440245d3b8ab2d6
] - doc: fix code examples incrypto.md
(Antoine du Hamel) #44053e59c095b23
] - doc: claim ABI version for Electron 21 (Keeley Hammond) #4403488b0d406ac
] - doc: remove old reference from crypto/README.md (Tobias Nießen) #4401258c97216ee
] - doc: add missing env vars to man page (cola119) #43492c07159215d
] - doc: list supported MODP groups explicitly (Tobias Nießen) #43986be2feec1f0
] - doc: fix typo in packages.md (Dominic Saadi) #440059f7a728168
] - doc: fix typos intest.md
(Antoine du Hamel) #4399721a29d4584
] - doc: add missing test runner option (Moshe Atlow) #439896758c63eba
] - doc,crypto: cleanup removed pbkdf2 behaviours (Filip Skokan) #44733891c4e742f
] - doc,inspector: document changes of inspector.close (Chengzhong Wu) #446284308d95d1d
] - doc,report: document special filenames (Chengzhong Wu) #4425789c837a48d
] - doc,worker: document resourceLimits overrides (Keyhan Vakil) #439928f6bd5a402
] - doc,worker: deprecate--trace-atomics-wait
(Keyhan Vakil) #440939593c37984
] - errors: refactor to use optional chaining (SindreXie) #441847cead5968e
] - esm: fix duplicated test (Geoffrey Booth) #447795d33dfd787
] - esm: do not bind loader hook functions (Antoine du Hamel) #44122ec7bf32350
] - esm: move package config helpers (Geoffrey Booth) #4396742a91e36dd
] - esm,loader: tidy ESMLoader internals (Jacob Smith) #44701d4e9384ccb
] - events: use bitset to save memory (Basit Chonka) #4370014ec52b949
] - fs: don't hard code name in validatePosition() (Colin Ihrig) #4476783cf979a0d
] - fs: fix typo in mkdir example (SergeyTsukanov) #44791bbbb4460ee
] - fs: remove unused option infs.fstatSync()
(Livia Medeiros) #44613bf217f8029
] - fs: add encoding parameter to benchmarks (Yagiz Nizipli) #442781308e68a16
] - gyp: libnode for ios app embedding (chexiongsheng) #442102cee039070
] - http: disable chunked encoding when OBS fold is used (Paolo Insogna) #3412cd2f56962
] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #443788398e98b1b
] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #43974fa6183fc7e
] - http: add max for http keepalive (theanarkh) #442172f87ba4e03
] - http: trace http request / response (theanarkh) #441025f406a3a53
] - http: reuse socket only when it is drained (ywave620) #439024e49d5d1b4
] - inspector: expose inspector.close on workers (Chengzhong Wu) #44489c736927b0b
] - inspector: prevent integer overflow in open() (Tobias Nießen) #44367a021f1974a
] - lib: fix reference leak (falsandtru) #444996be761e8a9
] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #44045ac8d2de3b0
] - lib: resetRegExp
statics before running user code (Antoine du Hamel) #437414968ebfbe1
] - lib: refactorvalidateInt32
andvalidateUint32
(mawaregetsuka) #43071acff743113
] - lib: makevalidateObject
less affected by prototype tampering (Antoine du Hamel) #4292959be5f89ca
] - lib: use safePromise
alternatives when available (Antoine du Hamel) #434769dad4b0d11
] - lib: add diagnostics channel and perf hooks detail (Danielle Adams) #43984a99e2368ea
] - lib: refactor to avoid prototype pollution (Antoine du Hamel) #43474121c54718d
] - lib: fix diagnostics channel (theanarkh) #44154594d9436c3
] - lib: pass env variables to child process on z/OS (alexcfyung) #422559c656c89fc
] - lib: add missing env vars to --help (cola119) #434923aaa4109a0
] - lib: addPromise
methods toavoid-prototype-pollution
lint rule (Antoine du Hamel) #43849debf7301aa
] - lib,test: fix bug in InternalSocketAddress (Tobias Nießen) #44618c1d1ed5ae4
] - meta: update AUTHORS (Node.js GitHub Bot) #44777fe91711ed5
] - meta: add mailmap entry for dnlup (Rich Trott) #44716b9deb1e84d
] - meta: update AUTHORS (Node.js GitHub Bot) #447053564da1c94
] - meta: move dnlup to emeriti (dnlup) #44667af5d49f186
] - meta: update test_runner in label-pr-config (Shrujal Shah) #446157ac9bafd10
] - meta: update AUTHORS (Node.js GitHub Bot) #44591aa68a31804
] - meta: update AUTHORS (Node.js GitHub Bot) #44511edb0851539
] - meta: update AUTHORS (Node.js GitHub Bot) #444224bdd4a3641
] - meta: update AUTHORS (Node.js GitHub Bot) #44321dc5478ad12
] - meta: updateweb streams
in label-pr-config (Daeyeon Jeong) #44235d535190086
] - meta: update AUTHORS (Node.js GitHub Bot) #4423124e3ad069d
] - meta: update AUTHORS (Node.js GitHub Bot) #441611924d897ad
] - meta: add codeowner for src/node_snapshot* (Chengzhong Wu) #441131988be9acf
] - meta: update AUTHORS (Node.js GitHub Bot) #44065261e5acc6b
] - meta: shorten PowerShell snippet for bug-report template (NicoNekoru) #440111bb394e691
] - module: open stat/readPackage to mutations (Maël Nison) #44537b665171911
] - module: protect against prototype mutation (Antoine du Hamel) #44007092239a7f1
] - (SEMVER-MINOR) net: add local family (theanarkh) #439754e0710c3a3
] - net: remove unused callback (theanarkh) #442041400796cef
] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError
(Daeyeon Jeong) #44021adae66cbd4
] - node-api: add deprecation code of uncaught exception (Chengzhong Wu) #44624f38987edcc
] - node-api: avoid calling virtual methods in base's dtor (Chengzhong Wu) #444245b5d95d312
] - node-api: cleanup redundant static modifiers (Chengzhong Wu) #443018f3e8bb1fd
] - (SEMVER-MINOR) os: add machine method (theanarkh) #444163cb28bdde0
] - path: change basename() argument from ext to suffix (Rich Trott) #447747c5ce59dba
] - perf_hooks: fix gc elapsed time (theanarkh) #440580e2c2064bb
] - report: get stack trace with cross origin contexts (Chengzhong Wu) #443985355a46840
] - report: fix missing section javascriptHeap on OOMError (Chengzhong Wu) #44398381e11e18e
] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #4425530cfe0a156
] - report: print javascript stack on fatal error (Chengzhong Wu) #44242779761d914
] - report: add queue info for udp (theanarkh) #44345ff34d48d70
] - report: skip report if uncaught exception is handled (Chengzhong Wu) #442083e8569cfbc
] - src: remove ParseIP() in cares_wrap.cc (Tobias Nießen) #44771916f2c5783
] - src: avoid using v8 on Isolate termination (Santiago Gimeno) #446694f056b57e9
] - src: remove <unistd.h> from node_os.cc (Tobias Nießen) #4466824172ca6fe
] - src: avoid copy when creating Blob (Tobias Nießen) #44616eda1f4531a
] - src: make ReqWrap weak (Rafael Gonzaga) #44074ea2957fe77
](httConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.