[PR #368] [MERGED] chore(deps): bump shescape from 2.1.8 to 2.1.10 #361

Closed
opened 2026-06-05 14:22:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/368
Author: @dependabot[bot]
Created: 3/11/2026
Status: Merged
Merged: 3/12/2026
Merged by: @DecDuck

Base: developHead: dependabot/npm_and_yarn/shescape-2.1.10


📝 Commits (1)

  • 3767004 chore(deps): bump shescape from 2.1.8 to 2.1.10

📊 Changes

2 files changed (+1016 additions, -379 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+1015 -378)

📄 Description

Bumps shescape from 2.1.8 to 2.1.10.

Release notes

Sourced from shescape's releases.

Release v2.1.10

  • Correct escaping of [ and ] for Bash, BusyBox, and Dash. (#2410)

Release v2.1.9

  • Resolve links recursively. (#2388)
  • Add support for bsd-csh as a C shell (csh) identifier. (#2388)
  • Improve rejecting non-array inputs to -All APIs. (#2363, #2382)
  • Improve documentation. (#2377, #2387)
  • Expand support for --enable-experimental-regexp-engine. (#2358, #2383)
Changelog

Sourced from shescape's changelog.

[2.1.10] - 2026-03-10

  • Correct escaping of [ and ] for Bash, BusyBox, and Dash. (#2410)

[2.1.9] - 2026-03-06

  • Resolve links recursively. (#2388)
  • Add support for bsd-csh as a C shell (csh) identifier. (#2388)
  • Improve rejecting non-array inputs to -All APIs. (#2363, #2382)
  • Improve documentation. (#2377, #2387)
  • Expand support for --enable-experimental-regexp-engine. (#2358, #2383)
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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/Drop-OSS/drop/pull/368 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/shescape-2.1.10` --- ### 📝 Commits (1) - [`3767004`](https://github.com/Drop-OSS/drop/commit/376700486b327f55361902f328a62cb82d2bcd7f) chore(deps): bump shescape from 2.1.8 to 2.1.10 ### 📊 Changes **2 files changed** (+1016 additions, -379 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+1015 -378) </details> ### 📄 Description Bumps [shescape](https://github.com/ericcornelissen/shescape) from 2.1.8 to 2.1.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ericcornelissen/shescape/releases">shescape's releases</a>.</em></p> <blockquote> <h2>Release v2.1.10</h2> <ul> <li>Correct escaping of <code>[</code> and <code>]</code> for Bash, BusyBox, and Dash. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2410">#2410</a>)</li> </ul> <h2>Release v2.1.9</h2> <ul> <li>Resolve links recursively. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2388">#2388</a>)</li> <li>Add support for <code>bsd-csh</code> as a C shell (<code>csh</code>) identifier. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2388">#2388</a>)</li> <li>Improve rejecting non-array inputs to <code>-All</code> APIs. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2363">#2363</a>, <a href="https://redirect.github.com/ericcornelissen/shescape/issues/2382">#2382</a>)</li> <li>Improve documentation. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2377">#2377</a>, <a href="https://redirect.github.com/ericcornelissen/shescape/issues/2387">#2387</a>)</li> <li>Expand support for <code>--enable-experimental-regexp-engine</code>. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2358">#2358</a>, <a href="https://redirect.github.com/ericcornelissen/shescape/issues/2383">#2383</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ericcornelissen/shescape/blob/main/CHANGELOG.md">shescape's changelog</a>.</em></p> <blockquote> <h2>[2.1.10] - 2026-03-10</h2> <ul> <li>Correct escaping of <code>[</code> and <code>]</code> for Bash, BusyBox, and Dash. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2410">#2410</a>)</li> </ul> <h2>[2.1.9] - 2026-03-06</h2> <ul> <li>Resolve links recursively. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2388">#2388</a>)</li> <li>Add support for <code>bsd-csh</code> as a C shell (<code>csh</code>) identifier. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2388">#2388</a>)</li> <li>Improve rejecting non-array inputs to <code>-All</code> APIs. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2363">#2363</a>, <a href="https://redirect.github.com/ericcornelissen/shescape/issues/2382">#2382</a>)</li> <li>Improve documentation. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2377">#2377</a>, <a href="https://redirect.github.com/ericcornelissen/shescape/issues/2387">#2387</a>)</li> <li>Expand support for <code>--enable-experimental-regexp-engine</code>. (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2358">#2358</a>, <a href="https://redirect.github.com/ericcornelissen/shescape/issues/2383">#2383</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ericcornelissen/shescape/commit/e8b1f3214e9dff0e800431cbdb1a1cfa79e9052c"><code>e8b1f32</code></a> Version bump (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2411">#2411</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/6add105c6f6b508662bb5ae3b3bdd4c9bcebf37a"><code>6add105</code></a> Escape bracket glob expansion for Bash, BusyBox, and Dash (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2410">#2410</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/40b7fa551edee9a1fef0d122c192dcf20073091f"><code>40b7fa5</code></a> Bump <code>ava</code> from 6.4.1 to 7.0.0 (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2380">#2380</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/39452b989cda4ae6b81a5f4cb988c15bb21d5ecf"><code>39452b9</code></a> Replace <code>ncipollo/release-action</code> by <code>gh release create</code> (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2405">#2405</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/2868d946548a487c73fca1f20797655fe17ed087"><code>2868d94</code></a> Add new advisory to <code>SECURITY.md</code> (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2403">#2403</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/75e2613c606c6fe1cf51f6bf7f953269fcf5e8c5"><code>75e2613</code></a> Update transitive dependencies (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2404">#2404</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/4ff38830f965b7aee67f466295ca5751aa23d5a4"><code>4ff3883</code></a> New patch release (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2401">#2401</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/0f38a425b6872a2489fa422ac573ab4d88fd9554"><code>0f38a42</code></a> Convert <code>cmd</code> escaping to support linear regexp engine (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2383">#2383</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/4a1b808365cad4cbbc1befb9d03316b579529d7a"><code>4a1b808</code></a> Bump dotenv from 17.1.0 to 17.3.1 (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2402">#2402</a>)</li> <li><a href="https://github.com/ericcornelissen/shescape/commit/0d47362a0e219feef75ec226d9360a6ac691c632"><code>0d47362</code></a> Bump markdownlint-cli from 0.47.0 to 0.48.0 (<a href="https://redirect.github.com/ericcornelissen/shescape/issues/2398">#2398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ericcornelissen/shescape/compare/v2.1.8...v2.1.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shescape&package-manager=npm_and_yarn&previous-version=2.1.8&new-version=2.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Drop-OSS/drop/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 14:22:34 -04:00
yindo closed this issue 2026-06-05 14:22:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#361