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 #191

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/openai (source) 1.0.0-beta.12 -> 1.0.0-beta.13 age adoption passing confidence
@fontsource/roboto (source) 5.0.14 -> 5.1.0 age adoption passing confidence
@sentry/browser (source) 8.26.0 -> 8.32.0 age adoption passing confidence
@sentry/node (source) 8.26.0 -> 8.32.0 age adoption passing confidence
@tanstack/react-query (source) 5.52.2 -> 5.56.2 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.52.2 -> 5.58.0 age adoption passing confidence
@types/node (source) 20.16.1 -> 20.16.10 age adoption passing confidence
@types/react (source) 18.3.4 -> 18.3.10 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.2 age adoption passing confidence
axios (source) 1.7.5 -> 1.7.7 age adoption passing confidence
cypress (source) 13.13.3 -> 13.15.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
express (source) 4.20.0 -> 4.21.0 age adoption passing confidence
husky 9.1.5 -> 9.1.6 age adoption passing confidence
i18next (source) 23.14.0 -> 23.15.1 age adoption passing confidence
lint-staged 15.2.9 -> 15.2.10 age adoption passing confidence
nodemon (source) 3.1.4 -> 3.1.7 age adoption passing confidence
openai 4.56.0 -> 4.66.1 age adoption passing confidence
pg (source) 8.12.0 -> 8.13.0 age adoption passing confidence
react-i18next 15.0.1 -> 15.0.2 age adoption passing confidence
react-router-dom (source) 6.26.1 -> 6.26.2 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
umzug 3.8.1 -> 3.8.2 age adoption passing confidence
vite (source) 5.4.6 -> 5.4.8 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-js (@​azure/openai)

v1.0.0-beta.13

Compare Source

1.0.0-beta.13 (2024-09-17)

Other Changes
  • Deprecation notice: The Azure OpenAI client library for JavaScript beta will be retired on January 14th, 2025. Please migrate to the stable OpenAI SDK for JavaScript using the migration guide before that date.
fontsource/font-files (@​fontsource/roboto)

v5.1.0

Compare Source

v5.0.15

Compare Source

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

v8.32.0

Compare Source

Important Changes
  • ref(browser): Move navigation span descriptions into op
    (#​13527)

Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets
the description to the performanceEntry objects' names (in this context it is the URL of the page).

  • feat(node): Add amqplibIntegration (#​13714)

  • feat(nestjs): Add SentryGlobalGenericFilter and allow specifying application ref in global filter
    (#​13673)

Adds a SentryGlobalGenericFilter that filters both graphql and http exceptions depending on the context.

  • feat: Set log level for Fetch/XHR breadcrumbs based on status code
    (#​13711)

Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.

Other Changes
  • chore(nextjs): Bump rollup to 3.29.5 (#​13761)
  • fix(core): Remove sampled flag from dynamic sampling context in Tracing without Performance mode
    (#​13753)
  • fix(node): Ensure node-fetch does not emit spans without tracing
    (#​13765)
  • fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500
    (#​13748)
  • fix(test): Unflake LCP test (#​13741)

Work in this release was contributed by @​Zen-cronic and @​Sjoertjuh. Thank you for your contributions!

v8.31.0

Compare Source

Important Changes
  • feat(node): Add dataloader integration (#​13664)

This release adds a new integration for the dataloader package. The Node
SDK (and all SDKs that depend on it) will now automatically instrument dataloader instances. You can also add it
manually:

Sentry.init({
  integrations: [Sentry.dataloaderIntegration()],
});
Other Changes
  • feat(browser): Add navigation activationStart timestamp to pageload span (#​13658)
  • feat(gatsby): Add optional deleteSourcemapsAfterUpload (#​13610)
  • feat(nextjs): Give app router prefetch requests a http.server.prefetch op (#​13600)
  • feat(nextjs): Improve Next.js serverside span data quality (#​13652)
  • feat(node): Add disableInstrumentationWarnings option (#​13693)
  • feat(nuxt): Adding experimental_basicServerTracing option to Nuxt module (#​13643)
  • feat(nuxt): Improve logs about adding Node option 'import' (#​13726)
  • feat(replay): Add onError callback + other small improvements to debugging (#​13721)
  • feat(replay): Add experimental option to allow for a checkout every 6 minutes (#​13069)
  • feat(wasm): Unconditionally parse instruction addresses (#​13655)
  • fix: Ensure all logs are wrapped with consoleSandbox (#​13690)
  • fix(browser): Try multiple options for lazyLoadIntegration script parent element lookup (#​13717)
  • fix(feedback): Actor color applies to feedback icon (#​13702)
  • fix(feedback): Fix form width on mobile devices (#​13068)
  • fix(nestjs): Preserve original function name on SentryTraced functions (#​13684)
  • fix(node): Don't overwrite local variables for re-thrown errors (#​13644)
  • fix(normalize): Treat Infinity as NaN both are non-serializable numbers (#​13406)
  • fix(nuxt): Use correct server output file path (#​13725)
  • fix(opentelemetry): Always use active span in Propagator.inject (#​13381)
  • fix(replay): Fixes potential out-of-order segments (#​13609)

Work in this release was contributed by @​KyGuy2002, @​artzhookov, and @​julianCast. Thank you for your contributions!

v8.30.0

Compare Source

Important Changes
  • feat(node): Add kafkajs integration (#​13528)

This release adds a new integration that instruments kafkajs library with spans and traces. This integration is
automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.

Sentry.init({
  integrations: [Sentry.kafkaIntegration()],
});
Other Changes
  • feat(core): Allow adding measurements without global client (#​13612)
  • feat(deps): Bump @​opentelemetry/instrumentation-undici from 0.5.0 to 0.6.0 (#​13622)
  • feat(deps): Bump @​sentry/cli from 2.33.0 to 2.35.0 (#​13624)
  • feat(node): Use @opentelemetry/instrumentation-undici for fetch tracing (#​13485)
  • feat(nuxt): Add server config to root folder (#​13583)
  • feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#​13631)
  • fix(browser): check supportedEntryTypes before caling the function (#​13541)
  • fix(browser): Ensure Standalone CLS span timestamps are correct (#​13649)
  • fix(nextjs): Widen removal of 404 transactions (#​13628)
  • fix(node): Remove ambiguity and race conditions when matching local variables to exceptions (#​13501)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#​13640)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#​13642)
  • fix(vue): Ensure Vue trackComponents list matches components with or without <> (#​13543)
  • ref(profiling): Conditionally shim cjs globals (#​13267)

Work in this release was contributed by @​Zen-cronic and @​odanado. Thank you for your contributions!

v8.29.0

Compare Source

Important Changes
  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to
use them, check out the
Sentry Solid SDK README and the
Sentry SolidStart SDK README
respectively. Please reach out on GitHub if you have
any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#​13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

import * as Sentry from '@&#8203;sentry/node';

Sentry.init({
  dsn: '__PUBLIC_DSN__',
  registerEsmLoaderHooks: { onlyHookedModules: true },
});
  • feat(node): Update OpenTelemetry packages to instrumentation v0.53.0 (#​13587)

All internal OpenTelemetry instrumentation was updated to their latest version. This adds support for Mongoose v7 and v8
and fixes various bugs related to ESM mode.

Other Changes
  • feat(nextjs): Emit warning when using turbopack (#​13566)
  • feat(nextjs): Future-proof Next.js config options overriding (#​13586)
  • feat(node): Add generic-pool integration (#​13465)
  • feat(nuxt): Upload sourcemaps generated by Nitro (#​13382)
  • feat(solidstart): Add browserTracingIntegration by default (#​13561)
  • feat(solidstart): Add sentrySolidStartVite plugin to simplify source maps upload (#​13493)
  • feat(vue): Only start UI spans if parent is available (#​13568)
  • fix(cloudflare): Guard context.waitUntil call in request handler (#​13549)
  • fix(gatsby): Fix assets path for sourcemaps upload (#​13592)
  • fix(nextjs): Use posix paths for sourcemap uploads (#​13603)
  • fix(node-fetch): Use stringified origin url (#​13581)
  • fix(node): Replace dashes in generic-pool span origins with underscores (#​13579)
  • fix(replay): Fix types in WebVitalData (#​13573)
  • fix(replay): Improve replay web vital types (#​13602)
  • fix(utils): Keep logger on carrier (#​13570)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

v8.28.0

Compare Source

Important Changes
  • Beta release of official NestJS SDK

This release contains the beta version of @sentry/nestjs! For details on how to use it, check out the
README. Any feedback/bug reports
are greatly appreciated, please reach out on GitHub.

  • fix(browser): Remove faulty LCP, FCP and FP normalization logic (#​13502)

This release fixes a bug in the @sentry/browser package and all SDKs depending on this package (e.g. @sentry/react
or @sentry/nextjs) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK
previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to
this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your
performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were
smaller than the actually measured values. We apologize for the inconvenience!

Other Changes
  • feat(nestjs): Add SentryGlobalGraphQLFilter (#​13545)
  • feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution (#​13264)
  • feat(nextjs): Add bundleSizeOptimizations to build options (#​13323)
  • feat(nextjs): Stabilize captureRequestError (#​13550)
  • feat(nuxt): Wrap config in nuxt context (#​13457)
  • feat(profiling): Expose profiler as top level primitive (#​13512)
  • feat(replay): Add layout shift to CLS replay data (#​13386)
  • feat(replay): Upgrade rrweb packages to 2.26.0 (#​13483)
  • fix(cdn): Do not mangle _metadata (#​13426)
  • fix(cdn): Fix SDK source for CDN bundles (#​13475)
  • fix(nestjs): Check arguments before instrumenting with @Injectable (#​13544)
  • fix(nestjs): Ensure exception and host are correctly passed on when using @​WithSentry (#​13564)
  • fix(node): Suppress tracing for transport request execution rather than transport creation (#​13491)
  • fix(replay): Consider more things as DOM mutations for dead clicks (#​13518)
  • fix(vue): Correctly obtain component name (#​13484)

Work in this release was contributed by @​leopoldkristjansson, @​mhuggins and @​filips123. Thank you for your
contributions!

v8.27.0

Compare Source

Important Changes
  • fix(nestjs): Exception filters in main app module are not being executed (#​13278)

    With this release nestjs error monitoring is no longer automatically set up after adding the SentryModule to your
    application, which led to issues in certain scenarios. You will now have to either add the SentryGlobalFilter to
    your main module providers or decorate the catch() method in your existing global exception filters with the newly
    released @WithSentry() decorator. See the docs for
    more details.

Other Changes
  • feat: Add options for passing nonces to feedback integration (#​13347)
  • feat: Add support for SENTRY_SPOTLIGHT env var in Node (#​13325)
  • feat(deps): bump @​prisma/instrumentation from 5.17.0 to 5.18.0 (#​13327)
  • feat(feedback): Improve error message for 403 errors (#​13441)
  • fix(deno): Don't rely on Deno.permissions.querySync (#​13378)
  • fix(replay): Ensure we publish replay CDN bundles (#​13437)

Work in this release was contributed by @​charpeni. Thank you for your contribution!

TanStack/query (@​tanstack/react-query)

v5.56.2

Compare Source

Version 5.56.2 - 9/12/24, 6:05 PM

Changes
Fix
  • core: make sure infiniteQuery always fetches the first page (#​8051) (7624785) by Dominik Dorfmeister
Packages

v5.56.1

Compare Source

Version 5.56.1 - 9/12/24, 2:38 PM

Changes
Fix
Chore
  • trigger release (6a17069) by Dominik Dorfmeister
Packages

v5.56.0

Compare Source

Version 5.56.0 - 9/12/24, 9:56 AM

Changes
Feat
  • core: ensureInfiniteQueryData (#​8048) (edec4a6) by Dominik Dorfmeister
Docs
Packages

v5.55.4

Compare Source

Version 5.55.4 - 9/9/24, 6:38 AM

Changes

Fix

Packages

v5.55.3

Compare Source

Version 5.55.3 - 9/9/24, 6:16 AM

Changes
Fix
  • replace JSON.stringify with replaceDeepEqual in structural sharing integrity check (#​8030) (1bffc78) by jxom
Chore
  • angular-query: remove redundant dependencies (#​8032) (d58cf08) by Arnoud
Docs
  • react-query: Update React Suspens Link in README.md (#​8020) (9b78527) by Cyril Leclercq
Packages

[v5.55.2](https://redirect.github.com/TanStack/


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e68df04 to d07ebab Compare August 27, 2024 19:40
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v8.27.0 fix(deps): update all non-major dependencies Aug 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from c2744b6 to c53db3f Compare September 4, 2024 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 029441f to aa19619 Compare September 9, 2024 21:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 52ff03b to 7416aee Compare September 23, 2024 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from dae2182 to 9de6566 Compare September 30, 2024 08:16
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.

0 participants