Skip to content

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

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@apollo/client (source) 3.13.8 -> 3.13.9 age confidence dependencies patch
@eslint/js (source) 9.32.0 -> 9.33.0 age confidence devDependencies minor
@fastify/vite (source) 8.1.3 -> 8.2.0 age confidence dependencies minor
@hookform/resolvers (source) 5.2.0 -> 5.2.1 age confidence dependencies patch
@sentry/node (source) 10.1.0 -> 10.3.0 age confidence dependencies minor 10.4.0
@sentry/react (source) 10.1.0 -> 10.3.0 age confidence dependencies minor 10.4.0
@sentry/vite-plugin (source) 4.0.1 -> 4.0.2 age confidence dependencies patch 4.1.0
@types/node (source) 22.16.5 -> 22.17.1 age confidence devDependencies minor
@types/react (source) 19.1.8 -> 19.1.9 age confidence devDependencies patch 19.1.10
@types/react-dom (source) 19.1.6 -> 19.1.7 age confidence devDependencies patch
@ui5/webcomponents (source) 2.12.0 -> 2.13.2 age confidence dependencies minor
@ui5/webcomponents-cypress-commands (source) 2.12.0 -> 2.13.0 age confidence devDependencies minor
@ui5/webcomponents-fiori (source) 2.12.0 -> 2.13.2 age confidence dependencies minor
@ui5/webcomponents-icons (source) 2.12.0 -> 2.13.2 age confidence dependencies minor
@ui5/webcomponents-react (source) 2.12.0 -> 2.13.0 age confidence dependencies minor
actions/checkout v4.2.2 -> v4.3.0 age confidence action minor
cypress (source) 14.5.3 -> 14.5.4 age confidence devDependencies patch
docker/login-action v3.4.0 -> v3.5.0 age confidence action minor
eslint-plugin-prettier 5.5.3 -> 5.5.4 age confidence devDependencies patch
react (source) 19.1.0 -> 19.1.1 age confidence dependencies patch
react-dom (source) 19.1.0 -> 19.1.1 age confidence dependencies patch
react-hook-form (source) 7.61.1 -> 7.62.0 age confidence dependencies minor
react-router-dom (source) 7.7.1 -> 7.8.0 age confidence dependencies minor
swr (source) 2.3.4 -> 2.3.5 age confidence dependencies patch 2.3.6
typescript (source) 5.8.3 -> 5.9.2 age confidence devDependencies minor
typescript-eslint (source) 8.38.0 -> 8.39.0 age confidence devDependencies minor 8.39.1
yaml (source) 2.8.0 -> 2.8.1 age confidence dependencies patch
zod (source) 4.0.10 -> 4.0.16 age confidence dependencies patch 4.0.17

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.13.9

Compare Source

Patch Changes
  • #​12804 32c9aa9 Thanks @​phryneas! - Fix a possible race condition on queries that were reobserved before they were subscribed to the first time.
eslint/eslint (@​eslint/js)

v9.33.0

Compare Source

fastify/fastify-vite (@​fastify/vite)

v8.2.0: @​fastify/vite@8.2.0

Compare Source

This release contains a new vite plugin option: useRelativePaths. See #​283. This option is useful if you run your build step in a separate environment and then copy the built files into a different machine, such as a Docker container. It will be made the default in a future release.

react-hook-form/resolvers (@​hookform/resolvers)

v5.2.1

Compare Source

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

v10.3.0

