Changelog
*Sourced from [react-ace's changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md).*
> ## 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
> - Add exec argument in ts [#535](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/535)
> - Prettier as part of the build
>
> ## 6.2.0
>
> - Support for React 17
> - Upgraded dependencies
> - AceOptions interface adds debounceChangePeriod
> - update types
>
> ## 6.1.4
> ... (truncated)
Commits
- [`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))
- [`fe31983`](https://github.com/securingsincity/react-ace/commit/fe319837112b9682f5ce219104a90ba5016246f1) 6.6.0
- [`713c321`](https://github.com/securingsincity/react-ace/commit/713c3211a1ceaf6471e3703dbc087840346104e3) Greenkeeper/babel loader 8.0.6 ([#644](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/644))
- [`f9eb1e1`](https://github.com/securingsincity/react-ace/commit/f9eb1e174556a40fa8279a6ea8c0722805b4bf59) Greenkeeper/nyc 14.1.1 ([#643](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/643))
- [`81ce897`](https://github.com/securingsincity/react-ace/commit/81ce8977eed5af9944299bf71515579123d37022) Greenkeeper/webpack 4.32.2 ([#642](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/642))
- [`d421b41`](https://github.com/securingsincity/react-ace/commit/d421b41041f7c155c84779b48021e384fdc4ba90) Greenkeeper/husky 2.1.0 ([#633](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/633))
- [`c78cf7c`](https://github.com/securingsincity/react-ace/commit/c78cf7c358438f38d6a707cba4adaa4a9ca2dcee) Update jsdom to the latest version 🚀 ([#631](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/631))
- [`b614794`](https://github.com/securingsincity/react-ace/commit/b614794712a5ef318acd973dc95e297409538e8b) 6.5.0
- [`66acaad`](https://github.com/securingsincity/react-ace/commit/66acaada9470f9d4b0ed1f19601f03dd8aea3dc5) Update nyc to the latest version 🚀 ([#628](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/628))
- Additional commits viewable in [compare view](https://github.com/securingsincity/react-ace/compare/6.1.1...v7.0.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.
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.0.
Changelog
*Sourced from [react-ace's changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md).* > ## 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 > - Add exec argument in ts [#535](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/535) > - Prettier as part of the build > > ## 6.2.0 > > - Support for React 17 > - Upgraded dependencies > - AceOptions interface adds debounceChangePeriod > - update types > > ## 6.1.4 > ... (truncated)Commits
- [`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)) - [`fe31983`](https://github.com/securingsincity/react-ace/commit/fe319837112b9682f5ce219104a90ba5016246f1) 6.6.0 - [`713c321`](https://github.com/securingsincity/react-ace/commit/713c3211a1ceaf6471e3703dbc087840346104e3) Greenkeeper/babel loader 8.0.6 ([#644](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/644)) - [`f9eb1e1`](https://github.com/securingsincity/react-ace/commit/f9eb1e174556a40fa8279a6ea8c0722805b4bf59) Greenkeeper/nyc 14.1.1 ([#643](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/643)) - [`81ce897`](https://github.com/securingsincity/react-ace/commit/81ce8977eed5af9944299bf71515579123d37022) Greenkeeper/webpack 4.32.2 ([#642](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/642)) - [`d421b41`](https://github.com/securingsincity/react-ace/commit/d421b41041f7c155c84779b48021e384fdc4ba90) Greenkeeper/husky 2.1.0 ([#633](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/633)) - [`c78cf7c`](https://github.com/securingsincity/react-ace/commit/c78cf7c358438f38d6a707cba4adaa4a9ca2dcee) Update jsdom to the latest version 🚀 ([#631](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/631)) - [`b614794`](https://github.com/securingsincity/react-ace/commit/b614794712a5ef318acd973dc95e297409538e8b) 6.5.0 - [`66acaad`](https://github.com/securingsincity/react-ace/commit/66acaada9470f9d4b0ed1f19601f03dd8aea3dc5) Update nyc to the latest version 🚀 ([#628](https://github-redirect.dependabot.com/securingsincity/react-ace/issues/628)) - Additional commits viewable in [compare view](https://github.com/securingsincity/react-ace/compare/6.1.1...v7.0.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
.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.