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

chore(deps): update all non-major dependencies #1538

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) ^3.521.0 -> ^3.525.0 age adoption passing confidence devDependencies minor
@aws-sdk/client-s3 (source) ^3.521.0 -> ^3.525.0 age adoption passing confidence dependencies minor
@aws-sdk/client-ses (source) ^3.521.0 -> ^3.525.0 age adoption passing confidence dependencies minor
@aws-sdk/credential-provider-node (source) ^3.521.0 -> ^3.525.0 age adoption passing confidence dependencies minor
@iconify-json/iconoir ^1.1.41 -> ^1.1.42 age adoption passing confidence devDependencies patch
@iconify-json/material-symbols ^1.1.73 -> ^1.1.74 age adoption passing confidence devDependencies patch
@next/bundle-analyzer (source) ^14.1.0 -> ^14.1.2 age adoption passing confidence dependencies patch
@sentry/nextjs (source) ^7.102.1 -> ^7.105.0 age adoption passing confidence dependencies minor
@tanstack/react-table (source) ^8.12.0 -> ^8.13.2 age adoption passing confidence dependencies minor
@types/node (source) ^20.11.20 -> ^20.11.24 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.58 -> ^18.2.63 age adoption passing confidence devDependencies patch
@vueuse/components (source) ^10.8.0 -> ^10.9.0 age adoption passing confidence dependencies minor
@vueuse/core (source) ^10.8.0 -> ^10.9.0 age adoption passing confidence dependencies minor
@vueuse/integrations (source) ^10.8.0 -> ^10.9.0 age adoption passing confidence dependencies minor
@vueuse/math (source) ^10.8.0 -> ^10.9.0 age adoption passing confidence dependencies minor
@vueuse/router (source) ^10.8.0 -> ^10.9.0 age adoption passing confidence dependencies minor
autoprefixer ^10.4.17 -> ^10.4.18 age adoption passing confidence devDependencies patch
aws (source) 5.38.0 -> 5.39.1 age adoption passing confidence required_provider minor
eslint-config-next (source) ^14.1.0 -> ^14.1.2 age adoption passing confidence devDependencies patch
framer-motion ^11.0.6 -> ^11.0.8 age adoption passing confidence dependencies patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.4 -> v1.17.5 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.1 -> v1.51.2 age adoption passing confidence require patch
knip (source) ^5.0.2 -> ^5.0.3 age adoption passing confidence devDependencies patch
ky ^1.2.1 -> ^1.2.2 age adoption passing confidence dependencies patch
lefthook ^1.6.2 -> ^1.6.5 age adoption passing confidence devDependencies patch
lucide-react (source) ^0.341.0 -> ^0.344.0 age adoption passing confidence devDependencies minor
next (source) 14.1.0 -> 14.1.2 age adoption passing confidence dependencies patch
nodemailer (source) ^6.9.10 -> ^6.9.11 age adoption passing confidence dependencies patch
react-hook-form (source) ^7.50.1 -> ^7.51.0 age adoption passing confidence dependencies minor
react-resizable-panels ^2.0.11 -> ^2.0.12 age adoption passing confidence dependencies patch
sonner (source) ^1.4.1 -> ^1.4.3 age adoption passing confidence dependencies patch
vite (source) ^5.1.4 -> ^5.1.5 age adoption passing confidence devDependencies patch
vue (source) ^3.4.20 -> ^3.4.21 age adoption passing confidence dependencies patch
zustand ^4.5.1 -> ^4.5.2 age adoption passing confidence dependencies patch

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.525.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.523.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

aws/aws-sdk-js-v3 (@​aws-sdk/client-ses)

v3.525.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.523.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

aws/aws-sdk-js-v3 (@​aws-sdk/credential-provider-node)

v3.525.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

v3.523.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

vercel/next.js (@​next/bundle-analyzer)

v14.1.2

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
  • Fix sitemap generateSitemaps support for string id (#​61088)
  • Fix: generateSitemaps in production giving 404 (#​62212)
  • Fix redirect under suspense boundary with basePath (#​62597)
  • Fix: Add stricter check for "use server" exports (#​62821)
  • ensure server action errors notify rejection handlers (#​61588)
  • make router restore action resilient to a missing tree (#​62098)
  • build: remove sentry from the externals list #​61194
  • Reduce memory/cache overhead from over loader processing #​62005
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.1

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

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

v7.105.0

Compare Source

Important Changes
  • feat: Ensure withActiveSpan is exported everywhere (#​10877)

You can use the withActiveSpan method to ensure a certain span is the active span in a given callback. This can be
used to create a span as a child of a specific span with the startSpan API methods:

const parentSpan = Sentry.startInactiveSpan({ name: 'parent' });
if (parentSpan) {
  withActiveSpan(parentSpan, () => {
    // This will be a direct child of parentSpan
    const childSpan = Sentry.startInactiveSpan({ name: 'child' });
  });
}
Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.98 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.4 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.11 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.54 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.35 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.38 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.37 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.1 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.28 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB

v7.104.0

Compare Source

Important Changes
  • feat(performance): create Interaction standalone spans on inp events (#​10709)

This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support
is released with the upcoming 24.3.0 release of self-hosted.

To opt-in to this feature, you can use the enableInp option in the browserTracingIntegration:

Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      enableInp: true,
    });
  ]
})
Other Changes
  • feat(feedback): Flush replays when feedback form opens (#​10567)
  • feat(profiling-node): Expose nodeProfilingIntegration (#​10864)
  • fix(profiling-node): Fix dependencies to point to current versions (#​10861)
  • fix(replay): Add errorHandler for replayCanvas integration (#​10796)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.38 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.18 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.09 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.47 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.28 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.32 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.35 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.1 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.28 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB

v7.103.0

Compare Source

Important Changes
  • feat(core): Allow to pass forceTransaction to startSpan() APIs (#​10819)

You can now pass forceTransaction: true to startSpan(), startSpanManual() and startInactiveSpan(). This allows
you to start a span that you want to be a transaction, if possible. Under the hood, the SDK will connect this span to
the running active span (if there is one), but still send the new span as a transaction to the Sentry backend, if
possible, ensuring it shows up as a transaction throughout the system.

Please note that setting this to true does not guarantee that this will be sent as a transaction, but that the SDK
will try to do so. You can enable this flag if this span is important to you and you want to ensure that you can see it
in the Sentry UI.

Other Changes
  • fix: Make breadcrumbs option optional in WinterCGFetch integration (#​10792)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.54 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.76 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.7 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.38 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.73 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.64 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.38 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.39 KB
@​sentry/browser - Webpack (gzipped) 22.66 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.78 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.28 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.08 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.06 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.17 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 102.96 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.27 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.25 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.14 KB
@​sentry/react - Webpack (gzipped) 22.69 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 87.86 KB
@​sentry/nextjs Client - Webpack (gzipped) 52.05 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.24 KB
TanStack/table (@​tanstack/react-table)

v8.13.2

Compare Source

Version 8.13.2 - 2/28/2024, 5:48 PM

Changes

Fix

Packages

v8.13.1

Compare Source

Version 8.13.1 - 2/28/2024, 5:37 PM

Changes

Fix
  • column getIsVisible works for parent group columns (#​5380) (6792327) by Kevin Van Cott

Packages

v8.13.0

Compare Source

Version 8.13.0 - 2/27/2024, 9:04 PM

Changes

Feat
  • pagination row count apis, new pagination docs (#​5377) (1c0ce2d) by Kevin Van Cott
Chore
Docs
Ci

Packages

vueuse/vueuse (@​vueuse/components)

v10.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 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.

@renovate renovate bot added the dependencies label Mar 4, 2024
@renovate renovate bot requested a review from dotoleeoak March 4, 2024 01:09
Copy link

vercel bot commented Mar 4, 2024

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

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview Mar 5, 2024 5:05pm

Copy link
Contributor Author

renovate bot commented Mar 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@dotoleeoak dotoleeoak merged commit 94f4387 into main Mar 5, 2024
10 checks passed
@dotoleeoak dotoleeoak deleted the renovate/all-minor-patch branch March 5, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant