Skip to content

Commit

Permalink
fix(deps): update nivo monorepo to v0.88.0 (#4570)
Browse files Browse the repository at this point in the history
* fix(deps): update nivo monorepo to v0.88.0

* chore: add changeset renovate-416ebfb

Signed-off-by: Alexandre Philibeaux <[email protected]>

---------

Signed-off-by: Alexandre Philibeaux <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <[email protected]>
  • Loading branch information
renovate[bot] and scaleway-bot authored Dec 29, 2024
1 parent 3103e43 commit c0f8849
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 184 deletions.
9 changes: 9 additions & 0 deletions .changeset/renovate-416ebfb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@ultraviolet/ui': patch
---

Updated dependency `@nivo/bar` to `0.88.0`.
Updated dependency `@nivo/core` to `0.88.0`.
Updated dependency `@nivo/line` to `0.88.0`.
Updated dependency `@nivo/pie` to `0.88.0`.
Updated dependency `@nivo/scales` to `0.88.0`.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
needs: [typecheck, format]
strategy:
matrix:
node: ["20", "22"]
node: ["22"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions examples/next-advanced/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const nextConfig = () => {
ignoreDuringBuilds: true,
},
transpilePackages: ['react-syntax-highlighter'],
experimental: {
// still usefull for @nivo/* issue package
esmExternals: 'loose',
},
}

return config
Expand Down
4 changes: 4 additions & 0 deletions examples/next-login/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const nextConfig = () => {
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
// still usefull for @nivo/* issue package
esmExternals: 'loose',
},
}
return config
}
Expand Down
4 changes: 4 additions & 0 deletions examples/next-simple/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const nextConfig = () => {
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
// still usefull for @nivo/* issue package
esmExternals: 'loose',
},
}

return config
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
},
"dependencies": {
"@emotion/serialize": "1.3.3",
"@nivo/bar": "0.80.0",
"@nivo/core": "0.80.0",
"@nivo/line": "0.80.0",
"@nivo/pie": "0.80.0",
"@nivo/scales": "0.80.0",
"@nivo/bar": "0.88.0",
"@nivo/core": "0.88.0",
"@nivo/line": "0.88.0",
"@nivo/pie": "0.88.0",
"@nivo/scales": "0.88.0",
"@scaleway/random-name": "5.1.1",
"@scaleway/use-media": "3.0.1",
"@ultraviolet/icons": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ exports[`PieChart > renders correctly when legend is focused 1`] = `
transform="translate(93,93)"
>
<path
d="M1.039313891827303,-92.99419243498087A93,93,0,0,1,1.039313891827303,92.99419243498087L1.0393138918272897,74.39274041621438A74.4,74.4,0,0,0,1.0393138918272897,-74.39274041621438Z"
d="M1.039,-92.994A93,93,0,0,1,1.039,92.994L1.039,74.393A74.4,74.4,0,0,0,1.039,-74.393Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
stroke-width="0"
/>
<path
d="M-1.0393138918272917,92.99419243498087A93,93,0,0,1,-1.039313891827273,-92.99419243498087L-1.0393138918273153,-74.39274041621438A74.4,74.4,0,0,0,-1.0393138918272806,74.39274041621438Z"
d="M-1.039,92.994A93,93,0,0,1,-1.039,-92.994L-1.039,-74.393A74.4,74.4,0,0,0,-1.039,74.393Z"
fill="#0083e6"
opacity="1"
stroke="rgb(0, 92, 161)"
Expand Down Expand Up @@ -575,14 +575,14 @@ exports[`PieChart > renders correctly when legend is hovered 1`] = `
transform="translate(93,93)"
>
<path
d="M1.039313891827303,-92.99419243498087A93,93,0,0,1,1.039313891827303,92.99419243498087L1.0393138918272897,74.39274041621438A74.4,74.4,0,0,0,1.0393138918272897,-74.39274041621438Z"
d="M1.039,-92.994A93,93,0,0,1,1.039,92.994L1.039,74.393A74.4,74.4,0,0,0,1.039,-74.393Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
stroke-width="0"
/>
<path
d="M-1.0393138918272917,92.99419243498087A93,93,0,0,1,-1.039313891827273,-92.99419243498087L-1.0393138918273153,-74.39274041621438A74.4,74.4,0,0,0,-1.0393138918272806,74.39274041621438Z"
d="M-1.039,92.994A93,93,0,0,1,-1.039,-92.994L-1.039,-74.393A74.4,74.4,0,0,0,-1.039,74.393Z"
fill="#0083e6"
opacity="1"
stroke="rgb(0, 92, 161)"
Expand Down Expand Up @@ -756,14 +756,14 @@ exports[`PieChart > renders correctly with data 1`] = `
transform="translate(93,93)"
>
<path
d="M1.039313891827303,-92.99419243498087A93,93,0,0,1,1.039313891827303,92.99419243498087L1.0393138918272897,74.39274041621438A74.4,74.4,0,0,0,1.0393138918272897,-74.39274041621438Z"
d="M1.039,-92.994A93,93,0,0,1,1.039,92.994L1.039,74.393A74.4,74.4,0,0,0,1.039,-74.393Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
stroke-width="0"
/>
<path
d="M-1.0393138918272917,92.99419243498087A93,93,0,0,1,-1.039313891827273,-92.99419243498087L-1.0393138918273153,-74.39274041621438A74.4,74.4,0,0,0,-1.0393138918272806,74.39274041621438Z"
d="M-1.039,92.994A93,93,0,0,1,-1.039,-92.994L-1.039,-74.393A74.4,74.4,0,0,0,-1.039,74.393Z"
fill="#0083e6"
opacity="1"
stroke="rgb(0, 92, 161)"
Expand Down Expand Up @@ -876,14 +876,14 @@ exports[`PieChart > renders correctly with data and content 1`] = `
transform="translate(93,93)"
>
<path
d="M1.039313891827303,-92.99419243498087A93,93,0,0,1,1.039313891827303,92.99419243498087L1.0393138918272897,74.39274041621438A74.4,74.4,0,0,0,1.0393138918272897,-74.39274041621438Z"
d="M1.039,-92.994A93,93,0,0,1,1.039,92.994L1.039,74.393A74.4,74.4,0,0,0,1.039,-74.393Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
stroke-width="0"
/>
<path
d="M-1.0393138918272917,92.99419243498087A93,93,0,0,1,-1.039313891827273,-92.99419243498087L-1.0393138918273153,-74.39274041621438A74.4,74.4,0,0,0,-1.0393138918272806,74.39274041621438Z"
d="M-1.039,92.994A93,93,0,0,1,-1.039,-92.994L-1.039,-74.393A74.4,74.4,0,0,0,-1.039,74.393Z"
fill="#0083e6"
opacity="1"
stroke="rgb(0, 92, 161)"
Expand Down Expand Up @@ -1083,14 +1083,14 @@ exports[`PieChart > renders correctly with detailed legend 1`] = `
transform="translate(93,93)"
>
<path
d="M1.039313891827303,-92.99419243498087A93,93,0,0,1,1.039313891827303,92.99419243498087L1.0393138918272897,74.39274041621438A74.4,74.4,0,0,0,1.0393138918272897,-74.39274041621438Z"
d="M1.039,-92.994A93,93,0,0,1,1.039,92.994L1.039,74.393A74.4,74.4,0,0,0,1.039,-74.393Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
stroke-width="0"
/>
<path
d="M-1.0393138918272917,92.99419243498087A93,93,0,0,1,-1.039313891827273,-92.99419243498087L-1.0393138918273153,-74.39274041621438A74.4,74.4,0,0,0,-1.0393138918272806,74.39274041621438Z"
d="M-1.039,92.994A93,93,0,0,1,-1.039,-92.994L-1.039,-74.393A74.4,74.4,0,0,0,-1.039,74.393Z"
fill="#0083e6"
opacity="1"
stroke="rgb(0, 92, 161)"
Expand Down Expand Up @@ -1362,7 +1362,7 @@ exports[`PieChart > renders correctly with detailed legend and discount 1`] = `
transform="translate(93,93)"
>
<path
d="M5.694607616035192e-15,-93A93,93,0,1,1,-5.694607616035192e-15,93A93,93,0,1,1,5.694607616035192e-15,-93M-1.3667058278484462e-14,-74.4A74.4,74.4,0,1,0,1.3667058278484462e-14,74.4A74.4,74.4,0,1,0,-1.3667058278484462e-14,-74.4Z"
d="M0,-93A93,93,0,1,1,0,93A93,93,0,1,1,0,-93M0,-74.4A74.4,74.4,0,1,0,0,74.4A74.4,74.4,0,1,0,0,-74.4Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
Expand Down Expand Up @@ -1518,7 +1518,7 @@ exports[`PieChart > renders correctly with empty legend placeholder 1`] = `
transform="translate(93,93)"
>
<path
d="M5.694607616035192e-15,-93A93,93,0,1,1,-5.694607616035192e-15,93A93,93,0,1,1,5.694607616035192e-15,-93M-1.3667058278484462e-14,-74.4A74.4,74.4,0,1,0,1.3667058278484462e-14,74.4A74.4,74.4,0,1,0,-1.3667058278484462e-14,-74.4Z"
d="M0,-93A93,93,0,1,1,0,93A93,93,0,1,1,0,-93M0,-74.4A74.4,74.4,0,1,0,0,74.4A74.4,74.4,0,1,0,0,-74.4Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
Expand Down Expand Up @@ -1794,70 +1794,70 @@ exports[`PieChart > renders correctly with legend 1`] = `
transform="translate(93,93)"
>
<path
d="M1.039313891827303,-92.99419243498087A93,93,0,0,1,53.81979226115179,-75.84477543619248L42.88613309329479,-60.7958846329602A74.4,74.4,0,0,0,1.0393138918272897,-74.39274041621438Z"
d="M1.039,-92.994A93,93,0,0,1,53.82,-75.845L42.886,-60.796A74.4,74.4,0,0,0,1.039,-74.393Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
stroke-width="0"
/>
<path
d="M55.501437463108275,-74.62298867995493A93,93,0,0,1,88.12156703782944,-29.725232089881683L70.43053488282992,-23.977067296032654A74.4,74.4,0,0,0,44.567778295251266,-59.574097876722654Z"
d="M55.501,-74.623A93,93,0,0,1,88.122,-29.725L70.431,-23.977A74.4,74.4,0,0,0,44.568,-59.574Z"
fill="#0083e6"
opacity="1"
stroke="rgb(0, 92, 161)"
stroke-width="0"
/>
<path
d="M88.76389834795864,-27.748339591284847A93,93,0,0,1,88.76389834795864,27.748339591284847L71.07286619295911,22.000174797435825A74.4,74.4,0,0,0,71.07286619295911,-22.000174797435825Z"
d="M88.764,-27.748A93,93,0,0,1,88.764,27.748L71.073,22A74.4,74.4,0,0,0,71.073,-22Z"
fill="#3ebd8f"
opacity="1"
stroke="rgb(43, 132, 100)"
stroke-width="0"
/>
<path
d="M88.12156703782944,29.725232089881683A93,93,0,0,1,55.501437463108275,74.62298867995493L44.567778295251266,59.574097876722654A74.4,74.4,0,0,0,70.43053488282992,23.977067296032654Z"
d="M88.122,29.725A93,93,0,0,1,55.501,74.623L44.568,59.574A74.4,74.4,0,0,0,70.431,23.977Z"
fill="#ac2740"
opacity="1"
stroke="rgb(120, 27, 45)"
stroke-width="0"
/>
<path
d="M53.81979226115179,75.84477543619248A93,93,0,0,1,1.039313891827303,92.99419243498087L1.0393138918272897,74.39274041621438A74.4,74.4,0,0,0,42.88613309329479,60.7958846329602Z"
d="M53.82,75.845A93,93,0,0,1,1.039,92.994L1.039,74.393A74.4,74.4,0,0,0,42.886,60.796Z"
fill="#9a85ec"
opacity="1"
stroke="rgb(108, 93, 165)"
stroke-width="0"
/>
<path
d="M-1.0393138918272917,92.99419243498087A93,93,0,0,1,-53.819792261151775,75.84477543619249L-42.886133093294774,60.79588463296021A74.4,74.4,0,0,0,-1.0393138918272806,74.39274041621438Z"
d="M-1.039,92.994A93,93,0,0,1,-53.82,75.845L-42.886,60.796A74.4,74.4,0,0,0,-1.039,74.393Z"
fill="#ff602e"
opacity="1"
stroke="rgb(179, 67, 32)"
stroke-width="0"
/>
<path
d="M-55.501437463108275,74.62298867995493A93,93,0,0,1,-88.12156703782944,29.725232089881704L-70.4305348828299,23.97706729603268A74.4,74.4,0,0,0,-44.56777829525128,59.57409787672265Z"
d="M-55.501,74.623A93,93,0,0,1,-88.122,29.725L-70.431,23.977A74.4,74.4,0,0,0,-44.568,59.574Z"
fill="#483800"
opacity="1"
stroke="rgb(50, 39, 0)"
stroke-width="0"
/>
<path
d="M-88.76389834795864,27.748339591284847A93,93,0,0,1,-88.76389834795864,-27.748339591284825L-71.07286619295913,-22.0001747974358A74.4,74.4,0,0,0,-71.07286619295911,22.000174797435818Z"
d="M-88.764,27.748A93,93,0,0,1,-88.764,-27.748L-71.073,-22A74.4,74.4,0,0,0,-71.073,22Z"
fill="#02a5ad"
opacity="1"
stroke="rgb(1, 115, 121)"
stroke-width="0"
/>
<path
d="M-88.12156703782944,-29.72523208988168A93,93,0,0,1,-55.50143746310825,-74.62298867995493L-44.567778295251294,-59.57409787672264A74.4,74.4,0,0,0,-70.43053488282992,-23.977067296032665Z"
d="M-88.122,-29.725A93,93,0,0,1,-55.501,-74.623L-44.568,-59.574A74.4,74.4,0,0,0,-70.431,-23.977Z"
fill="#ffa488"
opacity="1"
stroke="rgb(179, 115, 95)"
stroke-width="0"
/>
<path
d="M-53.819792261151825,-75.84477543619245A93,93,0,0,1,-1.039313891827273,-92.99419243498087L-1.0393138918273153,-74.39274041621438A74.4,74.4,0,0,0,-42.88613309329479,-60.7958846329602Z"
d="M-53.82,-75.845A93,93,0,0,1,-1.039,-92.994L-1.039,-74.393A74.4,74.4,0,0,0,-42.886,-60.796Z"
fill="#96edf2"
opacity="1"
stroke="rgb(105, 166, 169)"
Expand Down Expand Up @@ -2359,7 +2359,7 @@ exports[`PieChart > renders correctly with no props 1`] = `
transform="translate(93,93)"
>
<path
d="M5.694607616035192e-15,-93A93,93,0,1,1,-5.694607616035192e-15,93A93,93,0,1,1,5.694607616035192e-15,-93M-1.3667058278484462e-14,-74.4A74.4,74.4,0,1,0,1.3667058278484462e-14,74.4A74.4,74.4,0,1,0,-1.3667058278484462e-14,-74.4Z"
d="M0,-93A93,93,0,1,1,0,93A93,93,0,1,1,0,-93M0,-74.4A74.4,74.4,0,1,0,0,74.4A74.4,74.4,0,1,0,0,-74.4Z"
fill="#5e47be"
opacity="1"
stroke="rgb(66, 50, 133)"
Expand Down
Loading

0 comments on commit c0f8849

Please sign in to comment.