Compare Source

  • feat(core): MCP Server - Capture prompt results from prompt function calls (#​17284)
  • feat(bun): Export skipOpenTelemetrySetup option (#​17349)
  • feat(sveltekit): Streamline build logs (#​17306)
  • fix(browser): Handle data urls in errors caught by globalHandlersIntegration (#​17216)
  • fix(browser): Improve navigation vs. redirect detection (#​17275)
  • fix(react-router): Ensure source map upload fails silently if Sentry CLI fails (#​17081)
  • fix(react): Add support for React Router sub-routes from handle (#​17277)

v10.2.0

Compare Source

Important Changes
  • feat(core): Add ignoreSpans option (#​17078)

This release adds a new top-level Sentry.init option, ignoreSpans, that can be used as follows:

Sentry.init({
  ignoreSpans: [
    'partial match', // string matching on the span name
    /regex/, // regex matching on the span name
    {
      name: 'span name',
      op: /http.client/,
    },
  ],
});

Spans matching the filter criteria will not be recorded. Potential child spans of filtered spans will be re-parented, if possible.

  • feat(cloudflare,vercel-edge): Add support for OpenAI instrumentation (#​17338)

Adds support for OpenAI manual instrumentation in @sentry/cloudflare and @sentry/vercel-edge.

To instrument the OpenAI client, wrap it with Sentry.instrumentOpenAiClient and set recording settings.

import * as Sentry from '@​sentry/cloudflare';
import OpenAI from 'openai';

const openai = new OpenAI();
const client = Sentry.instrumentOpenAiClient(openai, { recordInputs: true, recordOutputs: true });

// use the wrapped client
  • ref(aws): Remove manual span creation (#​17310)

The startTrace option is deprecated and will be removed in a future major version. If you want to disable tracing, set SENTRY_TRACES_SAMPLE_RATE to 0.0. instead. As of today, the flag does not affect traces anymore.

Other Changes
getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v4.0.2

Compare Source

  • fix(core): Make moduleMetadata injection snippet ES5-compliant (#​774)
SAP/ui5-webcomponents (@​ui5/webcomponents)

v2.13.2

Compare Source

Fixes
  • framework: sap-ui-themeRoot block all origins by defaultTheme root disallow default (#​12035) (0824f8c)

v2.13.1

Compare Source

Fixes

v2.13.0

Compare Source

Bug Fixes
  • ui5-color-picker: ensure RGB and HSL values are within limits (#​11915) (0cee9f7)
Features
SAP/ui5-webcomponents-react (@​ui5/webcomponents-cypress-commands)

v2.13.0

Compare Source

Features
SAP/ui5-webcomponents-react (@​ui5/webcomponents-react)

v2.13.0

Compare Source

Bug Fixes
Features
actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

cypress-io/cypress (cypress)

v14.5.4

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-5-4

docker/login-action (docker/login-action)

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.4

Compare Source

Patch Changes
facebook/react (react)

v19.1.1

Compare Source

facebook/react (react-dom)

v19.1.1

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.62.0

Compare Source

remix-run/react-router (react-router-dom)

v7.8.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.0
vercel/swr (swr)

v2.3.5

Compare Source

Patches

Chores

New Contributors

Full Changelog: vercel/swr@v2.3.4...v2.3.5

microsoft/TypeScript (typescript)

v5.9.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

eemeli/yaml (yaml)

v2.8.1

Compare Source

  • Preserve empty block literals (#​634)
colinhacks/zod (zod)

v4.0.16

Compare Source

v4.0.15

Compare Source

Commits:

v4.0.14

Compare Source

Commits:

v4.0.13

Compare Source

v4.0.12

Compare Source

Commits:

v4.0.11

Compare Source

Commits:


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 ac40f5b to 20366c9 Compare August 1, 2025 01:06
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v19.1.1 fix(deps): update all non-major dependencies Aug 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 68a3078 to b62ed9b Compare August 4, 2025 11:40
@andreaskienle
Copy link
Contributor

There seems to be a TypeScript version incompatibility with ESLint. They plan to update the supported version range. Once that update is released, we can try again.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from a8f6c0e to 17173c5 Compare August 10, 2025 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6bee08f to e0dfc12 Compare August 12, 2025 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0dfc12 to 96efd0b Compare August 12, 2025 14:34
@andreaskienle andreaskienle merged commit 681bf76 into main Aug 12, 2025
6 checks passed
@andreaskienle andreaskienle deleted the renovate/all-minor-patch branch August 12, 2025 14:39
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.

1 participant