Thorium-Sim / thorium-docs

1 stars 3 forks source link

Bump docusaurus from 1.0.9 to 1.1.5 in /website #30

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps docusaurus from 1.0.9 to 1.1.5.

Release notes *Sourced from [docusaurus's releases](https://github.com/facebook/Docusaurus/releases).* > ## Version 1.1.5 > Hotfix release - move a dependency from developer to production in `package.json`. > > See [CHANGELOG](https://github.com/facebook/Docusaurus/blob/master/CHANGELOG.md#115---2018-05-26) for details. > > ## Version 1.1.4 > Yet another hotfix release. We found an issue with the way we did LiveReload - we were watching the `node_modules` directory and that caused some users to encounter errors. We stopped watching `node_modules` directory in gaze. > > Thank you to the following contributors who helped with this release: > > [**artiebits**](https://github.com/artiebits) > [**yangshun**](https://github.com/yangshun) > > See the [CHANGELOG](https://github.com/facebook/Docusaurus/compare/v1.1.3...v1.1.4) for full details. > > ## Version 1.1.3 > npm had an issue where some packages were not being published. This should hopefully be resolved now; publishing a new version just in case. > > Also, welcome TextLint and Open Power Quality as new users. > > Thank you to the following contributors who helped with this release: > > [**azu**](https://github.com/azu) > [**philipmjohnson**](https://github.com/philipmjohnson) > [**violabg**](https://github.com/violabg) > [**sebelga**](https://github.com/sebelga) > > See our [CHANGELOG](https://github.com/facebook/Docusaurus/blob/master/CHANGELOG.md#113---2018-05-23) > > ## Version 1.1.2 > Hotfix release because one of our third-party dependencies didn't support Node 10+. > > See the [CHANGELOG](https://github.com/facebook/Docusaurus/compare/v1.1.1...v1.1.2) for full details. > > ## Version 1.1.1 > Hotfix release because of a dependency needed that was only in developer dependencies. > > See [CHANGELOG](https://github.com/facebook/Docusaurus/compare/v1.1.0...v1.1.1) for more details > > ## Version 1.1.0 > This is our first major point release. There are three primary reasons for this: > > - One of our most requested issues has been implemented - Live Reload. > - We migrated to React 16 support (which wasn't as difficult as initially thought 😄 ) > - The blog now allows for Facebook-based comments. > > There are a lot of other fixes and enhancements as well. Also, we have five new [users](https://docusaurus.io/users.html) of Docusaurus within this release as well. Thank you to WarriorJS, Bemuse, Pyre-Check, Draft.js and CaptainDuckDuck for using Docusaurus. > > There are also various documentation fixes as well. > > ... (truncated)
Changelog *Sourced from [docusaurus's changelog](https://github.com/facebook/Docusaurus/blob/master/CHANGELOG.md).* > ## [1.1.5] - 2018-05-26 > > Hotfix. A package in `devDependencies` needed to be moved to `dependencies`. > > ## [1.1.4] - 2018-05-25 > > Yet another hotfix release. We found an issue with the way we did LiveReload - we were watching the `node_modules` directory and that caused some users to encounter errors. We stopped watching `node_modules` directory in `gaze`. > > Thank you to the following contributors who helped with this release: > > - [**artiebits**](https://github.com/artiebits) > - [**yangshun**](https://github.com/yangshun) > > ### Fixed/Changed > > - If you already have a tab with the Docusaurus website open, restarting the server will [not open a new browser tab](https://github.com/facebook/Docusaurus/commit/407636a4d92b23fe59c31bbc58a0e3416d91f01f). > - Updated [directory tree display](https://github.com/facebook/Docusaurus/commit/454e3d359f786069f83a5bfe2687e304f1f0547f) for a newly-generated site. > - [Don't watch `node_modules`](https://github.com/facebook/Docusaurus/commit/b5fd7bae738ac14d702e80bd3764fee94e0a8e93) in dev server mode. > > ## [1.1.3] - 2018-05-23 > > `npm` had an issue where some packages were not being published. This should hopefully be resolved now; publishing a new version just in case. > > Also, welcome [TextLint](https://textlint.github.io/) and [Open Power Quality](https://openpowerquality.org/) as new [users](https://docusaurus.io/en/users.html). > > Thank you to the following contributors who helped with this release: > > - [**azu**](https://github.com/azu) > - [**philipmjohnson**](https://github.com/philipmjohnson) > - [**violabg**](https://github.com/violabg) > - [**sebelga**](https://github.com/sebelga) > > ### Fixed/Changed > > - `onPageNav` now [shows](https://github.com/facebook/Docusaurus/commit/2c74d937607fcd84677be5d6990ca2a3b4ba8d7a) in Safari. > > ## [1.1.2] - 2018-05-21 > > Another HOTFIX release. One of our third-party dependencies, `tree-node-cli` didn't support Node 10+. The package has been fixed and we have updated to use the new version of that package. > > ## [1.1.1] - 2018-05-21 > > HOTFIX release. Dependency bug found. > > ### Fixed/Changed > > - `opn` needs to be [installed](https://github.com/facebook/Docusaurus/commit/923356e312687cae107db2ec36aaf52f7f03028a), not just in dev dependencies. > > ## [1.1.0] - 2018-05-20 > > ... (truncated)
Commits - [`01bc5e4`](https://github.com/facebook/Docusaurus/commit/01bc5e4dd55ae027c424da587d8a4e86a4740e8e) Publish v1.1.5 ([#707](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/707)) - [`b7be858`](https://github.com/facebook/Docusaurus/commit/b7be85843af2a07ead183dd8a467ebcf83e9a3e3) Publish v1.1.4 ([#703](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/703)) - [`b5fd7ba`](https://github.com/facebook/Docusaurus/commit/b5fd7bae738ac14d702e80bd3764fee94e0a8e93) Don't watch node_modules dir in dev server mode ([#702](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/702)) - [`407636a`](https://github.com/facebook/Docusaurus/commit/407636a4d92b23fe59c31bbc58a0e3416d91f01f) Don't open a site in a new tab if it's already open ([#698](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/698)) - [`454e3d3`](https://github.com/facebook/Docusaurus/commit/454e3d359f786069f83a5bfe2687e304f1f0547f) Update directory tree ([#696](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/696)) - [`d143b3f`](https://github.com/facebook/Docusaurus/commit/d143b3f87e4f30db65d870174d3aabf29c488430) Publish v1.1.3 ([#695](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/695)) - [`d14d3c2`](https://github.com/facebook/Docusaurus/commit/d14d3c209286d58920dcf4be00d79cf293e0b536) Add documentation about using development server behind a proxy [#603](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/603) ([#688](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/688)) - [`2c74d93`](https://github.com/facebook/Docusaurus/commit/2c74d937607fcd84677be5d6990ca2a3b4ba8d7a) Fix onPageNav not showing on Safari ([#687](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/687)) - [`a36da9f`](https://github.com/facebook/Docusaurus/commit/a36da9f5aa8c1f746632df1cc044e3e19e87fb1a) Add Open Power Quality as a docusaurus user ([#690](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/690)) - [`6c8eeb6`](https://github.com/facebook/Docusaurus/commit/6c8eeb612a65a621bb35dc8747d138b97b05ea37) Add textlint to users ([#691](https://github-redirect.dependabot.com/facebook/Docusaurus/issues/691)) - Additional commits viewable in [compare view](https://github.com/facebook/Docusaurus/compare/v1.0.9...v1.1.5)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #31.