potato4d / nuxt-basic-auth-module

Provide basic auth your Nuxt.js application
https://www.npmjs.com/package/nuxt-basic-auth-module
MIT License
310 stars 9 forks source link

chore(deps): update dependency jsdom to v18 #222

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom 16.7.0 -> 18.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom ### [`v18.0.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1800) [Compare Source](https://togithub.com/jsdom/jsdom/compare/17.0.0...18.0.0) Potentially-breaking bug fixes: - Fixed SSL certificate checking for WebSocket connections. Previously, invalid SSL certificates were always accepted; now, they properly respect the `ResourceLoader`'s `strictSSL` option (which defaults to `true`). - Changed the global in which almost all `Promise` and `TypeError` instances are created to be the jsdom global, not the Node.js global. This could affect any code that uses `instanceof`. Other changes: - Fixed moving an element between HTML and XML documents to reset the `tagName` cache, allowing it to return a lowercase value once it's in the XML document. (LucasLefevre) - Fixed form submission to not happen when the form is invalid. (pozil) ### [`v17.0.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1700) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.7.0...17.0.0) Breaking change: Node v12 is now the minimum supported version.

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #222 (502ece0) into master (94c7335) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 502ece0 differs from pull request most recent head 0fea2d7. Consider uploading reports for the commit 0fea2d7 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #222   +/-   ##
=======================================
  Coverage   96.07%   96.07%           
=======================================
  Files           2        2           
  Lines          51       51           
  Branches       13       13           
=======================================
  Hits           49       49           
  Misses          2        2