node-blog
node-blog copied to clipboard
chore(deps-dev): bump framer-motion from 6.5.1 to 7.3.5
Bumps framer-motion from 6.5.1 to 7.3.5.
Changelog
Sourced from framer-motion's changelog.
[7.3.5] 2022-09-14
Fixed
isMotionValueno longer crashing when providednull.[7.3.4] 2022-09-13
Fixed
- Run feature detection based on rendered props.
[7.3.3] 2022-09-13
Fixed
- Ensuring children dynamic components re-render when context changes.
[7.3.2] 2022-09-07
Added
isMotionComponentreturns true if the provided component is amotioncomponent.unwrapMotionComponentreturns the rendered component.[7.3.1] 2022-09-07
Fixed
- Fixing application of
rotateZ.[7.3.0] 2022-09-06
Added
layout="preserve-ratio"performs a position-only transition if the aspect ratio has changed.Fixed
layout="position"now works with shared element transitions.[7.2.1] 2022-08-23
Added
- Various filesize reductions.
[7.2.0] 2022-08-14
Added
... (truncated)
Commits
a467a61v7.3.573ebde6Updating changelogba7482eMerge pull request #1696 from framer/fix/is-motion-value2d1b3f5Updating test28cdbe3Updating filec2cd28afixing isMotionValue31f9615Updating lockfile6338c99v7.3.43a0613dUpdating changelogca6d0e9Fixing feature detection- Additional commits viewable in compare view
Dependabot 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 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)
Codecov Report
Merging #504 (62a77a6) into master (66a0939) will increase coverage by
0.03%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #504 +/- ##
==========================================
+ Coverage 95.98% 96.01% +0.03%
==========================================
Files 37 37
Lines 622 628 +6
Branches 49 49
==========================================
+ Hits 597 603 +6
Misses 23 23
Partials 2 2
| Impacted Files | Coverage Δ | |
|---|---|---|
| server/modules/file/file.controller.ts | 100.00% <0.00%> (ø) |
|
| server/modules/login/login.controller.ts | 100.00% <0.00%> (ø) |
|
| server/modules/article/article.controller.ts | 100.00% <0.00%> (ø) |
|
| server/modules/category/category.controller.ts | 100.00% <0.00%> (ø) |
|
| server/modules/dashboard/dashboard.controller.ts | 100.00% <0.00%> (ø) |
|
| server/modules/comment/comment.controller.ts | 86.66% <0.00%> (+0.30%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #506.