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 frontend #64

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

Conversation

elastic-renovate-prod[bot]
Copy link

@elastic-renovate-prod elastic-renovate-prod bot commented Aug 31, 2024

This PR contains the following updates:

Package Type Update Change
@grpc/grpc-js (source) dependencies minor 1.10.11 -> 1.12.2
@openfeature/react-sdk dependencies patch 0.4.1 -> 0.4.8
@opentelemetry/auto-instrumentations-node (source) dependencies minor 0.48.0 -> 0.52.1
@opentelemetry/auto-instrumentations-web (source) dependencies minor 0.40.0 -> 0.42.0
@opentelemetry/context-zone (source) dependencies minor 1.25.1 -> 1.27.0
@opentelemetry/core (source) dependencies minor 1.25.1 -> 1.27.0
@opentelemetry/exporter-metrics-otlp-grpc (source) dependencies minor 0.52.1 -> 0.54.2
@opentelemetry/exporter-trace-otlp-grpc (source) dependencies minor 0.52.1 -> 0.54.2
@opentelemetry/exporter-trace-otlp-http (source) dependencies minor 0.52.1 -> 0.54.2
@opentelemetry/instrumentation (source) dependencies minor 0.52.1 -> 0.54.2
@opentelemetry/resource-detector-alibaba-cloud (source) dependencies minor 0.28.10 -> 0.29.4
@opentelemetry/resource-detector-aws (source) dependencies minor 1.5.2 -> 1.7.0
@opentelemetry/resource-detector-container (source) dependencies minor 0.3.11 -> 0.5.0
@opentelemetry/resource-detector-gcp (source) dependencies patch 0.29.10 -> 0.29.13
@opentelemetry/resources (source) dependencies minor 1.25.1 -> 1.27.0
@opentelemetry/sdk-metrics (source) dependencies minor 1.25.1 -> 1.27.0
@opentelemetry/sdk-node (source) dependencies minor 0.52.1 -> 0.54.2
@opentelemetry/sdk-trace-base (source) dependencies minor 1.25.1 -> 1.27.0
@opentelemetry/sdk-trace-node (source) dependencies minor 1.25.1 -> 1.27.0
@opentelemetry/sdk-trace-web (source) dependencies minor 1.25.1 -> 1.27.0
@types/node (source) devDependencies minor 20.14.10 -> 20.17.6
@types/react (source) devDependencies patch 18.3.3 -> 18.3.12
@types/react-dom (source) devDependencies patch 18.3.0 -> 18.3.1
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.16.0 -> 7.18.0
@typescript-eslint/parser (source) devDependencies minor 7.16.0 -> 7.18.0
cookies-next dependencies minor 4.2.1 -> 4.3.0
cypress (source) devDependencies minor 13.13.0 -> 13.15.2
dotenv-expand dependencies patch 11.0.6 -> 11.0.7
eslint (source) devDependencies patch 8.57.0 -> 8.57.1
eslint-config-next (source) devDependencies patch 14.2.5 -> 14.2.18
eslint-plugin-react devDependencies minor 7.34.4 -> 7.37.2
next (source) dependencies patch 14.2.5 -> 14.2.18
openapi-typescript (source) devDependencies minor 7.0.2 -> 7.4.3
sharp (source, changelog) dependencies patch 0.33.4 -> 0.33.5
styled-components (source) dependencies patch 6.1.11 -> 6.1.13
ts-proto dependencies patch 1.181.1 -> 1.181.2
typescript (source) devDependencies minor 5.5.3 -> 5.6.3

Release Notes

grpc/grpc-node (@​grpc/grpc-js)

v1.12.2: @​grpc/grpc-js 1.12.2

Compare Source

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#​2838)

v1.12.1: @​grpc/grpc-js 1.12.1

Compare Source

  • Port bugfixes from 1.11.x into 1.12.x (#​2836)

v1.12.0: @​grpc/grpc-js 1.12.0

Compare Source

Changelog

  • Provide the method_name for the CallCredentials callback generateMetadata (#​2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#​2812 contributed by @​vinothsa4891)

Experimental API changes

Added:

  • CaCertificateUpdate
  • CaCertificateUpdateListener
  • IdentityCertificateUpdate
  • IdentityCertificateUpdateListener
  • CertificateProvider
  • FileWatcherCertificateProvider
  • FileWatcherCertificateProviderConfig
  • createCertificateProviderChannelCredentials
  • createCertificateProviderServerCredentials

Modified:

  • LoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.
  • ChannelControlHelper#createSubchannel: Now takes an additional argument of type ChannelCredentials | null. This should be passed along if overriding this function.
  • LeafLoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.

v1.11.3: @​grpc/grpc-js 1.11.3

Compare Source

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#​2825)

v1.11.2: @​grpc/grpc-js 1.11.2

Compare Source

  • Fix client crash on receiving a custom error code (#​2801 contributed by @​hastom)
  • Report connection errors more consistently (#​2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#​2817 contributed by @​ygalbel)

v1.11.1: @​grpc/grpc-js 1.11.1

Compare Source

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#​2799 contributed by @​xqin)

v1.11.0: @​grpc/grpc-js 1.11.0

Compare Source

Changelog

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors
open-feature/js-sdk (@​openfeature/react-sdk)

v0.4.8

Compare Source

v0.4.7

Compare Source

v0.4.6

Compare Source

v0.4.5

Compare Source

v0.4.4

Compare Source

v0.4.3

Compare Source

v0.4.2

Compare Source

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.52.1

Compare Source

v0.52.0

Compare Source

v0.51.0

Compare Source

v0.50.2

Compare Source

v0.50.1

Compare Source

v0.50.0

Compare Source

v0.49.2

Compare Source

v0.49.1

Compare Source

v0.49.0

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/context-zone)

v1.27.0

Compare Source

🚀 (Enhancement)
  • feat: add processors for adding session.id attribute to spans and logs #​4972
🐛 (Bug Fix)
🏠 (Internal)
  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests
    #​4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #​5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #​5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #​5030 @​david-luna
  • test(instrumentation-http): remove usages of new Span in tests #​5035 @​david-luna

v1.26.0

Compare Source

🚀 (Enhancement)
  • feat: include instrumentation scope info in console span and log record exporters #​4848 @​blumamir
  • feat(semconv): update semantic conventions to 1.27 (from 1.7.0) #​4690 @​dyladan
    • Exported names have changed to ATTR_{name} for attributes (e.g. ATTR_HTTP_REQUEST_METHOD), {name}_VALUE_{value} for enumeration values (e.g. HTTP_REQUEST_METHOD_VALUE_POST), and METRIC_{name} for metrics. Exported names from previous versions are deprecated.
    • Import @opentelemetry/semantic-conventions for stable semantic conventions. Import @opentelemetry/semantic-conventions/incubating for all semantic conventions, stable and unstable.
    • Note: Semantic conventions are now versioned separately from other stable artifacts, to correspond to the version of semantic conventions they provide. Changes will be in a separate changelog.
🐛 (Bug Fix)
  • fix(sdk-node): avoid spurious diag errors for unknown OTEL_NODE_RESOURCE_DETECTORS values #​4879 @​trentm
  • deps(opentelemetry-instrumentation): Bump shimmer types to 1.2.0 #​4865 @​lforst
  • fix(instrumentation): Fix optional property types #​4833 @​alecmev
  • fix(sdk-metrics): fix(sdk-metrics): use inclusive upper bounds in histogram #​4829
🏠 (Internal)
  • refactor: Simplify the code for the getEnv function #​4799 @​danstarns
  • refactor: remove "export *" in favor of explicit named exports #​4880 @​robbkidd
    • Packages updated:
      • opentelemetry-context-zone
      • opentelemetry-core
      • opentelemetry-exporter-jaeger
      • opentelemetry-exporter-zipkin
      • opentelemetry-propagator-b3
      • opentelemetry-propagator-jaeger
      • opentelemetry-sdk-trace-base
      • opentelemetry-sdk-trace-node
      • opentelemetry-sdk-trace-web
      • propagator-aws-xray
      • sdk-metrics
  • deps(sdk-metrics): remove unused lodash.merge dependency #​4905 @​pichlermarc
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.16.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

andreizanik/cookies-next (cookies-next)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: andreizanik/cookies-next@v4.2.1...v4.3.0

cypress-io/cypress (cypress)

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

v13.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1

v13.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

motdotla/dotenv-expand (dotenv-expand)

v11.0.7

Compare Source

Changed
  • 🐞 fix self-expanding undefined variable with default value (#​126)
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

vercel/next.js (eslint-config-next)

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.17

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

Huge thanks to @​huozhi, @​ztanner, and @​ijjk for helping!

v14.2.16

Compare Source

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • update prefetching jsdoc & documentation (#​68047)
  • Ensure we chunk revalidate tag requests (#​70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#​70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #​66249) (#​70083)
Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.9

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Revert "Fix esm property def in flight loader (#​66990)" (#​69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#​69788)
  • Fix middleware fallback: false case (#​69799)
  • Fix status code for /_not-found route (#​64058) (#​69808)
  • Fix metadata prop merging (#​69807)
  • create-next-app: fix font file corruption when using import alias (#​69806)
Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

Compare Source

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Full Changelog: vercel/next.js@v14.2.7...v14.2.8


Huge thanks to everyone who contributed to this release:
@​abhi12299, @​delbaoliveira, @​eps1lon, @​ForsakenHarmony, @​huozhi, @​ijjk, @​JoshuaKGoldberg, @​leerob, @​lubieowoce, @​Netail, @​ronanru, @​samcx, @​shuding, @​sokra, @​stylessh, @​timfuhrmann, @​wbinnssmith, @​wyattjoh, @​ypessoa, @​ztanner

v14.2.7

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Revert "chore: externalize undici for bundling" (#​65727)
  • Refactor internal routing headers to use request meta (#​66987)
  • fix(next): add cross origin in react dom preload (#​67423)
  • build: upgrade edge-runtime (#​67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#​66339)
  • fix: properly patch lockfile against swc bindings (#​66515)
  • Add deployment id header for rsc payload if present (#​67255)
  • Update font data (#​68639)
  • fix i18n data pathname resolving (#​68947)
  • pages router: ensure x-middleware-cache is respected (#​67734)
  • Fix bad modRequest in flight entry manifest #​68888
  • Reject next image urls in image optimizer #​68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #​67983
Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, [@​syi0808](https://togithub.com/syi080


Configuration

📅 Schedule: Branch creation - "every weekend" (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 Renovate Bot.

@elastic-renovate-prod
Copy link
Author

elastic-renovate-prod bot commented Aug 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/frontend/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @openfeature/[email protected]
npm error node_modules/@openfeature/web-sdk
npm error   peer @openfeature/web-sdk@"^1.0.0" from @openfeature/[email protected]
npm error   node_modules/@openfeature/flagd-web-provider
npm error     @openfeature/flagd-web-provider@"0.7.2" from the root project
npm error
npm error Could not resolve dependency:
npm error @openfeature/react-sdk@"0.4.8" from the root project
npm error
npm error Conflicting peer dependency: @openfeature/[email protected]
npm error node_modules/@openfeature/web-sdk
npm error   peer @openfeature/web-sdk@"^1.3.0" from @openfeature/[email protected]
npm error   node_modules/@openfeature/react-sdk
npm error     @openfeature/react-sdk@"0.4.8" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-15T03_09_35_283Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-15T03_09_35_283Z-debug-0.log

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 5 times, most recently from b20fc60 to d95c833 Compare September 6, 2024 08:46
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from 294a9e7 to 78e5759 Compare September 13, 2024 16:41
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from 3d2c903 to 1bbe929 Compare September 22, 2024 00:03
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from 829fa42 to 9bbf97e Compare October 2, 2024 04:01
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from 20785f0 to c56bc33 Compare October 9, 2024 12:50
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from 73f19b0 to 5de5c40 Compare October 17, 2024 12:50
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 5 times, most recently from ebcd948 to d505681 Compare October 25, 2024 11:51
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from efa1965 to 036fee3 Compare October 30, 2024 05:56
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 4 times, most recently from 790e654 to 8424241 Compare November 6, 2024 04:58
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/frontend branch 3 times, most recently from a718cb8 to 7c03ce7 Compare November 9, 2024 11:45
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update frontend Update frontend Nov 10, 2024
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update frontend chore(deps): update frontend Nov 13, 2024
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.

0 participants