observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
966 stars 83 forks source link

Bump jsdom from 15.1.1 to 15.2.0 #135

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps jsdom from 15.1.1 to 15.2.0.

Release notes *Sourced from [jsdom's releases](https://github.com/jsdom/jsdom/releases).* > ## Version 15.2.0 > > * Added basic style inheritance in `getComputedStyle()` for the `'visibility'` property. This sets the foundation for further work on inheritance, cascading, and specificity. (eps1lon) > * Added `shadowRoot.activeElement`. > * Added `readystatechange` events during document loading. > * Added a stub for `form.requestSubmit()`, to match our existing stub for `form.submit()`. > * Changed `el.tabIndex`'s default value, when no `tabindex=""` attribute was set, to reflect the updated specification. > * Changed the exception thrown by `el.attachShadow()` on something that's already a shadow host, to reflect the updated specification. > * Fixed the validation logic for ``. > * Fixed `selectEl.value` when no `
Changelog *Sourced from [jsdom's changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md).* > ## 15.2.0 > > * Added basic style inheritance in `getComputedStyle()` for the `'visibility'` property. This sets the foundation for further work on inheritance, cascading, and specificity. (eps1lon) > * Added `shadowRoot.activeElement`. > * Added `readystatechange` events during document loading. > * Added a stub for `form.requestSubmit()`, to match our existing stub for `form.submit()`. > * Changed `el.tabIndex`'s default value, when no `tabindex=""` attribute was set, to reflect the updated specification. > * Changed the exception thrown by `el.attachShadow()` on something that's already a shadow host, to reflect the updated specification. > * Fixed the validation logic for ``. > * Fixed `selectEl.value` when no `
Commits - [`b4bb1c5`](https://github.com/jsdom/jsdom/commit/b4bb1c5248e05762aa3c4c14faa71ef3adf10657) Version 15.2.0 - [`0b7dba8`](https://github.com/jsdom/jsdom/commit/0b7dba807f661170346bfada9b08ae26aa865512) Update dev dependencies - [`a4bcb12`](https://github.com/jsdom/jsdom/commit/a4bcb12a7eec5598b52927877f316a6545e7b54c) Add inheritance for getComputedStyle() and visibility - [`974ee53`](https://github.com/jsdom/jsdom/commit/974ee53f8f54d33bfe095df710e2b7552ca4d14b) Add test for querySelector with *= and i - [`e3744f5`](https://github.com/jsdom/jsdom/commit/e3744f5ceffbf06a83b8e0c11b1641f4e229ea18) Update Travis setup - [`f4706fc`](https://github.com/jsdom/jsdom/commit/f4706fc709b5008c794f86953c26efe5ebd390bd) Update dependencies - [`0a759f1`](https://github.com/jsdom/jsdom/commit/0a759f1118bc6bd774d414d8d78be317f856202f) Roll Web Platform Tests - [`0fd21bb`](https://github.com/jsdom/jsdom/commit/0fd21bba0dc92d6a0c7636fc1d297479982ec11f) Fix DOMException type for attachShadow - [`2c53a87`](https://github.com/jsdom/jsdom/commit/2c53a871f7bac41488996c12ebfbaa1e64d57516) Poll for WebSockets server in WPTs - [`f298acd`](https://github.com/jsdom/jsdom/commit/f298acd6045339325c264858e5b85e315719eb62) Update \ logic to use allowed value step - Additional commits viewable in [compare view](https://github.com/jsdom/jsdom/compare/15.1.1...15.2.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)