potato4d / nuxt-basic-auth-module

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

chore(deps): update dependency jsdom to v15 #39

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
jsdom devDependencies major 14.0.0 -> 15.0.0 source

Release Notes

jsdom/jsdom ### [`v15.0.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1500) [Compare Source](https://togithub.com/jsdom/jsdom/compare/14.1.0...15.0.0) Several potentially-breaking changes, each of them fairly unlikely to actually break anything: - `JSOM.fromFile()` now treats `.xht` files as `application/xhtml+xml`, the same as it does for `.xhtml` and `.xml`. Previously, it would treat them as `text/html`. - If the `JSDOM` constructor's `contentType` option has a `charset` parameter, and the first argument to the constructor is a binary data type (e.g. `Buffer` or `ArrayBuffer`), then the `charset` will override any sniffed encoding in the same way as a `Content-Type` header would in browser scenarios. Previously, the `charset` parameter was ignored. - When using the `Blob` or `File` constructor with the `endings: "native"` option, jsdom will now convert line endings to `\n` on all operating systems, for consistency. Previously, on Windows, it would convert line endings to `\r\n`. ### [`v14.1.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1410) [Compare Source](https://togithub.com/jsdom/jsdom/compare/14.0.0...14.1.0) - Added activation behavior for `` and `` elements whose `href=""` points to a `javascript:` URL or fragment. - Added the `` element's `options` property. - Added the `` element's `list` property. - Added `PageTransitionEvent`, and the firing of `pageshow` events during loading. - Exposed the `External` class as a property of `window`. - Fixed HTML fragment parsing (via `innerHTML` and `outerHTML`) to be spec-compliant. (pmdartus) - Fixed HTML serialization (e.g. via `innerHTML`) breaking after setting certain properties to non-string values. - Fixed how disabling an element would cause its activation behavior to forever be null, even if it were re-enabled. - Fixed all access to attributes to ignore attributes with namespaces, per the spec. - Fixed `