Skip to content

chore(deps): update all non-major dependencies #688

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^19.7.1 -> ^19.8.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.7.1 -> ^19.8.1 age adoption passing confidence devDependencies minor
@napi-rs/canvas 0.1.67 -> 0.1.70 age adoption passing confidence devDependencies patch
@sapphire/eslint-config (source) ^5.0.5 -> ^5.0.6 age adoption passing confidence devDependencies patch
eslint-plugin-prettier ^5.2.3 -> ^5.4.0 age adoption passing confidence devDependencies minor
lint-staged ^15.4.3 -> ^15.5.2 age adoption passing confidence devDependencies minor
node (source) 22.14.0 -> 22.15.0 age adoption passing confidence volta minor
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence devDependencies patch
yarn (source) 4.7.0 -> 4.9.1 age adoption passing confidence packageManager minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

Brooooooklyn/canvas (@​napi-rs/canvas)

v0.1.70

Compare Source

Bug Fixes
Features

v0.1.69

Compare Source

Bug Fixes
Features

v0.1.68

Compare Source

Bug Fixes
sapphiredev/utilities (@​sapphire/eslint-config)

v5.0.6

Compare Source

🐛 Bug Fixes

📝 Documentation

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.4.0

Compare Source

Minor Changes

v5.3.1

Compare Source

Patch Changes

v5.3.0

Compare Source

Minor Changes

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes
lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
nodejs/node (node)

v22.15.0

Compare Source

prettier/prettier (prettier)

v3.5.3

Compare Source

yarnpkg/berry (yarn)

v4.9.1

Compare Source

v4.9.0

Compare Source

v4.8.1

Compare Source

v4.8.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 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 added the dependencies label Mar 9, 2025
@renovate renovate bot requested a review from kyranet as a code owner March 9, 2025 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47edbad to 30ded1c Compare March 12, 2025 16:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 69bf7f2 to e914a6a Compare March 30, 2025 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 67c9100 to a8bb6dc Compare April 9, 2025 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from df0c543 to ae5af31 Compare April 14, 2025 11:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae5af31 to 32375a3 Compare April 23, 2025 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7bb57f5 to 7f29b11 Compare May 8, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f29b11 to ff52e4d Compare May 8, 2025 19: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