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 #433

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ^5.7.0 -> ^5.8.0 age adoption passing confidence
@typescript-eslint/parser ^5.7.0 -> ^5.8.0 age adoption passing confidence
lint-staged ^12.1.3 -> ^12.1.4 age adoption passing confidence
pretty-quick ^3.1.2 -> ^3.1.3 age adoption passing confidence
rollup (source) ^2.61.1 -> ^2.62.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​580-httpsgithubcomtypescript-eslinttypescript-eslintcomparev570v580-2021-12-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.7.0...v5.8.0) ##### Bug Fixes - **eslint-plugin:** \[no-implied-eval] improve performance ([#​4313](https://togithub.com/typescript-eslint/typescript-eslint/issues/4313)) ([e344596](https://togithub.com/typescript-eslint/typescript-eslint/commit/e3445967de6ed73e6b2334380236aed8a0ee6e4f)) - **eslint-plugin:** \[padding-line-between-statements] `type` StatementTypes can't differenciate from variable ([#​4270](https://togithub.com/typescript-eslint/typescript-eslint/issues/4270)) ([bfc4324](https://togithub.com/typescript-eslint/typescript-eslint/commit/bfc4324f4cda24e30b2d39d5b70f7554f2b6bf81)) - **eslint-plugin:** \[strict-boolean-expression] false positive for truthy boolean ([#​4275](https://togithub.com/typescript-eslint/typescript-eslint/issues/4275)) ([72c2e41](https://togithub.com/typescript-eslint/typescript-eslint/commit/72c2e418a4180f6db5795ebb42cbc095f5c53c37)) - **eslint-plugin:** `array-type` mark `AST_NODE_TYPES.TSBigIntKeyword` as simple ([#​4274](https://togithub.com/typescript-eslint/typescript-eslint/issues/4274)) ([74e544e](https://togithub.com/typescript-eslint/typescript-eslint/commit/74e544e487328e56fcb7aef048a78beaad593ea0)) - **eslint-plugin:** handle method overloading in `semi` ([#​4318](https://togithub.com/typescript-eslint/typescript-eslint/issues/4318)) ([3b87b49](https://togithub.com/typescript-eslint/typescript-eslint/commit/3b87b49ea8d62c2f4f3bee7494500b5ad44fcbc1)) - **experimental-utils:** support immutable members ([#​3844](https://togithub.com/typescript-eslint/typescript-eslint/issues/3844)) ([3d33a77](https://togithub.com/typescript-eslint/typescript-eslint/commit/3d33a77c57e5b752edf6f35ed152038bdb230b79)) ##### Features - **eslint-plugin:** \[no-throw-literal] add options to to disallow `any`/`unknown` ([#​4207](https://togithub.com/typescript-eslint/typescript-eslint/issues/4207)) ([ff0adf9](https://togithub.com/typescript-eslint/typescript-eslint/commit/ff0adf9e0bfbf71667c51de0a84038586e4cbfd1)) - **eslint-plugin:** \[restrict-plus-operand] add allowAny option ([#​4260](https://togithub.com/typescript-eslint/typescript-eslint/issues/4260)) ([2788545](https://togithub.com/typescript-eslint/typescript-eslint/commit/27885456c577dfada52d298857f406f0f332c405))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​580-httpsgithubcomtypescript-eslinttypescript-eslintcomparev570v580-2021-12-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.7.0...v5.8.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
okonet/lint-staged ### [`v12.1.4`](https://togithub.com/okonet/lint-staged/releases/v12.1.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.3...v12.1.4) ##### Bug Fixes - use cwd option when resolving git repo root ([#​1075](https://togithub.com/okonet/lint-staged/issues/1075)) ([a230b03](https://togithub.com/okonet/lint-staged/commit/a230b0350885194e5f07be667312316ad869b7fc))
azz/pretty-quick ### [`v3.1.3`](https://togithub.com/azz/pretty-quick/releases/v3.1.3) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.2...v3.1.3) ##### Bug Fixes - detect git when in use git worktree ([#​142](https://togithub.com/azz/pretty-quick/issues/142)) ([bc231a3](https://togithub.com/azz/pretty-quick/commit/bc231a3a03a82309603839764a675359bd09e4eb))
rollup/rollup ### [`v2.62.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2620) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.61.1...v2.62.0) *2021-12-24* ##### Features - Mark additional string prototype methods as side-effect-free and correct typings of existing ones ([#​4299](https://togithub.com/rollup/rollup/issues/4299)) - Mark additional array prototype methods as side-effect-free and correct typings of existing ones ([#​4309](https://togithub.com/rollup/rollup/issues/4309)) - Expose if a module is included after tree-shaking in its ModuleInfo ([#​4305](https://togithub.com/rollup/rollup/issues/4305)) ##### Bug Fixes - Fix how fsevents is included to improve watch mode on MacOS ([#​4312](https://togithub.com/rollup/rollup/issues/4312)) ##### Pull Requests - [#​4299](https://togithub.com/rollup/rollup/pull/4299): Add additional string prototype methods ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4300](https://togithub.com/rollup/rollup/pull/4300): Bump deps, fix expected test result for core-js ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4302](https://togithub.com/rollup/rollup/pull/4302): Replace type assertion with type guard ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4304](https://togithub.com/rollup/rollup/pull/4304): Re-use reserved names set ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4305](https://togithub.com/rollup/rollup/pull/4305): Expose isIncluded in module info ([@​william57m](https://togithub.com/william57m)) - [#​4306](https://togithub.com/rollup/rollup/pull/4306): Fix git line breaks on windows ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4307](https://togithub.com/rollup/rollup/pull/4307): Add macos to pipeline ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4309](https://togithub.com/rollup/rollup/pull/4309): Add additional array prototype methods ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4311](https://togithub.com/rollup/rollup/pull/4311): Add Deno instructions to docs ([@​jespertheend](https://togithub.com/jespertheend)) - [#​4312](https://togithub.com/rollup/rollup/pull/4312): fsevents integration ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4313](https://togithub.com/rollup/rollup/pull/4313): Remove non-existing static functions from known globals ([@​dnalborczyk](https://togithub.com/dnalborczyk))

Configuration

📅 Schedule: "before 12pm on Sunday" (UTC).

🚦 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 has been generated by WhiteSource Renovate. View repository job log here.