Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
lint-staged devDependencies major 15.5.2 -> 16.1.0 OpenSSF Scorecard

Release Notes

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

v16.1.0

Compare Source

Minor Changes
  • #​1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #​1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

v16.0.0

Compare Source

Major Changes
  • #​1546 158d15c Thanks @​iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them with node, especially when using Windows:

    {
      "*.js": "node my-js-linter.js"
    }
  • #​1546 158d15c Thanks @​iiroj! - The --shell flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via "$@​":


Configuration

📅 Schedule: Branch creation - On day 10 and 25 of the month ( * * 10,25 * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

renovate bot added 18 commits April 23, 2025 15:30
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/kelektiv/node-cron).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change | Pending | OpenSSF |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| devDependencies | minor | [`22.14.1` ->
`22.15.15`](https://renovatebot.com/diffs/npm/@types%2fnode/22.14.1/22.15.15)
| `22.15.17` (+1) | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|

---

### Configuration

📅 **Schedule**: Branch creation - On day 10 and 25 of the month ( * *
10,25 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 **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 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/kelektiv/node-cron).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 25, 2025
renovate bot and others added 8 commits May 25, 2025 06:12
<!--- Provide a general summary of your changes in the Title above
(following the Conventional Commits standard) -->
<!-- More infos: https://www.conventionalcommits.org -->
<!-- Commit types:
https://github.com/insurgent-lab/conventional-changelog-preset#commit-types-->

## Description

<!--- Describe your changes in detail -->
removes references to sourcemaps in built output so IDEs don't get an
error when importing

## Related Issue

fixes #987 

<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
<!--- Please link to the issue here: -->

## Motivation and Context

<!--- Why is this change required? What problem does it solve? -->

## How Has This Been Tested?

<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:

<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [ ] If my change introduces a breaking change, I have added a `!`
after the type/scope in the title (see the Conventional Commits
standard).
## [4.3.1](v4.3.0...v4.3.1) (2025-05-29)

### 🐛 Bug Fixes

* prevent sourcemap error in IDEs ([#988](#988)) ([0db2c2d](0db2c2d)), closes [#987](#987)

### ♻️ Chores

* **action:** update actions/setup-node action to v4.4.0 ([86f8cec](86f8cec))
* **action:** update github/codeql-action action to v3.28.16 ([33d396f](33d396f))
* **action:** update github/codeql-action action to v3.28.17 ([97a9185](97a9185))
* **action:** update github/codeql-action action to v3.28.18 ([6a72709](6a72709))
* **action:** update step-security/harden-runner action to v2.12.0 ([c0ad19d](c0ad19d))
* **deps:** lock file maintenance ([784bc9c](784bc9c))
* **deps:** lock file maintenance ([7a97350](7a97350))
* **deps:** lock file maintenance ([40163b4](40163b4))
* **deps:** lock file maintenance ([9bcb7e3](9bcb7e3))
* **deps:** lock file maintenance ([#983](#983)) ([3df1cf6](3df1cf6))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.25.1 ([162008f](162008f))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.27.0 ([5c1161c](5c1161c))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v11.0.2 ([d27afcd](d27afcd))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.21 ([a195b0f](a195b0f))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.29 ([edd52d4](edd52d4))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.14.1 ([f24a7cb](f24a7cb))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.15.15 ([#984](#984)) ([bfb12a7](bfb12a7))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.15.21 ([86b539a](86b539a))
* **deps:** update dependency lint-staged to v15.5.1 ([25a3659](25a3659))
* **deps:** update dependency lint-staged to v15.5.2 ([be017c5](be017c5))
* **deps:** update linters ([6ed6fdb](6ed6fdb))
* **deps:** update semantic-release related packages ([555bba9](555bba9))
* **deps:** update swc monorepo ([edd3284](edd3284))
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from 5ee2ec4 to c92e6db Compare May 30, 2025 18:34
@intcreator
Copy link
Collaborator

lowest supported Node version in lint-staged v16 is Node v20, so we'll need to deprecate Node v18 if we want to merge this. the Node v18 tests pass now but lint-staged could actually fail on Node v18 at any time without warning now

@intcreator intcreator changed the base branch from main to beta June 5, 2025 23:36
Copy link
Contributor Author

renovate bot commented Jun 5, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants