-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update all non-major dependencies #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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-minor-patch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66a3cfc to
f9f56e6
Compare
43fa4dc to
bcf6e12
Compare
3281390 to
276aed1
Compare
12f51c5 to
da31d80
Compare
a7f9e5c to
dd26b48
Compare
3704845 to
565fb92
Compare
f2feb82 to
04bf920
Compare
04bf920 to
3b6880c
Compare
3b6880c to
f70c073
Compare
6cf8483 to
871ddbb
Compare
871ddbb to
430558b
Compare
430558b to
5b4f6f6
Compare
eda66ec to
84fcc86
Compare
84fcc86 to
9997e70
Compare
9997e70 to
ad1f49a
Compare
ad1f49a to
b1d3543
Compare
b1d3543 to
d4b2bbe
Compare
d4b2bbe to
b8e2d8d
Compare
b8e2d8d to
0386480
Compare
7897fc2 to
9c16b97
Compare
9c16b97 to
56155f9
Compare
56155f9 to
00da6c6
Compare
00da6c6 to
4714934
Compare
4714934 to
18ab423
Compare
18ab423 to
2ed9d13
Compare
256cf21 to
f94dcbb
Compare
f94dcbb to
3e116ac
Compare
3e116ac to
cdf5d77
Compare
cdf5d77 to
81b0784
Compare
81b0784 to
d64593b
Compare
d64593b to
45e030b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^25.2.1->^25.2.3^4.14.150->^4.17.20^13.13.4->^13.13.5212.16->12.22.7^26.0.0->^26.6.3^10.2.2->^10.5.4v12.16.3->12.22.12^2.0.3->^2.0.22^2.0.5->^2.8.8^25.4.0->^25.5.1^3.8.3->^3.9.10Release Notes
jestjs/jest (jest)
v26.6.3: 26.6.3Compare Source
Fixes
[jest-resolve-dependencies]Continue dependency resolution if mock dependency can't be found (#10779)v26.6.2: 26.6.2Compare Source
Features
[jest-core]AddfindRelatedTestsandnonFlagArgsin allowed config options forupdateConfigAndRunin watch plugins (#10659)Fixes
[babel-plugin-jest-hoist]Preserve order of hoisted mock nodes within containing block (#10536)[babel-plugin-jest-hoist]Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)[babel-preset-jest]Updatebabel-preset-current-node-syntaxto support top level await (#10747)[expect]Revert "FixobjectContainingto work recursively into sub-objects (#10508)" (#10766)[jest-circus, jest-jasmine2]fix: don't assumestackis always a string (#10697)[jest-config]Fix bug introduced in watch mode by PR #10678 (#10692)[jest-config]Throw correct error for missing preset modules (#10737)[jest-resolve-dependencies]Resolve mocks as dependencies (#10713)[jest-runtime]Handle file URLs in dynamic imports (#10744)[jest-runtime, babel-jest]Pass more ESM options to@jest/transform(#10752)[jest-runtime]Properly injectextraGlobalsinto the runtime (#10758)[jest-transform]Link to ESM docs on syntax errors (#10748)Chore & Maintenance
[docs]Add docs for using mocks in TypeScript (#10415)[eslint-config-fb-strict]Move package from this repo tofbjsrepo (#10739)[examples]Update TypeScript example to show use of newer Jest types (#10399)[jest-cli]chore: standardize files and folder names (#10698)v26.6.1: 26.6.1Compare Source
Features
[jest-runtime]Support named exports from CommonJS as named ES Module imports (#10673)[jest-validate]Add support forrecursiveDenylistoption as an alternative torecursiveBlacklist(#10236)Fixes
[expect]FixobjectContainingto work recursively into sub-objects (#10508)[jest-cli, jest-core, jest-config, jest-types]Fix--onlyFailuresflag to work in non-watch mode (#10678)[jest-config]Fix for thejest.config.tscompiler to not interfere withtsconfig.jsonfiles (#10675)[jest-message-util]Update to work properly with Node 15 (#10660)[jest-mock]Allow to mock methods in getters (TypeScript 3.9 export) (#10156)v26.6.0: 26.6.0Compare Source
Features
[jest-cli, jest-config]Add support for thejest.config.tsconfiguration file (#10564)Fixes
[jest-config]Simplify transform RegExp (#10207)[jest-fake-timers]Lazily instantiate mock timers (#10551)[jest-runtime]require.mainis no longerundefinedwhen usingjest.resetModules(#10626)[@jest/types]Add missing values fortimers(#10632)Chore & Maintenance
[docs]Add step for fetchingbackers.jsonfile in website setup docs (#10631)[docs]Add page detailing environment variables set by Jest (#10630)[jest-circus]RefactorcallAsyncCircusFnparameters (#10629)v26.5.3: 26.5.3Compare Source
Features
[jest-runtime]add support for dynamicimport()from CommonJS (#10620)Fixes
[jest-runner, jest-runtime]require.mainshould not beundefinedwithcreateRequire()(#10610)[jest-runtime]add missingmodule.pathproperty (#10615)[jest-runtime]AddmainModuleinstance variable to runtime (#10621)[jest-runtime]Evaluate Node core modules on dynamicimport()(#10622)[jest-validate]Show suggestion only when unrecognized cli param is longer than 1 character (#10604)[jest-validate]ValidatetestURLas CLI option (#10595)v26.5.2: 26.5.2Compare Source
Fixes
[*]Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#10599)[jest-circus]Setup globals before emittingsetup, and include Jest globals in thesetuppayload (#10598)[jest-mock]Fix typings formockResolvedValue,mockResolvedValueOnce,mockRejectedValueandmockRejectedValueOnce(#10600)v26.5.0: 26.5.0Compare Source
Features
[jest-circus, jest-config, jest-runtime]Add newinjectGlobalsconfig and CLI option to disable injecting global variables into the runtime (#10484)[jest-each]Fixes.eachtype to always be callable (#10447)[jest-runner]Add support formoduleLoaders withdefaultexports (#10541)[@jest/create-cache-key-function]Added a new package for creating cache keys (#10587)Fixes
[jest-circus, jest-jasmine2]Find correct location fortest.eachtests (#10413)[jest-console]AddConsoleconstructor toconsoleobject (#10502)[jest-globals]Fix lifecycle hook function types (#10480)[jest-runtime]Remove usage ofvm.compileFunctiondue to a performance issue (#10586)Chore & Maintenance
[jest-resolve]Replace read-pkg-up with escalade package (10558)[jest-environment-jsdom]Update jsdom to 16.4.0 (10578)v26.4.2: 26.4.2Compare Source
Fixes
[expect]FixtoMatchObjectto work with inherited class getters (#10381)[pretty-format]Lower minimum node version to >= 10 (#10435)v26.4.1: 26.4.1Compare Source
Fixes
[jest-core]Don't report ELDHistogram as open handle (#10417)[jest-matcher-utils]Fix diffing object contain readonly symbol key object (#10414)[jest-reporters]Fixes notify reporter on Linux (using notify-send) (#10393)[jest-snapshot]Correctly handles arrays and property matchers in snapshots (#10404)v26.4.0: 26.4.0Compare Source
Features
[jest-resolve]Add support forpackageFilteron custom resolver (#10393)Fixes
[pretty-format]HandletagNamenot being a string (#10397)v26.3.0: 26.3.0Compare Source
Features
[jest-circus, jest-jasmine2]IncludefailureDetailsproperty in test results (#9496)[jest-each, jest-jasmine, jest-circus]Add support for.concurrent.each(#9326)Fixes
[jest-config]Add.pnp.jstotransformIgnorePatternsdefaults (#10383)[jest-leak-detector]Wait properly for GC runs due to changes in Node 14.7 (#10366)[jest-worker]Downgrade minimum node version to 10.13 (#10352)[docs]Update snapshot testing documentation(#10359)v26.2.2: 26.2.2Compare Source
Fixes
[jest-cli]Use correct file name to override existing jest config on init (#10337)[jest-haste-map]Properly detect support for nativefind(#10346)v26.2.1: 26.2.1Compare Source
Fixes
[jest-worker]Make sure to work with Node TS typings v12 (#10336)v26.2.0: 26.2.0Compare Source
Features
[jest-core, jest-circus, jest-reporter, jest-runner]Added support for reporting individual test cases using jest-circus (#10227)[jest-config, jest-reporter, jest-runner, jest-test-sequencer]AddslowTestThresholdconfiguration option (#9366)[jest-haste-map]Watchman crawler now includes dotfiles (#10075)[jest-worker]Added support for workers to send custom messages to parent in jest-worker (#10293)[jest-worker]Support passingresourceLimits(#10335)[pretty-format]Added support for serializing custom elements (web components) (#10217)Fixes
[expect]Match symbols and bigints inany()(#10223)[jest-changed-files]Usegit diffinstead ofgit logfor--changedSince(#10155)[jest-console]Add missingconsole.timeLogfor compatibility with Node (#10209)[jest-haste-map]Checkfindbinary supports the-inameparameter (#10308)[jest-snapshot]Strip added indentation for inline error snapshots (#10217)Chore & Maintenance
[*]Add missing dependency on@types/node(#10248)[jest-jasmine2]ConvertPCancelableto TypeScript (#10215)[jest-jasmine2]Refine typings ofqueueRunner(#10215)[jest-jasmine2]Remove usage ofFunctiontype (#10216)[jest-resolve]Improve types (#10239)[docs]Clarify thejest.requireActual(moduleName)example[jest-types]Refine typings ofcoverageReporters(#10275)v26.1.0: 26.1.0Compare Source
Features
[jest-mock]ExportMock,MockInstance,SpyInstancetypes (#10138)[jest-config]Support config files exporting (async)functions (#10001)[jest-cli, jest-core]Add--selectProjectsCLI argument to filter test suites by project name (#8612)[jest-cli, jest-init]AddcoverageProvidertojest --initprompts (#10044)Fixes
[jest-console]getConsoleOutputto receive global stack trace config and use it to format stack trace (#10081)[jest-jasmine2]Stop adding:after an error that has no message (#9990)[jest-diff]Control no diff message color withcommonColorin diff options (#9997)[jest-snapshot]Fix TypeScript compilation (#10008)Chore & Maintenance
[docs]Correct confusing filename inenableAutomockexample (#10055)[jest-core]🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 (#10000)[jest-core, jest-reporters, jest-test-result, jest-types]CleanupdisplayNametype (#10049)[jest-runtime]Jest-internal sandbox escape hatch (#9907)[jest-fake-timers]Updatenowparam type to supportDatein addition tonumber. (#10169)[docs]Add param tosetSystemTimedocs and remove preceding period from it andgetRealSystemTime(#10169)[jest-snapshot, jest-util]Replacemake-dirwithfs.mkdir(#10136)[docs]Added parcel-bundler documentation inside readme.md filePerformance
[jest-core, jest-transform, jest-haste-map]Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances (#10131)v26.0.1: 26.0.1Compare Source
Fixes
[jest-circus]Backward compatibility for deprecatedDescribeBlock.teststo not break e.g. Detox reporterlint-staged/lint-staged (lint-staged)
v10.5.4Compare Source
Bug Fixes
v10.5.3Compare Source
Bug Fixes
v10.5.2Compare Source
Bug Fixes
v10.5.1Compare Source
Bug Fixes
v10.5.0Compare Source
Features
v10.4.2Compare Source
Bug Fixes
v10.4.1Compare Source
Bug Fixes
v10.4.0Compare Source
Features
v10.3.0Compare Source
Features
v10.2.13Compare Source
Bug Fixes
v10.2.12Compare Source
Bug Fixes
v10.2.11Compare Source
Bug Fixes
v10.2.10Compare Source
Bug Fixes
v10.2.9Compare Source
Bug Fixes
v10.2.8Compare Source
Bug Fixes
v10.2.7Compare Source
Bug Fixes
v10.2.6Compare Source
Bug Fixes
v10.2.5Compare Source
Bug Fixes
v10.2.4Compare Source
Bug Fixes
v10.2.3Compare Source
Bug Fixes
nodejs/node (node)
v12.22.12: 2022-04-05, Version 12.22.12 'Erbium' (LTS), @richardlauCompare Source
Notable Changes
This is planned to be the final Node.js 12 release. Node.js 12 will
reach End-of-Life status on 30 April 2022, after which it will no
receive updates. You are strongly advised to migrate your applications
to Node.js 16 or 14 (both of which are Long Term Support (LTS) releases)
to continue to receive future security updates beyond 30 April 2022.
This release fixes a shutdown crash in Node-API (formerly N-API) and a
potential stack overflow when using
vm.runInNewContext().The list of GPG keys used to sign releases and instructions on how to
fetch the keys for verifying binaries has been synchronized with the
main branch.
Commits
1193290f3f] - deps: V8: cherry-pickcc9a8a3(devsnek) #42065333eda8d03] - doc: add a note about possible missing lines to readline.asyncIterator (Igor Mikhalev) #34675518a49c0c6] - doc: use openpgp.org for keyserver examples (Nick Schonning) #3922711aef2ad03] - doc: update release key for Danielle Adams (Danielle Adams) #36793a9c38f1003] - doc: add release key for Danielle Adams (Danielle Adams) #35545a35f553889] - doc: add release key for Bryan English (Bryan English) #421025f104e3218] - node-api: cctest on v8impl::Reference (legendecas) #38970e23c04f0dc] - node-api: avoid SecondPassCallback crash (Michael Dawson) #38899a7224c9559] - node-api: fix shutdown crashes (Michael Dawson) #3849281b4dc88f1] - node-api: make reference weak parameter an indirect link to references (Chengzhong Wu) #380002aa9ca1ea9] - node-api: fix crash in finalization (Michael Dawson) #37876a2f4206415] - node-api: stop ref gc during environment teardown (Gabriel Schulhof) #37616171bb66ccc] - node-api: force env shutdown deferring behavior (Gabriel Schulhof) #37303e707514c80] - src: fix finalization crash (James M Snell) #38250v12.22.11: 2022-03-17, Version 12.22.11 'Erbium' (LTS), @richardlauCompare Source
This is a security release.
Notable changes
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
BN_mod_sqrt()reachable when parsing certificates (High)(CVE-2022-0778)More details are available at https://www.openssl.org/news/secadv/20220315.txt
Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
run CI tests.
Commits
e3e5bf11ba] - build: pin Windows GitHub runner to windows-2019 (Richard Lau) #42349f41e7771bf] - build: fix detection of Visual Studio 2019 (Richard Lau) #42349c372ec207d] - deps: update archs files for OpenSSL-1.1.n (Richard Lau) #42348d574a1dccb] - deps: upgrade openssl sources to 1.1.1n (Richard Lau) #42348v12.22.10: 2022-02-01, Version 12.22.10 'Erbium' (LTS), @ruyadornoCompare Source
Notable changes
Commits
33899b435d] - deps: upgrade npm to 6.14.16 (Ruy Adorno) #41601d9237c46ca] - tools: update tzdata to 2021a4 (Albert Wang) #41443v12.22.9: 2022-01-10, Version 12.22.9 'Erbium' (LTS), @richardlauCompare Source
This is a security release.
Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)
Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.
Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the
--security-revertcommand-line option.More details will be available at CVE-2021-44531 after publication.
Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)
Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.
Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the
--security-revertcommand-line option.More details will be available at CVE-2021-44532 after publication.
Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)
Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.
Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.
More details will be available at CVE-2021-44533 after publication.
Prototype pollution via
console.tableproperties (Low)(CVE-2022-21824)Due to the formatting logic of the
console.table()function it was not safe to allow user controlled input to be passed to thepropertiesparameter while simultaneously passing a plain object with at least one property as the first parameter, which could be__proto__. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype.Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to.
More details will be available at CVE-2022-21824 after publication.
Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability.
Commits
be69403528] - console: fix prototype pollution via console.table (Tobias Nießen) nodejs-private/node-private#30719873abfb2] - crypto,tls: implement safe x509 GeneralName format (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300ff9ac7d757] - doc: fix date for v12.22.8 (Richard Lau) #41213a5c7843cab] - src: add cve reverts and associated tests (Michael Dawson and Akshay Kumar) nodejs-private/node-private#300d4e5d1b9ca] - src: remove unused x509 functions (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#3008c2db2c86b] - tls: fix handling of x509 subject and issuer (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300e0fe6a635e] - tls: drop support for URI alternative names (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300v12.22.8: 2021-12-16, Version 12.22.8 'Erbium' (LTS), @richardlauCompare Source
Notable Changes
This release contains a c-ares update to fix a regression introduced in
Node.js 12.22.5 resolving CNAME records containing underscores
#39780.
Root certificates have been updated to those from Mozilla's Network
Security Services 3.71 #40281.
Commits
2d42295d2a] - build: pin macOS GitHub runner to macos-10.15 (Richard Lau) #4112441e09ec71b] - child_process: retain reference to data with advanced serialization (Anna Henningsen) #38728f0be07796e] - crypto: update root certificates (Richard Lau) #402804c9f920d34] - deps: update archs files for OpenSSL-1.1.1m (Richard Lau) #4117260d7d4171e] - deps: upgrade openssl sources to 1.1.1m (Richard Lau) #411727feff67419] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #40631534ac7c7c6] - deps: update c-ares to 1.18.1 (Richard Lau) #40660c019fa9b70] - deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #39402b13340eff4] - doc: add alternative version links to the packages page (Filip Skokan) #36915243b2fbfdb] - lib: fix regular expression to detect `/` and `\` (Francesco Trotta) #4032570e094a26b] - repl: fix error message printing (Anna Henningsen) #3820902b432a704] - src: fix crash in AfterGetAddrInfo (Anna Henningsen) #397357479447d6a] - test: deflake child-process-pipe-dataflow (Luigi Pinca) #40838833e199393] - tools: update certdata.txt (Richard Lau) #40280e4339fe286] - tools: add script to update c-ares (Richard Lau) #40660f50b9c1e8a] - worker: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) #38403v12.22.7: 2021-10-12, Version 12.22.7 'Erbium' (LTS), @danielleadamsCompare Source
This is a security release.
Notable changes
Commits
21a2e554e3] - deps: update llhttp to 2.1.4 (Fedor Indutny) nodejs-private/node-private#286d5d3a03246] - http: add regression test for smuggling content length (Matteo Collina) nodejs-private/node-private#2860858587f21] - http: add regression test for chunked smuggling (Matteo Collina) nodejs-private/node-private#286v12.22.6: 2021-08-31, Version 12.22.6 'Erbium' (LTS), @MylesBorinsCompare Source
This is a security release.
Notable Changes
These are vulnerabilities in the node-tar, arborist, and npm cli modules which
are related to the initial reports and subsequent remediation of node-tar
vulnerabilities CVE-2021-32803
and CVE-2021-32804.
Subsequent internal security review of node-tar and additional external bounty
reports have resulted in another 5 CVE being remediated in core npm CLI
dependencies including node-tar, and npm arborist.
You can read more about it in:
Commits
a0154b586b] - deps: update archs files for OpenSSL-1.1.1l (Richard Lau) #398697a95637eb7] - deps: upgrade openssl sources to 1.1.1l (Richard Lau) #39869840b0ffff6] - deps: upgrade npm to 6.14.15 (Darcy Clarke) #39856v12.22.5: 2021-08-11, Version 12.22.5 'Erbium' (LTS), @BethGriggsCompare Source
This is a security release.
Notable Changes
Commits
5f947db68c] - deps: update c-ares to 1.17.2 (Beth Griggs) #3972442695ea34b] - deps: reflect c-ares source tree (Beth Griggs) #39653e4c9156b32] - deps: apply missed updates from c-ares 1.17.1 (Beth Griggs) #396539cd1f53103] - http2: add tests for cancel event while client is paused reading (Akshay K) #396222008c9722f] - http2: update handling of rst_stream with error code NGHTTP2_CANCEL (Akshay K) #396221780bbc329] - tls: validate "rejectUnauthorized: undefined" (Matteo Collina) nodejs-private/node-private#276v12.22.4: 2021-07-29, Version 12.22.4 'Erbium' (LTS), @richardlauCompare Source
This is a security release.
Notable Changes
Commits
499e56babe] - build: fix label-pr workflow (Michaël Zasso) [#38399](https:Configuration
📅 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 was generated by Mend Renovate. View the repository job log.