Skip to content

fix(deps): update all non-major dependencies#284

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#284
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.19.0 -> ^9.20.0 age adoption passing confidence
async (source) ^3.0.0 -> ^3.2.6 age adoption passing confidence
axios (source) ^1.0.0 -> ^1.7.9 age adoption passing confidence
date-fns ^4.0.0 -> ^4.1.0 age adoption passing confidence
dotenv ^16.0.0 -> ^16.4.7 age adoption passing confidence
eslint (source) ^9.19.0 -> ^9.20.1 age adoption passing confidence
express (source) ^4.17.1 -> ^4.21.2 age adoption passing confidence
gelf-pro ^1.3.4 -> ^1.4.0 age adoption passing confidence
globals ^15.14.0 -> ^15.15.0 age adoption passing confidence
husky ^9.0.11 -> ^9.1.7 age adoption passing confidence
knex (source) ^3.0.0 -> ^3.1.0 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.4.3 age adoption passing confidence
node-cron ^3.0.1 -> ^3.0.3 age adoption passing confidence
nodemon (source) ^3.1.3 -> ^3.1.9 age adoption passing confidence
pg (source) ^8.12.0 -> ^8.13.3 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.1 age adoption passing confidence
redis ^4.0.0 -> ^4.7.0 age adoption passing confidence
sequelize (source) ^6.0.0 -> ^6.37.5 age adoption passing confidence
umzug ^3.8.0 -> ^3.8.2 age adoption passing confidence
winston ^3.3.3 -> ^3.17.0 age adoption passing confidence
winston ^3.2.1 -> ^3.17.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.20.0

Compare Source

axios/axios (axios)

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
eslint/eslint (eslint)

v9.20.1

Compare Source

v9.20.0

Compare Source

kkamkou/node-gelf-pro (gelf-pro)

v1.4.0

Compare Source

  • [UDP Adapter] Chunked Message Sending Failure on Network Exceptions, closes #​97
  • Update gihub actions
sindresorhus/globals (globals)

v15.15.0

Compare Source


typicode/husky (husky)

v9.1.7

Compare Source

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

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

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)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

remy/nodemon (nodemon)

v3.1.9

Compare Source

Bug Fixes
  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

Compare Source

Bug Fixes
brianc/node-postgres (pg)

v8.13.3

Compare Source

v8.13.2

Compare Source

prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

winstonjs/winston (winston)

v3.17.0

Compare Source

  • Try winston-transport 4.9.0 3e87128
  • Revert "Try bumping winston-transport to 4.8.0" 69625fc
  • Revert "Try bumping winston-transport to 4.8.0" 876ef7a
  • Try bumping winston-transport to 4.8.0 7ef2c1d
  • Try bumping winston-transport to 4.8.0 fe4b64e
  • Bump logform c9fd9a4
  • Revert "Update logform and winston-transport" 14fef0f
  • Merge branch 'master' of github.com:winstonjs/winston 545b683
  • Update logform and winston-transport cceb265
  • Bump mocha from 10.7.3 to 10.8.2 (#​2523) bb529b6
  • Bump async from 3.2.5 to 3.2.6 (#​2516) ae847ab

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: Never, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bc41812 to 8391a39 Compare November 26, 2024 13:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fa4b976 to 528c0c9 Compare December 9, 2024 07:56
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Dec 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 591dc96 to ac0d25e Compare December 13, 2024 12:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 57e9a7f to d974957 Compare January 2, 2025 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a0d292b to 2239b6d Compare January 19, 2025 08:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 39eade8 to f74c602 Compare January 26, 2025 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f74c602 to 47a1eb0 Compare January 30, 2025 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 617b1cc to 9953df2 Compare February 13, 2025 02:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 232e608 to 4fb3be6 Compare February 14, 2025 10:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4fb3be6 to 5a30d04 Compare February 14, 2025 11:11
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 14, 2025
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.

0 participants