[PR #982] [MERGED] ⬆️ Bump ace-builds from 1.4.11 to 1.4.12 #2989

Closed
opened 2026-03-17 00:38:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/982
Author: @dependabot[bot]
Created: 7/7/2020
Status: Merged
Merged: 7/7/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/ace-builds-1.4.12


📝 Commits (1)

  • c8de99e ⬆️ Bump ace-builds from 1.4.11 to 1.4.12

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps ace-builds from 1.4.11 to 1.4.12.

Changelog

Sourced from ace-builds's changelog.

2020.07.06 Version 1.4.12

  • removed unused es5-shim
  • imporved ruby and vbscript highlighting and folding
  • workaround for double space being converted to dot on mobile keyboards

2020.04.15 Version 1.4.10

  • added workaround for chrome bug causing memory leak after calling editor.destroy
  • added code folding support for vbscript mode

2020.04.01 Version 1.4.9

  • added option to disable autoindent
  • added new language modes
  • fixed backspace not working with some mobile keyboards

2020.01.14 Version 1.4.8

  • highlight both matched braces, and highlight unmatched brace in red
  • improve snippet manager
  • compatibility with webpack file-loader v5
  • improve vim mode

2019.10.17 Version 1.4.7

  • add placeholder option

2019.09.08 Version 1.4.6

  • restore native behavior of ctrl-p on mac (jumptomatching command is moved to cmd-)
  • improve snippet manager
  • fix backspace handling on mobile

2019.06.17 Version 1.4.5

  • improve scrolling and selection on mobile
  • improve type definitions

2019.04.24 Version 1.4.4

  • add experimental command prompt
  • add chrystal, nim and nginx highlight rules
  • fix regression in vim mode on ios

2019.02.21 Version 1.4.3

  • add sublime keybindings
  • add rtl option
  • implement ` and < textobjects in vim mode

2018.11.21 Version 1.4.2

  • fix regression in vim mode
  • improve keyboard input handling on ipad and IE
  • add new syntax highlighters

2018.08.07 Version 1.4.1

  • fix regression in autocomplete
Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/982 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/7/2020 **Status:** ✅ Merged **Merged:** 7/7/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ace-builds-1.4.12` --- ### 📝 Commits (1) - [`c8de99e`](https://github.com/hoppscotch/hoppscotch/commit/c8de99eae435c515804238f297353bd1a06613be) :arrow_up: Bump ace-builds from 1.4.11 to 1.4.12 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.4.11 to 1.4.12. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt">ace-builds's changelog</a>.</em></p> <blockquote> <p>2020.07.06 Version 1.4.12</p> <ul> <li>removed unused es5-shim</li> <li>imporved ruby and vbscript highlighting and folding</li> <li>workaround for double space being converted to dot on mobile keyboards</li> </ul> <p>2020.04.15 Version 1.4.10</p> <ul> <li>added workaround for chrome bug causing memory leak after calling editor.destroy</li> <li>added code folding support for vbscript mode</li> </ul> <p>2020.04.01 Version 1.4.9</p> <ul> <li>added option to disable autoindent</li> <li>added new language modes</li> <li>fixed backspace not working with some mobile keyboards</li> </ul> <p>2020.01.14 Version 1.4.8</p> <ul> <li>highlight both matched braces, and highlight unmatched brace in red</li> <li>improve snippet manager</li> <li>compatibility with webpack file-loader v5</li> <li>improve vim mode</li> </ul> <p>2019.10.17 Version 1.4.7</p> <ul> <li>add placeholder option</li> </ul> <p>2019.09.08 Version 1.4.6</p> <ul> <li>restore native behavior of ctrl-p on mac (jumptomatching command is moved to cmd-)</li> <li>improve snippet manager</li> <li>fix backspace handling on mobile</li> </ul> <p>2019.06.17 Version 1.4.5</p> <ul> <li>improve scrolling and selection on mobile</li> <li>improve type definitions</li> </ul> <p>2019.04.24 Version 1.4.4</p> <ul> <li>add experimental command prompt</li> <li>add chrystal, nim and nginx highlight rules</li> <li>fix regression in vim mode on ios</li> </ul> <p>2019.02.21 Version 1.4.3</p> <ul> <li>add sublime keybindings</li> <li>add rtl option</li> <li>implement ` and &lt; textobjects in vim mode</li> </ul> <p>2018.11.21 Version 1.4.2</p> <ul> <li>fix regression in vim mode</li> <li>improve keyboard input handling on ipad and IE</li> <li>add new syntax highlighters</li> </ul> <p>2018.08.07 Version 1.4.1</p> <ul> <li>fix regression in autocomplete</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajaxorg/ace-builds/commit/53be42342df216d2d25dc60a12dfcb263c6f0592"><code>53be423</code></a> package 06.07.20</li> <li>See full diff in <a href="https://github.com/ajaxorg/ace-builds/compare/v1.4.11...v1.4.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ace-builds&package-manager=npm_and_yarn&previous-version=1.4.11&new-version=1.4.12)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:38:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2989
No description provided.