[Snyk] Upgrade @napi-rs/canvas from 0.1.74 to 0.1.85#22
Open
abbytec wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade @napi-rs/canvas from 0.1.74 to 0.1.85. See this package in npm: @napi-rs/canvas See this project in Snyk: https://app.snyk.io/org/abbytec/project/8a503420-7940-4186-a3ee-cc014ce3b69a?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @napi-rs/canvas from 0.1.74 to 0.1.85.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 11 versions ahead of your current version.
The recommended version was released 22 days ago.
Release notes
Package name: @napi-rs/canvas
-
0.1.85 - 2025-12-19
const { LottieAnimation } = require('@ napi-rs/canvas')
- feat: add
- chore(deps): update actions/cache action to v5 by @ renovate[bot] in #1169
- chore(deps): update github artifact actions (major) by @ renovate[bot] in #1173
- feta: support
- fix: initial black color string should be
- feat: support windows arm64 by @ Brooooooklyn in #1176
- feat: basic support for
- feat: support Lottie API by @ Brooooooklyn in #1177
-
0.1.84 - 2025-12-06
- test: add font-variation-settings fixtures by @ Brooooooklyn in #1154
- chore(deps): lock file maintenance by @ renovate[bot] in #1155
- chore(deps): update dependency @ oxc-node/core to ^0.0.35 by @ renovate[bot] in #1156
- chore(deps): update dependency tinybench to v6 by @ renovate[bot] in #1157
- feat: add GIF encoding support by @ Brooooooklyn in #1159
- feat: add fontStretch and fontKerning support by @ Brooooooklyn in #1160
-
0.1.83 - 2025-11-27
- chore(deps): update yarn to v4.12.0 by @ renovate[bot] in #1152
- chore(deps): update actions/checkout action to v6 by @ renovate[bot] in #1151
- feat: add variable font support by @ Brooooooklyn in #1148
- feat: chrome m143 by @ Brooooooklyn in #1153
-
0.1.82 - 2025-11-11
- feat: PDFDocument support by @ Brooooooklyn in #1137
- chore(deps): update dependency electron to v39 by @ renovate[bot] in #1138
- chore(deps): update dependency node to v24 by @ renovate[bot] in #1139
- Add PDF annotation APIs using SkAnnotation.h for interactive links and navigation by @ Copilot in #1140
- chore(deps): lock file maintenance by @ renovate[bot] in #1142
- chore(deps): update yarn to v4.11.0 by @ renovate[bot] in #1143
- feat: add Uint16Array and Float32Array support to ImageData constructor by @ Copilot in #1144
- chore(deps): update dependency @ oxc-node/core to ^0.0.33 by @ renovate[bot] in #1145
- chore(deps): update dependency @ oxc-node/core to ^0.0.34 by @ renovate[bot] in #1146
-
0.1.81 - 2025-10-26
- chore(deps): update yarn to v4.10.1 by @ renovate[bot] in #1127
- chore(deps): update yarn to v4.10.2 by @ renovate[bot] in #1128
- chore(deps): update yarn to v4.10.3 by @ renovate[bot] in #1130
- chore(deps): update actions/setup-node action to v6 by @ renovate[bot] in #1132
- build: use 2.x version nasm by @ Brooooooklyn in #1134
- chore(deps): update github artifact actions (major) by @ renovate[bot] in #1135
- feat: upgrade to chrome/142 by @ Brooooooklyn in #1136
- chore(deps): lock file maintenance by @ renovate[bot] in #1131
-
0.1.80 - 2025-09-13
- fix: external memory usage adjustment mismatch by @ Brooooooklyn in #1123
- fix: shadow is not applied with transform correctly by @ Brooooooklyn in #1124
-
0.1.79 - 2025-09-08
- chore(deps): update dependency electron to v38 by @ renovate[bot] in #1114
- fix: DOMMatrix.invertSelf() to return self for non-invertible matrices per DOM spec by @ Copilot in #1113
- chore(deps): update actions/attest-build-provenance action to v3 by @ renovate[bot] in #1111
- fix: prevent segfault when creating patterns from canvases by @ Brooooooklyn in #1118
- chore: upgrade to Rust 1.89 by @ Brooooooklyn in #1119
- chore(deps): update actions/setup-python action to v6 by @ renovate[bot] in #1116
- chore(deps): update actions/setup-node action to v5 by @ renovate[bot] in #1115
-
0.1.78 - 2025-08-29
-
0.1.77 - 2025-08-08
-
0.1.76 - 2025-08-01
-
0.1.75 - 2025-08-01
-
0.1.74 - 2025-07-17
from @napi-rs/canvas GitHub release notesWhat's Changed
Lottie
See lottie-to-video.ts for example
// Load from file
const animation = LottieAnimation.loadFromFile('animation.json')
// Load from JSON string with resource path for external assets
const animation = LottieAnimation.loadFromData(jsonString, {
resourcePath: '/path/to/assets',
})
output.mp4
output.mp4
Changelog
fontVariantCapsby @ yisibl in #1161CanvasRenderingContext2D.reset()by @ yisibl in #1171#000000rather than#000by @ Brooooooklyn in #1174directionby @ yisibl in #1175Full Changelog: v0.1.84...v0.1.85
What's Changed
Full Changelog: v0.1.83...v0.1.84
What's Changed
Full Changelog: v0.1.82...v0.1.83
What's Changed
Full Changelog: v0.1.81...v0.1.82
What's Changed
Full Changelog: v0.1.80...v0.1.81
What's Changed
Full Changelog: v0.1.79...v0.1.80
What's Changed
Full Changelog: v0.1.78...v0.1.79
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: