Skip to content

fix(deps): update all non-major dependencies#131

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#131
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^17.7.1^17.8.1 age confidence devDependencies patch
@commitlint/config-conventional (source) ^17.7.0^17.8.1 age confidence devDependencies patch
docdash ^2.0.1^2.0.2 age confidence devDependencies patch
ejs ^3.1.9^3.1.10 age confidence dependencies patch
intl-locales-supported 1.8.11 || ^1.8.131.8.11 || ^1.8.13 || ^1.8.11 age confidence dependencies patch
jsdoc ^4.0.2^4.0.5 age confidence devDependencies patch
node (source) 1616.20.2 age confidence minor
node 12.x12.22.12 age confidence uses-with minor
sass ^1.66.1^1.97.3 age confidence dependencies patch
standard (source) ^17.1.0^17.1.2 age confidence devDependencies patch

Release Notes

formatjs/formatjs (intl-locales-supported)

v1.8.12

Compare Source

Note: Version bump only for package intl-locales-supported

nodejs/node (node)

v16.20.2: 2023-08-09, Version 16.20.2 'Gallium' (LTS), @​RafaelGSS

Compare 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 August 2023 Security Releases blog post.

Commits

v16.20.1: 2023-06-20, Version 16.20.1 'Gallium' (LTS), @​RafaelGSS

Compare 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 June 2023 Security Releases blog post.

Commits

v16.20.0: 2023-03-29, Version 16.20.0 'Gallium' (LTS), @​BethGriggs

Compare Source

Notable Changes
  • deps:
    • update undici to 5.20.0 (Node.js GitHub Bot) #​46711
    • update c-ares to 1.19.0 (Michaël Zasso) #​46415
    • upgrade npm to 8.19.4 (npm team) #​46677
    • update corepack to 0.17.0 (Node.js GitHub Bot) #​46842
  • (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #​44376
Commits

v16.19.1: 2023-02-16, Version 16.19.1 'Gallium' (LTS), @​richardlau

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

Fixed by an update to undici:

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

Commits

v16.19.0: 2022-12-13, Version 16.19.0 'Gallium' (LTS), @​richardlau

Compare Source

Notable Changes
OpenSSL 1.1.1s

This update is a bugfix release and does not address any security
vulnerabilities.

Root certificates updated to NSS 3.85

Certificates added:

  • Autoridad de Certificacion Firmaprofesional CIF A626340
  • Certainly Root E1
  • Certainly Root R1
  • D-TRUST BR Root CA 1 2020
  • D-TRUST EV Root CA 1 2020
  • DigiCert TLS ECC P384 Root G5
  • DigiCert TLS RSA4096 Root G5
  • E-Tugra Global Root CA ECC v3
  • E-Tugra Global Root CA RSA v3
  • HiPKI Root CA - G1
  • ISRG Root X2
  • Security Communication ECC RootCA1
  • Security Communication RootCA3
  • Telia Root CA v2
  • vTrus ECC Root CA
  • vTrus Root CA

Certificates removed:

  • Cybertrust Global Root
  • DST Root CA X3
  • GlobalSign Root CA - R2
  • Hellenic Academic and Research Institutions RootCA 2011
Time zone update to 2022f

Time zone data has been updated to 2022f. This includes changes to Daylight
Savings Time (DST) for Fiji and Mexico. For more information, see
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.

Other Notable Changes

Dependency updates:

Experimental features:

Commits

v16.18.1: 2022-11-04, Version 16.18.1 'Gallium' (LTS), @​BethGriggs

Compare Source

This is a security release.

Notable changes

The following CVEs are fixed in this release:

  • CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium)

More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.

Commits

v16.18.0: 2022-10-12, Version 16.18.0 'Gallium' (LTS), @​juanarbol

Compare Source

Notable changes
  • [1cc050eaa8] - (SEMVER-MINOR) assert: add getCalls and reset to callTracker (Moshe Atlow) #​44191
  • [e5c9975f11] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #​44201
  • [317cd051ce] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #​44201
  • [f80bdc5ef3] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #​44588
  • [8398e98b1b] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #​43974
  • [2cd2f56962] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #​44378
  • [6be761e8a9] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #​44045
  • [1400796cef] - (SEMVER-MINOR) net,tls: pass a valid socket on tlsClientError (Daeyeon Jeong) #​44021
  • [092239a7f1] - (SEMVER-MINOR) net: add local family (theanarkh) #​43975
  • [381e11e18e] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #​44255
  • [2ba547aa5b] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #​44362
  • [6ed3367155] - (SEMVER-MINOR) stream: add ReadableByteStream.tee() (Daeyeon Jeong) #​44505
  • [0fbedac6ce] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #​43730
  • [70563b53c5] - (SEMVER-MINOR) util: add maxArrayLength option to Set and Map (Kohei Ueno) #​43576
Commits

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency docdash to ^2.0.2 chore(deps): update all non-major dependencies Sep 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34bd6e3 to c345c3e Compare September 14, 2023 01:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c345c3e to 71fdc06 Compare September 21, 2023 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71fdc06 to 473661e Compare September 28, 2023 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8d6f689 to c20dd20 Compare October 12, 2023 01:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ba2254c to eb504c3 Compare October 20, 2023 12:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb504c3 to 5f24fd3 Compare October 26, 2023 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ebeae89 to 877034c Compare January 2, 2024 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 877034c to 4359362 Compare January 18, 2024 04:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c096041 to c99e086 Compare February 21, 2024 03:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 803bef8 to 05cbaf9 Compare March 20, 2024 12:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05cbaf9 to e7e0b14 Compare April 4, 2024 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 989d772 to ec63115 Compare April 14, 2024 12:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 71f6eb8 to 3571426 Compare May 7, 2024 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ab57268 to a6cb680 Compare May 17, 2024 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6cb680 to 1bf0983 Compare May 30, 2024 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f7b8758 to e698511 Compare April 4, 2025 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e698511 to a3ee98b Compare April 22, 2025 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3699fd2 to 6594d33 Compare May 16, 2025 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6594d33 to 95ec20f Compare May 31, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95ec20f to 289253e Compare June 10, 2025 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 289253e to b706b89 Compare July 28, 2025 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b706b89 to 5db5533 Compare August 6, 2025 02:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5db5533 to cd60248 Compare August 25, 2025 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 80575e8 to 7670fdc Compare September 6, 2025 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aec39de to 699a989 Compare September 24, 2025 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 699a989 to 586c81e Compare October 8, 2025 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 586c81e to 05de3d0 Compare October 21, 2025 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05de3d0 to c454d87 Compare October 31, 2025 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bbb1b9d to c071790 Compare November 18, 2025 05:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c071790 to ba9ec48 Compare November 20, 2025 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1b1a149 to 04c3521 Compare December 11, 2025 03:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4e7ed69 to 202fb00 Compare December 19, 2025 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 202fb00 to 9a7c6be Compare January 6, 2026 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a7c6be to fe1ed53 Compare January 22, 2026 02:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe1ed53 to 38555cb Compare February 8, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants