LorenzoScebba / emojiperanto

A NSFW emoji guide to express concepts.
https://emojiperanto.lorenzoscebba.com/
3 stars 1 forks source link

Bump the mantine group with 4 updates #137

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the mantine group with 4 updates: @mantine/core, @mantine/hooks, @mantine/notifications and @mantine/carousel.

Updates @mantine/core from 7.1.7 to 7.4.0

Release notes

Sourced from @​mantine/core's releases.

7.4.0 ⭐

View changelog with demos on mantine.dev website

@​mantine/charts

New @​mantine/charts package provides a set of components to build charts and graphs. All components are based on recharts. Currently, the package provides AreaChart, BarChart, LineChart and Sparkline components. More components will be added in the next minor releases.

AreaChart component

New AreaChart component:

import { AreaChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <AreaChart h={300} data={data} dataKey="date" type="stacked" series={[ { name: 'Apples', color: 'indigo.6' }, { name: 'Oranges', color: 'blue.6' }, { name: 'Tomatoes', color: 'teal.6' }, ]} /> ); }

LineChart component

New LineChart component:

import { LineChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <LineChart h={300} data={data} dataKey="date" </tr></table>

... (truncated)

Commits


Updates @mantine/hooks from 7.1.7 to 7.4.0

Release notes

Sourced from @​mantine/hooks's releases.

7.4.0 ⭐

View changelog with demos on mantine.dev website

@​mantine/charts

New @​mantine/charts package provides a set of components to build charts and graphs. All components are based on recharts. Currently, the package provides AreaChart, BarChart, LineChart and Sparkline components. More components will be added in the next minor releases.

AreaChart component

New AreaChart component:

import { AreaChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <AreaChart h={300} data={data} dataKey="date" type="stacked" series={[ { name: 'Apples', color: 'indigo.6' }, { name: 'Oranges', color: 'blue.6' }, { name: 'Tomatoes', color: 'teal.6' }, ]} /> ); }

LineChart component

New LineChart component:

import { LineChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <LineChart h={300} data={data} dataKey="date" </tr></table>

... (truncated)

Commits


Updates @mantine/notifications from 7.1.7 to 7.4.0

Release notes

Sourced from @​mantine/notifications's releases.

7.4.0 ⭐

View changelog with demos on mantine.dev website

@​mantine/charts

New @​mantine/charts package provides a set of components to build charts and graphs. All components are based on recharts. Currently, the package provides AreaChart, BarChart, LineChart and Sparkline components. More components will be added in the next minor releases.

AreaChart component

New AreaChart component:

import { AreaChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <AreaChart h={300} data={data} dataKey="date" type="stacked" series={[ { name: 'Apples', color: 'indigo.6' }, { name: 'Oranges', color: 'blue.6' }, { name: 'Tomatoes', color: 'teal.6' }, ]} /> ); }

LineChart component

New LineChart component:

import { LineChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <LineChart h={300} data={data} dataKey="date" </tr></table>

... (truncated)

Commits


Updates @mantine/carousel from 7.1.7 to 7.4.0

Release notes

Sourced from @​mantine/carousel's releases.

7.4.0 ⭐

View changelog with demos on mantine.dev website

@​mantine/charts

New @​mantine/charts package provides a set of components to build charts and graphs. All components are based on recharts. Currently, the package provides AreaChart, BarChart, LineChart and Sparkline components. More components will be added in the next minor releases.

AreaChart component

New AreaChart component:

import { AreaChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <AreaChart h={300} data={data} dataKey="date" type="stacked" series={[ { name: 'Apples', color: 'indigo.6' }, { name: 'Oranges', color: 'blue.6' }, { name: 'Tomatoes', color: 'teal.6' }, ]} /> ); }

LineChart component

New LineChart component:

import { LineChart } from '@mantine/charts';
import { data } from './data';

function Demo() { return ( <LineChart h={300} data={data} dataKey="date" </tr></table>

... (truncated)

Commits


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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cloudflare-workers-and-pages[bot] commented 9 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 28e4d27
Status: ✅  Deploy successful!
Preview URL: https://a0e52d49.emojiperanto-auto.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mant-es8t.emojiperanto-auto.pages.dev

View logs

dependabot[bot] commented 9 months ago

Superseded by #139.