Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency lint-staged to v15.4.1 #488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.2.11 -> 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

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
@renovate renovate bot enabled auto-merge (squash) January 2, 2025 13:18
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 23dccfc to 7f489f0 Compare January 2, 2025 18:16
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 7f489f0 to 8c31c77 Compare January 6, 2025 16:22
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 8c31c77 to d3ed98f Compare January 7, 2025 13:36
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from d3ed98f to 7473140 Compare January 7, 2025 15:28
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 7473140 to 9756ba6 Compare January 8, 2025 10:09
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 9756ba6 to 15d7209 Compare January 8, 2025 13:18
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 15d7209 to 1f2bf85 Compare January 13, 2025 16:58
@hmcts-jenkins-d-to-i
Copy link
Contributor

Plan Result (aat)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.et-frontend-session-storage.azurerm_redis_cache.redis
Change Result (Click me)
  # module.et-frontend-session-storage.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                                 = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/et-syr-session-storage-cache-aat/providers/Microsoft.Cache/redis/et-syr-session-storage-aat"
        name                               = "et-syr-session-storage-aat"
        tags                               = {
            "application"         = "employment-tribunals"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/et-syr-frontend.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#et-developers"
            "environment"         = "staging"
            "managedBy"           = "Employment Tribunals"
        }
        # (24 unchanged attributes hidden)

      ~ redis_configuration {
          - data_persistence_authentication_method  = "SAS" -> null
          ~ maxfragmentationmemory_reserved         = 125 -> 642
          ~ maxmemory_delta                         = 125 -> 642
          ~ maxmemory_reserved                      = 125 -> 642
            # (13 unchanged attributes hidden)
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-jenkins-d-to-i
Copy link
Contributor

Plan Result (prod)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.et-frontend-session-storage.azurerm_redis_cache.redis
Change Result (Click me)
  # module.et-frontend-session-storage.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                                 = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/et-syr-session-storage-cache-prod/providers/Microsoft.Cache/redis/et-syr-session-storage-prod"
        name                               = "et-syr-session-storage-prod"
        tags                               = {
            "application"         = "employment-tribunals"
            "builtFrom"           = "https://github.com/HMCTS/et-syr-frontend.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#et-developers"
            "environment"         = "production"
            "managedBy"           = "Employment Tribunals"
        }
        # (24 unchanged attributes hidden)

      ~ redis_configuration {
          - data_persistence_authentication_method  = "SAS" -> null
            # (16 unchanged attributes hidden)
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 1f2bf85 to 59d4f39 Compare January 13, 2025 17:24
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 59d4f39 to 2e7cbfa Compare January 14, 2025 15:42
@renovate renovate bot changed the title Update dependency lint-staged to v15.3.0 Update dependency lint-staged to v15.4.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 2e7cbfa to 23c94ee Compare January 16, 2025 10:16
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 23c94ee to 666195c Compare January 16, 2025 13:38
@renovate renovate bot changed the title Update dependency lint-staged to v15.4.0 Update dependency lint-staged to v15.4.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 666195c to 3a0e48c Compare January 16, 2025 18:43
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 3a0e48c to 8477c72 Compare January 17, 2025 14:12
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 8477c72 to f6bf092 Compare January 21, 2025 10:34
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from f6bf092 to 5b4a526 Compare January 21, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants