[Snyk] Upgrade @vx/responsive from 0.0.172 to 0.0.192 #10
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 @vx/responsive from 0.0.172 to 0.0.192.
ℹ️ 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.Release notes
Package name: @vx/responsive
See #484 for details.
💥 Breaking Changes
build/
anddist/
, uselib/
andesm/
instead🏠 Internal
babel
notrollup
yarn
notnpm
workspaces
so that we can push all config to the root instead of duplicating across every package as is the case now.jsx
required forReact
files)💥 Breaking Changes
<Arc />
and<Pie pieValue={} />
props now check for!== undefined
. Before0
wouldn't set the prop to0
becauseif (0)
isfalse
. This is only a breaking change if you were passing0
before and happy with<Arc />
treating that asundefined
and using d3.arc() defaults. #464<MyComponent - onWheel={zoom.handleWheel} />
🚀 Enhancements
innerRef
propType to include PropType.object. #446🐛 Bug Fix
<Arc />
now respects0
as an allowed prop value. #464<Pie />
pieValue
now respects0
as an allowed prop value. #464📝 Documentation
@vx/glyph
examples in the readme docs. #454🏠 Internal
babel.config.js
+jest.config.js
. #439explorer
=>ie
. #446ucandroid
. #446<Arc />
tests. #464Arc.test
fromCRLF
=>LF
. #464🏆 Contributors
🐛 Bug Fix
🏆 Contributors
📝 Documentation
({ barStacks })
instead ofbarStacks
. #423🐛 Bug Fix
<ParentSize />
replacefor..of
withforEach()
to fix IE11 error without having to shamSymbol
. More info: #258 #428🏆 Contributors
🚀 Enhancements
albersUsa
projection in d3-geo to @vx/geo. #415equalEarth
projection in d3-geo to @vx/geo. #407🐛 Bug Fix
defined
prop. Should useoneOfType
rather thanoneOf
. #414children
prop. #408📝 Documentation
🏆 Contributors
🚀 Enhancements
innerRef
prop to<ScaleSVG />
. #393📝 Documentation
clipAboveTo
andclipBelowTo
prop types tonumber|func
. #401🏠 Internal
🏆 Contributors
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:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs