nextplate icon indicating copy to clipboard operation
nextplate copied to clipboard

fix(deps): update all non-major dependencies (minor)

Open renovate[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@effector/next 0.6.1 -> 0.7.0 age adoption passing confidence
@emotion/babel-plugin (source) 11.11.0 -> 11.12.0 age adoption passing confidence
@emotion/babel-preset-css-prop (source) 11.11.0 -> 11.12.0 age adoption passing confidence
@emotion/jest (source) 11.11.0 -> 11.13.0 age adoption passing confidence
@emotion/react (source) 11.11.4 -> 11.13.3 age adoption passing confidence
@emotion/styled (source) 11.11.5 -> 11.13.0 age adoption passing confidence
@faker-js/faker (source) 8.3.1 -> 8.4.1 age adoption passing confidence
@farfetched/core 0.10.6 -> 0.12.8 age adoption passing confidence
@fontsource/inter (source) 5.0.17 -> 5.1.0 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports 4.1.1 -> 4.3.1 age adoption passing confidence
@radix-ui/react-alert-dialog (source) 1.0.5 -> 1.1.2 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.2 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.0.6 -> 2.1.2 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.0.5 -> 1.2.0 age adoption passing confidence
@sentry/nextjs (source) 7.81.1 -> 7.119.1 age adoption passing confidence
@storybook/addon-a11y (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-actions (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-essentials (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-interactions (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-jest (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addon-links (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/addons (source) 7.5.3 -> 7.6.17 age adoption passing confidence
@storybook/blocks (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/builder-webpack5 (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/nextjs (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/react (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/react-webpack5 (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@storybook/theming (source) 7.5.3 -> 7.6.20 age adoption passing confidence
@testing-library/jest-dom 6.1.6 -> 6.5.0 age adoption passing confidence
@testing-library/react 14.1.2 -> 14.3.1 age adoption passing confidence
@types/node (source) 20.10.8 -> 20.16.10 age adoption passing confidence
@types/react (source) 18.2.73 -> 18.3.11 age adoption passing confidence
@types/react-dom (source) 18.2.23 -> 18.3.0 age adoption passing confidence
axe-core (source) 4.8.4 -> 4.10.0 age adoption passing confidence
eslint (source) 8.54.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-effector 0.12.0 -> 0.14.0 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.37.1 age adoption passing confidence
framer-motion 10.16.16 -> 10.18.0 age adoption passing confidence
i18next (source) 23.7.20 -> 23.15.2 age adoption passing confidence
next-safe 3.4.1 -> 3.5.0 age adoption passing confidence
orval 6.20.0 -> 6.31.0 age adoption passing confidence
picocolors 1.0.0 -> 1.1.0 age adoption passing confidence
pino (source) 8.16.2 -> 8.21.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
sharp (source, changelog) 0.32.6 -> 0.33.5 age adoption passing confidence
storybook (source) 7.5.3 -> 7.6.20 age adoption passing confidence
typescript (source) 5.3.3 -> 5.6.2 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence

Release Notes

effector/next (@​effector/next)

v0.7.0

Compare Source

🚀 Features

emotion-js/emotion (@​emotion/babel-plugin)

v11.12.0

Compare Source

faker-js/faker (@​faker-js/faker)

v8.4.1

Compare Source

  • JSDocs improvements

v8.4.0

Compare Source

Features
Bug Fixes
8.3.1 (2023-11-14)
Bug Fixes
  • remove [@internal](https://redirect.github.com/internal) from module parent classes (#​2548) (77f54ad)
igorkamyshev/farfetched (@​farfetched/core)

v0.11.4

Compare Source

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

fontsource/font-files (@​fontsource/inter)

v5.1.0

Compare Source

v5.0.21

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs

New Contributors

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Bugfixes

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.1.1...v4.2.0

radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.2

Compare Source

v1.1.1

Compare Source

getsentry/sentry-javascript (@​sentry/nextjs)

v7.119.1

Compare Source

v7.119.0

Compare Source

  • backport(tracing): Report dropped spans for transactions (#​13343)
Bundle size 📦
Path Size

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Dec 04 '23 01:12 renovate[bot]