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

fix(deps): update all non major npm update #551

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@oclif/plugin-help ^6.2.19 -> ^6.2.22 age adoption passing confidence
@oclif/plugin-not-found ^3.2.31 -> ^3.2.37 age adoption passing confidence
@oclif/plugin-update ^4.6.18 -> ^4.6.26 age adoption passing confidence
@types/node (source) ^20.17.10 -> ^20.17.14 age adoption passing confidence
lint-staged ^15.2.11 -> ^15.4.1 age adoption passing confidence
oclif ^4.17.0 -> ^4.17.17 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence

Release Notes

oclif/plugin-help (@​oclif/plugin-help)

v6.2.22

Compare Source

Bug Fixes

v6.2.21

Compare Source

Bug Fixes

v6.2.20

Compare Source

Bug Fixes
oclif/plugin-not-found (@​oclif/plugin-not-found)

v3.2.37

Compare Source

Bug Fixes

v3.2.36

Compare Source

Bug Fixes

v3.2.35

Compare Source

Bug Fixes

v3.2.34

Compare Source

Bug Fixes

v3.2.33

Compare Source

Bug Fixes

v3.2.32

Compare Source

Bug Fixes
oclif/plugin-update (@​oclif/plugin-update)

v4.6.26

Compare Source

Bug Fixes

v4.6.25

Compare Source

Bug Fixes

v4.6.24

Compare Source

Bug Fixes

v4.6.23

Compare Source

Bug Fixes

v4.6.22

Compare Source

Bug Fixes

v4.6.21

Compare Source

Bug Fixes

v4.6.20

Compare Source

Bug Fixes

v4.6.19

Compare Source

Bug Fixes
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)
    
oclif/oclif (oclif)

v4.17.17

Compare Source

v4.17.16

Compare Source

Bug Fixes

v4.17.15

Compare Source

Bug Fixes

v4.17.14

Compare Source

Bug Fixes
  • deps: bump sort-package-json from 2.12.0 to 2.14.0 (0d6a059)

v4.17.13

Compare Source

Bug Fixes

v4.17.12

Compare Source

Bug Fixes

v4.17.11

Compare Source

Bug Fixes
  • update release workflow to include build and prepack steps (ca64c0d)

v4.17.10

Compare Source

Bug Fixes

v4.17.9

Compare Source

Bug Fixes

v4.17.8

Compare Source

Bug Fixes
  • deps: bump sort-package-json from 2.10.1 to 2.12.0 (76cc6a8)

v4.17.7

Compare Source

Bug Fixes

v4.17.6

Compare Source

Bug Fixes

v4.17.5

Compare Source

Bug Fixes

v4.17.4

Compare Source

Bug Fixes

v4.17.3

Compare Source

Bug Fixes

v4.17.2

Compare Source

Bug Fixes

v4.17.1

Compare Source

Bug Fixes
microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@austin-autify austin-autify merged commit f8fe89c into main Jan 23, 2025
30 checks passed
@austin-autify austin-autify deleted the renovate/all-non-major-npm-update branch January 23, 2025 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant