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

Include Buckram as package (fix #278, fix #307) #308

Merged
merged 231 commits into from Nov 6, 2018
Merged

Conversation

greatislander
Copy link
Contributor

No description provided.

Ned Zimmerman and others added 30 commits November 6, 2018 15:25
…-standard-18.0.0

Bump stylelint-config-standard from 16.0.0 to 18.0.0
* Add h1-h6 top and bottom margin variables.
* Add h1-h6 line-height variables.
* Add sassdoc config and headings.

* Add support for properly wrapped heading elements (fix #36).
dannylonglegs and others added 22 commits November 6, 2018 15:27
* Add variable for section license margin bottom

* Add 'if-map-get'
Bumps [sassdoc](https://github.com/SassDoc/sassdoc) from 2.5.0 to 2.5.1.
<details>
<summary>Changelog</summary>

*Sourced from [sassdoc's changelog](https://github.com/SassDoc/sassdoc/blob/master/CHANGELOG.md).*

> ### 2.5.1
>
>   * Update `sassdoc-theme-default`.
>     Fixes an issue with main types pluralization.
>     ([#101](https://github-redirect.dependabot.com/SassDoc/sassdoc-theme-default/pull/101)
</details>
<details>
<summary>Commits</summary>

- [`4a0f4a1`](SassDoc/sassdoc@4a0f4a1) Release 2.5.1
- [`d4984a4`](SassDoc/sassdoc@d4984a4) Upgrade dateformat
- [`9e2e6f4`](SassDoc/sassdoc@9e2e6f4) Upgrade coveralls
- [`17058f2`](SassDoc/sassdoc@17058f2) Upgrade dependencies
- See full diff in [compare view](SassDoc/sassdoc@2.5.0...2.5.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sassdoc&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=sassdoc&package-manager=npm_and_yarn&previous-version=2.5.0&new-version=2.5.1)

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`.
This pull request also adds variables for table-tr and table-th top and bottom border
Bumps [puppeteer](https://github.com/GoogleChrome/puppeteer) from 1.9.0 to 1.10.0.
<details>
<summary>Release notes</summary>

*Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).*

> ## v1.10.0
> ## Big Changes
>
> - Chromium 72.0.3582.0 (r599821)
> - Support [Accessibility](https://github.com/GoogleChrome/puppeteer/blob/v1.10.0/docs/api.md#class-accessibility) testing.
>
> ## API Changes
>
> #### Added:
> - [`browser.waitForTarget`](https://github.com/GoogleChrome/puppeteer/blob/v1.10.0/docs/api.md#browserwaitfortargetpredicate-options) (6ac66c35)
> - [`browserContext.waitForTarget`](https://github.com/GoogleChrome/puppeteer/blob/v1.10.0/docs/api.md#browsercontextwaitfortargetpredicate-options) (6ac66c35)
> - [`page.accessibility`](https://github.com/GoogleChrome/puppeteer/blob/v1.10.0/docs/api.md#class-accessibility) (9ba32615)
>
> ## Bug Fixes
>
> - [#921](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/921) - userDataDir + headless = lost authorization [#921](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/921)
> - [#2033](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2033) - Feature request: Inspect screen reader output [#2033](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2033)
> - [#3303](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3303) - docs: Add an example of chrome extension testing on CI
> - [#3455](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3455) - No errors are thrown on asyncawait check. [#3455](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3455)
>
> ## Raw Notes
>
> cffcaad - chore: mark version v1.10.0
> 9ba3261 - feat(accessibility): snapshot the accessibility tree ([#3470](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3470))
> eca3c6b - test(cookies): cookies from headful now work in headless ([#3481](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3481))
> 3596c5f - fix(page.evaluate): better function serialization ([#3480](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3480))
> e061007 - docs(api.md): update compatibility table
> 4110087 - docs(puppeteer-web): a note about running inside extension ([#3477](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3477))
> 8e93eab - docs(api.md): add example to override request headers ([#3475](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3475))
> 2a88690 - fix(launcher): add flags to improve reliability ([#3474](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3474))
> 3dd5c28 - fix(pipe): dispatch "disconnected" event when browser is terminated ([#3472](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3472))
> 9800b2c - docs(api.md): Fix missing `await` in extension example ([#3447](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3447))
> 81edbbb - fix(clicking):  handle negative area results in computeQuadArea ([#3413](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3413))
> fae441c - docs(troubleshooting): add workarounds for code transpilation ([#3399](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3399))
> cf8c62e - docs(api.md): Fix ElementHandle example ([#3401](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3401))
> d025d1f - fix(csscoverage): don't prematurely disable the CSS domain ([#3418](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3418))
> a4cebd8 - feat(chromium): roll Chromium to r599821 ([#3414](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3414))
> 0fd3bfb - test(CSSCoverage): failing test when a stylesheet was recently added ([#3400](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3400))
> a04dedc - docs(troubleshooting.md): run non-headless on CI ([#3353](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3353))
> 0bb462c - docs(readme): clarify SPA and SSR ([#3363](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3363))
> 6ac66c3 - feat: browser.waitForTarget ([#3356](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3356))
> 07febb6 - fix: add missing location property to some key descriptors ([#3354](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3354))
> 90d1fe8 - docs(api): fixed grammatical error (it's -> its) [#3352](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3352)
> af4209f - chore: bump version to v1.9.0-post ([#3351](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3351))
</details>
<details>
<summary>Commits</summary>

- [`e9d89a2`](puppeteer/puppeteer@e9d89a2) chore: mark version v1.10.0 ([#3482](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3482))
- [`9ba3261`](puppeteer/puppeteer@9ba3261) feat(accessibility): snapshot the accessibility tree ([#3470](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3470))
- [`eca3c6b`](puppeteer/puppeteer@eca3c6b) test(cookies): cookies from headful now work in headless ([#3481](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3481))
- [`3596c5f`](puppeteer/puppeteer@3596c5f) fix(page.evaluate): better function serialization ([#3480](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3480))
- [`e061007`](puppeteer/puppeteer@e061007) docs(api.md): update compatibility table
- [`4110087`](puppeteer/puppeteer@4110087) docs(puppeteer-web): a note about running inside extension ([#3477](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3477))
- [`8e93eab`](puppeteer/puppeteer@8e93eab) docs(api.md): add example to override request headers ([#3475](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3475))
- [`2a88690`](puppeteer/puppeteer@2a88690) fix(launcher): add flags to improve reliability ([#3474](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3474))
- [`3dd5c28`](puppeteer/puppeteer@3dd5c28) fix(pipe): dispatch "disconnected" event when browser is terminated ([#3472](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3472))
- [`9800b2c`](puppeteer/puppeteer@9800b2c) docs(api.md): Fix missing `await` in extension example ([#3447](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3447))
- Additional commits viewable in [compare view](puppeteer/puppeteer@v1.9.0...v1.10.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=puppeteer&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.10.0)](https://dependabot.com/compatibility-score.html?dependency-name=puppeteer&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.10.0)

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`.
…14549) (#256)

This PR uses the new `title` attribute of front matter, chapter, and back matter divs to set the `section-title` [CSS Generated Content](https://www.w3.org/TR/css-gcpm-3/#named-strings) string, and removes styling used to hide the short title element. See dependent PR: pressbooks/pressbooks#1441
This PR adds left and right auto margins to centre
video embedded from the media library for consistency
with #158 (which addressed embeds in iframes).
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. **This update includes security fixes.**
<details>
<summary>Vulnerabilities fixed</summary>

*Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/422.json).*

> **Out-of-bounds Read**
> `stringstream` allocates uninitialized Buffers when number is passed in input stream on Node.js 4.x and below
>
> Affected versions: <=0.0.5

*Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/422.json).*

> **Out-of-bounds Read**
> `stringstream` allocates uninitialized Buffers when number is passed in input stream on Node.js 4.x and below
>
> Affected versions: <=0.0.5

</details>
<details>
<summary>Commits</summary>

- [`fee31c5`](mhart/StringStream@fee31c5) 0.0.6
- [`2f4a9d4`](mhart/StringStream@2f4a9d4) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln
- [`afbc744`](mhart/StringStream@afbc744) Ensure data is not a number in Buffer constructor
- See full diff in [compare view](mhart/StringStream@v0.0.5...v0.0.6)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=stringstream&package-manager=npm_and_yarn&previous-version=0.0.5&new-version=0.0.6)](https://dependabot.com/compatibility-score.html?dependency-name=stringstream&package-manager=npm_and_yarn&previous-version=0.0.5&new-version=0.0.6)

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`.
Bumps [ssri](https://github.com/zkat/ssri) from 5.0.0 to 5.3.0. **This update includes security fixes.**
- [Release notes](https://github.com/zkat/ssri/releases)
- [Changelog](https://github.com/zkat/ssri/blob/latest/CHANGELOG.md)
- [Commits](zkat/ssri@v5.0.0...v5.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.0 to 1.3.1. **This update includes security fixes.**
<details>
<summary>Vulnerabilities fixed</summary>

*Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/369.json).*

> **mixin-deep prototype pollution**
> mixin-deep node module before 1.3.1 suffers from a prototype pollution vulnerability via merging functions, which allows a malicious user to modify the prototype of 'Object' via __proto__, causing the addition or modification of an existing property that will exist on all objects.
>
> Affected versions: <1.3.1

</details>
<details>
<summary>Commits</summary>

- [`a4bcf3e`](jonschlinkert/mixin-deep@a4bcf3e) 1.3.1
- [`578b0bc`](jonschlinkert/mixin-deep@578b0bc) exclude __proto__
- See full diff in [compare view](jonschlinkert/mixin-deep@1.3.0...1.3.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mixin-deep&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=1.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=mixin-deep&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=1.3.1)

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`.
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.15.2. **This update includes security fixes.**
<details>
<summary>Vulnerabilities fixed</summary>

*Sourced from The GitHub Security Advisory Database.*

> **Moderate severity vulnerability that affects sshpk**
> The sshpk NPM package is vulnerable to ReDoS when parsing crafted invalid public keys.
>
> Affected versions: < 1.13.2

*Sourced from [The Sonatype OSS Index](https://ossindex.sonatype.org/vuln/fc393f9f-282f-4bc9-953b-d7e4b48352e9).*

> **CWE-400: Uncontrolled Resource Consumption ('Resource Exhaustion')**
> The software does not properly restrict the size or amount of resources that are requested or influenced by an actor, which can be used to consume more resources than intended.
>
> Affected versions: <1.14.1

*Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/401.json).*

> **Denial of Service**
> `sshpk` is vulnerable to ReDoS when parsing crafted invalid public keys
>
> Affected versions: <=1.13.1

</details>
<details>
<summary>Release notes</summary>

*Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).*

> ## v1.14.1
>  * Remove all remaining usage of jodid25519 (abandoned dep)
>  * Add support for DNSSEC key format
>  * Add support for Ed25519 keys in PEM format (according to draft-curdle-pkix)
>  * Fixes for X.509 encoding issues (asn.1 NULLs in RSA certs, cert string type mangling)
>  * Performance issues parsing long SSH public keys
</details>
<details>
<summary>Commits</summary>

- [`c7a6c68`](TritonDataCenter/node-sshpk@c7a6c68) TritonDataCenter/node-sshpk#58 des-ede3-cbc encrypted keys broken
- [`2ab4f2a`](TritonDataCenter/node-sshpk@2ab4f2a) TritonDataCenter/node-sshpk#56 md5 fingerprints not quite right
- [`026ef47`](TritonDataCenter/node-sshpk@026ef47) TritonDataCenter/node-sshpk#53 stop using optional deps to fix webpack
- [`53e23fe`](TritonDataCenter/node-sshpk@53e23fe) TritonDataCenter/node-sshpk#50 Support PKCS#5 AES-256-CBC encrypted private keys
- [`6b68d49`](TritonDataCenter/node-sshpk@6b68d49) TritonDataCenter/node-sshpk#54 want API for accessing x509 extensions
- [`1088992`](TritonDataCenter/node-sshpk@1088992) TritonDataCenter/node-sshpk#52 Buffer no longer performs length check for hex strings i...
- [`6ec6f9d`](TritonDataCenter/node-sshpk@6ec6f9d) TritonDataCenter/node-sshpk#38 want support for more obscure DN OIDs
- [`1cc4c99`](TritonDataCenter/node-sshpk@1cc4c99) TritonDataCenter/node-sshpk#51 package.json repository does not point to Joyent
- [`175758a`](TritonDataCenter/node-sshpk@175758a) TritonDataCenter/node-sshpk#46 Use Buffer.(from|alloc) instead of deprecated Buffer API
- [`6edb37c`](TritonDataCenter/node-sshpk@6edb37c) Release 1.14.0
- Additional commits viewable in [compare view](TritonDataCenter/node-sshpk@v1.13.1...v1.15.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sshpk&package-manager=npm_and_yarn&previous-version=1.13.1&new-version=1.15.2)](https://dependabot.com/compatibility-score.html?dependency-name=sshpk&package-manager=npm_and_yarn&previous-version=1.13.1&new-version=1.15.2)

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`.
Bumps [marked](https://github.com/markedjs/marked) from 0.3.7 to 0.3.19. **This update includes security fixes.**
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v0.3.7...v0.3.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9. **This update includes security fixes.**
- [Release notes](https://github.com/scravy/node-macaddress/releases)
- [Commits](scravy/node-macaddress@0.2.8...0.2.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.1 to 2.19.0. **This update includes security fixes.**
- [Release notes](https://github.com/mafintosh/is-my-json-valid/releases)
- [Commits](mafintosh/is-my-json-valid@v2.16.1...v2.19.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@greatislander greatislander added the enhancement New feature or request label Nov 6, 2018
@greatislander greatislander added this to the 2.6.0 milestone Nov 6, 2018
@greatislander greatislander self-assigned this Nov 6, 2018
@codecov
Copy link

codecov bot commented Nov 6, 2018

Codecov Report

Merging #308 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #308   +/-   ##
=======================================
  Coverage   27.81%   27.81%           
=======================================
  Files           4        4           
  Lines         435      435           
=======================================
  Hits          121      121           
  Misses        314      314

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24cd02c...6bd90e2. Read the comment docs.

@greatislander greatislander merged commit 46e41fb into dev Nov 6, 2018
@greatislander greatislander deleted the include-buckram branch November 6, 2018 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants