Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
lint-staged 16.1.6 -> 16.2.0 age confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v16.2.0

Compare Source

Minor Changes
  • #​1615 99eb742 Thanks @​iiroj! - Added a new option --fail-on-changes to make lint-staged exit with code 1 when tasks modify any files, making the precommit hook fail. This is similar to the git diff --exit-code option. Using this flag also implies the --no-revert flag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.

  • #​1611 cd05fd3 Thanks @​rlorenzo! - Added a new option --continue-on-error so that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.

  • #​1637 82fcc07 Thanks @​iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.

  • #​1647 a5ecc06 Thanks @​iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, the DEBUG environment variable is no longer supported — use the --debug to enable debugging

  • #​1636 8db2717 Thanks @​iiroj! - Added a new option --hide-unstaged so that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags --hide-unstaged --no-hide-partially-staged isn't meaningful and behaves the same as just --hide-unstaged.

    Thanks to @​ItsNickBarry for the idea and initial implementation in #​1552.

  • #​1648 7900b3b Thanks @​iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| npm        | lint-staged | 16.1.6 | 16.2.0 |
@renovate renovate bot enabled auto-merge September 29, 2025 06:26
@renovate renovate bot added this pull request to the merge queue Sep 29, 2025
Merged via the queue into main with commit 80265fb Sep 29, 2025
40 checks passed
@renovate renovate bot deleted the renovate/main-lint-staged-16.x branch September 29, 2025 06:41
saschazepter pushed a commit to saschazepter/forgejo that referenced this pull request Oct 6, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [data.forgejo.org/renovate/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | minor | `41.131.9` -> `41.135.5` |
| [renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) |  | minor | `41.131.9` -> `41.135.5` |

---

### Release Notes

<details>
<summary>renovatebot/renovate (data.forgejo.org/renovate/renovate)</summary>

### [`v41.135.5`](https://github.com/renovatebot/renovate/releases/tag/41.135.5)

[Compare Source](renovatebot/renovate@41.135.4...41.135.5)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.52.4 (main) ([#&#8203;38383](renovatebot/renovate#38383)) ([80ae9b5](renovatebot/renovate@80ae9b5))

##### Miscellaneous Chores

- **deps:** update dependency lint-staged to v16.2.2 (main) ([#&#8203;38379](renovatebot/renovate#38379)) ([24f2d11](renovatebot/renovate@24f2d11))
- **deps:** update dependency lint-staged to v16.2.3 (main) ([#&#8203;38382](renovatebot/renovate#38382)) ([a43bb66](renovatebot/renovate@a43bb66))

### [`v41.135.4`](https://github.com/renovatebot/renovate/releases/tag/41.135.4)

[Compare Source](renovatebot/renovate@41.135.3...41.135.4)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.52.3 (main) ([#&#8203;38377](renovatebot/renovate#38377)) ([4789c55](renovatebot/renovate@4789c55))

##### Miscellaneous Chores

- **deps:** update dependency memfs to v4.47.0 (main) ([#&#8203;38376](renovatebot/renovate#38376)) ([4b81d2b](renovatebot/renovate@4b81d2b))

### [`v41.135.3`](https://github.com/renovatebot/renovate/releases/tag/41.135.3)

[Compare Source](renovatebot/renovate@41.132.5...41.135.3)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.52.2 (main) ([#&#8203;38370](renovatebot/renovate#38370)) ([c8bd276](renovatebot/renovate@c8bd276))

##### Documentation

- change `yes` to `no` for dependabot dashboard in comparison ([#&#8203;38197](renovatebot/renovate#38197)) ([ba31dc1](renovatebot/renovate@ba31dc1))
- **mend-hosted:** clarify the API ([#&#8203;38318](renovatebot/renovate#38318)) ([2029695](renovatebot/renovate@2029695)), closes [#&#8203;38315](renovatebot/renovate#38315)
- remove encrypted secrets deprecation announcement ([#&#8203;38316](renovatebot/renovate#38316)) ([c3cd184](renovatebot/renovate@c3cd184))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.14.9 (main) ([#&#8203;38369](renovatebot/renovate#38369)) ([f1633b0](renovatebot/renovate@f1633b0))

### [`v41.132.5`](https://github.com/renovatebot/renovate/releases/tag/41.132.5)

[Compare Source](renovatebot/renovate@41.132.4...41.132.5)

##### Bug Fixes

- **deps:** update dependency mkdocs-material to v9.6.21 (main) ([#&#8203;38301](renovatebot/renovate#38301)) ([fe308e7](renovatebot/renovate@fe308e7))

##### Miscellaneous Chores

- **deps:** update dependency tar to v7.5.0 (main) ([#&#8203;38295](renovatebot/renovate#38295)) ([5da6c91](renovatebot/renovate@5da6c91))
- **deps:** update dependency tar to v7.5.1 (main) ([#&#8203;38297](renovatebot/renovate#38297)) ([17c700c](renovatebot/renovate@17c700c))

### [`v41.132.4`](https://github.com/renovatebot/renovate/releases/tag/41.132.4)

[Compare Source](renovatebot/renovate@41.132.3...41.132.4)

##### Bug Fixes

- **github-actions:** uses-with action versions for ruby, deno, bun) ([#&#8203;38294](renovatebot/renovate#38294)) ([804f9ae](renovatebot/renovate@804f9ae))

### [`v41.132.3`](https://github.com/renovatebot/renovate/releases/tag/41.132.3)

[Compare Source](renovatebot/renovate@41.132.2...41.132.3)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.51.2 (main) ([#&#8203;38292](renovatebot/renovate#38292)) ([8489251](renovatebot/renovate@8489251))

### [`v41.132.2`](https://github.com/renovatebot/renovate/releases/tag/41.132.2)

[Compare Source](renovatebot/renovate@41.132.1...41.132.2)

##### Build System

- **deps:** update dependency better-sqlite3 to v12.4.1 (main) ([#&#8203;38289](renovatebot/renovate#38289)) ([07e86d7](renovatebot/renovate@07e86d7))

### [`v41.132.1`](https://github.com/renovatebot/renovate/releases/tag/41.132.1)

[Compare Source](renovatebot/renovate@41.132.0...41.132.1)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.51.1 (main) ([#&#8203;38287](renovatebot/renovate#38287)) ([9dbfaf0](renovatebot/renovate@9dbfaf0))

### [`v41.132.0`](https://github.com/renovatebot/renovate/releases/tag/41.132.0)

[Compare Source](renovatebot/renovate@41.131.12...41.132.0)

##### Features

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.51.0 (main) ([#&#8203;38286](renovatebot/renovate#38286)) ([447a2db](renovatebot/renovate@447a2db))

##### Miscellaneous Chores

- **deps:** update dependency pnpm to v10.17.1 (main) ([#&#8203;38283](renovatebot/renovate#38283)) ([351a7da](renovatebot/renovate@351a7da))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.14.4 (main) ([#&#8203;38285](renovatebot/renovate#38285)) ([c2c15b0](renovatebot/renovate@c2c15b0))

### [`v41.131.12`](https://github.com/renovatebot/renovate/releases/tag/41.131.12)

[Compare Source](renovatebot/renovate@41.131.11...41.131.12)

##### Build System

- **deps:** update dependency nanoid to v5.1.6 (main) ([#&#8203;38281](renovatebot/renovate#38281)) ([1d358a1](renovatebot/renovate@1d358a1))

### [`v41.131.11`](https://github.com/renovatebot/renovate/releases/tag/41.131.11)

[Compare Source](renovatebot/renovate@41.131.10...41.131.11)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.50.3 (main) ([#&#8203;38279](renovatebot/renovate#38279)) ([c5b5d6f](renovatebot/renovate@c5b5d6f))

### [`v41.131.10`](https://github.com/renovatebot/renovate/releases/tag/41.131.10)

[Compare Source](renovatebot/renovate@41.131.9...41.131.10)

##### Documentation

- update references to renovate/renovate (main) ([#&#8203;38268](renovatebot/renovate#38268)) ([30ff725](renovatebot/renovate@30ff725))

##### Miscellaneous Chores

- **deps:** lock file maintenance (main) ([#&#8203;38269](renovatebot/renovate#38269)) ([3de37e6](renovatebot/renovate@3de37e6))
- **deps:** update containerbase/internal-tools action to v3.13.10 (main) ([#&#8203;38272](renovatebot/renovate#38272)) ([a07089a](renovatebot/renovate@a07089a))
- **deps:** update containerbase/internal-tools action to v3.13.9 (main) ([#&#8203;38270](renovatebot/renovate#38270)) ([3629662](renovatebot/renovate@3629662))
- **deps:** update dependency [@&#8203;containerbase/eslint-plugin](https://github.com/containerbase/eslint-plugin) to v1.1.12 (main) ([#&#8203;38271](renovatebot/renovate#38271)) ([d57ffc4](renovatebot/renovate@d57ffc4))
- **deps:** update dependency lint-staged to v16.2.0 (main) ([#&#8203;38276](renovatebot/renovate#38276)) ([80265fb](renovatebot/renovate@80265fb))
- **deps:** update dependency renovatebot/github-action to v43.0.14 (main) ([#&#8203;38274](renovatebot/renovate#38274)) ([8a2c174](renovatebot/renovate@8a2c174))
- **deps:** update dependency tar to v7.4.4 (main) ([#&#8203;38273](renovatebot/renovate#38273)) ([b95e136](renovatebot/renovate@b95e136))
- **deps:** update dependency vite to v7.1.7 (main) ([#&#8203;38275](renovatebot/renovate#38275)) ([328b561](renovatebot/renovate@328b561))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.14.3 (main) ([#&#8203;38277](renovatebot/renovate#38277)) ([95e6584](renovatebot/renovate@95e6584))

##### Build System

- **deps:** update dependency better-sqlite3 to v12.3.0 (main) ([#&#8203;38278](renovatebot/renovate#38278)) ([657b7be](renovatebot/renovate@657b7be))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJmb3JnZWpvL2NpIiwidGVzdC9ub3QtbmVlZGVkIl19-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9537
Co-authored-by: Renovate Bot <[email protected]>
Co-committed-by: Renovate Bot <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant