Skip to content
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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/vscode (source) ^1.68.0 -> ^1.96.0 age adoption passing confidence devDependencies minor
node (source) ^16.15.1 -> ^16.20.2 age adoption passing confidence engines minor
semantic-release-vsce ^5.0.20 -> ^5.7.4 age adoption passing confidence devDependencies minor
semver ^7.3.7 -> ^7.6.3 age adoption passing confidence dependencies minor
vscode ^1.68.1 -> ^1.96.2 age adoption passing confidence engines minor

Release Notes

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 - 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.


  • 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from d5bb9bd to 8425300 Compare February 16, 2023 23:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2184ec9 to d79878d Compare March 2, 2023 06:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b1a0955 to ade0e91 Compare March 16, 2023 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 845cf31 to 8045a68 Compare March 25, 2023 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ca7eac6 to 66f08f9 Compare March 30, 2023 22:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (minor) chore(deps): update all non-major dependencies (minor) - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch April 4, 2023 01:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (minor) - autoclosed chore(deps): update all non-major dependencies (minor) Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch April 4, 2023 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 12ad168 to 6ff2d26 Compare April 11, 2023 18:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b9313fe to 048bcf8 Compare May 9, 2024 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 048bcf8 to a1b2418 Compare June 6, 2024 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7fe2df7 to 86c2418 Compare June 18, 2024 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 77540a7 to 8a0047f Compare July 4, 2024 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b455280 to 9f77eda Compare July 16, 2024 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c0d1d5e to 90999e6 Compare August 1, 2024 22:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5f2d147 to f82e4dd Compare August 14, 2024 00:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f82e4dd to 5c21b89 Compare August 15, 2024 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 64be356 to 77f6623 Compare September 5, 2024 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77f6623 to b0d8a32 Compare September 12, 2024 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0bf4495 to 24a05fc Compare October 10, 2024 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c71905f to 4d555fb Compare November 1, 2024 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 35bf529 to b060355 Compare November 14, 2024 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b57dff2 to adf28b2 Compare December 18, 2024 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adf28b2 to 3fce485 Compare December 19, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants