[PR #270] [MERGED] chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 in /web #307

Closed
opened 2026-03-03 16:37:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/270
Author: @dependabot[bot]
Created: 9/1/2023
Status: Merged
Merged: 9/22/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/lint-staged-14.0.1


📝 Commits (1)

  • b24e7fa chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 in /web

📊 Changes

2 files changed (+112 additions, -108 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+111 -107)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps lint-staged from 13.2.3 to 14.0.1.

Release notes

Sourced from lint-staged's releases.

v14.0.1

14.0.1 (2023-08-21)

Bug Fixes

  • fix reading config from stdin, introduced in v14.0.0 (#1317) (fc3bfea)

v14.0.0

14.0.0 (2023-08-13)

Features

BREAKING CHANGES

  • Please upgrade your Node.js version to at least 16.14.0.

v13.3.0

13.3.0 (2023-08-13)

Bug Fixes

  • dependencies: update most dependencies (7443870)
  • detect duplicate redundant braces in pattern (d895aa8)

Features

  • dependencies: update listr2@6.6.0 (09844ca)
Commits
  • fc3bfea fix: fix reading config from stdin, introduced in v14.0.0 (#1317)
  • 9da8777 feat: drop support for Node.js 14 (#1312)
  • f895e97 Merge pull request #1289 from okonet/updates-2023-04-20
  • 217c404 test: move mock to avoid name collision warning from jest-haste-map
  • d895aa8 fix: detect duplicate redundant braces in pattern
  • a7f8f29 test: skip test failing on Windows Node.js ~20.4.0
  • aa65846 refactor: replace "object-inspect" with built-in util
  • 977c15d refactor: use built-in truncation of Listr2
  • 44a4f6c refactor: reimplement "normalize-path"
  • bc2d267 test: add debug
  • Additional commits viewable in compare view

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 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)

🔄 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/NdoleStudio/httpsms/pull/270 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/lint-staged-14.0.1` --- ### 📝 Commits (1) - [`b24e7fa`](https://github.com/NdoleStudio/httpsms/commit/b24e7fa72a108ef0ac9558193c94805adad7eee9) chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 in /web ### 📊 Changes **2 files changed** (+112 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+111 -107) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.3 to 14.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/okonet/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v14.0.1</h2> <h2><a href="https://github.com/okonet/lint-staged/compare/v14.0.0...v14.0.1">14.0.1</a> (2023-08-21)</h2> <h3>Bug Fixes</h3> <ul> <li>fix reading config from stdin, introduced in v14.0.0 (<a href="https://redirect.github.com/okonet/lint-staged/issues/1317">#1317</a>) (<a href="https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e">fc3bfea</a>)</li> </ul> <h2>v14.0.0</h2> <h1><a href="https://github.com/okonet/lint-staged/compare/v13.3.0...v14.0.0">14.0.0</a> (2023-08-13)</h1> <h3>Features</h3> <ul> <li>drop support for Node.js 14 (<a href="https://redirect.github.com/okonet/lint-staged/issues/1312">#1312</a>) (<a href="https://github.com/okonet/lint-staged/commit/9da877711a7547b9122c6af91683fb2a2f398184">9da8777</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Please upgrade your Node.js version to at least <code>16.14.0</code>.</li> </ul> <h2>v13.3.0</h2> <h1><a href="https://github.com/okonet/lint-staged/compare/v13.2.3...v13.3.0">13.3.0</a> (2023-08-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>dependencies:</strong> update most dependencies (<a href="https://github.com/okonet/lint-staged/commit/7443870b2c24ead8613295cbfa1fe80f96167e1c">7443870</a>)</li> <li>detect duplicate redundant braces in pattern (<a href="https://github.com/okonet/lint-staged/commit/d895aa8382b769f841c6bdc52ba59755bb0ed28b">d895aa8</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>dependencies:</strong> update <code>listr2@6.6.0</code> (<a href="https://github.com/okonet/lint-staged/commit/09844ca3f6b99feba8f3c0ea10e60a6e6df511ad">09844ca</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e"><code>fc3bfea</code></a> fix: fix reading config from stdin, introduced in v14.0.0 (<a href="https://redirect.github.com/okonet/lint-staged/issues/1317">#1317</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/9da877711a7547b9122c6af91683fb2a2f398184"><code>9da8777</code></a> feat: drop support for Node.js 14 (<a href="https://redirect.github.com/okonet/lint-staged/issues/1312">#1312</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/f895e97b5345b021ecfa724a42920e11f3f672ab"><code>f895e97</code></a> Merge pull request <a href="https://redirect.github.com/okonet/lint-staged/issues/1289">#1289</a> from okonet/updates-2023-04-20</li> <li><a href="https://github.com/okonet/lint-staged/commit/217c404e87d35be82f0b6840cf8249421c0e0d4c"><code>217c404</code></a> test: move mock to avoid name collision warning from jest-haste-map</li> <li><a href="https://github.com/okonet/lint-staged/commit/d895aa8382b769f841c6bdc52ba59755bb0ed28b"><code>d895aa8</code></a> fix: detect duplicate redundant braces in pattern</li> <li><a href="https://github.com/okonet/lint-staged/commit/a7f8f29d598e0579c2523020460b257590f1b103"><code>a7f8f29</code></a> test: skip test failing on Windows Node.js ~20.4.0</li> <li><a href="https://github.com/okonet/lint-staged/commit/aa658464f915b4e84a4d800c6055a2b3af5ae4f6"><code>aa65846</code></a> refactor: replace &quot;object-inspect&quot; with built-in util</li> <li><a href="https://github.com/okonet/lint-staged/commit/977c15d750d1ea0da678ef1a49efdc0d20a01314"><code>977c15d</code></a> refactor: use built-in truncation of Listr2</li> <li><a href="https://github.com/okonet/lint-staged/commit/44a4f6cfc5d2047d8b55a1ba1e014777f6adc265"><code>44a4f6c</code></a> refactor: reimplement &quot;normalize-path&quot;</li> <li><a href="https://github.com/okonet/lint-staged/commit/bc2d267221f65934a1c203026277e0a5a1742158"><code>bc2d267</code></a> test: add debug</li> <li>Additional commits viewable in <a href="https://github.com/okonet/lint-staged/compare/v13.2.3...v14.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=13.2.3&new-version=14.0.1)](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 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:45 +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/httpsms#307
No description provided.