kyranet / canvas-constructor

An ES6 utility for canvas with built-in functions and chained methods.
https://canvasconstructor.js.org
MIT License
116 stars 23 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged ^15.2.7 -> ^15.2.8 age adoption passing confidence
rimraf ^5.0.9 -> ^5.0.10 age adoption passing confidence
tsup (source) ^8.2.3 -> ^8.2.4 age adoption passing confidence
yarn (source) 4.3.1 -> 4.4.0 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged) ### [`v15.2.8`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1528) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) ##### Patch Changes - [`f0480f0`](https://togithub.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue. The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
isaacs/rimraf (rimraf) ### [`v5.0.10`](https://togithub.com/isaacs/rimraf/compare/v5.0.9...v5.0.10) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.9...v5.0.10)
egoist/tsup (tsup) ### [`v8.2.4`](https://togithub.com/egoist/tsup/releases/tag/v8.2.4) [Compare Source](https://togithub.com/egoist/tsup/compare/v8.2.3...v8.2.4) ##### Bug Fixes - do not terminate dts worker in watch mode, closes [#​1172](https://togithub.com/egoist/tsup/issues/1172), closes [#​1171](https://togithub.com/egoist/tsup/issues/1171) ([49c11c3](https://togithub.com/egoist/tsup/commit/49c11c3073ce977a01c84e7848fc070d5de0a652))
yarnpkg/berry (yarn) ### [`v4.4.0`](https://togithub.com/yarnpkg/berry/compare/2e73cdb7e2057a3ab4bd93074190b508b407c7ab...ab48d624e2490567be531b4e7c7145c5bc6e55f2) [Compare Source](https://togithub.com/yarnpkg/berry/compare/2e73cdb7e2057a3ab4bd93074190b508b407c7ab...ab48d624e2490567be531b4e7c7145c5bc6e55f2)

Configuration

šŸ“… Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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