Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps zod from 4.1.11 to 4.1.12.

Release notes

Sourced from zod's releases.

v4.1.12

Commits:

  • 0b109c37c6b0b10e3901b56bcccb72e29a0b846f docs(ecosystem): add bupkis to the ecosystem section (#5237)
  • d22ec0d26fab27151b0f1d1f98bffeaf8b011f57 docs(ecosystem): add upfetch (#5238)
  • c56a4f6fab42c542b191228af61974b2328dc52f docs(ecosystem): add eslint-plugin-zod-x (#5261)
  • a0abcc02900a4293dd4f30cd81580efcdd5230bb docs(metadata.mdx): fix a mistake in an example output (#5248)
  • 62bf4e439e287e55c843245b49f8d34b1ad024ee fix(ZodError): prevent flatten() from crashing on 'toString' key (#5266)
  • 02a584010ac92ac8a351632ae5aea3983a6f17d8 refac(errors): Unify code structure and improve types (#5278)
  • 4b1922ad714e12dafaa83a40ec03275a39ac980c docs(content/v4/index): fix zod version (#5289)
  • 3fcb20ff348e49aec70f45e0dca3de8a61450e77 Add frrm to ecosystem (#5292)
  • fda4c7c2afbd7649261be1e7954f8c4d4de24a07 Make docs work without token
  • af447384379faef28aa857fb53ef1da702c6d408 Fix lint
  • 77c3c9f069a4cf168c0cbc58432803de887a6b1b Export bg.ts
  • 3b946107b6c94b2ac8ff9fb451160c34dc4dd794 v4.1.12
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@dependabot dependabot bot requested review from a team and odinr as code owners October 6, 2025 17:06
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

🦋 Changeset detected

Latest commit: c7067b4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 29 packages
Name Type
@equinor/fusion-framework-module-telemetry Patch
@equinor/fusion-framework-module-services Patch
@equinor/fusion-framework-cli Patch
@equinor/fusion-framework-module-bookmark Patch
@equinor/fusion-framework-module-http Patch
@equinor/fusion-framework-module-app Patch
@equinor/fusion-framework-module-msal Patch
@equinor/fusion-framework-module-service-discovery Patch
@equinor/fusion-framework-app Patch
@equinor/fusion-framework Patch
@equinor/fusion-framework-vite-plugin-spa Patch
@equinor/fusion-framework-react-components-people-provider Patch
@equinor/fusion-framework-cookbook-app-react-ag-grid Patch
@equinor/fusion-framework-cookbook-app-react-context-custom-error Patch
@equinor/fusion-framework-cookbook-app-react-context Patch
@equinor/fusion-framework-cookbook-app-react-feature-flag Patch
poc-portal Patch
portal Patch
@equinor/fusion-framework-react-components-bookmark Patch
@equinor/fusion-framework-react-module-bookmark Patch
@equinor/fusion-framework-module-widget Patch
@equinor/fusion-framework-legacy-interopt Patch
@equinor/fusion-framework-react-module-http Patch
@equinor/fusion-framework-widget Patch
@equinor/fusion-framework-react-app Patch
@equinor/fusion-framework-react Patch
@equinor/fusion-framework-module-signalr Patch
@equinor/fusion-framework-dev-server Patch
@equinor/fusion-framework-react-module-signalr Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the 🚧 chore maintaines work, (update deps, workflos ...) label Oct 6, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 6, 2025 17:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zod-4.1.12 branch from 98a0940 to a687c93 Compare October 15, 2025 06:28
github-actions[bot]
github-actions bot previously approved these changes Oct 15, 2025
github-actions[bot]
github-actions bot previously approved these changes Oct 29, 2025
github-actions[bot]
github-actions bot previously approved these changes Oct 30, 2025
@odinr
Copy link
Collaborator

odinr commented Oct 30, 2025

Research Summary: Zod Update Impact & Compatibility

Update Details:

  • Zod: 4.1.114.1.12 (patch version bump)
  • Production dependency used across 8+ framework packages for schema validation

Impact:

  • Scope: Core validation library used throughout Fusion Framework
  • Usage: Schema validation in modules (telemetry, services, bookmark, http, app, msal, service-discovery, cli)
  • Error Handling: Critical bug fix for ZodError.flatten() method

Compatibility:

  • Breaking Changes: None identified - patch version update
  • API Changes: No breaking API changes, only internal improvements
  • Migration: No migration required, fully backward compatible

Bug Fixes Applied:

  • Critical Fix: ZodError.flatten() no longer crashes on 'toString' key (#5266)
  • Type Improvements: Unified code structure and enhanced type safety (#5278)
  • Documentation: Added ecosystem tools and fixed examples

Risk Assessment: Low - Patch update with important error handling fix. Zod maintains strict semantic versioning and backward compatibility.

Affected Packages:

  • @equinor/fusion-framework-module-telemetry (uses ^4.1.11)
  • @equinor/fusion-framework-module-services (uses ^4.1.8)
  • @equinor/fusion-framework-cli (uses ^4.1.8)
  • @equinor/fusion-framework-module-bookmark
  • @equinor/fusion-framework-module-http
  • @equinor/fusion-framework-module-app
  • @equinor/fusion-framework-module-msal
  • @equinor/fusion-framework-module-service-discovery

dependabot bot and others added 2 commits October 30, 2025 18:51
Bumps [zod](https://github.com/colinhacks/zod) from 4.1.11 to 4.1.12.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.11...v4.1.12)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@odinr odinr force-pushed the dependabot/npm_and_yarn/zod-4.1.12 branch from caf385b to c7067b4 Compare October 30, 2025 17:56
@odinr odinr merged commit 443414f into main Oct 30, 2025
5 checks passed
@odinr odinr deleted the dependabot/npm_and_yarn/zod-4.1.12 branch October 30, 2025 17:56
@github-actions
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 6.09% 53723 / 881448
🔵 Statements 6.09% 53723 / 881448
🔵 Functions 43.65% 530 / 1214
🔵 Branches 63.84% 952 / 1491
File CoverageNo changed files found.
Generated in workflow #11062 for commit c7067b4 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 chore maintaines work, (update deps, workflos ...) dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants