-
Notifications
You must be signed in to change notification settings - Fork 31
build(deps): bump @rive-app/canvas-single from 2.31.5 to 2.32.2 #2071
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
base: main
Are you sure you want to change the base?
build(deps): bump @rive-app/canvas-single from 2.31.5 to 2.32.2 #2071
Conversation
✅ Deploy Preview for content-scope-scripts canceled.
|
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
|
@cursoragent can you review against our current code and outline potential impacts based on the changelogs of the update? |
|
Based on my analysis of the codebase and the changelog, here's the impact assessment: Rive Usage in CodebaseThe export function RiveAnimation({ animation, state, stateMachine, artboard, inputName, autoplay = true, isDarkMode }) {
const ref = useRef(/** @type {null | HTMLCanvasElement} */ (null));
const rive = useRef(/** @type {null | Rive} */ (null));
// create the instance
useEffect(() => {
if (!ref.current) return;
rive.current = new Rive({
src: ['dist', animation].join('/'),
canvas: ref.current,
enableRiveAssetCDN: false,
autoplay,
artboard,
stateMachines: stateMachine,
});
return () => {
rive.current?.cleanup();
};
}, [stateMachine, inputName, artboard, autoplay]);API surface used:
Changelog Impact AnalysisLow Risk (No Impact)
Medium Risk (Potential Impact)
Positive Impact
RecommendationSafe to merge - The changes are primarily:
Suggested testing:
No breaking API changes affect the current usage patterns. Learn more about Cursor Agents |
|
Cursor Agent can help with this pull request. Just |
1bc7a5e to
c778689
Compare
9511830 to
a96197f
Compare
Bumps [@rive-app/canvas-single](https://github.com/rive-app/rive-wasm) from 2.31.5 to 2.32.2. - [Changelog](https://github.com/rive-app/rive-wasm/blob/master/CHANGELOG.md) - [Commits](rive-app/rive-wasm@2.31.5...2.32.2) --- updated-dependencies: - dependency-name: "@rive-app/canvas-single" dependency-version: 2.32.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
a96197f to
1c2b097
Compare
Bumps @rive-app/canvas-single from 2.31.5 to 2.32.2.
Changelog
Sourced from
@rive-app/canvas-single's changelog.... (truncated)
Commits
e3868bechore: tag 2.32.20216783chore: updating to luau_701 (#11142) d4dfc63c3af489006fix(vk): Implement manual MSAA resolves (#11120) 756dc2db91607ad33feature: add path effects for fills (#11136) 376052977bbee6210fix(vk): Only rely on implicit PowerVR raster ordering on Vulkan 1.3 (#11132)...318da1bUpdate path_fiddle.cpp (#11123) 19be344a5aea071b9fix(Vulkan) Vulkan synchronization fixes (#11091) 810e2088375fa1ed2Nnnnn add support for path effect part 3 (#11107) c27b081319e4afc96fix: rename Node to NodeData (#11110) c46192f1fe4cbca95add support for path effect (#11095) ab13b4d1a2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Update
@rive-app/canvas-singleto2.32.2and refresh the lockfile.@rive-app/canvas-singlefrom2.31.5to2.32.2inspecial-pages/package.json.package-lock.jsonto reflect updated dependency graph (new optional platform-specificesbuildpackages, peer flags adjustments).Written by Cursor Bugbot for commit 1c2b097. This will update automatically on new commits. Configure here.