[PR #501] [MERGED] chore(deps): bump ace-builds from 1.4.7 to 1.4.8 #2658

Closed
opened 2026-03-17 00:20:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/501
Author: @dependabot-preview[bot]
Created: 1/18/2020
Status: Merged
Merged: 1/18/2020
Merged by: @liyasthomas

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


📝 Commits (1)

  • 9e43bbc chore(deps): bump ace-builds from 1.4.7 to 1.4.8

📊 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.7 to 1.4.8.

Changelog

Sourced from ace-builds's changelog.

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

2018.08.06 Version 1.4.0

  • remove usage of innerHTML
  • improved handling of textinput for IME and mobile
  • add support for relative line numbers
  • improve autocompletion popup

2018.03.26 Version 1.3.3

  • fix regession in static-highlight extension
  • use css animation for cursor blinking

2018.03.21 Version 1.3.2

  • add experimental support for using ace-builds with webpack
... (truncated)
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)
  • @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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/501 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/18/2020 **Status:** ✅ Merged **Merged:** 1/18/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ace-builds-1.4.8` --- ### 📝 Commits (1) - [`9e43bbc`](https://github.com/hoppscotch/hoppscotch/commit/9e43bbcce29436a4790d60a1922495c891f23069) chore(deps): bump ace-builds from 1.4.7 to 1.4.8 ### 📊 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.7 to 1.4.8. <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.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> <p>2018.08.06 Version 1.4.0</p> <ul> <li>remove usage of innerHTML</li> <li>improved handling of textinput for IME and mobile</li> <li>add support for relative line numbers</li> <li>improve autocompletion popup</li> </ul> <p>2018.03.26 Version 1.3.3</p> <ul> <li>fix regession in static-highlight extension</li> <li>use css animation for cursor blinking</li> </ul> <p>2018.03.21 Version 1.3.2</p> <ul> <li>add experimental support for using ace-builds with webpack</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajaxorg/ace-builds/commit/a279fe5367ed15a2c2f3fca96fccd1fe0681a547"><code>a279fe5</code></a> package 14.01.20</li> <li>See full diff in <a href="https://github.com/ajaxorg/ace-builds/compare/v1.4.7...v1.4.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ace-builds&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=1.4.8)](https://dependabot.com/compatibility-score.html?dependency-name=ace-builds&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=1.4.8) 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) - `@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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:20:35 +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#2658
No description provided.