Changelog
*Sourced from [react-ace's changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md).*
> ## 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
>
> ## 6.3.2
>
> - Move `husky` and `pretty-quick` to devDependencies
>
> ## 6.3.1
>
> - Fix npm deployments
> - Support ace.require to fallback to the CDN version of Ace.
>
> ## 6.2.2
>
> - Upgrade dev dependencies (webpack,jsdom,react)
> - In type definitions, move debounceChangePeriod from AceOptions
>
> ## 6.2.1
>
> - Add editor to onFocus event as per issue [#389](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/389)
> - Upgraded webpack
> ... (truncated)
Commits
- [`ef24196`](https://github.com/securingsincity/react-ace/commit/ef241967d46afb9e3744951fa9c3a988a175ee9c) 7.0.2
- [`3362782`](https://github.com/securingsincity/react-ace/commit/33627823a19d5cb278ad8467dfa5accbdac33331) Security update and build with node 11
- [`7ca71ad`](https://github.com/securingsincity/react-ace/commit/7ca71ad23d86b870991ee36b478c829376992955) Add typings for EditorOptions/EditorEvents, remove index signatures ([#651](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/651))
- [`1a4c3d1`](https://github.com/securingsincity/react-ace/commit/1a4c3d168829bb81d0e0f153e545ebd98c37e663) Correct definition of style prop for ReactAce component ([#652](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/652))
- [`71f5e61`](https://github.com/securingsincity/react-ace/commit/71f5e61886d7034e6e8deb954473b29b38ddda7c) Update webpack to the latest version 🚀 ([#649](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/649))
- [`7e325f7`](https://github.com/securingsincity/react-ace/commit/7e325f729c323cfa339a6be1b69d0bff16a70a94) 7.0.1
- [`cbd3024`](https://github.com/securingsincity/react-ace/commit/cbd30248baef15dc5108fe1fb81da396bb6b994c) fix: correct type define ([#646](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/646))
- [`80509bb`](https://github.com/securingsincity/react-ace/commit/80509bb48ff2e8a4f5455568a816e4f29477e1bc) Update CHANGELOG.md
- [`6d23c37`](https://github.com/securingsincity/react-ace/commit/6d23c37884e6a63d7a6dfc0b4edbfdc10eca9fd3) 7.0.0
- [`342890a`](https://github.com/securingsincity/react-ace/commit/342890a77baecf4c9d6b48c713c77ddc25b0b114) Typescript take 2 ([#645](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/645))
- Additional commits viewable in [compare view](https://github.com/securingsincity/react-ace/compare/6.1.1...v7.0.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.
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 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 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)
- 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.
Bumps react-ace from 6.1.1 to 7.0.2.
Changelog
*Sourced from [react-ace's changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md).* > ## 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 > > ## 6.3.2 > > - Move `husky` and `pretty-quick` to devDependencies > > ## 6.3.1 > > - Fix npm deployments > - Support ace.require to fallback to the CDN version of Ace. > > ## 6.2.2 > > - Upgrade dev dependencies (webpack,jsdom,react) > - In type definitions, move debounceChangePeriod from AceOptions > > ## 6.2.1 > > - Add editor to onFocus event as per issue [#389](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/389) > - Upgraded webpack > ... (truncated)Commits
- [`ef24196`](https://github.com/securingsincity/react-ace/commit/ef241967d46afb9e3744951fa9c3a988a175ee9c) 7.0.2 - [`3362782`](https://github.com/securingsincity/react-ace/commit/33627823a19d5cb278ad8467dfa5accbdac33331) Security update and build with node 11 - [`7ca71ad`](https://github.com/securingsincity/react-ace/commit/7ca71ad23d86b870991ee36b478c829376992955) Add typings for EditorOptions/EditorEvents, remove index signatures ([#651](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/651)) - [`1a4c3d1`](https://github.com/securingsincity/react-ace/commit/1a4c3d168829bb81d0e0f153e545ebd98c37e663) Correct definition of style prop for ReactAce component ([#652](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/652)) - [`71f5e61`](https://github.com/securingsincity/react-ace/commit/71f5e61886d7034e6e8deb954473b29b38ddda7c) Update webpack to the latest version 🚀 ([#649](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/649)) - [`7e325f7`](https://github.com/securingsincity/react-ace/commit/7e325f729c323cfa339a6be1b69d0bff16a70a94) 7.0.1 - [`cbd3024`](https://github.com/securingsincity/react-ace/commit/cbd30248baef15dc5108fe1fb81da396bb6b994c) fix: correct type define ([#646](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/646)) - [`80509bb`](https://github.com/securingsincity/react-ace/commit/80509bb48ff2e8a4f5455568a816e4f29477e1bc) Update CHANGELOG.md - [`6d23c37`](https://github.com/securingsincity/react-ace/commit/6d23c37884e6a63d7a6dfc0b4edbfdc10eca9fd3) 7.0.0 - [`342890a`](https://github.com/securingsincity/react-ace/commit/342890a77baecf4c9d6b48c713c77ddc25b0b114) Typescript take 2 ([#645](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/645)) - Additional commits viewable in [compare view](https://github.com/securingsincity/react-ace/compare/6.1.1...v7.0.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
.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 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 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) - 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.