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

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@favware/cliff-jumper ^3.0.0 -> ^3.0.1 age adoption passing confidence
@napi-rs/canvas 0.1.50 -> 0.1.51 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.1.0 -> ^7.1.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.1.0 -> ^7.1.1 age adoption passing confidence
typedoc (source) ^0.25.9 -> ^0.25.12 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.4.2 age adoption passing confidence
yarn (source) 4.1.0 -> 4.1.1 age adoption passing confidence

Release Notes

favware/cliff-jumper (@​favware/cliff-jumper) ### [`v3.0.1`](https://togithub.com/favware/cliff-jumper/blob/HEAD/CHANGELOG.md#favwarecliff-jumper301---2024-03-03) [Compare Source](https://togithub.com/favware/cliff-jumper/compare/@favware/cliff-jumper@3.0.0...@favware/cliff-jumper@3.0.1) #### 🏠 Refactor - Switch to `execa` for a full async code ([74c09c7](https://togithub.com/favware/cliff-jumper/commit/74c09c7e1627f5a38af5de0579f8b90fe4d4f5cc)) - Add spinner for cli command progress ([6945d21](https://togithub.com/favware/cliff-jumper/commit/6945d21eb273beff55342c8092e5ceacdc4353db)) - Git cliff programmatic api ([d542c51](https://togithub.com/favware/cliff-jumper/commit/d542c51aaffef696b75f5716a8fd719e0c5b2ce3)) #### 🐛 Bug Fixes - Bump git-cliff for windows github integration support, remove warning for the same ([a68359d](https://togithub.com/favware/cliff-jumper/commit/a68359d48d42ba6463685d943432514b1ff632d2)) ([#​158](https://togithub.com/favware/cliff-jumper/pull/158))
Brooooooklyn/canvas (@​napi-rs/canvas) ### [`v0.1.51`](https://togithub.com/Brooooooklyn/canvas/blob/HEAD/CHANGELOG.md#0151-2024-03-04) [Compare Source](https://togithub.com/Brooooooklyn/canvas/compare/v0.1.50...v0.1.51) ##### Bug Fixes - **deps:** update rust crate base64 to 0.22 ([84fd52f](https://togithub.com/Brooooooklyn/canvas/commit/84fd52fa448607ce4cbdf45dc3513b0baa2479a5)) - remove postinstall script for gnu/musl platform ([#​797](https://togithub.com/Brooooooklyn/canvas/issues/797)) ([d37da08](https://togithub.com/Brooooooklyn/canvas/commit/d37da08b8c2620d9895ac9b0050ab1bf654f284e))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.1.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#711-2024-03-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.0...v7.1.1) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.1.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#711-2024-03-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.0...v7.1.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
TypeStrong/TypeDoc (typedoc) ### [`v0.25.12`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02512-2024-03-10) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.11...v0.25.12) ##### Bug Fixes - Updated page font to work around issues with Mac rendering, [#​2518](https://togithub.com/TypeStrong/TypeDoc/issues/2518) ##### Thanks! - [@​docmattman](https://togithub.com/docmattman) ### [`v0.25.11`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02511-2024-03-06) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.10...v0.25.11) ##### Bug Fixes - Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, [#​2514](https://togithub.com/TypeStrong/TypeDoc/issues/2514). - "On This Page" section is now smarter when handling page headings which do not follow the normal `h1>h2>h3` process, [#​2515](https://togithub.com/TypeStrong/TypeDoc/issues/2515). ### [`v0.25.10`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02510-2024-03-03) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.9...v0.25.10) ##### Bug Fixes - Constructed references to enum types will be properly linked with `@interface`, [#​2508](https://togithub.com/TypeStrong/TypeDoc/issues/2508). - Comments on property-methods will no longer be duplicated in generated documentation, [#​2509](https://togithub.com/TypeStrong/TypeDoc/issues/2509). - Reduced rendered docs size by writing icons to a referenced SVG asset, [#​2505](https://togithub.com/TypeStrong/TypeDoc/issues/2505). For TypeDoc's docs, this reduced the rendered documentation size by ~30%. - The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, [#​2491](https://togithub.com/TypeStrong/TypeDoc/issues/2491). - When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.
Microsoft/TypeScript (typescript) ### [`v5.4.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.2): TypeScript 5.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
yarnpkg/berry (yarn) ### [`v4.1.1`](https://togithub.com/yarnpkg/berry/compare/52909a5e0d2fe72245957870bcd654218d93ef72...6b7621f0736ef7ed423672392882d68592d61c81) [Compare Source](https://togithub.com/yarnpkg/berry/compare/52909a5e0d2fe72245957870bcd654218d93ef72...6b7621f0736ef7ed423672392882d68592d61c81)

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