Skip to content

Conversation

@renovate-coveo
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Dec 15, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@commitlint/cli (source) 20.2.020.3.0 age adoption passing confidence devDependencies minor 20.3.1
@commitlint/config-conventional (source) 20.2.020.3.0 age adoption passing confidence devDependencies minor 20.3.1
@coveo/atomic-react (source) 3.6.03.7.1 age adoption passing confidence dependencies minor 3.9.0 (+1)
@coveo/headless (source) 3.35.43.37.0 age adoption passing confidence dependencies minor 3.39.0 (+1)
@figma/code-connect 1.3.111.3.12 age adoption passing confidence dependencies patch
@stencil/core (source) 4.38.34.41.0 age adoption passing confidence dependencies minor 4.41.1
@storybook/addon-docs (source) 10.1.410.1.11 age adoption passing confidence devDependencies patch
@storybook/react-vite (source) 10.1.410.1.11 age adoption passing confidence devDependencies patch
@swc/core (source) 1.15.31.15.8 age adoption passing confidence devDependencies patch
@swc/helpers (source) 0.5.170.5.18 age adoption passing confidence dependencies patch
@tabler/icons-react (source) 3.35.03.36.1 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.90.125.90.16 age adoption passing confidence dependencies patch
@testing-library/react 16.3.016.3.1 age adoption passing confidence devDependencies patch
@types/node (source) 24.10.124.10.4 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.0.619.2.3 age adoption passing confidence devDependencies minor
@vitest/eslint-plugin 1.5.21.6.5 age adoption passing confidence devDependencies minor 1.6.6
autoprefixer 10.4.2210.4.23 age adoption passing confidence devDependencies patch
aws-sdk 2.1692.02.1693.0 age adoption passing confidence devDependencies minor
eslint (source) 9.39.19.39.2 age adoption passing confidence devDependencies patch
eslint-plugin-react-refresh 0.4.240.4.26 age adoption passing confidence devDependencies patch
eslint-plugin-storybook (source) 10.1.410.1.11 age adoption passing confidence devDependencies patch
eslint-plugin-testing-library 7.13.57.15.4 age adoption passing confidence devDependencies minor
fs-extra 11.3.211.3.3 age adoption passing confidence devDependencies patch
jsdom 27.3.027.4.0 age adoption passing confidence devDependencies minor
pnpm (source) 10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f50110.27.0 age adoption passing confidence packageManager minor 10.28.0
publint (source) 0.3.150.3.16 age adoption passing confidence devDependencies patch
react (source) 19.0.019.2.3 age adoption passing confidence dependencies minor
react (source) 19.0.019.2.3 age adoption passing confidence devDependencies minor
react-dom (source) 19.0.019.2.3 age adoption passing confidence dependencies minor
react-dom (source) 19.0.019.2.3 age adoption passing confidence devDependencies minor
react-error-boundary (source) 6.0.06.0.1 age adoption passing confidence dependencies patch 6.0.3 (+1)
react-hook-form (source) 7.68.07.69.0 age adoption passing confidence dependencies minor 7.70.0
react-router-dom (source) 7.10.17.11.0 age adoption passing confidence dependencies minor 7.12.0
shiki (source) 3.19.03.20.0 age adoption passing confidence dependencies minor 3.21.0
sort-package-json 3.5.13.6.0 age adoption passing confidence devDependencies minor
step-security/harden-runner v2.13.3v2.14.0 age adoption passing confidence action minor
storybook (source) 10.1.1010.1.11 age adoption passing confidence devDependencies patch
turbo (source) 2.6.32.7.2 age adoption passing confidence devDependencies minor 2.7.3
typescript-eslint (source) 8.49.08.51.0 age adoption passing confidence devDependencies minor 8.52.0
vite (source) 7.2.77.3.0 age adoption passing confidence devDependencies minor 7.3.1
vitest (source) 4.0.154.0.16 age adoption passing confidence devDependencies patch

[skip release]


Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

coveo/ui-kit (@​coveo/atomic-react)

v3.7.1

Compare Source

v3.7.0

Compare Source

coveo/ui-kit (@​coveo/headless)

v3.37.0

Compare Source

  • feat: migrating content from docs.coveo.com to typedoc (#​6624) (8a85527), closes #​6624
  • feat(headless-commerce) Create ProductEnrichment Controller in Headless Commerce to retrieve badgesP (43325b7), closes #​6745

v3.36.0

Compare Source

  • chore(headless): remember to export types for spotlight content results COMHUB2-1318 (#​6735) (f92f202), closes #​6735
  • feat(headless): support spotlight content for commerce COMHUB2-1228 (#​6646) (ba8c990), closes #​6646
figma/code-connect (@​figma/code-connect)

v1.3.12

Compare Source

Fixed

  • Fixed a problem with path alias imports incorrectly importing index files
  • Fixed parsing failure for Compose in Windows.
General
stenciljs/core (@​stencil/core)

v4.41.0

Compare Source

Bug Fixes
  • build: always fail build on typescript failure (#​6520) (74aea99)
  • cli: --stats accepts optional path string as per documentation (#​6524) (42ebdfa)
  • compiler: stop error from globalScript lack of default export (#​6527) (ba03ccf)
  • css: strip line breaks from final template literal (#​6517) (dfeeaec)
  • runtime: allow cloneNode patch even without (#​6513) (e893bd1)
  • runtime: delay non-shadow onConnectedCallback; make sure slotted content is available (#​6519) (9e38aa7)
  • runtime: update non-shadow slotted content visibility via dynamic <slot> (#​6514) (cdcd873)
  • testing: jest / mixin related errors (#​6512) (5c17422)
  • types: components.d.ts - correctly import / export used enums (#​6522) (e243c6f)
Features
  • dev-server: new strictPort property (#​6523) (cc12853)
  • runtime: support tsconfig jsxImportSource (h import no longer necessary) (#​6525) (6482533)

🐂 4.40.1 (2025-12-23)

Bug Fixes

v4.40.1

Compare Source

Bug Fixes

v4.40.0

Compare Source

Bug Fixes
Features

v4.39.0

Compare Source

Bug Fixes
  • lazyBundleIdPlugin: fixed the issue with creation of orphaned '.map' files in the distribution directory (#​6455) (7155fe8)
  • mixin: allow args as a ctor argument & fix super call order during spec tests (#​6467) (afa4c2d)
Features

😋 4.38.3 (2025-11-05)

Bug Fixes
  • runtime: modern class props detected in collections (#​6431) (e790c24)
  • ts: moduleResolution can now be bundler. Configurable module / noEmitOnError (#​6433) (5018e1e)
  • types: revert autocorrect omission (#​6441) (4719427)

🐎 4.38.2 (2025-10-17)

Bug Fixes

🚎 4.38.1 (2025-10-10)

Bug Fixes
Features
  • Test Export internal mockComponentMeta object making writing custom output-target tests easier (ef05b45)
storybookjs/storybook (@​storybook/addon-docs)

v10.1.11

Compare Source

v10.1.10

Compare Source

v10.1.9

Compare Source

v10.1.8

Compare Source

v10.1.7

Compare Source

v10.1.6

Compare Source

v10.1.5

Compare Source

swc-project/swc (@​swc/core)

v1.15.8

Compare Source

Bug Fixes
  • (es/minifier) Remove unused webpack-related code (#​11397) (8e4eab4)

  • (es/minifier) Evaluate TemplateLiteral in BinaryExpression (#​11406) (8d1b6f6)

  • (es/minifier) More strict check if cannot add ident when invoking IIFE (#​11399) (03642aa)

Features
Performance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Montreal.

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

@renovate-coveo renovate-coveo bot requested a review from a team as a code owner December 15, 2025 23:03
@renovate-coveo renovate-coveo bot requested review from FelixBlaisThon and gdostie and removed request for a team December 15, 2025 23:03
@github-actions
Copy link

@github-actions
Copy link

@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from e27be85 to 5ee4c85 Compare December 16, 2025 11:03
@renovate-coveo renovate-coveo bot changed the title chore(deps): update dependency @types/node to v24.10.2 chore(deps): update all non-major dependencies Dec 16, 2025
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from e6d3460 to f938741 Compare December 22, 2025 11:32
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 1bc6af3 to a49f343 Compare January 5, 2026 00:38
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a4ece3f to af214d1 Compare January 9, 2026 14:03
@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Dependency Review

The following issues were found:
  • ❌ 1 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

Vulnerabilities

pnpm-lock.yaml

NameVersionVulnerabilitySeverity
react-router7.11.0React Router SSR XSS in ScrollRestorationhigh
React Router vulnerable to XSS via Open Redirectshigh
Only included vulnerabilities with severity high or higher.

License Issues

packages/website/package.json

PackageVersionLicenseIssue Type
@stencil/core4.41.0NullUnknown License

pnpm-lock.yaml

PackageVersionLicenseIssue Type
@stencil/core4.41.0NullUnknown License
Allowed Licenses: 0BSD, AFL-2.1, AFL-3.0, Apache-1.1, Apache-2.0, Apache-2.0 WITH LLVM-exception, APL-1.0, Artistic-1.0, Artistic-1.0-Perl, Artistic-2.0, Beerware, BlueOak-1.0.0, BSD-1-Clause, BSD-2-Clause, BSD-2-Clause-Patent, BSD-2-Clause-Views, BSD-3-Clause, BSD-3-Clause-Attribution, BSD-3-Clause-Clear, BSD-3-Clause-No-Nuclear-Warranty, BSD-4-Clause, BSL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-SA-4.0, CC0-1.0, CDDL-1.0, CDDL-1.1, CNRI-Python, CPL-1.0, curl, EPL-1.0, EPL-2.0, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later, HPND, IBM-pibs, ImageMagick, ISC, JSON, LGPL-2.0-or-later, LGPL-2.0-only, LGPL-2.1, LGPL-2.1-only, LGPL-2.1+, LGPL-3.0, LGPL-3.0-only, LGPL-3.0-or-later, LGPL-3.0-or-later WITH openvpn-openssl-exception, LicenseRef-scancode-alliance-open-media-patent-1.0, LicenseRef-scancode-dco-1.1, LicenseRef-scancode-google-patent-license-golang, LicenseRef-scancode-other-permissive, LicenseRef-scancode-protobuf, LicenseRef-scancode-public-domain, LicenseRef-scancode-python-cwi, LicenseRef-scancode-secret-labs-2011, LicenseRef-scancode-unicode, LicenseRef-scancode-unknown-license-reference, MIT, MIT-CMU, MIT-0, MIT-advertising, MITNFA, mpi-permissive, MPL-1.1, MPL-2.0, NCSA, Nokia, ODC-By-1.0, OFL-1.1, PDDL-1.0, Plexus, PostgreSQL, PSF-2.0, Python-2.0, Python-2.0.1, Qhull, Ruby, SAX-PD, SPL-1.0, Unicode-3.0, Unlicense, UPL-1.0, W3C, Wsuipa, WTFPL, X11, X11-distribute-modifications-variant, Xerox, xpp, YPL-1.1, Zlib, ZPL-2.1
Excluded from license check: pkg:maven/com.google.errorprone/error_prone_annotations, pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api, pkg:maven/jakarta.json/jakarta.json-api, pkg:maven/jakarta.json.bind/jakarta.json.bind-api, pkg:maven/org.apache.commons/commons-math, pkg:maven/org.aspectj/aspectjweaver, pkg:maven/org.eclipse.angus/angus-activation, pkg:maven/org.glassfish.jaxb/jaxb-core, pkg:maven/org.glassfish.jaxb/txw2, pkg:maven/org.glassfish.jaxb/jaxb-runtime, pkg:maven/org.glassfish.jersey.core/jersey-common, pkg:maven/org.jdom/jdom2, pkg:maven/org.json/json, pkg:maven/org.springframework/beandoc, pkg:maven/org.springframework/framework-api, pkg:maven/org.springframework/framework-docs, pkg:maven/org.springframework/spring, pkg:maven/org.springframework/spring-agent, pkg:maven/org.springframework/spring-aop, pkg:maven/org.springframework/spring-asm, pkg:maven/org.springframework/spring-aspects, pkg:maven/org.springframework/spring-beandoc, pkg:maven/org.springframework/spring-beans, pkg:maven/org.springframework/spring-binding, pkg:maven/org.springframework/spring-context, pkg:maven/org.springframework/spring-context-indexer, pkg:maven/org.springframework/spring-context-support, pkg:maven/org.springframework/spring-core, pkg:maven/org.springframework/spring-core-test, pkg:maven/org.springframework/spring-dao, pkg:maven/org.springframework/spring-expression, pkg:maven/org.springframework/spring-framework-bom, pkg:maven/org.springframework/spring-full, pkg:maven/org.springframework/spring-hibernate, pkg:maven/org.springframework/spring-hibernate2, pkg:maven/org.springframework/spring-hibernate3, pkg:maven/org.springframework/spring-ibatis, pkg:maven/org.springframework/spring-instrument, pkg:maven/org.springframework/spring-instrument-tomcat, pkg:maven/org.springframework/spring-jca, pkg:maven/org.springframework/spring-jcl, pkg:maven/org.springframework/spring-jdbc, pkg:maven/org.springframework/spring-jdo, pkg:maven/org.springframework/spring-jms, pkg:maven/org.springframework/spring-jmx, pkg:maven/org.springframework/spring-jpa, pkg:maven/org.springframework/spring-ldap, pkg:maven/org.springframework/spring-messaging, pkg:maven/org.springframework/spring-mock, pkg:maven/org.springframework/spring-ojb, pkg:maven/org.springframework/spring-orm, pkg:maven/org.springframework/spring-oxm, pkg:maven/org.springframework/spring-parent, pkg:maven/org.springframework/spring-portlet, pkg:maven/org.springframework/spring-r2dbc, pkg:maven/org.springframework/spring-remoting, pkg:maven/org.springframework/spring-struts, pkg:maven/org.springframework/spring-support, pkg:maven/org.springframework/spring-test, pkg:maven/org.springframework/spring-tomcat-weaver, pkg:maven/org.springframework/spring-toplink, pkg:maven/org.springframework/spring-tuple, pkg:maven/org.springframework/spring-tuple-parent, pkg:maven/org.springframework/spring-tx, pkg:maven/org.springframework/spring-web, pkg:maven/org.springframework/spring-webflow, pkg:maven/org.springframework/spring-webflux, pkg:maven/org.springframework/spring-webmvc, pkg:maven/org.springframework/spring-webmvc-portlet, pkg:maven/org.springframework/spring-webmvc-struts, pkg:maven/org.springframework/spring-websocket, pkg:maven/org.springframework/springloaded, pkg:maven/org.springframework.boot/org.springframework.boot.gradle.plugin, pkg:maven/org.springframework.boot/spring-boot, pkg:maven/org.springframework.boot/spring-boot-actuator, pkg:maven/org.springframework.boot/spring-boot-actuator-autoconfigure, pkg:maven/org.springframework.boot/spring-boot-actuator-docs, pkg:maven/org.springframework.boot/spring-boot-antlib, pkg:maven/org.springframework.boot/spring-boot-autoconfigure, pkg:maven/org.springframework.boot/spring-boot-autoconfigure-processor, pkg:maven/org.springframework.boot/spring-boot-build, pkg:maven/org.springframework.boot/spring-boot-buildpack-platform, pkg:maven/org.springframework.boot/spring-boot-cli, pkg:maven/org.springframework.boot/spring-boot-configuration-metadata, pkg:maven/org.springframework.boot/spring-boot-configuration-processor, pkg:maven/org.springframework.boot/spring-boot-dependencies, pkg:maven/org.springframework.boot/spring-boot-devtools, pkg:maven/org.springframework.boot/spring-boot-docker-compose, pkg:maven/org.springframework.boot/spring-boot-docs, pkg:maven/org.springframework.boot/spring-boot-full-build, pkg:maven/org.springframework.boot/spring-boot-gradle-plugin, pkg:maven/org.springframework.boot/spring-boot-jarmode-layertools, pkg:maven/org.springframework.boot/spring-boot-jarmode-tools, pkg:maven/org.springframework.boot/spring-boot-loader, pkg:maven/org.springframework.boot/spring-boot-loader-classic, pkg:maven/org.springframework.boot/spring-boot-loader-tools, pkg:maven/org.springframework.boot/spring-boot-maven-plugin, pkg:maven/org.springframework.boot/spring-boot-parent, pkg:maven/org.springframework.boot/spring-boot-project, pkg:maven/org.springframework.boot/spring-boot-properties-migrator, pkg:maven/org.springframework.boot/spring-boot-security-test-web-helloworld, pkg:maven/org.springframework.boot/spring-boot-starter, pkg:maven/org.springframework.boot/spring-boot-starter-activemq, pkg:maven/org.springframework.boot/spring-boot-starter-actuator, pkg:maven/org.springframework.boot/spring-boot-starter-amqp, pkg:maven/org.springframework.boot/spring-boot-starter-aop, pkg:maven/org.springframework.boot/spring-boot-starter-artemis, pkg:maven/org.springframework.boot/spring-boot-starter-batch, pkg:maven/org.springframework.boot/spring-boot-starter-cache, pkg:maven/org.springframework.boot/spring-boot-starter-cloud-connectors, pkg:maven/org.springframework.boot/spring-boot-starter-data-cassandra, pkg:maven/org.springframework.boot/spring-boot-starter-data-cassandra-reactive, pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase, pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive, pkg:maven/org.springframework.boot/spring-boot-starter-data-elasticsearch, pkg:maven/org.springframework.boot/spring-boot-starter-data-gemfire, pkg:maven/org.springframework.boot/spring-boot-starter-data-jdbc, pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa, pkg:maven/org.springframework.boot/spring-boot-starter-data-ldap, pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb, pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb-reactive, pkg:maven/org.springframework.boot/spring-boot-starter-data-neo4j, pkg:maven/org.springframework.boot/spring-boot-starter-data-r2dbc, pkg:maven/org.springframework.boot/spring-boot-starter-data-redis, pkg:maven/org.springframework.boot/spring-boot-starter-data-redis-reactive, pkg:maven/org.springframework.boot/spring-boot-starter-data-rest, pkg:maven/org.springframework.boot/spring-boot-starter-data-solr, pkg:maven/org.springframework.boot/spring-boot-starter-freemarker, pkg:maven/org.springframework.boot/spring-boot-starter-graphql, pkg:maven/org.springframework.boot/spring-boot-starter-groovy-templates, pkg:maven/org.springframework.boot/spring-boot-starter-hateoas, pkg:maven/org.springframework.boot/spring-boot-starter-integration, pkg:maven/org.springframework.boot/spring-boot-starter-jdbc, pkg:maven/org.springframework.boot/spring-boot-starter-jersey, pkg:maven/org.springframework.boot/spring-boot-starter-jetty, pkg:maven/org.springframework.boot/spring-boot-starter-jooq, pkg:maven/org.springframework.boot/spring-boot-starter-json, pkg:maven/org.springframework.boot/spring-boot-starter-jta-atomikos, pkg:maven/org.springframework.boot/spring-boot-starter-jta-bitronix, pkg:maven/org.springframework.boot/spring-boot-starter-log4j2, pkg:maven/org.springframework.boot/spring-boot-starter-logging, pkg:maven/org.springframework.boot/spring-boot-starter-mail, pkg:maven/org.springframework.boot/spring-boot-starter-mobile, pkg:maven/org.springframework.boot/spring-boot-starter-mustache, pkg:maven/org.springframework.boot/spring-boot-starter-oauth2-authorization-server, pkg:maven/org.springframework.boot/spring-boot-starter-oauth2-client, pkg:maven/org.springframework.boot/spring-boot-starter-oauth2-resource-server, pkg:maven/org.springframework.boot/spring-boot-starter-parent, pkg:maven/org.springframework.boot/spring-boot-starter-pulsar, pkg:maven/org.springframework.boot/spring-boot-starter-pulsar-reactive, pkg:maven/org.springframework.boot/spring-boot-starter-quartz, pkg:maven/org.springframework.boot/spring-boot-starter-reactor-netty, pkg:maven/org.springframework.boot/spring-boot-starter-remote-shell, pkg:maven/org.springframework.boot/spring-boot-starter-rsocket, pkg:maven/org.springframework.boot/spring-boot-starter-security, pkg:maven/org.springframework.boot/spring-boot-starter-social-facebook, pkg:maven/org.springframework.boot/spring-boot-starter-social-linkedin, pkg:maven/org.springframework.boot/spring-boot-starter-social-twitter, pkg:maven/org.springframework.boot/spring-boot-starter-test, pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf, pkg:maven/org.springframework.boot/spring-boot-starter-tomcat, pkg:maven/org.springframework.boot/spring-boot-starter-undertow, pkg:maven/org.springframework.boot/spring-boot-starter-validation, pkg:maven/org.springframework.boot/spring-boot-starter-web, pkg:maven/org.springframework.boot/spring-boot-starter-web-services, pkg:maven/org.springframework.boot/spring-boot-starter-webflux, pkg:maven/org.springframework.boot/spring-boot-starter-websocket, pkg:maven/org.springframework.boot/spring-boot-starters, pkg:maven/org.springframework.boot/spring-boot-test, pkg:maven/org.springframework.boot/spring-boot-test-autoconfigure, pkg:maven/org.springframework.boot/spring-boot-testcontainers, pkg:maven/org.springframework.boot/spring-boot-tools, pkg:maven/org.springframework.cloud/spring-cloud-contract-converters, pkg:maven/org.springframework.cloud/spring-cloud-contract-dependencies, pkg:maven/org.springframework.cloud/spring-cloud-contract-docs, pkg:maven/org.springframework.cloud/spring-cloud-contract-gradle-plugin, pkg:maven/org.springframework.cloud/spring-cloud-contract-maven-plugin, pkg:maven/org.springframework.cloud/spring-cloud-contract-parent, pkg:maven/org.springframework.cloud/spring-cloud-contract-shade, pkg:maven/org.springframework.cloud/spring-cloud-contract-spec, pkg:maven/org.springframework.cloud/spring-cloud-contract-spec-groovy, pkg:maven/org.springframework.cloud/spring-cloud-contract-spec-java, pkg:maven/org.springframework.cloud/spring-cloud-contract-spec-kotlin, pkg:maven/org.springframework.cloud/spring-cloud-contract-starters, pkg:maven/org.springframework.cloud/spring-cloud-contract-stub-runner, pkg:maven/org.springframework.cloud/spring-cloud-contract-stub-runner-boot, pkg:maven/org.springframework.cloud/spring-cloud-contract-tools, pkg:maven/org.springframework.cloud/spring-cloud-contract-verifier, pkg:maven/org.springframework.cloud/spring-cloud-contract-wiremock, pkg:maven/org.springframework.cloud/spring-cloud-dataflow-apps-docs-plugin, pkg:maven/org.springframework.cloud/spring-cloud-dataflow-apps-generator-plugin, pkg:maven/org.springframework.cloud/spring-cloud-dataflow-apps-metadata-plugin, pkg:maven/org.springframework.cloud/spring-cloud-dataflow-apps-plugin-parent, pkg:maven/org.springframework.cloud/spring-cloud-dependencies, pkg:maven/org.springframework.cloud/spring-cloud-function-adapter-aws, pkg:maven/org.springframework.cloud/spring-cloud-function-adapter-azure, pkg:maven/org.springframework.cloud/spring-cloud-function-adapter-azure-web, pkg:maven/org.springframework.cloud/spring-cloud-function-adapter-gcp, pkg:maven/org.springframework.cloud/spring-cloud-function-adapter-parent, pkg:maven/org.springframework.cloud/spring-cloud-function-context, pkg:maven/org.springframework.cloud/spring-cloud-function-core, pkg:maven/org.springframework.cloud/spring-cloud-function-dependencies, pkg:maven/org.springframework.cloud/spring-cloud-function-deployer, pkg:maven/org.springframework.cloud/spring-cloud-function-docs, pkg:maven/org.springframework.cloud/spring-cloud-function-grpc, pkg:maven/org.springframework.cloud/spring-cloud-function-grpc-cloudevent-ext, pkg:maven/org.springframework.cloud/spring-cloud-function-integration, pkg:maven/org.springframework.cloud/spring-cloud-function-kotlin, pkg:maven/org.springframework.cloud/spring-cloud-function-parent, pkg:maven/org.springframework.cloud/spring-cloud-function-rsocket, pkg:maven/org.springframework.cloud/spring-cloud-function-serverless-web, pkg:maven/org.springframework.cloud/spring-cloud-function-web, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-client-autoconfig, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-client-config, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-client-discovery, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-client-loadbalancer, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-commons, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-configserver, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-configuration-watcher, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-controllers, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-dependencies, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-discovery, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-discoveryserver, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-docs, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-autoconfig, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-config, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-discovery, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-istio, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-leader, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-loadbalancer, pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-test-support, pkg:maven/org.springframework.cloud/spring-cloud-open-service-broker, pkg:maven/org.springframework.cloud/spring-cloud-open-service-broker-autoconfigure, pkg:maven/org.springframework.cloud/spring-cloud-open-service-broker-core, pkg:maven/org.springframework.cloud/spring-cloud-starter-build, pkg:maven/org.springframework.cloud/spring-cloud-starter-contract-stub-runner, pkg:maven/org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty, pkg:maven/org.springframework.cloud/spring-cloud-starter-contract-verifier, pkg:maven/org.springframework.cloud/spring-cloud-starter-docs, pkg:maven/org.springframework.cloud/spring-cloud-starter-function-web, pkg:maven/org.springframework.cloud/spring-cloud-starter-function-webflux, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-client, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-client-all, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-client-config, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-client-loadbalancer, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-discoveryclient, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-fabric8, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-fabric8-all, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-fabric8-config, pkg:maven/org.springframework.cloud/spring-cloud-starter-kubernetes-fabric8-loadbalancer, pkg:maven/org.springframework.cloud/spring-cloud-starter-open-service-broker, pkg:maven/org.springframework.cloud/spring-cloud-starter-parent, pkg:maven/org.springframework.cloud/spring-cloud-starter-vault-config, pkg:maven/org.springframework.cloud/spring-cloud-starter-zookeeper, pkg:maven/org.springframework.cloud/spring-cloud-starter-zookeeper-all, pkg:maven/org.springframework.cloud/spring-cloud-starter-zookeeper-config, pkg:maven/org.springframework.cloud/spring-cloud-starter-zookeeper-discovery, pkg:maven/org.springframework.cloud/spring-cloud-vault-config, pkg:maven/org.springframework.cloud/spring-cloud-vault-config-aws, pkg:maven/org.springframework.cloud/spring-cloud-vault-config-consul, pkg:maven/org.springframework.cloud/spring-cloud-vault-config-databases, pkg:maven/org.springframework.cloud/spring-cloud-vault-config-rabbitmq, pkg:maven/org.springframework.cloud/spring-cloud-vault-dependencies, pkg:maven/org.springframework.cloud/spring-cloud-vault-docs, pkg:maven/org.springframework.cloud/spring-cloud-vault-parent, pkg:maven/org.springframework.cloud/spring-cloud-zookeeper, pkg:maven/org.springframework.cloud/spring-cloud-zookeeper-config, pkg:maven/org.springframework.cloud/spring-cloud-zookeeper-core, pkg:maven/org.springframework.cloud/spring-cloud-zookeeper-dependencies, pkg:maven/org.springframework.cloud/spring-cloud-zookeeper-discovery, pkg:maven/org.springframework.cloud/spring-cloud-zookeeper-docs, pkg:maven/org.springframework.data/spring-cql, pkg:maven/org.springframework.data/spring-data-bom, pkg:maven/org.springframework.data/spring-data-cassandra, pkg:maven/org.springframework.data/spring-data-cassandra-distribution, pkg:maven/org.springframework.data/spring-data-cassandra-parent, pkg:maven/org.springframework.data/spring-data-commons, pkg:maven/org.springframework.data/spring-data-commons-core, pkg:maven/org.springframework.data/spring-data-commons-dist, pkg:maven/org.springframework.data/spring-data-commons-parent, pkg:maven/org.springframework.data/spring-data-couchbase, pkg:maven/org.springframework.data/spring-data-elasticsearch, pkg:maven/org.springframework.data/spring-data-envers, pkg:maven/org.springframework.data/spring-data-gemfire, pkg:maven/org.springframework.data/spring-data-gemfire-test, pkg:maven/org.springframework.data/spring-data-geode, pkg:maven/org.springframework.data/spring-data-geode-distribution, pkg:maven/org.springframework.data/spring-data-geode-parent, pkg:maven/org.springframework.data/spring-data-geode-test, pkg:maven/org.springframework.data/spring-data-graph-core, pkg:maven/org.springframework.data/spring-data-graph-dist, pkg:maven/org.springframework.data/spring-data-graph-parent, pkg:maven/org.springframework.data/spring-data-hadoop, pkg:maven/org.springframework.data/spring-data-hadoop-batch, pkg:maven/org.springframework.data/spring-data-hadoop-boot, pkg:maven/org.springframework.data/spring-data-hadoop-build-tests, pkg:maven/org.springframework.data/spring-data-hadoop-cluster-tests, pkg:maven/org.springframework.data/spring-data-hadoop-config, pkg:maven/org.springframework.data/spring-data-hadoop-core, pkg:maven/org.springframework.data/spring-data-hadoop-hbase, pkg:maven/org.springframework.data/spring-data-hadoop-hive, pkg:maven/org.springframework.data/spring-data-hadoop-pig, pkg:maven/org.springframework.data/spring-data-hadoop-spark, pkg:maven/org.springframework.data/spring-data-hadoop-sqoop2, pkg:maven/org.springframework.data/spring-data-hadoop-store, pkg:maven/org.springframework.data/spring-data-hadoop-test, pkg:maven/org.springframework.data/spring-data-hadoop-util, pkg:maven/org.springframework.data/spring-data-jdbc, pkg:maven/org.springframework.data/spring-data-jdbc-core, pkg:maven/org.springframework.data/spring-data-jdbc-distribution, pkg:maven/org.springframework.data/spring-data-jpa, pkg:maven/org.springframework.data/spring-data-jpa-distribution, pkg:maven/org.springframework.data/spring-data-jpa-parent, pkg:maven/org.springframework.data/spring-data-keyvalue, pkg:maven/org.springframework.data/spring-data-ldap, pkg:maven/org.springframework.data/spring-data-mongodb, pkg:maven/org.springframework.data/spring-data-mongodb-cross-store, pkg:maven/org.springframework.data/spring-data-mongodb-dist, pkg:maven/org.springframework.data/spring-data-mongodb-distribution, pkg:maven/org.springframework.data/spring-data-mongodb-log4j, pkg:maven/org.springframework.data/spring-data-mongodb-parent, pkg:maven/org.springframework.data/spring-data-neo4j, pkg:maven/org.springframework.data/spring-data-neo4j-aspects, pkg:maven/org.springframework.data/spring-data-neo4j-cross-store, pkg:maven/org.springframework.data/spring-data-neo4j-dist, pkg:maven/org.springframework.data/spring-data-neo4j-distribution, pkg:maven/org.springframework.data/spring-data-neo4j-parent, pkg:maven/org.springframework.data/spring-data-neo4j-rest, pkg:maven/org.springframework.data/spring-data-neo4j-tx, pkg:maven/org.springframework.data/spring-data-oracle, pkg:maven/org.springframework.data/spring-data-r2dbc, pkg:maven/org.springframework.data/spring-data-redis, pkg:maven/org.springframework.data/spring-data-relational, pkg:maven/org.springframework.data/spring-data-relational-parent, pkg:maven/org.springframework.data/spring-data-releasetrain, pkg:maven/org.springframework.data/spring-data-rest-core, pkg:maven/org.springframework.data/spring-data-rest-distribution, pkg:maven/org.springframework.data/spring-data-rest-hal-browser, pkg:maven/org.springframework.data/spring-data-rest-hal-explorer, pkg:maven/org.springframework.data/spring-data-rest-parent, pkg:maven/org.springframework.data/spring-data-rest-repository, pkg:maven/org.springframework.data/spring-data-rest-webmvc, pkg:maven/org.springframework.data/spring-data-solr, pkg:maven/org.springframework.data/spring-yarn, pkg:maven/org.springframework.data/spring-yarn-batch, pkg:maven/org.springframework.data/spring-yarn-boot, pkg:maven/org.springframework.data/spring-yarn-boot-build-tests, pkg:maven/org.springframework.data/spring-yarn-boot-cli, pkg:maven/org.springframework.data/spring-yarn-boot-test, pkg:maven/org.springframework.data/spring-yarn-build-tests, pkg:maven/org.springframework.data/spring-yarn-core, pkg:maven/org.springframework.data/spring-yarn-integration, pkg:maven/org.springframework.data/spring-yarn-test, pkg:maven/xmlpull/xmlpull, pkg:npm/marked, pkg:pypi/torchmetrics, pkg:pypi/matplotlib

Scanned Files

  • .github/workflows/scorecards.yml
  • package.json
  • packages/components-props-analyzer/package.json
  • packages/figma/package.json
  • packages/mantine/package.json
  • packages/react-icons/package.json
  • packages/storybook/package.json
  • packages/tokens/package.json
  • packages/website/package.json
  • pnpm-lock.yaml

@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from af214d1 to fcb78c5 Compare January 9, 2026 21:27
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from fcb78c5 to 9499176 Compare January 9, 2026 22:30
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