Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.3.0 -> 15.4.1 age adoption passing confidence

Release Notes

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

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.81%. Comparing base (beac947) to head (ba14687).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #634   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          21       21           
  Lines         823      823           
=======================================
  Hits          805      805           
  Misses         18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the upgrade-renovate-lint-staged-15.x-lockfile branch from 8730170 to 10af221 Compare January 19, 2025 21:27
@renovate renovate bot changed the title upgrade: update dependency lint-staged to v15.4.0 upgrade: update dependency lint-staged to v15.4.1 Jan 19, 2025
@renovate renovate bot force-pushed the upgrade-renovate-lint-staged-15.x-lockfile branch from 10af221 to 89b698c Compare January 20, 2025 03:53
@renovate renovate bot force-pushed the upgrade-renovate-lint-staged-15.x-lockfile branch from 89b698c to ba14687 Compare January 20, 2025 04:25
@AlexV525 AlexV525 merged commit 2be4e5a into main Jan 20, 2025
6 checks passed
@AlexV525 AlexV525 deleted the upgrade-renovate-lint-staged-15.x-lockfile branch January 20, 2025 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants