ultraviolet
ultraviolet copied to clipboard
fix(deps): update nivo monorepo to v0.87.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nivo/bar (source) | 0.80.0 -> 0.87.0 |
||||
| @nivo/core (source) | 0.80.0 -> 0.87.0 |
||||
| @nivo/line (source) | 0.80.0 -> 0.87.0 |
||||
| @nivo/pie (source) | 0.80.0 -> 0.87.0 |
||||
| @nivo/scales (source) | 0.80.0 -> 0.87.0 |
Release Notes
plouc/nivo (@nivo/bar)
v0.87.0
What's Changed
- Fix area rendering disparity of line canvas compared to line svg by @MatinAniss in https://github.com/plouc/nivo/pull/2558
- Add mesh to bump chart by @santiperone in https://github.com/plouc/nivo/pull/2496
- fix: Add missing key to BarTotals by @dbuhon in https://github.com/plouc/nivo/pull/2575
- Bump mesh improvements by @plouc in https://github.com/plouc/nivo/pull/2572
- feat(line): remove prop-types as we're supposed to rely on TS by @plouc in https://github.com/plouc/nivo/pull/2576
- feat(recompose): completely remove recompose from the project by @plouc in https://github.com/plouc/nivo/pull/2577
- fix(bar): fix canvas grid lines not considering margin by @plouc in https://github.com/plouc/nivo/pull/2578
- feat(Line): passing the full Point info to the
AccessorFuncfor Label by @akassaei in https://github.com/plouc/nivo/pull/2541 - fix(core): use readonly arrays for props as the libraries do not modify them by @pcorpet in https://github.com/plouc/nivo/pull/2588
- @nivo/tree by @plouc in https://github.com/plouc/nivo/pull/2582
New Contributors
- @MatinAniss made their first contribution in https://github.com/plouc/nivo/pull/2558
- @santiperone made their first contribution in https://github.com/plouc/nivo/pull/2496
- @dbuhon made their first contribution in https://github.com/plouc/nivo/pull/2575
- @akassaei made their first contribution in https://github.com/plouc/nivo/pull/2541
Full Changelog: https://github.com/plouc/nivo/compare/v0.86.0...v0.87.0
v0.86.0
What's Changed
- fix(website): fix time based scale ticks demos by @plouc in https://github.com/plouc/nivo/pull/2532
- feat(Bar): add bar totals by @joaopedromatias in https://github.com/plouc/nivo/pull/2525
- Rewrite componentId to support react17 by @Alex-Spike in https://github.com/plouc/nivo/pull/2545
- Bugfix/2490 tooltip theme by @gtibrett in https://github.com/plouc/nivo/pull/2552
New Contributors
- @joaopedromatias made their first contribution in https://github.com/plouc/nivo/pull/2525
- @Alex-Spike made their first contribution in https://github.com/plouc/nivo/pull/2545
- @gtibrett made their first contribution in https://github.com/plouc/nivo/pull/2552
Full Changelog: https://github.com/plouc/nivo/compare/v0.85.1...v0.86.0
v0.85.1
What's Changed
- Tooltip: avoid a flash effect and weird initial transition by @DimaAmega in https://github.com/plouc/nivo/pull/2480
- feat(deps): upgrade d3-scale due to vulnerability by @plouc in https://github.com/plouc/nivo/pull/2531
New Contributors
- @DimaAmega made their first contribution in https://github.com/plouc/nivo/pull/2480
Full Changelog: https://github.com/plouc/nivo/compare/v0.85.0...v0.85.1
v0.85.0
What's Changed
- refactor default props to fix error message by @andre19980 in https://github.com/plouc/nivo/pull/2452
- fix(sankey): update onClick types in sankey chart to respect generics by @stas-demydiuk in https://github.com/plouc/nivo/pull/2509
- chore: upgrade d3-color and d3-scale-chromatic by @icco in https://github.com/plouc/nivo/pull/2466
- Fix: add initial property for truncateTickAt by @scalabw in https://github.com/plouc/nivo/pull/2504
- fix tooltip default color by @scalabw in https://github.com/plouc/nivo/pull/2521
- Touch crosshair for line graphs by @WilliamABradley in https://github.com/plouc/nivo/pull/2524
- fix(marimekko): use readonly arrays for props as the library does not modify them by @pcorpet in https://github.com/plouc/nivo/pull/2493
- fix(line): use readonly arrays for props as the library does not modify them by @pcorpet in https://github.com/plouc/nivo/pull/2494
- Fix (peer) dependencies by @marvinruder in https://github.com/plouc/nivo/pull/2528
New Contributors
- @andre19980 made their first contribution in https://github.com/plouc/nivo/pull/2452
- @stas-demydiuk made their first contribution in https://github.com/plouc/nivo/pull/2509
- @icco made their first contribution in https://github.com/plouc/nivo/pull/2466
- @scalabw made their first contribution in https://github.com/plouc/nivo/pull/2504
- @WilliamABradley made their first contribution in https://github.com/plouc/nivo/pull/2524
- @marvinruder made their first contribution in https://github.com/plouc/nivo/pull/2528
Full Changelog: https://github.com/plouc/nivo/compare/v0.84.0...v0.85.0
v0.84.0
What's Changed
- fix(bar): use readonly arrays for props as the library does not modif… by @pcorpet in https://github.com/plouc/nivo/pull/2377
- fix(pie): use readonly arrays for props as the library does not modif… by @pcorpet in https://github.com/plouc/nivo/pull/2431
- Fix Bar SSR by @OleksandrRakovets in https://github.com/plouc/nivo/pull/2464
- Pie: Add the ability to programmatically control the activeId by @plouc in https://github.com/plouc/nivo/pull/2465
New Contributors
- @pcorpet made their first contribution in https://github.com/plouc/nivo/pull/2377
- @OleksandrRakovets made their first contribution in https://github.com/plouc/nivo/pull/2464
Full Changelog: https://github.com/plouc/nivo/compare/v0.83.1...v0.84.0
v0.83.1
What's Changed
- @nivo/parallel-coordinates next by @plouc in https://github.com/plouc/nivo/pull/2329
- Add tests for gradients attribute by @hyjoong in https://github.com/plouc/nivo/pull/2338
- fix: Lodash - use module imports by @vio in https://github.com/plouc/nivo/pull/2349
- Resolved BoxPlot types not being included in build output by @NicolasNewman in https://github.com/plouc/nivo/pull/2351
- Fix website component search by @aautem in https://github.com/plouc/nivo/pull/2371
- fix: waffle types missing from dist by @brammitch in https://github.com/plouc/nivo/pull/2375
- Fix arcLinkLabelsOffset for pie chart by @aautem in https://github.com/plouc/nivo/pull/2369
- feat/export responsive bar props TypeScript types by @ollwenjones in https://github.com/plouc/nivo/pull/2396
- fix(stream): fix stream diagram overflowing by @baldulin in https://github.com/plouc/nivo/pull/2392
- fix GitHub workflow badge URL by @shoito in https://github.com/plouc/nivo/pull/2453
- Fix failing builds by @plouc in https://github.com/plouc/nivo/pull/2460
- shiftArray in calendar/src/compute/timeRange.ts should not mutate its argument by @wirhabenzeit in https://github.com/plouc/nivo/pull/2420
- fix(core): upgrade d3-interpolate and d3-scale-chromatic by @plouc in https://github.com/plouc/nivo/pull/2461
- Feature/bar chart truncate axes ticks by @SebasQuirogaUCP in https://github.com/plouc/nivo/pull/2405
- feat(legends): export SymbolProps by @plouc in https://github.com/plouc/nivo/pull/2462
New Contributors
- @hyjoong made their first contribution in https://github.com/plouc/nivo/pull/2338
- @vio made their first contribution in https://github.com/plouc/nivo/pull/2349
- @NicolasNewman made their first contribution in https://github.com/plouc/nivo/pull/2351
- @aautem made their first contribution in https://github.com/plouc/nivo/pull/2371
- @baldulin made their first contribution in https://github.com/plouc/nivo/pull/2392
- @shoito made their first contribution in https://github.com/plouc/nivo/pull/2453
- @wirhabenzeit made their first contribution in https://github.com/plouc/nivo/pull/2420
- @SebasQuirogaUCP made their first contribution in https://github.com/plouc/nivo/pull/2405
Full Changelog: https://github.com/plouc/nivo/compare/v0.83.0...v0.83.1
v0.83.0
What's Changed
- Waffle next by @plouc in https://github.com/plouc/nivo/pull/2320
- Remove all references to react-motion by @plouc in https://github.com/plouc/nivo/pull/2324
- Move @nivo/core as a regular dependency in all dependent packages by @plouc in https://github.com/plouc/nivo/pull/2325
- feat(infrastructure): remove bump-peer-deps script by @plouc in https://github.com/plouc/nivo/pull/2326
Full Changelog: https://github.com/plouc/nivo/compare/v0.82.1...v0.83.0
v0.82.1
Attempt to fix https://github.com/plouc/nivo/issues/2319, but it's still an issue.
v0.82.0
What's Changed
- fix(canvas): fix getRelativeCursor for non SVG implementations by @plouc in https://github.com/plouc/nivo/pull/2125
- fix(website): remove orient prop from axisBottom and axisLeft by @hayawata3626 in https://github.com/plouc/nivo/pull/2134
- Minor docs fix for specifying color by @Josh-a-e in https://github.com/plouc/nivo/pull/2139
- chore(deps): bump luxon from 1.28.0 to 1.28.1 by @dependabot in https://github.com/plouc/nivo/pull/2215
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in https://github.com/plouc/nivo/pull/2212
- chore(deps): bump express from 4.17.1 to 4.17.3 by @dependabot in https://github.com/plouc/nivo/pull/2200
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in https://github.com/plouc/nivo/pull/2195
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in https://github.com/plouc/nivo/pull/2179
- Check if ResizeObserver is defined instead of checking window object by @andriuss in https://github.com/plouc/nivo/pull/2222
- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in https://github.com/plouc/nivo/pull/2227
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in https://github.com/plouc/nivo/pull/2193
- chore(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in https://github.com/plouc/nivo/pull/2183
- chore(deps): bump d3-color from 2.0.0 to 3.1.0 by @dependabot in https://github.com/plouc/nivo/pull/2142
- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in https://github.com/plouc/nivo/pull/2260
- bugfix: fix CustomLayerProps lineGenerator type by removing unnecessary Array type by @kendrickt in https://github.com/plouc/nivo/pull/2238
- Add mouse events to line slices by @sigmike in https://github.com/plouc/nivo/pull/2128
- Bugfix/website/bar add legends fix by @Nanak360 in https://github.com/plouc/nivo/pull/2282
- fix: Relax constraints on
@react-spring/webby @dubzzz in https://github.com/plouc/nivo/pull/2280 - Introduce a @nivo/boxplot package by @tkonopka in https://github.com/plouc/nivo/pull/1991
- Add firstWeekday attr to calendar/TimeRange by @yzalvov in https://github.com/plouc/nivo/pull/2299
- Infrastructure maintenance by @plouc in https://github.com/plouc/nivo/pull/2313
- Upgrade Gatsby by @plouc in https://github.com/plouc/nivo/pull/2315
- Boxplot doc by @plouc in https://github.com/plouc/nivo/pull/2316
- Add support for end-to-end tests via cypress by @plouc in https://github.com/plouc/nivo/pull/2317
- Upgrade Lerna by @plouc in https://github.com/plouc/nivo/pull/2318
New Contributors
- @hayawata3626 made their first contribution in https://github.com/plouc/nivo/pull/2134
- @Josh-a-e made their first contribution in https://github.com/plouc/nivo/pull/2139
- @andriuss made their first contribution in https://github.com/plouc/nivo/pull/2222
- @kendrickt made their first contribution in https://github.com/plouc/nivo/pull/2238
- @sigmike made their first contribution in https://github.com/plouc/nivo/pull/2128
- @Nanak360 made their first contribution in https://github.com/plouc/nivo/pull/2282
- @dubzzz made their first contribution in https://github.com/plouc/nivo/pull/2280
- @yzalvov made their first contribution in https://github.com/plouc/nivo/pull/2299
Full Changelog: https://github.com/plouc/nivo/compare/v0.80.0...v0.82.0
v0.81.0
v0.81.0 (2023-04-26)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
🦋 Changeset detected
Latest commit: d065712a3bc044d9dd0e52974e9ca5b52e3795ce
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
| Name | Type |
|---|---|
| @ultraviolet/ui | Patch |
| @ultraviolet/form | Patch |
| @ultraviolet/plus | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
size-limit report 📦
| Path | Size |
|---|---|
| packages/form/dist/constants.js, packages/form/dist/index.js, packages/themes/dist/index.js, packages/form/dist/hooks/useField.js, packages/form/dist/hooks/useFieldArray.js, packages/form/dist/hooks/useForm.js, packages/form/dist/hooks/useFormState.js, packages/form/dist/hooks/useOnFieldChange.js, packages/form/dist/validators/maxDate.js, packages/form/dist/validators/minDate.js, packages/ui/dist/src/index.js, packages/form/dist/components/CheckboxField/index.js, packages/form/dist/components/CheckboxGroupField/index.js, packages/form/dist/components/DateField/index.js, packages/form/dist/components/Form/defaultErrors.js, packages/form/dist/components/Form/index.js, packages/form/dist/components/KeyValueField/index.js, packages/form/dist/components/NumberInputField/index.js, packages/form/dist/components/NumberInputFieldV2/index.js, packages/form/dist/components/RadioField/index.js, packages/form/dist/components/RadioGroupField/index.js, packages/form/dist/components/SelectInputField/index.js, packages/form/dist/components/SelectableCardField/index.js, packages/form/dist/components/Submit/index.js, packages/form/dist/components/SubmitErrorAlert/index.js, packages/form/dist/components/TagInputField/index.js, packages/form/dist/components/TextAreaField/index.js, packages/form/dist/components/TextInputField/index.js, packages/form/dist/components/TextInputFieldV2/index.js, packages/form/dist/components/TimeField/index.js, packages/form/dist/components/ToggleField/index.js, packages/form/dist/providers/ErrorContext/index.js, packages/themes/dist/themes/console/dark.js, packages/themes/dist/themes/console/darker.js, packages/themes/dist/themes/console/index.js, packages/themes/dist/themes/console/light.js, packages/ui/dist/react-datepicker/dist/react-datepicker.min.css.js, packages/ui/dist/react-toastify/dist/ReactToastify.min.css.js, packages/ui/dist/src/helpers/isJSON.js, packages/ui/dist/src/helpers/legend.js, packages/ui/dist/src/helpers/recursivelyGetChildrenString.js, packages/ui/dist/src/hooks/useIsOverflowing.js, packages/ui/dist/src/theme/index.js, packages/ui/dist/src/utils/animations.js, packages/ui/dist/src/utils/capitalize.js, packages/ui/dist/src/utils/ids.js, packages/ui/dist/src/utils/normalize.js, packages/themes/dist/themes/console/deprecated/dark.js, packages/themes/dist/themes/console/deprecated/darker.js, packages/themes/dist/themes/console/deprecated/light.js, packages/ui/dist/src/components/ActionBar/index.js, packages/ui/dist/src/components/Alert/index.js, packages/ui/dist/src/components/Avatar/index.js, packages/ui/dist/src/components/Badge/index.js, packages/ui/dist/src/components/Banner/index.js, packages/ui/dist/src/components/BarChart/Tooltip.js, packages/ui/dist/src/components/BarChart/index.js, packages/ui/dist/src/components/BarStack/index.js, packages/ui/dist/src/components/Breadcrumbs/index.js, packages/ui/dist/src/components/Bullet/index.js, packages/ui/dist/src/components/Button/index.js, packages/ui/dist/src/components/Card/index.js, packages/ui/dist/src/components/Carousel/index.js, packages/ui/dist/src/components/Checkbox/index.js, packages/ui/dist/src/components/CheckboxGroup/index.js, packages/ui/dist/src/components/CopyButton/index.js, packages/ui/dist/src/components/DateInput/index.js, packages/ui/dist/src/components/EmptyState/index.js, packages/ui/dist/src/components/Expandable/index.js, packages/ui/dist/src/components/GlobalAlert/GlobalAlertLink.js, packages/ui/dist/src/components/GlobalAlert/index.js, packages/ui/dist/src/components/LineChart/CustomLegend.js, packages/ui/dist/src/components/LineChart/Tooltip.js, packages/ui/dist/src/components/LineChart/helpers.js, packages/ui/dist/src/components/LineChart/index.js, packages/ui/dist/src/components/Link/index.js, packages/ui/dist/src/components/List/Body.js, packages/ui/dist/src/components/List/Cell.js, packages/ui/dist/src/components/List/HeaderCell.js, packages/ui/dist/src/components/List/HeaderRow.js, packages/ui/dist/src/components/List/ListContext.js, packages/ui/dist/src/components/List/Row.js, packages/ui/dist/src/components/List/SelectBar.js, packages/ui/dist/src/components/List/SkeletonRows.js, packages/ui/dist/src/components/List/constants.js, packages/ui/dist/src/components/List/index.js, packages/ui/dist/src/components/Loader/index.js, packages/ui/dist/src/components/Menu/Item.js, packages/ui/dist/src/components/Menu/index.js, packages/ui/dist/src/components/MenuV2/Item.js, packages/ui/dist/src/components/MenuV2/index.js, packages/ui/dist/src/components/Meter/index.js, packages/ui/dist/src/components/Modal/Dialog.js, packages/ui/dist/src/components/Modal/Disclosure.js, packages/ui/dist/src/components/Modal/constants.js, packages/ui/dist/src/components/Modal/index.js, packages/ui/dist/src/components/Notice/index.js, packages/ui/dist/src/components/NumberInput/helpers.js, packages/ui/dist/src/components/NumberInput/index.js, packages/ui/dist/src/components/NumberInputV2/index.js, packages/ui/dist/src/components/Pagination/getPageNumbers.js, packages/ui/dist/src/components/Pagination/index.js, packages/ui/dist/src/components/PasswordCheck/index.js, packages/ui/dist/src/components/PasswordStrengthMeter/index.js, packages/ui/dist/src/components/PieChart/Legends.js, packages/ui/dist/src/components/PieChart/Tooltip.js, packages/ui/dist/src/components/PieChart/index.js, packages/ui/dist/src/components/Popover/index.js, packages/ui/dist/src/components/Popup/animations.js, packages/ui/dist/src/components/Popup/helpers.js, packages/ui/dist/src/components/Popup/index.js, packages/ui/dist/src/components/ProgressBar/index.js, packages/ui/dist/src/components/Radio/index.js, packages/ui/dist/src/components/RadioGroup/index.js, packages/ui/dist/src/components/Row/index.js, packages/ui/dist/src/components/SelectInput/index.js, packages/ui/dist/src/components/SelectableCard/index.js, packages/ui/dist/src/components/Separator/index.js, packages/ui/dist/src/components/Skeleton/Block.js, packages/ui/dist/src/components/Skeleton/Blocks.js, packages/ui/dist/src/components/Skeleton/BoxWithIcon.js, packages/ui/dist/src/components/Skeleton/Donut.js, packages/ui/dist/src/components/Skeleton/IconSkeleton.js, packages/ui/dist/src/components/Skeleton/Line.js, packages/ui/dist/src/components/Skeleton/List.js, packages/ui/dist/src/components/Skeleton/Slider.js, packages/ui/dist/src/components/Skeleton/Square.js, packages/ui/dist/src/components/Skeleton/index.js, packages/ui/dist/src/components/Snippet/index.js, packages/ui/dist/src/components/Stack/index.js, packages/ui/dist/src/components/Status/index.js, packages/ui/dist/src/components/StepList/index.js, packages/ui/dist/src/components/Stepper/index.js, packages/ui/dist/src/components/SwitchButton/FocusOverlay.js, packages/ui/dist/src/components/SwitchButton/index.js, packages/ui/dist/src/components/Table/Body.js, packages/ui/dist/src/components/Table/Cell.js, packages/ui/dist/src/components/Table/Header.js, packages/ui/dist/src/components/Table/HeaderCell.js, packages/ui/dist/src/components/Table/HeaderRow.js, packages/ui/dist/src/components/Table/Row.js, packages/ui/dist/src/components/Table/SelectBar.js, packages/ui/dist/src/components/Table/SkeletonRows.js, packages/ui/dist/src/components/Table/TableContext.js, packages/ui/dist/src/components/Table/index.js, packages/ui/dist/src/components/Tabs/Tab.js, packages/ui/dist/src/components/Tabs/TabMenu.js, packages/ui/dist/src/components/Tabs/TabMenuItem.js, packages/ui/dist/src/components/Tabs/TabsContext.js, packages/ui/dist/src/components/Tabs/index.js, packages/ui/dist/src/components/Tag/index.js, packages/ui/dist/src/components/TagInput/index.js, packages/ui/dist/src/components/TagList/index.js, packages/ui/dist/src/components/Text/index.js, packages/ui/dist/src/components/TextArea/index.js, packages/ui/dist/src/components/TextInput/index.js, packages/ui/dist/src/components/TextInputV2/index.js, packages/ui/dist/src/components/TimeInput/index.js, packages/ui/dist/src/components/Toaster/index.js, packages/ui/dist/src/components/Toggle/index.js, packages/ui/dist/src/components/ToggleGroup/index.js, packages/ui/dist/src/components/Tooltip/index.js, packages/ui/dist/src/components/VerificationCode/index.js, packages/ui/dist/src/utils/responsive/Breakpoint.js, packages/ui/dist/src/utils/responsive/utilities.js, packages/ui/dist/src/components/Banner/assets/default-image-small.svg.js, packages/ui/dist/src/components/Banner/assets/default-image.svg.js | 146.15 KB (0%) |
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.42%. Comparing base (
55dd8c7) to head (ef99093). Report is 1 commits behind head on main.
:exclamation: Current head ef99093 differs from pull request most recent head d065712
Please upload reports for the commit d065712 to get more accurate results.
Additional details and impacted files
@@ Coverage Diff @@
## main #3171 +/- ##
==========================================
- Coverage 93.49% 92.42% -1.08%
==========================================
Files 185 183 -2
Lines 5921 3880 -2041
Branches 2632 528 -2104
==========================================
- Hits 5536 3586 -1950
+ Misses 385 200 -185
- Partials 0 94 +94
see 187 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 6f47203...d065712. Read the comment docs.
I fixed as much as I could but there is still errors when using next, there is an open issue about it on nivo repo: https://github.com/plouc/nivo/issues/2310
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.