Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@effector/next 0.6.1 -> 0.7.0 age adoption passing confidence
@faker-js/faker 8.3.1 -> 8.4.1 age adoption passing confidence
@farfetched/core 0.10.6 -> 0.12.4 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports 4.1.1 -> 4.3.0 age adoption passing confidence
@radix-ui/react-alert-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.0.6 -> 2.1.1 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.0.5 -> 1.1.0 age adoption passing confidence
@sentry/nextjs (source) 7.81.1 -> 7.118.0 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.4.6 age adoption passing confidence
@testing-library/react 14.1.2 -> 14.3.1 age adoption passing confidence
@types/node (source) 20.10.8 -> 20.14.10 age adoption passing confidence
@types/react (source) 18.2.73 -> 18.3.3 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.9.1 age adoption passing confidence
axios (source) 1.6.8 -> 1.7.2 age adoption passing confidence
eslint (source) 8.54.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-effector 0.12.0 -> 0.14.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.9.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.34.3 age adoption passing confidence
framer-motion 10.16.16 -> 10.18.0 age adoption passing confidence
i18next (source) 23.7.20 -> 23.11.5 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
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.4 age adoption passing confidence
storybook (source) 7.5.3 -> 7.6.20 age adoption passing confidence
typescript (source) 5.3.3 -> 5.5.3 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

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://togithub.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

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

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: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Bugfixes

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0

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

v1.1.1

Compare Source

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

v7.118.0

Compare Source

  • fix(v7/bundle): Ensure CDN bundles do not overwrite window.Sentry (#​12579)

v7.117.0

Compare Source

  • feat(browser/v7): Publish browserprofling CDN bundle (#​12224)
  • fix(v7/publish): Add v7 tag to @sentry/replay (#​12304)

v7.116.0

Compare Source

This release publishes a new AWS Lambda layer under the name SentryNodeServerlessSDKv7 that users still running v7 can
use instead of pinning themselves to SentryNodeServerlessSDK:235.

Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.38 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.64 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.53 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.6 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.61 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.04 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.37 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.05 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.49 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.08 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.81 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.33 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.27 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.03 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB

v7.115.0

Compare Source

  • feat(v7): Add support for global onUnhandled Error/Promise for Bun (#​11959)
  • fix(replay/v7): Fix user activity not being updated in start() (#​12003)
  • ref(api): Remove lastEventId deprecation warnings (#​12042)
Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.38 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.64 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.53 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.6 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.61 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.04 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.37 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.05 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.49 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.08 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.81 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.33 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.27 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.03 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB

v7.114.0

Compare Source

Important Changes
  • fix(browser/v7): Continuously record CLS (#​11935)

This release fixes a bug that caused the cumulative layout shift (CLS) web vital not to be reported in a majority of the
cases where it should have been reported. With this change, the CLS web vital should now always be reported for
pageloads with layout shift. If a pageload did not have layout shift, no CLS web vital should be reported.

Please note that upgrading the SDK to this version may cause data in your dashboards to drastically change.

Other Changes
  • build(aws-lambda/v7): Turn off lambda layer publishing (#​11875)
  • feat(v7): Add tunnel support to multiplexed transport (#​11851)
  • fix(opentelemetry-node): support HTTP_REQUEST_METHOD attribute (#​11929)
  • fix(react/v7): Fix react router v4/v5 span names (#​11940)

v7.113.0

Compare Source

Important Changes

This release adds support for Node 22! 🎉

It also adds prebuilt-binaries for Node 22 to @sentry/profiling-node.

Other Changes
  • feat(feedback): [v7] New feedback button design (#​11841)
  • feat(replay/v7): Upgrade rrweb packages to 2.15.0 (#​11752)
  • fix(ember/v7): Ensure unnecessary spans are avoided (#​11848)

v7.112.2

[Compare Source](htt


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ❌ Failed (Inspect) Jul 5, 2024 7:50pm
nextplate ❌ Failed (Inspect) Jul 5, 2024 7:50pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 015db6e to 13fbd2e Compare June 20, 2024 23:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13fbd2e to 8266e60 Compare June 21, 2024 11:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8266e60 to 9c75ccf Compare June 22, 2024 10:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c75ccf to cfd8795 Compare June 24, 2024 14:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cfd8795 to 8797749 Compare June 25, 2024 10:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8797749 to 8eb2528 Compare June 25, 2024 22:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8eb2528 to bbe6de0 Compare June 26, 2024 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbe6de0 to b69f7ff Compare July 1, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b69f7ff to 6a624e2 Compare July 5, 2024 19:48
Copy link

sonarcloud bot commented Jul 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant