ontohub / ontohub-frontend

The Ontohub web UI for the end user.
4 stars 3 forks source link

Bump react-ace from 6.1.1 to 8.0.0 #580

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-ace from 6.1.1 to 8.0.0.

Changelog *Sourced from [react-ace's changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md).* > ## 8.0.0 > > _BREAKING CHANGES!!!_ > > - Removes brace as a dependency for ace-builds > - Updates all documentation > - Updates all examples > > ## 7.0.5 > > - Upgrades dev dependencies > > ## 7.0.4 (7.0.3 was busted) > > - Upgrades dev dependencies > - Export types > - Remove babel polyfill > > ## 7.0.2 > > - Support node 11 in development > - Upgrade dev dependencies > - Add typings for EditorOptions/EditorEvents, remove index signatures [#651](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/651) > - Fix types [#652](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/652) > > ## 7.0.1 > > - Fix types [#646](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/646) > > ## 7.0.0 > > - Fully move to TypeScript interally > - Publish typings for the split and diff editor > > ## 6.6.0 > > - Upgrade dependencies > > ## 6.5.0 > > - Upgrade dependencies > - Do not clear active line and active word markers [#604](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/604) > - New 'placeholder' prop to specify placeholder text [#603](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/603) > - Added optional prop to disable navigating to end of file [#602](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/602) > > ## 6.4.0 > > - Upgrade types > - Upgrade webpack, sinon > > ... (truncated)
Commits - [`c6bd433`](https://github.com/securingsincity/react-ace/commit/c6bd4335d7eb14bb104d021c571d9e8191582b65) 8.0.0 - [`e976203`](https://github.com/securingsincity/react-ace/commit/e9762034be5f999e5c1941c9cdc0e7e0e5db87ef) Update readme - [`59c5b49`](https://github.com/securingsincity/react-ace/commit/59c5b4926fe5bcb5360aaff2a25677ef4da857da) Use ace instead of brace for version 8 ([#721](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/721)) - [`388789a`](https://github.com/securingsincity/react-ace/commit/388789a4724979fe688f991e0b02e1e3eeeb393a) update versions - [`c57c602`](https://github.com/securingsincity/react-ace/commit/c57c602ea971190f9788bd769bdac438fa613ab4) Update pretty-quick to the latest version 🚀 ([#720](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/720)) - [`e2b6f3a`](https://github.com/securingsincity/react-ace/commit/e2b6f3a5d2c7a6a048efe32ffae5c029b605b264) Update FUNDING.yml - [`e3d71ae`](https://github.com/securingsincity/react-ace/commit/e3d71ae8b763a2c7f50f5aa76d3d468d673c0b88) Update webpack to the latest version 🚀 ([#719](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/719)) - [`dc0e9f4`](https://github.com/securingsincity/react-ace/commit/dc0e9f4823ded5f671d500db839b341fc0561540) Greenkeeper/webpack dev server 3.8.2 ([#718](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/718)) - [`bc493ef`](https://github.com/securingsincity/react-ace/commit/bc493ef686221f25c6b9d96a80b2624579e58514) Greenkeeper/eslint 6.5.1 ([#717](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/717)) - [`764f431`](https://github.com/securingsincity/react-ace/commit/764f4317331d738c8cc2bd665eb38d42f8b421b3) Greenkeeper/webpack 4.41.0 ([#716](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/716)) - Additional commits viewable in [compare view](https://github.com/securingsincity/react-ace/compare/6.1.1...v8.0.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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #602.