Skip to content

chore - audit updates feb 10th#4139

Open
devinea wants to merge 3 commits intomainfrom
audit_issues_feb10th
Open

chore - audit updates feb 10th#4139
devinea wants to merge 3 commits intomainfrom
audit_issues_feb10th

Conversation

@devinea
Copy link
Member

@devinea devinea commented Feb 10, 2026

Related #4138

@devinea devinea requested review from a team as code owners February 10, 2026 16:24
@changeset-bot
Copy link

changeset-bot bot commented Feb 10, 2026

⚠️ No Changeset found

Latest commit: 9d03857

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

Copy link
Contributor

@donal-tobin-sap donal-tobin-sap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrades look good to me.

@donal-tobin-sap
Copy link
Contributor

donal-tobin-sap commented Feb 10, 2026

Looks related to the storybook webpack update.

  [build:storybook] WARN   Failed to load preset: "file:///D:/a/open-ux-tools/open-ux-tools/node_modules/.pnpm/@storybook+builder-webpack5@10.2.8_esbuild@0.25.11_storybook@8.6.15_typescript@5.9.3/node_modules/@storybook/builder-webpack5/dist/presets/preview-preset.js"
  [build:storybook] Error: Cannot find module 'file:///D:/a/open-ux-tools/open-ux-tools/node_modules/.pnpm/@storybook+builder-webpack5@10.2.8_esbuild@0.25.11_storybook@8.6.15_typescript@5.9.3/node_modules/@storybook/builder-webpack5/dist/presets/preview-preset.js'
  [build:storybook] Require stack:
  [build:storybook] - D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\@storybook+core@8.6.15_prettier@3.6.2_storybook@8.6.15\node_modules\@storybook\core\dist\common\index.cjs
  [build:storybook] - D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\storybook@8.6.15_prettier@3.6.2\node_modules\storybook\dist\proxy.cjs
  [build:storybook] - D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\storybook@8.6.15_prettier@3.6.2\node_modules\storybook\bin\index.cjs
  [build:storybook]     at Function.<anonymous> (node:internal/modules/cjs/loader:1383:15)
  [build:storybook]     at Module._resolveFilename (D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\esbuild-register@3.6.0_esbuild@0.25.11\node_modules\esbuild-register\dist\node.js:4794:36)
  [build:storybook]     at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
  [build:storybook]     at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
  [build:storybook]     at Function._load (node:internal/modules/cjs/loader:1192:37)
  [build:storybook]     at TracingChannel.traceSync (node:diagnostics_channel:328:14)
  [build:storybook]     at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
  [build:storybook]     at Module.require (node:internal/modules/cjs/loader:1463:12)
  [build:storybook]     at require (node:internal/modules/helpers:147:16)
  [build:storybook]     at interopRequireDefault (D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\@storybook+core@8.6.15_prettier@3.6.2_storybook@8.6.15\node_modules\@storybook\core\dist\common\index.cjs:11704:11)
  [build:storybook] WARN   Failed to load preset: {"type":"presets","name":"D:\\a\\open-ux-tools\\open-ux-tools\\node_modules\\.pnpm\\@storybook+react@10.2.8_react-dom@16.14.0_react@16.14.0_storybook@8.6.15_typescript@5.9.3\\node_modules\\@storybook\\react\\dist\\preset.js"}
  [build:storybook] SyntaxError: The requested module 'storybook/internal/core-server' does not provide an export named 'Tag'
  [build:storybook]     at ModuleJobSync.runSync (node:internal/modules/esm/module_job:440:37)
  [build:storybook]     at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:435:47)
  [build:storybook]     at loadESMFromCJS (node:internal/modules/cjs/loader:1537:24)
  [build:storybook]     at Module._compile (node:internal/modules/cjs/loader:1688:5)
  [build:storybook]     at node:internal/modules/cjs/loader:1839:10
  [build:storybook]     at Object.newLoader (D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\esbuild-register@3.6.0_esbuild@0.25.11\node_modules\esbuild-register\dist\node.js:2262:9)
  [build:storybook]     at extensions..js (D:\a\open-ux-tools\open-ux-tools\node_modules\.pnpm\esbuild-register@3.6.0_esbuild@0.25.11\node_modules\esbuild-register\dist\node.js:4833:24)
  [build:storybook]     at Module.load (node:internal/modules/cjs/loader:1441:32)
  [build:storybook]     at Function._load (node:internal/modules/cjs/loader:1263:12)
  [build:storybook]     at TracingChannel.traceSync (node:diagnostics_channel:328:14)

* origin/main:
  feat: add AI Agent Guidelines for SAP UX Tools (#4134)
  chore: apply latest changesets
  fix: handle service-name if present (#4125)
  chore: apply latest changesets
  feat: add auto-fix to sap-width-including-column-header rule (#4053)
  chore: apply latest changesets
  fix(security): upgrade axios (#4138)
  chore: apply latest changesets
  fix: add node.js engine requirement (#4117)
  chore: apply latest changesets
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.

2 participants

Comments