Commit 94997be
authored
⬆️ Upgrade dependency lint-staged to v15 (#108)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`^13.2.3` -> `^15.1.0`](https://renovatebot.com/diffs/npm/lint-staged/13.2.3/15.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>okonet/lint-staged (lint-staged)</summary>
### [`v15.1.0`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1510)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.0.2...v15.1.0)
##### Minor Changes
- [#​1344](https://togithub.com/lint-staged/lint-staged/pull/1344) [`0423311`](https://togithub.com/lint-staged/lint-staged/commit/04233115a5e25d6fa7d357cbe9d42173ae8a1acf) Thanks [@​danielbayley](https://togithub.com/danielbayley)! - Add support for loading configuration from `package.yaml` and `package.yml` files, supported by `pnpm`.
##### Patch Changes
- [#​1355](https://togithub.com/lint-staged/lint-staged/pull/1355) [`105d901`](https://togithub.com/lint-staged/lint-staged/commit/105d9012fc92fca549987816406450075cf255f3) Thanks [@​iiroj](https://togithub.com/iiroj)! - Suppress some warnings when using the "--quiet" flag
### [`v15.0.2`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1502)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.0.1...v15.0.2)
##### Patch Changes
- [#​1339](https://togithub.com/lint-staged/lint-staged/pull/1339) [`8e82364`](https://togithub.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af) Thanks [@​iiroj](https://togithub.com/iiroj)! - Update dependencies, including listr2@​7.0.2 to fix an upstream issue affecting lint-staged.
### [`v15.0.1`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1501)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.0.0...v15.0.1)
##### Patch Changes
- [#​1217](https://togithub.com/lint-staged/lint-staged/pull/1217) [`d2e6f8b`](https://togithub.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041) Thanks [@​louneskmt](https://togithub.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://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1500)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v14.0.1...v15.0.0)
##### Major Changes
- [#​1322](https://togithub.com/okonet/lint-staged/pull/1322) [`66b93aa`](https://togithub.com/okonet/lint-staged/commit/66b93aac870d155ca81302b2574617da99409ca7) Thanks [@​iiroj](https://togithub.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.
### [`v14.0.1`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#v1401---21-Aug-2023)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v14.0.0...v14.0.1)
##### Bug Fixes
- fix reading config from stdin, introduced in v14.0.0 ([#​1317](https://togithub.com/okonet/lint-staged/issues/1317)) ([fc3bfea](https://togithub.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e))
### [`v14.0.0`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#v1400---13-Aug-2023)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v13.3.0...v14.0.0)
##### Features
- drop support for Node.js 14 ([#​1312](https://togithub.com/okonet/lint-staged/issues/1312)) ([9da8777](https://togithub.com/okonet/lint-staged/commit/9da877711a7547b9122c6af91683fb2a2f398184))
##### BREAKING CHANGES
- Please upgrade your Node.js version to at least `16.14.0`.
### [`v13.3.0`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#v1330---13-Aug-2023)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v13.2.3...v13.3.0)
##### Bug Fixes
- **dependencies:** update most dependencies ([7443870](https://togithub.com/okonet/lint-staged/commit/7443870b2c24ead8613295cbfa1fe80f96167e1c))
- detect duplicate redundant braces in pattern ([d895aa8](https://togithub.com/okonet/lint-staged/commit/d895aa8382b769f841c6bdc52ba59755bb0ed28b))
##### Features
- **dependencies:** update `listr2@​6.6.0` ([09844ca](https://togithub.com/okonet/lint-staged/commit/09844ca3f6b99feba8f3c0ea10e60a6e6df511ad))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 3am on Friday" in timezone Europe/Berlin, 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.
---
- [ ] 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/mheob/vscode-snippets).1 parent 542626e commit 94997be
2 files changed
+83
-134
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments