Skip to content

chore(jest-environment-ui5): add support metadata#4847

Open
YfengJ wants to merge 2 commits into
SAP:mainfrom
YfengJ:codex/jest-environment-ui5-support-metadata
Open

chore(jest-environment-ui5): add support metadata#4847
YfengJ wants to merge 2 commits into
SAP:mainfrom
YfengJ:codex/jest-environment-ui5-support-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 16, 2026

Copy link
Copy Markdown

Summary

  • add npm bugs.url metadata for @sap-ux/jest-environment-ui5
  • add a package homepage pointing to the package README in this repository

Verification

  • node -e "const p=require('./packages/jest-environment-ui5/package.json'); if (p.homepage !== 'https://github.com/SAP/open-ux-tools/tree/main/packages/jest-environment-ui5#readme') throw new Error('homepage mismatch'); if (p.bugs?.url !== 'https://github.com/SAP/open-ux-tools/issues') throw new Error('bugs mismatch'); console.log(JSON.stringify({homepage:p.homepage, bugs:p.bugs}, null, 2));"
  • git diff --check
  • corepack pnpm install --frozen-lockfile --ignore-scripts
  • corepack pnpm --filter @sap-ux/jest-environment-ui5 run lint (passes with existing JSDoc warnings)
  • corepack pnpm --filter @sap-ux/jest-environment-ui5 run test-ut
  • npm pack --dry-run --ignore-scripts --json ./packages/jest-environment-ui5

@YfengJ YfengJ requested a review from a team as a code owner June 16, 2026 23:11
Copilot AI review requested due to automatic review settings June 16, 2026 23:11
@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: a72f549

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

This PR includes changesets to release 1 package
Name Type
@sap-ux/jest-environment-ui5 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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds missing npm package metadata links for the jest-environment-ui5 package to improve discoverability and support routing.

Changes:

  • Added bugs.url pointing to the repository issues page
  • Added homepage pointing to the package README within the monorepo

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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