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.71 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.5.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.16.0 age adoption passing confidence volta minor
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence devDependencies patch
terser (source) ^5.39.0 -> ^5.43.1 age adoption passing confidence devDependencies minor
tsup (source) ^8.4.0 -> ^8.5.0 age adoption passing confidence devDependencies minor
yarn (source) 4.7.0 -> 4.9.2 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.71

Compare Source

Bug Fixes
Features

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.5.0

Compare Source

Minor Changes

v5.4.1

Compare Source

Patch Changes
  • #​740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

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.16.0: 2025-05-21, Version 22.16.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [c3ceaebb7a] - deps: update timezone to 2025b (Node.js GitHub Bot) #​57857
  • [5059a746ec] - doc: add dario-piotrowicz to collaborators (Dario Piotrowicz) #​58102
  • [c8ceaaf397] - (SEMVER-MINOR) doc: graduate multiple experimental apis (James M Snell) #​57765
  • [e21b37d9df] - (SEMVER-MINOR) esm: graduate import.meta properties (James M Snell) #​58011
  • [832640c35e] - (SEMVER-MINOR) esm: support top-level Wasm without package type (Guy Bedford) #​57610
  • [c510391d2f] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #​57490
  • [5d1230bec0] - (SEMVER-MINOR) src: set default config as node.config.json (Marco Ippolito) #​57171
  • [30bb1ccbb0] - (SEMVER-MINOR) src: create THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING (Marco Ippolito) #​57016
  • [0350c6f478] - (SEMVER-MINOR) src: add config file support (Marco Ippolito) #​57016
  • [e1d3a9e192] - (SEMVER-MINOR) src: add ExecutionAsyncId getter for any Context (Attila Szegedi) #​57820
  • [0ec912f452] - (SEMVER-MINOR) stream: preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #​57865
  • [43490c8797] - (SEMVER-MINOR) util: add types.isFloat16Array() (Livia Medeiros) #​57879
  • [dda6ca9172] - (SEMVER-MINOR) worker: add worker.getHeapStatistics() (Matteo Collina) #​57888
Commits

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 6 times, most recently from 7f29b11 to ff52e4d Compare May 8, 2025 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 02ccb78 to 8fb2d5e Compare May 16, 2025 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2dc7c4a to b9d29e8 Compare May 27, 2025 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b54e065 to 7178bae Compare June 5, 2025 13:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c7bce7a to 4c6df0b Compare June 9, 2025 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from de6fe0a to 857def6 Compare June 17, 2025 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 857def6 to 36f4f10 Compare June 19, 2025 17:09
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