Skip to content

Bump react-ace from 6.2.0 to 15.0.0 in /Website/Packages/datax-pipeline - #1709

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Website/Packages/datax-pipeline/react-ace-15.0.0
Open

Bump react-ace from 6.2.0 to 15.0.0 in /Website/Packages/datax-pipeline#1709
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Website/Packages/datax-pipeline/react-ace-15.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps react-ace from 6.2.0 to 15.0.0.

Release notes

Sourced from react-ace's releases.

v15.0.0 - ESM Support

Closes #2122 and #1540

react-ace now ships a native ESM build alongside CommonJS. import AceEditor from "react-ace" resolves to real ES modules in modern bundlers and in Node — fixing default-import interop under Vite 8's stricter CommonJS handling (#2122).

  • New exports map with import/require conditions and per-format TypeScript declarations (lib/index.mjs + lib/index.d.mts for ESM, lib/index.js + lib/index.d.ts for CJS)
  • module field added for older bundlers; main/types unchanged for legacy tooling
  • Verified with publint and arethetypeswrong (green across node10, node16, and bundler resolution modes)

Breaking changes

  • Deep imports are no longer supported. The exports map only exposes the package root, so paths like react-ace/lib/ace no longer resolve. Import everything from the root instead: import AceEditor, { split as SplitEditor, diff as DiffEditor } from "react-ace";
  • These were never documented; most users are unaffected.
  • ace-builds now loads when react-ace is imported rather than lazily on first render. Bundle contents are unchanged (it was always included); if you want to defer loading, lazy-load react-ace itself, e.g. via React.lazy().

Other changes

  • The SSR window shim is gone — modern ace-builds evaluates cleanly without a window object, so server-side imports work with no globals mutation.
  • Fixed prop-types usage that would crash under Node's ESM loader (PropTypes.oneOfType is not a function).
  • Loading Ace from a CDN (window.ace) continues to work as before, as do the UMD bundles in dist/.

v14.1.0

What's Changed

New Contributors

Full Changelog: securingsincity/react-ace@v14.0.1...v14.1.0

v14.0.1

React 19 support Full Changelog: securingsincity/react-ace@v14.0.0...v14.0.1

v13.0.0

What's Changed

... (truncated)

Changelog

Sourced from react-ace's changelog.

Changelog

12.0.0

  • Updated dependencies
  • #1884 this.editor null check
  • #1898 update types.ts to match ace-builds
  • #1881 Add readOnly property to ICommand interface

11.0.0

  • Updated every dependency and dev dependency
  • Rewrote tests
  • Support line height #1843
  • Fix fold style #1804

10.0.0

  • Fix changing value loses annotations #1429
  • Fix Uncaught TypeError: (reading 'destroy') #1293
  • Upgrade dev dependencies
  • Upgrade Ace-builds to 1.4.14

9.5.0

  • Upgrade dev dependencies
  • Upgrade Ace-builds to 1.4.13

9.4.4

  • Upgrade dev dependencies

9.4.2

  • Upgrade dev dependencies

9.4.1

  • Upgrade dev dependencies

9.4.0

  • Upgrade dev dependencies
  • Prevent no theme error #1038

9.3.0

  • Upgrade dev dependencies
  • Update annotations type #998
  • Accept an object as mode #1001

9.2.1

  • Bump ace-builds from 1.4.11 to 1.4.12

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-ace since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [react-ace](https://github.com/securingsincity/react-ace) from 6.2.0 to 15.0.0.
- [Release notes](https://github.com/securingsincity/react-ace/releases)
- [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md)
- [Commits](securingsincity/react-ace@6.2.0...v15.0.0)

---
updated-dependencies:
- dependency-name: react-ace
  dependency-version: 15.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants