artsy / rosalind

Admin app for batch operations on genomes
https://artsy.github.io/blog/2019/05/09/rosalind/
MIT License
5 stars 8 forks source link

chore(deps): update dep @artsy/palette from 21.1.3 to v28 - autoclosed #703

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@artsy/palette 21.1.3 -> 28.1.1 age adoption passing confidence

See full list of changes here.


Release Notes

artsy/palette ### [`v28.1.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4028.1.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@28.1.0...@artsy/palette@28.1.1) ##### 🐛 Bug Fix - fix(tooltip): spreads rest props [#​1246](https://togithub.com/artsy/palette/pull/1246) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v28.1.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4028.1.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@28.0.0...@artsy/palette@28.1.0) ##### 🚀 Enhancement - feat(tooltip): supports external control [#​1245](https://togithub.com/artsy/palette/pull/1245) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v28.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4028.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@27.1.0...@artsy/palette@28.0.0) ##### 💥 Breaking Change - feat(popover/tooltip): variants and pointers [#​1242](https://togithub.com/artsy/palette/pull/1242) ([@​dzucconi](https://togithub.com/dzucconi)) ##### 🐛 Bug Fix - chore(doc): Attempt to improve Link deprecation message [#​1239](https://togithub.com/artsy/palette/pull/1239) ([@​araujobarret](https://togithub.com/araujobarret)) ##### 🏠 Internal - chore(deps): upgrades lerna [#​1243](https://togithub.com/artsy/palette/pull/1243) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 2 - Carlos Alberto de Araujo Barreto ([@​araujobarret](https://togithub.com/araujobarret)) - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v27.1.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4027.1.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@27.0.0...@artsy/palette@27.1.0) ##### 🚀 Enhancement - fix(modaldialog): addresses long titles; focus-visible close state [#​1236](https://togithub.com/artsy/palette/pull/1236) ([@​dzucconi](https://togithub.com/dzucconi)) ##### 🏠 Internal - docs: updates readme [#​1235](https://togithub.com/artsy/palette/pull/1235) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v27.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4027.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@26.1.2...@artsy/palette@27.0.0) ##### Release Notes ##### feat: Spacer uses `x`/`y` now ([#​1232](https://togithub.com/artsy/palette/pull/1232)) To migrate to this version, replace the following props on`Spacer`: - `mb`, `mt` with `y`. - `ml`, `mr` with `x`. - `my` with `y`. if in a flex context, double the value (`my={1}` becomes `y={2}`). - `mx` with `x`. if in a flex context,double the value (`mx={1}` becomes `x={2}`). - `m` with either `x` or `y`, figure out which one you need based on the case. if in a flex context, double the value as well. - similarly for `p*`. *** ##### 💥 Breaking Change - feat: Spacer uses `x`/`y` now [#​1232](https://togithub.com/artsy/palette/pull/1232) ([@​pvinis](https://togithub.com/pvinis)) ##### Authors: 1 - Pavlos Vinieratos ([@​pvinis](https://togithub.com/pvinis)) ### [`v26.1.2`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4026.1.2) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@26.1.1...@artsy/palette@26.1.2) ##### 🐛 Bug Fix - fix(select): corrects types [#​1227](https://togithub.com/artsy/palette/pull/1227) ([@​dzucconi](https://togithub.com/dzucconi)) ##### 🏠 Internal - chore(deps): update yarn orb from 6.2.0 to v6.4.0 [#​1226](https://togithub.com/artsy/palette/pull/1226) ([@​renovate\[bot\]](https://togithub.com/renovate\[bot])) ##### Authors: 2 - [@​renovate\[bot\]](https://togithub.com/renovate\[bot]) - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v26.1.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4026.1.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@26.1.0...@artsy/palette@26.1.1) ##### 🐛 Bug Fix - fix(modaldialogcontent): fixes width for shorter content [#​1225](https://togithub.com/artsy/palette/pull/1225) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v26.1.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4026.1.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@26.0.1...@artsy/palette@26.1.0) ##### 🚀 Enhancement - chore(deps): update cimg/python docker tag to v3.11 [#​1219](https://togithub.com/artsy/palette/pull/1219) ([@​renovate\[bot\]](https://togithub.com/renovate\[bot])) - feat(modaldialog): adds left/right panel support [#​1224](https://togithub.com/artsy/palette/pull/1224) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 2 - [@​renovate\[bot\]](https://togithub.com/renovate\[bot]) - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v26.0.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4026.0.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@26.0.0...@artsy/palette@26.0.1) ##### 🐛 Bug Fix - fix(horizontaloverflow): accommodate half pixel differences [#​1220](https://togithub.com/artsy/palette/pull/1220) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v26.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4026.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@25.1.0...@artsy/palette@26.0.0) ##### 💥 Breaking Change - fix: updates react-remove-scroll [#​1217](https://togithub.com/artsy/palette/pull/1217) ([@​dzucconi](https://togithub.com/dzucconi)) ##### 🏠 Internal - chore: bumps storybook version [#​1215](https://togithub.com/artsy/palette/pull/1215) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v25.1.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4025.1.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@25.0.1...@artsy/palette@25.1.0) ##### 🚀 Enhancement - feat: add ability to pass `onClose` prop for `Popover` component [#​1216](https://togithub.com/artsy/palette/pull/1216) ([@​dimatretyak](https://togithub.com/dimatretyak)) ##### Authors: 1 - Dima Tretyak ([@​dimatretyak](https://togithub.com/dimatretyak)) ### [`v25.0.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4025.0.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@25.0.0...@artsy/palette@25.0.1) ##### 🐛 Bug Fix - chore: removes v2 tab [#​1214](https://togithub.com/artsy/palette/pull/1214) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v25.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4025.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.5.1...@artsy/palette@25.0.0) ##### 💥 Breaking Change - fix: removes typography components [#​1213](https://togithub.com/artsy/palette/pull/1213) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v24.5.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.5.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.5.0...@artsy/palette@24.5.1) ##### 🐛 Bug Fix - fix(shelf): adds label to scrollbar thumb [#​1212](https://togithub.com/artsy/palette/pull/1212) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v24.5.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.5.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.4.0...@artsy/palette@24.5.0) ##### 🚀 Enhancement - fix(Box): add gridArea mixin [#​1211](https://togithub.com/artsy/palette/pull/1211) ([@​laurabeth](https://togithub.com/laurabeth)) ##### Authors: 1 - Laura Bhayani ([@​laurabeth](https://togithub.com/laurabeth)) ### [`v24.4.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.4.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.3.1...@artsy/palette@24.4.0) ##### 🚀 Enhancement - chore: forward box props to `Popover` component [#​1210](https://togithub.com/artsy/palette/pull/1210) ([@​dimatretyak](https://togithub.com/dimatretyak)) ##### Authors: 1 - Dima Tretyak ([@​dimatretyak](https://togithub.com/dimatretyak)) ### [`v24.3.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.3.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.3.0...@artsy/palette@24.3.1) ##### 🐛 Bug Fix - fix(types): adds children to types [#​1209](https://togithub.com/artsy/palette/pull/1209) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v24.3.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.3.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.2.0...@artsy/palette@24.3.0) ##### 🚀 Enhancement - feat(FX-4151): Add new guarantee icons [#​1207](https://togithub.com/artsy/palette/pull/1207) ([@​gkartalis](https://togithub.com/gkartalis)) ##### Authors: 1 - George Kartalis ([@​gkartalis](https://togithub.com/gkartalis)) ### [`v24.2.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.2.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.1.2...@artsy/palette@24.2.0) ##### 🚀 Enhancement - feat(TX-649): create radio size variants [#​1205](https://togithub.com/artsy/palette/pull/1205) ([@​rquartararo](https://togithub.com/rquartararo)) ##### Authors: 1 - Rachel Quartararo ([@​rquartararo](https://togithub.com/rquartararo)) ### [`v24.1.2`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.1.2) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.1.1...@artsy/palette@24.1.2) ##### 🐛 Bug Fix - refactor(Select): add useForwardRef [#​1204](https://togithub.com/artsy/palette/pull/1204) ([@​laurabeth](https://togithub.com/laurabeth)) ##### Authors: 1 - Laura Bhayani ([@​laurabeth](https://togithub.com/laurabeth)) ### [`v24.1.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.1.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.1.0...@artsy/palette@24.1.1) ##### 🐛 Bug Fix - feat: make ShowMore more flexible [#​1202](https://togithub.com/artsy/palette/pull/1202) ([@​mdole](https://togithub.com/mdole)) ##### Authors: 1 - Matt Dole ([@​mdole](https://togithub.com/mdole)) ### [`v24.1.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.1.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.0.1...@artsy/palette@24.1.0) ##### 🚀 Enhancement - feat: close dropdown only when link is clicked [#​1203](https://togithub.com/artsy/palette/pull/1203) ([@​dimatretyak](https://togithub.com/dimatretyak)) ##### 🏠 Internal - chore(deps): bump terser from 4.8.0 to 4.8.1 [#​1197](https://togithub.com/artsy/palette/pull/1197) ([@​dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps): bump moment from 2.29.1 to 2.29.4 [#​1191](https://togithub.com/artsy/palette/pull/1191) ([@​dependabot\[bot\]](https://togithub.com/dependabot\[bot])) ##### Authors: 2 - [@​dependabot\[bot\]](https://togithub.com/dependabot\[bot]) - Dima Tretyak (Dzmitry Tratsiak) ([@​dimatretyak](https://togithub.com/dimatretyak)) ### [`v24.0.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.0.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@24.0.0...@artsy/palette@24.0.1) ##### 🐛 Bug Fix - fix(select): supresses top margin when inline [#​1196](https://togithub.com/artsy/palette/pull/1196) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v24.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4024.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@23.0.0...@artsy/palette@24.0.0) ##### 💥 Breaking Change - chore: removes grid + styled-bootstrap-grid [#​1195](https://togithub.com/artsy/palette/pull/1195) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v23.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4023.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@22.1.0...@artsy/palette@23.0.0) ##### 💥 Breaking Change - chore(v2): drops support for v2 completely [#​1194](https://togithub.com/artsy/palette/pull/1194) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v22.1.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4022.1.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@22.0.3...@artsy/palette@22.1.0) ##### 🚀 Enhancement - feat(banner): exports variants; ensures text stays centered when dismissible [#​1193](https://togithub.com/artsy/palette/pull/1193) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v22.0.3`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4022.0.3) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@22.0.2...@artsy/palette@22.0.3) ##### 🐛 Bug Fix - chore: sync local state with `value` prop for `Range` component [#​1192](https://togithub.com/artsy/palette/pull/1192) ([@​dimatretyak](https://togithub.com/dimatretyak)) ##### Authors: 1 - Dima Tretyak (Dzmitry Tratsiak) ([@​dimatretyak](https://togithub.com/dimatretyak)) ### [`v22.0.2`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4022.0.2) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@22.0.1...@artsy/palette@22.0.2) ##### 🐛 Bug Fix - fix: force release [#​1188](https://togithub.com/artsy/palette/pull/1188) ([@​dzucconi](https://togithub.com/dzucconi)) - fix(toggle): deprecates toggle [#​1189](https://togithub.com/artsy/palette/pull/1189) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v22.0.1`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4022.0.1) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@22.0.0...@artsy/palette@22.0.1) ##### 🐛 Bug Fix - fix(icons): removes hover functionality from wechat icon [#​1187](https://togithub.com/artsy/palette/pull/1187) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi)) ### [`v22.0.0`](https://togithub.com/artsy/palette/releases/tag/%40artsy/palette%4022.0.0) [Compare Source](https://togithub.com/artsy/palette/compare/@artsy/palette@21.1.3...@artsy/palette@22.0.0) ##### 💥 Breaking Change - feat: 3.1 input updates [#​1182](https://togithub.com/artsy/palette/pull/1182) ([@​dzucconi](https://togithub.com/dzucconi)) ##### Authors: 1 - Damon ([@​dzucconi](https://togithub.com/dzucconi))

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, 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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.