Skip to content

Commit 3492c4d

Browse files
chore(deps): update dependency lint-staged to v17 (#3693)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`^16.0.0` → `^17.0.0`](https://renovatebot.com/diffs/npm/lint-staged/16.2.6/17.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/17.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.2.6/17.0.5?slim=true) | --- ### Release Notes <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v17.0.5`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1705) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v17.0.4...v17.0.5) ##### Patch Changes - [#&#8203;1792](https://redirect.github.com/lint-staged/lint-staged/pull/1792) [`1f67271`](https://redirect.github.com/lint-staged/lint-staged/commit/1f672718b6fa67e0f00aafe107cb9f084f4d9102) - Correctly set the `--max-arg-length` default value based on the running platform. This controls how very long lists of staged files are split into multiple chunks. ### [`v17.0.4`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1704) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v17.0.3...v17.0.4) ##### Patch Changes - [#&#8203;1788](https://redirect.github.com/lint-staged/lint-staged/pull/1788) [`f95c1f8`](https://redirect.github.com/lint-staged/lint-staged/commit/f95c1f8df3368758c44c2052e568aac1b3d4c767) - Another fix for making sure *lint-staged* adds task modifications correctly to the commit in the following cases: - after editing `<file>` it is staged with `git add <file>`, and then committed with `git commit` - after editing `<file>` it is committed with `git commit --all` without explicit `git add` - after editing `<file>` it is committed with `git commit <pathspec>` without explicit `git add` There's new test cases which actually setup the Git `pre_commit` hook to run *lint-staged* and verify them. These issues started in **v17.0.0** when trying to improve support for committig without having explicitly staged files. ### [`v17.0.3`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1703) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v17.0.2...v17.0.3) ##### Patch Changes - [#&#8203;1782](https://redirect.github.com/lint-staged/lint-staged/pull/1782) [`06813f9`](https://redirect.github.com/lint-staged/lint-staged/commit/06813f9ab661db987e7720086ef9ec3f552ee097) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Fix *lint-staged* behavior when implicitly committing files without using `git add` by either: - `git commit -am "my commit message"` where `-a` (`--all`) means to automatically stage all tracked modified and deleted files - `git commit -m "my commit message" .` where `.` is an example of a [*pathspec*](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt-pathspec) where matching files will be staged ### [`v17.0.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1702) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v17.0.1...v17.0.2) ##### Patch Changes - [#&#8203;1779](https://redirect.github.com/lint-staged/lint-staged/pull/1779) [`88670ca`](https://redirect.github.com/lint-staged/lint-staged/commit/88670ca2278200f6348ed663358895ddc4bfff3c) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Enable immutable GitHub releases ### [`v17.0.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1701) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v17.0.0...v17.0.1) ##### Patch Changes - [#&#8203;1776](https://redirect.github.com/lint-staged/lint-staged/pull/1776) [`4a5664b`](https://redirect.github.com/lint-staged/lint-staged/commit/4a5664be63af19590ec37940f705dad870ac5cfb) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Adjust GitHub Actions workflow so that automatic publishing works with signed commits. ### [`v17.0.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1700) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.4.0...v17.0.0) ##### Major Changes - [#&#8203;1745](https://redirect.github.com/lint-staged/lint-staged/pull/1745) [`e244adf`](https://redirect.github.com/lint-staged/lint-staged/commit/e244adfab430be95803e74b20acf518517054c9f) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - **Node.js v20 is no longer supported, and the oldest supported version is now `22.22.1`**, which is an active LTS version at the time of this release. Node.js 20 will be EOL after April 2026. Please upgrade your Node.js version! - [#&#8203;1676](https://redirect.github.com/lint-staged/lint-staged/pull/1676) [`0584e0b`](https://redirect.github.com/lint-staged/lint-staged/commit/0584e0b8824a07ea4d0151f2c17fc37c4905a421) Thanks [@&#8203;outslept](https://redirect.github.com/outslept)! - *Lint-staged* now tries to verify the installed Git version is at least `2.32.0`, released in 2021. If you're using an even older Git version, you need to [upgrade](https://git-scm.com/install/mac) it before running *lint-staged*! - [#&#8203;1745](https://redirect.github.com/lint-staged/lint-staged/pull/1745) [`2dcc40a`](https://redirect.github.com/lint-staged/lint-staged/commit/2dcc40a1a98aea20d38f76031ac30b278f81682a) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - The dependency `yaml` is now marked as optional and probably won't be installed by default. If you're using a YAML configuration file you should install the package separately: ```shell npm install --development yaml ``` If you're using `.lintstagedrc` as the config file name (without a file extension), it will be treated as a YAML file. If the content is JSON, consider renaming it to `.lintstagedrc.json` to avoid needing to install `yaml`. ##### Minor Changes - [#&#8203;1748](https://redirect.github.com/lint-staged/lint-staged/pull/1748) [`809d5ef`](https://redirect.github.com/lint-staged/lint-staged/commit/809d5ef0a66edb2b26b233d33ce8e14af6c978e7) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Add new option `--hide-all` for hiding all unstaged changes and untracked files, before running tasks. This makes it easier to run tools like [Knip](https://knip.dev) which check for unused code. Untracked files are included in the backup stash and restored automatically after running. - [#&#8203;1759](https://redirect.github.com/lint-staged/lint-staged/pull/1759) [`f13045a`](https://redirect.github.com/lint-staged/lint-staged/commit/f13045a5eae28c3233fc37146b0e1f51739c254b) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Update dependencies, including [`tinyexec@1.1.1`](https://redirect.github.com/tinylibs/tinyexec/releases/tag/1.1.1) to fix the following issues: - When using a Node.js version manager with multiple versions installed ([nvm](https://redirect.github.com/nvm-sh/nvm), [n](https://redirect.github.com/tj/n), for example), scripts with the `#!/usr/bin/env node` shebang ([Prettier](https://redirect.github.com/prettier/prettier), [ESLint](https://redirect.github.com/eslint/eslint), for example) were previously spawned using the default Node.js version configured by the version manager (the one `which node` points to) on POSIX systems. Now, they will be spawned with the same version that *lint-staged* itself was started with. - For example, if your default Node.js version is 24.14.1 but *lint-staged* is run with the latest version 25.9.0, the tasks spawned by *lint-staged* will now also use version 25.9.0. Previously they were spawned using 24.14.1. - When installing Node.js from the Ubuntu App Center ([Snap store](https://snapcraft.io/store)), the `node` executable available in `PATH` is a symlink pointing to Snap itself. The sandboxing features of Snap prevented *lint-staged* from spawning scripts with the `#!/usr/bin/env node` shebang, because it meant *lint-staged* tried to spawn Snap via the symlink. This resulted in an `ENOENT` error when trying to run `prettier`, for example. Now, since the real `node` executable's directory is available in the `PATH`, *lint-staged* will instead spawn the script with the real `node` binary succesfully. - [#&#8203;1761](https://redirect.github.com/lint-staged/lint-staged/pull/1761) [`d3251b1`](https://redirect.github.com/lint-staged/lint-staged/commit/d3251b192d7116f059e7cabeffa3bfd7788dedeb) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - *Lint-staged* now runs `git update-index --again` after running tasks, instead of `git add <originally staged files>`. This should improve compatibility when using non-default indexes, for example when committing with a pathspec `git commit -m "message" .` instead of adding files to the index. - [#&#8203;1745](https://redirect.github.com/lint-staged/lint-staged/pull/1745) [`a9585ac`](https://redirect.github.com/lint-staged/lint-staged/commit/a9585ac7ce0162c5c6c9aa88a28c11c812abedaf) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Remove `commander` as a dependency and use the built-in `parseArgs` from `node:util` to parse CLI flags. ##### Patch Changes - [#&#8203;1755](https://redirect.github.com/lint-staged/lint-staged/pull/1755) [`c82d30b`](https://redirect.github.com/lint-staged/lint-staged/commit/c82d30bda8c80f886bdfead2e7aa123f7337aa76) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - All tests now pass on the [Bun](https://bun.com) runtime (latest). - [#&#8203;1750](https://redirect.github.com/lint-staged/lint-staged/pull/1750) [`a401818`](https://redirect.github.com/lint-staged/lint-staged/commit/a4018185016617b02e4473d14e036a5f1a9b3f85) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Remove manual handling for `git stash --keep-index` resurrecting deleted files, because the issue was fixed in Git `2.23.0` and *lint-staged* requires at least Git `2.32.0`. - [#&#8203;1771](https://redirect.github.com/lint-staged/lint-staged/pull/1771) [`c4b8936`](https://redirect.github.com/lint-staged/lint-staged/commit/c4b893665bf39670650ae71b4ec2073025e9984e) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Fix documentation about multiple config files and the `--cwd` option. When using it, all tasks will be run in the specified directory. For example, to run everything in the actual `process.cwd()`, use `lint-staged --cwd="."`. ### [`v16.4.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1640) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.4...v16.4.0) ##### Minor Changes - [#&#8203;1739](https://redirect.github.com/lint-staged/lint-staged/pull/1739) [`687fc90`](https://redirect.github.com/lint-staged/lint-staged/commit/687fc9069a312ac83ca48f035a1bbf453db91814) Thanks [@&#8203;hyperz111](https://redirect.github.com/hyperz111)! - Replace `micromatch` with `picomatch` to reduce dependencies. ### [`v16.3.4`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1634) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.3...v16.3.4) ##### Patch Changes - [#&#8203;1742](https://redirect.github.com/lint-staged/lint-staged/pull/1742) [`9d6e827`](https://redirect.github.com/lint-staged/lint-staged/commit/9d6e827b0c55da5b091c989111f6c55dd76539d9) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Update dependencies, including [`tinyexec@1.0.4`](https://redirect.github.com/tinylibs/tinyexec/releases/tag/1.0.4) to make sure local `node_modules/.bin` are preferred to global locations (released in [`tinyexec@1.0.3`](https://redirect.github.com/tinylibs/tinyexec/releases/tag/1.0.3)). ### [`v16.3.3`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1633) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.2...v16.3.3) ##### Patch Changes - [#&#8203;1740](https://redirect.github.com/lint-staged/lint-staged/pull/1740) [`0109e8d`](https://redirect.github.com/lint-staged/lint-staged/commit/0109e8d1507409d950dab0d65ce27bd40b1137c7) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash. ### [`v16.3.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1632) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.1...v16.3.2) ##### Patch Changes - [#&#8203;1735](https://redirect.github.com/lint-staged/lint-staged/pull/1735) [`2adaf6c`](https://redirect.github.com/lint-staged/lint-staged/commit/2adaf6c3a76152abddbf23b749dfa5d62982f3cf) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Hide the extra `cmd` window on Windows by spawning tasks without the `detached` option. ### [`v16.3.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1631) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.0...v16.3.1) ##### Patch Changes - [#&#8203;1729](https://redirect.github.com/lint-staged/lint-staged/pull/1729) [`cd5d762`](https://redirect.github.com/lint-staged/lint-staged/commit/cd5d762c288bcfe36274c32f018cea97dfe11280) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Remove `nano-spawn` as a dependency from `package.json` as it was replaced with `tinyexec` and is no longer used. ### [`v16.3.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1630) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.2.7...v16.3.0) ##### Minor Changes - [#&#8203;1698](https://redirect.github.com/lint-staged/lint-staged/pull/1698) [`feda37a`](https://redirect.github.com/lint-staged/lint-staged/commit/feda37aa590789e847f32a4aabc346af1d79c547) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Run external processes with [`tinyexec`](https://redirect.github.com/tinylibs/tinyexec) instead of [`nano-spawn`](https://redirect.github.com/sindresorhus/nano-spawn). `nano-spawn` replaced [`execa`](https://redirect.github.com/sindresorhus/execa) in *lint-staged* version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope `tinyexec` improves the situation. - [#&#8203;1699](https://redirect.github.com/lint-staged/lint-staged/pull/1699) [`1346d16`](https://redirect.github.com/lint-staged/lint-staged/commit/1346d16387e188911ef64e8bad6b8a6252cb6d71) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Remove `pidtree` as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the `taskkill` command on Windows. ##### Patch Changes - [#&#8203;1726](https://redirect.github.com/lint-staged/lint-staged/pull/1726) [`87467aa`](https://redirect.github.com/lint-staged/lint-staged/commit/87467aaa76e1edc2547f3f3d462a4495afa5337d) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Incorrect brace expansions like `*.{js}` (*nothing to expand*) are detected exhaustively, instead of just a single pass. ### [`v16.2.7`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1627) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.2.6...v16.2.7) ##### Patch Changes - [#&#8203;1711](https://redirect.github.com/lint-staged/lint-staged/pull/1711) [`ef74c8d`](https://redirect.github.com/lint-staged/lint-staged/commit/ef74c8d165d5acd3ce88567e02b891e0e9af8e0e) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Do not display a "*failed to spawn*" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/crawlee). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50d1619 commit 3492c4d

2 files changed

Lines changed: 88 additions & 69 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"husky": "^9.0.11",
103103
"is-ci": "^4.0.0",
104104
"lerna": "^9.0.7",
105-
"lint-staged": "^16.0.0",
105+
"lint-staged": "^17.0.0",
106106
"nock": "^13.4.0",
107107
"playwright": "1.60.0",
108108
"portastic": "^1.0.1",

yarn.lock

Lines changed: 87 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ __metadata:
11561156
husky: "npm:^9.0.11"
11571157
is-ci: "npm:^4.0.0"
11581158
lerna: "npm:^9.0.7"
1159-
lint-staged: "npm:^16.0.0"
1159+
lint-staged: "npm:^17.0.0"
11601160
nock: "npm:^13.4.0"
11611161
playwright: "npm:1.60.0"
11621162
portastic: "npm:^1.0.1"
@@ -4199,7 +4199,7 @@ __metadata:
41994199
languageName: node
42004200
linkType: hard
42014201

4202-
"ansi-regex@npm:^6.0.1":
4202+
"ansi-regex@npm:^6.0.1, ansi-regex@npm:^6.2.2":
42034203
version: 6.2.2
42044204
resolution: "ansi-regex@npm:6.2.2"
42054205
checksum: 10c0/05d4acb1d2f59ab2cf4b794339c7b168890d44dda4bf0ce01152a8da0213aca207802f930442ce8cd22d7a92f44907664aac6508904e75e038fa944d2601b30f
@@ -4238,7 +4238,7 @@ __metadata:
42384238
languageName: node
42394239
linkType: hard
42404240

4241-
"ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1":
4241+
"ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1, ansi-styles@npm:^6.2.3":
42424242
version: 6.2.3
42434243
resolution: "ansi-styles@npm:6.2.3"
42444244
checksum: 10c0/23b8a4ce14e18fb854693b95351e286b771d23d8844057ed2e7d083cd3e708376c3323707ec6a24365f7d7eda3ca00327fe04092e29e551499ec4c8b7bfac868
@@ -5154,13 +5154,13 @@ __metadata:
51545154
languageName: node
51555155
linkType: hard
51565156

5157-
"cli-truncate@npm:^5.0.0":
5158-
version: 5.1.1
5159-
resolution: "cli-truncate@npm:5.1.1"
5157+
"cli-truncate@npm:^5.2.0":
5158+
version: 5.2.0
5159+
resolution: "cli-truncate@npm:5.2.0"
51605160
dependencies:
5161-
slice-ansi: "npm:^7.1.0"
5162-
string-width: "npm:^8.0.0"
5163-
checksum: 10c0/3842920829a62f3e041ce39199050c42706c3c9c756a4efc8b86d464e102d1fa031d8b1b9b2e3bb36e1017c763558275472d031bdc884c1eff22a2f20e4f6b0a
5161+
slice-ansi: "npm:^8.0.0"
5162+
string-width: "npm:^8.2.0"
5163+
checksum: 10c0/0d4ec94702ca85b64522ac93633837fb5ea7db17b79b1322a60f6045e6ae2b8cd7bd4c1d19ac7d1f9e10e3bbda1112e172e439b68c02b785ee00da8d6a5c5471
51645164
languageName: node
51655165
linkType: hard
51665166

@@ -5273,7 +5273,7 @@ __metadata:
52735273
languageName: node
52745274
linkType: hard
52755275

5276-
"colorette@npm:^2.0.20, colorette@npm:^2.0.7":
5276+
"colorette@npm:^2.0.7":
52775277
version: 2.0.20
52785278
resolution: "colorette@npm:2.0.20"
52795279
checksum: 10c0/e94116ff33b0ff56f3b83b9ace895e5bf87c2a7a47b3401b8c3f3226e050d5ef76cf4072fb3325f9dc24d1698f9b730baf4e05eeaf861d74a1883073f4c98a40
@@ -5299,7 +5299,7 @@ __metadata:
52995299
languageName: node
53005300
linkType: hard
53015301

5302-
"commander@npm:^14.0.0, commander@npm:^14.0.1":
5302+
"commander@npm:^14.0.0":
53035303
version: 14.0.2
53045304
resolution: "commander@npm:14.0.2"
53055305
checksum: 10c0/245abd1349dbad5414cb6517b7b5c584895c02c4f7836ff5395f301192b8566f9796c82d7bd6c92d07eba8775fe4df86602fca5d86d8d10bcc2aded1e21c2aeb
@@ -6892,10 +6892,10 @@ __metadata:
68926892
languageName: node
68936893
linkType: hard
68946894

6895-
"eventemitter3@npm:^5.0.1":
6896-
version: 5.0.1
6897-
resolution: "eventemitter3@npm:5.0.1"
6898-
checksum: 10c0/4ba5c00c506e6c786b4d6262cfbce90ddc14c10d4667e5c83ae993c9de88aa856033994dd2b35b83e8dc1170e224e66a319fa80adc4c32adcd2379bbc75da814
6895+
"eventemitter3@npm:^5.0.4":
6896+
version: 5.0.4
6897+
resolution: "eventemitter3@npm:5.0.4"
6898+
checksum: 10c0/575b8cac8d709e1473da46f8f15ef311b57ff7609445a7c71af5cd42598583eee6f098fa7a593e30f27e94b8865642baa0689e8fa97c016f742abdb3b1bf6d9a
68996899
languageName: node
69006900
linkType: hard
69016901

@@ -7586,13 +7586,20 @@ __metadata:
75867586
languageName: node
75877587
linkType: hard
75887588

7589-
"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.3.0, get-east-asian-width@npm:^1.3.1":
7589+
"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.3.1":
75907590
version: 1.4.0
75917591
resolution: "get-east-asian-width@npm:1.4.0"
75927592
checksum: 10c0/4e481d418e5a32061c36fbb90d1b225a254cc5b2df5f0b25da215dcd335a3c111f0c2023ffda43140727a9cafb62dac41d022da82c08f31083ee89f714ee3b83
75937593
languageName: node
75947594
linkType: hard
75957595

7596+
"get-east-asian-width@npm:^1.5.0":
7597+
version: 1.6.0
7598+
resolution: "get-east-asian-width@npm:1.6.0"
7599+
checksum: 10c0/7e72e9550fd49ca5b246f9af6bb2afc129c96412845ff6556b3274fd44817a381702ca17028efe9866b261a3d44254cbf21e6c90cf05b4b61675630af776d431
7600+
languageName: node
7601+
linkType: hard
7602+
75967603
"get-intrinsic@npm:1.3.0":
75977604
version: 1.3.0
75987605
resolution: "get-intrinsic@npm:1.3.0"
@@ -8909,7 +8916,7 @@ __metadata:
89098916
languageName: node
89108917
linkType: hard
89118918

8912-
"is-fullwidth-code-point@npm:^5.0.0":
8919+
"is-fullwidth-code-point@npm:^5.0.0, is-fullwidth-code-point@npm:^5.1.0":
89138920
version: 5.1.0
89148921
resolution: "is-fullwidth-code-point@npm:5.1.0"
89158922
dependencies:
@@ -9780,34 +9787,34 @@ __metadata:
97809787
languageName: node
97819788
linkType: hard
97829789

9783-
"lint-staged@npm:^16.0.0":
9784-
version: 16.2.6
9785-
resolution: "lint-staged@npm:16.2.6"
9790+
"lint-staged@npm:^17.0.0":
9791+
version: 17.0.5
9792+
resolution: "lint-staged@npm:17.0.5"
97869793
dependencies:
9787-
commander: "npm:^14.0.1"
9788-
listr2: "npm:^9.0.5"
9789-
micromatch: "npm:^4.0.8"
9790-
nano-spawn: "npm:^2.0.0"
9791-
pidtree: "npm:^0.6.0"
9794+
listr2: "npm:^10.2.1"
9795+
picomatch: "npm:^4.0.4"
97929796
string-argv: "npm:^0.3.2"
9793-
yaml: "npm:^2.8.1"
9797+
tinyexec: "npm:^1.1.2"
9798+
yaml: "npm:^2.8.4"
9799+
dependenciesMeta:
9800+
yaml:
9801+
optional: true
97949802
bin:
97959803
lint-staged: bin/lint-staged.js
9796-
checksum: 10c0/6bae38082a0fcb3f699b144d1a4b85394f259f17a1f8a58b22122b9f1c6bb5e8340d6ee4bff12e52dbc4267377d6dde9e5c206157f381f1924a2640717f769c1
9804+
checksum: 10c0/6ecf2024744147ea768dbd550c0c47f04b295f07d30e5ecb5e375c18d8fc24d4bfa897042f4aabd7c3510054ad5bbbb51fa36e60e8dca853e31f9876ef9a3726
97979805
languageName: node
97989806
linkType: hard
97999807

9800-
"listr2@npm:^9.0.5":
9801-
version: 9.0.5
9802-
resolution: "listr2@npm:9.0.5"
9808+
"listr2@npm:^10.2.1":
9809+
version: 10.2.1
9810+
resolution: "listr2@npm:10.2.1"
98039811
dependencies:
9804-
cli-truncate: "npm:^5.0.0"
9805-
colorette: "npm:^2.0.20"
9806-
eventemitter3: "npm:^5.0.1"
9812+
cli-truncate: "npm:^5.2.0"
9813+
eventemitter3: "npm:^5.0.4"
98079814
log-update: "npm:^6.1.0"
98089815
rfdc: "npm:^1.4.1"
9809-
wrap-ansi: "npm:^9.0.0"
9810-
checksum: 10c0/46448d1ba0addc9d71aeafd05bb8e86ded9641ccad930ac302c2bd2ad71580375604743e18586fcb8f11906edf98e8e17fca75ba0759947bf275d381f68e311d
9816+
wrap-ansi: "npm:^10.0.0"
9817+
checksum: 10c0/a381a7aaef2e8625e6e882835ef446d14306c8fa371b56c4499cf23ece86f84922008af11962bfba5411b51589e02d280bea2b820451a2efad89ebf78bbe68a4
98119818
languageName: node
98129819
linkType: hard
98139820

@@ -10495,13 +10502,6 @@ __metadata:
1049510502
languageName: node
1049610503
linkType: hard
1049710504

10498-
"nano-spawn@npm:^2.0.0":
10499-
version: 2.0.0
10500-
resolution: "nano-spawn@npm:2.0.0"
10501-
checksum: 10c0/d00f9b5739f86e28cb732ffd774793e110810cded246b8393c75c4f22674af47f98ee37b19f022ada2d8c9425f800e841caa0662fbff4c0930a10e39339fb366
10502-
languageName: node
10503-
linkType: hard
10504-
1050510505
"nanoid@npm:^3.3.11, nanoid@npm:^3.3.4":
1050610506
version: 3.3.11
1050710507
resolution: "nanoid@npm:3.3.11"
@@ -11752,22 +11752,13 @@ __metadata:
1175211752
languageName: node
1175311753
linkType: hard
1175411754

11755-
"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
11755+
"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3, picomatch@npm:^4.0.4":
1175611756
version: 4.0.4
1175711757
resolution: "picomatch@npm:4.0.4"
1175811758
checksum: 10c0/e2c6023372cc7b5764719a5ffb9da0f8e781212fa7ca4bd0562db929df8e117460f00dff3cb7509dacfc06b86de924b247f504d0ce1806a37fac4633081466b0
1175911759
languageName: node
1176011760
linkType: hard
1176111761

11762-
"pidtree@npm:^0.6.0":
11763-
version: 0.6.0
11764-
resolution: "pidtree@npm:0.6.0"
11765-
bin:
11766-
pidtree: bin/pidtree.js
11767-
checksum: 10c0/0829ec4e9209e230f74ebf4265f5ccc9ebfb488334b525cb13f86ff801dca44b362c41252cd43ae4d7653a10a5c6ab3be39d2c79064d6895e0d78dc50a5ed6e9
11768-
languageName: node
11769-
linkType: hard
11770-
1177111762
"pify@npm:^2.3.0":
1177211763
version: 2.3.0
1177311764
resolution: "pify@npm:2.3.0"
@@ -13150,6 +13141,16 @@ __metadata:
1315013141
languageName: node
1315113142
linkType: hard
1315213143

13144+
"slice-ansi@npm:^8.0.0":
13145+
version: 8.0.0
13146+
resolution: "slice-ansi@npm:8.0.0"
13147+
dependencies:
13148+
ansi-styles: "npm:^6.2.3"
13149+
is-fullwidth-code-point: "npm:^5.1.0"
13150+
checksum: 10c0/0ce4aa91febb7cea4a00c2c27bb820fa53b6d2862ce0f80f7120134719f7914fc416b0ed966cf35250a3169e152916392f35917a2d7cad0fcc5d8b841010fa9a
13151+
languageName: node
13152+
linkType: hard
13153+
1315313154
"smart-buffer@npm:^4.2.0":
1315413155
version: 4.2.0
1315513156
resolution: "smart-buffer@npm:4.2.0"
@@ -13404,13 +13405,13 @@ __metadata:
1340413405
languageName: node
1340513406
linkType: hard
1340613407

13407-
"string-width@npm:^8.0.0":
13408-
version: 8.1.0
13409-
resolution: "string-width@npm:8.1.0"
13408+
"string-width@npm:^8.2.0":
13409+
version: 8.2.1
13410+
resolution: "string-width@npm:8.2.1"
1341013411
dependencies:
13411-
get-east-asian-width: "npm:^1.3.0"
13412-
strip-ansi: "npm:^7.1.0"
13413-
checksum: 10c0/749b5d0dab2532b4b6b801064230f4da850f57b3891287023117ab63a464ad79dd208f42f793458f48f3ad121fe2e1f01dd525ff27ead957ed9f205e27406593
13412+
get-east-asian-width: "npm:^1.5.0"
13413+
strip-ansi: "npm:^7.1.2"
13414+
checksum: 10c0/d467b4eaf4c40a01bb438a2620e77badd2456ffd5131c9973abe4f3acf7c802d5b21f3b6a00a5e33a7fc28ca8f9c103226e01bac61e9f259659c6f46d78e353a
1341413415
languageName: node
1341513416
linkType: hard
1341613417

@@ -13497,6 +13498,15 @@ __metadata:
1349713498
languageName: node
1349813499
linkType: hard
1349913500

13501+
"strip-ansi@npm:^7.1.2":
13502+
version: 7.2.0
13503+
resolution: "strip-ansi@npm:7.2.0"
13504+
dependencies:
13505+
ansi-regex: "npm:^6.2.2"
13506+
checksum: 10c0/544d13b7582f8254811ea97db202f519e189e59d35740c46095897e254e4f1aa9fe1524a83ad6bc5ad67d4dd6c0281d2e0219ed62b880a6238a16a17d375f221
13507+
languageName: node
13508+
linkType: hard
13509+
1350013510
"strip-bom@npm:3.0.0, strip-bom@npm:^3.0.0":
1350113511
version: 3.0.0
1350213512
resolution: "strip-bom@npm:3.0.0"
@@ -13708,6 +13718,13 @@ __metadata:
1370813718
languageName: node
1370913719
linkType: hard
1371013720

13721+
"tinyexec@npm:^1.1.2":
13722+
version: 1.2.2
13723+
resolution: "tinyexec@npm:1.2.2"
13724+
checksum: 10c0/8bcb4969c572c21d570c033e29cb896e26d96e49e58f4fe07a532d3d65e10bdfae59733bf8a6a0fd9b611543c4ed3b890c939c3234489599296fb92515eb4625
13725+
languageName: node
13726+
linkType: hard
13727+
1371113728
"tinyglobby@npm:0.2.12":
1371213729
version: 0.2.12
1371313730
resolution: "tinyglobby@npm:0.2.12"
@@ -14741,6 +14758,17 @@ __metadata:
1474114758
languageName: node
1474214759
linkType: hard
1474314760

14761+
"wrap-ansi@npm:^10.0.0":
14762+
version: 10.0.0
14763+
resolution: "wrap-ansi@npm:10.0.0"
14764+
dependencies:
14765+
ansi-styles: "npm:^6.2.3"
14766+
string-width: "npm:^8.2.0"
14767+
strip-ansi: "npm:^7.1.2"
14768+
checksum: 10c0/6b163457630fe6d1c72aeed283a7410b2cc7487312df8b0ce96df3fbd64a2a7c948856ea97c25148c848627587c5c7945be474d8e723ab6011bb0756a53a9e89
14769+
languageName: node
14770+
linkType: hard
14771+
1474414772
"wrap-ansi@npm:^6.0.1, wrap-ansi@npm:^6.2.0":
1474514773
version: 6.2.0
1474614774
resolution: "wrap-ansi@npm:6.2.0"
@@ -14875,7 +14903,7 @@ __metadata:
1487514903
languageName: node
1487614904
linkType: hard
1487714905

14878-
"yaml@npm:2.9.0":
14906+
"yaml@npm:2.9.0, yaml@npm:^2.8.4":
1487914907
version: 2.9.0
1488014908
resolution: "yaml@npm:2.9.0"
1488114909
bin:
@@ -14884,15 +14912,6 @@ __metadata:
1488414912
languageName: node
1488514913
linkType: hard
1488614914

14887-
"yaml@npm:^2.8.1":
14888-
version: 2.8.1
14889-
resolution: "yaml@npm:2.8.1"
14890-
bin:
14891-
yaml: bin.mjs
14892-
checksum: 10c0/7c587be00d9303d2ae1566e03bc5bc7fe978ba0d9bf39cc418c3139d37929dfcb93a230d9749f2cb578b6aa5d9ebebc322415e4b653cb83acd8bc0bc321707f3
14893-
languageName: node
14894-
linkType: hard
14895-
1489614915
"yargonaut@npm:^1.1.4":
1489714916
version: 1.1.4
1489814917
resolution: "yargonaut@npm:1.1.4"

0 commit comments

Comments
 (0)