From 3869df31e404ef266574e4ec5acfb4a5f706c96b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 13 Jun 2024 10:11:22 +0800
Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.6 to 15.2.7 (#88)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.6
to 15.2.7.
Release notes
Sourced from lint-staged's
releases.
v15.2.7
Patch Changes
- #1440
a51be80
Thanks @iiroj
! - In
the previous version the native git rev-parse
--show-toplevel
command was taken into use for resolving the
current git repo root. This version drops the
--path-format=absolute
option to support earlier git
versions since it's also the default behavior. If you are still having
trouble, please try upgrading git
to the latest
version.
Changelog
Sourced from lint-staged's
changelog.
15.2.7
Patch Changes
- #1440
a51be80
Thanks @iiroj
! - In
the previous version the native git rev-parse
--show-toplevel
command was taken into use for resolving the
current git repo root. This version drops the
--path-format=absolute
option to support earlier git
versions since it's also the default behavior. If you are still having
trouble, please try upgrading git
to the latest
version.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=15.2.6&new-version=15.2.7)](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
pnpm-lock.yaml | 18 +++++-------------
2 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/package.json b/package.json
index a6cf444..ad4b7a2 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "29.7.0",
- "lint-staged": "^15.2.6",
+ "lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"turbo": "^2.0.3",
"typescript": "5.4.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1180c8a..69eaeea 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -42,8 +42,8 @@ importers:
specifier: 29.7.0
version: 29.7.0(@types/node@20.14.2)
lint-staged:
- specifier: ^15.2.6
- version: 15.2.6
+ specifier: ^15.2.7
+ version: 15.2.7
prettier:
specifier: ^3.3.2
version: 3.3.2
@@ -724,7 +724,7 @@ packages:
jest-util: 29.7.0
jest-validate: 29.7.0
jest-watcher: 29.7.0
- micromatch: 4.0.5
+ micromatch: 4.0.7
pretty-format: 29.7.0
slash: 3.0.0
strip-ansi: 6.0.1
@@ -5435,8 +5435,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
- /lint-staged@15.2.6:
- resolution: {integrity: sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g==}
+ /lint-staged@15.2.7:
+ resolution: {integrity: sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==}
engines: {node: '>=18.12.0'}
hasBin: true
dependencies:
@@ -6241,14 +6241,6 @@ packages:
- supports-color
dev: false
- /micromatch@4.0.5:
- resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
- engines: {node: '>=8.6'}
- dependencies:
- braces: 3.0.3
- picomatch: 2.3.1
- dev: true
-
/micromatch@4.0.7:
resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
engines: {node: '>=8.6'}