Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update dependency jsdom to v15 (#244)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| jsdom | devDependencies | major | [`14.1.0` -> `15.0.0`](https://diff.intrinsic.com/jsdom/14.1.0/15.0.0) | [source](https://togithub.com/jsdom/jsdom) |

---

### Release Notes

<details>
<summary>jsdom/jsdom</summary>

### [`v15.0.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#&#8203;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`.

</details>

---

### Renovate configuration

:date: **Schedule**: "every weekend" (UTC).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

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

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#qlik-oss/catwalk).
  • Loading branch information
renovate[bot] authored and Helene Rignér committed Apr 23, 2019
1 parent d477046 commit e7047ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"fs-extra": "7.0.1",
"jsdom": "14.1.0",
"jsdom": "15.0.0",
"nyc": "13.3.0",
"parcel-bundler": "1.12.3",
"parcel-plugin-inlinesvg": "0.1.1",
Expand Down

0 comments on commit e7047ca

Please sign in to comment.