Skip to content

Commit

Permalink
bump(deps): update dependency lint-staged to v15 (#302)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://github.com/okonet/lint-staged) | [`^14.0.1` ->
`^15.2.0`](https://renovatebot.com/diffs/npm/lint-staged/14.0.1/15.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/14.0.1/15.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/14.0.1/15.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v15.2.0`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1520)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.1.0...v15.2.0)

##### Minor Changes

- [#&#8203;1371](https://github.com/lint-staged/lint-staged/pull/1371)
[`f3378be`](https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Using the
`--no-stash` flag no longer discards all unstaged changes to partially
staged files, which resulted in inadvertent data loss. This fix is
available with a new flag `--no-hide-partially-staged` that is
automatically enabled when `--no-stash` is used.

##### Patch Changes

- [#&#8203;1362](https://github.com/lint-staged/lint-staged/pull/1362)
[`17bc480`](https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d)
Thanks [@&#8203;antonk52](https://github.com/antonk52)! - update
[email protected]

- [#&#8203;1368](https://github.com/lint-staged/lint-staged/pull/1368)
[`7c55ca9`](https://github.com/lint-staged/lint-staged/commit/7c55ca9f410043016e8b33b3b523b9b7e764acf4)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Update most
dependencies

- [#&#8203;1368](https://github.com/lint-staged/lint-staged/pull/1368)
[`777d4e9`](https://github.com/lint-staged/lint-staged/commit/777d4e976852af4c181ffbe055f3531343349695)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - To improve
performance, only use `lilconfig` when searching for config files
outside the git repo. In the regular case, *lint-staged* finds the
config files from the Git index and loads them directly.

- [#&#8203;1373](https://github.com/lint-staged/lint-staged/pull/1373)
[`85eb0dd`](https://github.com/lint-staged/lint-staged/commit/85eb0ddab1eba0c0bcc8cc109e17dc2bbb3d044e)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - When determining
git directory, use `fs.realpath()` only for symlinks. It looks like
`fs.realpath()` changes some Windows mapped network filepaths
unexpectedly, causing issues.

###
[`v15.1.0`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1510)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.0.2...v15.1.0)

##### Minor Changes

- [#&#8203;1344](https://github.com/lint-staged/lint-staged/pull/1344)
[`0423311`](https://github.com/lint-staged/lint-staged/commit/04233115a5e25d6fa7d357cbe9d42173ae8a1acf)
Thanks [@&#8203;danielbayley](https://github.com/danielbayley)! - Add
support for loading configuration from `package.yaml` and `package.yml`
files, supported by `pnpm`.

##### Patch Changes

- [#&#8203;1355](https://github.com/lint-staged/lint-staged/pull/1355)
[`105d901`](https://github.com/lint-staged/lint-staged/commit/105d9012fc92fca549987816406450075cf255f3)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Suppress some
warnings when using the "--quiet" flag

###
[`v15.0.2`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1502)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.0.1...v15.0.2)

##### Patch Changes

- [#&#8203;1339](https://github.com/lint-staged/lint-staged/pull/1339)
[`8e82364`](https://github.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Update
dependencies, including listr2@&#8203;7.0.2 to fix an upstream issue
affecting lint-staged.

###
[`v15.0.1`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1501)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.0.0...v15.0.1)

##### Patch Changes

- [#&#8203;1217](https://github.com/lint-staged/lint-staged/pull/1217)
[`d2e6f8b`](https://github.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041)
Thanks [@&#8203;louneskmt](https://github.com/louneskmt)! - Previously
it was possible for a function task to mutate the list of staged files
passed to the function, and accidentally affect the generation of other
tasks. This is now fixed by passing a copy of the original file list
instead.

###
[`v15.0.0`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1500)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v14.0.1...v15.0.0)

##### Major Changes

- [#&#8203;1322](https://github.com/okonet/lint-staged/pull/1322)
[`66b93aa`](https://github.com/okonet/lint-staged/commit/66b93aac870d155ca81302b2574617da99409ca7)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - **Require at least
Node.js 18.12.0**

This release drops support for Node.js 16, which is EOL after
2023-09-11.
    Please upgrade your Node.js to the latest version.

Additionally, all dependencies have been updated to their latest
versions.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/levaintech/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 26, 2023
1 parent 98625a7 commit 1c6b874
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-tailwindcss": "^0.4.1"
Expand Down
184 changes: 117 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c6b874

Please sign in to comment.