mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Refactor ace-editor loading and bump to latest version (#27772)
- Delete vendored copy - Create a JS entrypoint under `static/` which imports all the modes/themes/extensions we need - Create an async `load-ace-editor` entrypoint - Update `<AceEditor` component to use the new entrypoint - De-jquery-ify `<AceEditor` - Bump `v1.4.13` -> `v1.35.2`
This commit is contained in:
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@@ -60,7 +60,6 @@ updates:
|
||||
open-pull-requests-limit: 20
|
||||
versioning-strategy: increase
|
||||
ignore: # These are all vendored so need to be updated manually. See lib/tasks/javascript.rake
|
||||
- dependency-name: "ace-builds"
|
||||
- dependency-name: "@json-editor/json-editor"
|
||||
- dependency-name: "chart.js"
|
||||
- dependency-name: "chartjs-plugin-datalabels"
|
||||
|
||||
Reference in New Issue
Block a user