Skip to content

Ci fix#376

Merged
maximiliani merged 5 commits into
mainfrom
ci-fix
May 18, 2026
Merged

Ci fix#376
maximiliani merged 5 commits into
mainfrom
ci-fix

Conversation

@maximiliani
Copy link
Copy Markdown
Member

Fixes #374

Signed-off-by: Maximilian Inckmann <maximilian.inckmann@kit.edu>
Signed-off-by: Maximilian Inckmann <maximilian.inckmann@kit.edu>
Copilot AI review requested due to automatic review settings May 18, 2026 08:23
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.69%. Comparing base (0ca2745) to head (edf4cf3).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #376   +/-   ##
=======================================
  Coverage   77.69%   77.69%           
=======================================
  Files          50       50           
  Lines        3520     3520           
  Branches     1040     1010   -30     
=======================================
  Hits         2735     2735           
  Misses        783      783           
  Partials        2        2           
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown

🎨 Chromatic Visual Tests

🔍 Visual changes detected

Review

View in Chromatic

Chromatic provides automated visual testing and review for component changes.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the monorepo release metadata and CI publishing workflow for the @kit-data-manager/pid-component ecosystem, aiming to produce clean publish artifacts and align package versions.

Changes:

  • Bump package versions/references to 0.4.2 across the root and wrapper packages (Stencil/React/Vue/Angular/Next.js demo) and update related metadata files.
  • Adjust the publish workflow to run tests before the build step and add packages/vue-library/.output to .gitignore.
  • Remove committed Nuxt/Vue .output build artifacts from the repository.

Reviewed changes

Copilot reviewed 23 out of 26 changed files in this pull request and generated no comments.

Show a summary per file
File Description
somesy.toml Bumps root project version to 0.4.2.
packages/vue-library/somesy.toml Bumps Vue wrapper metadata version to 0.4.2.
packages/vue-library/package.json Updates Vue wrapper version and dependency on @kit-data-manager/pid-component.
packages/vue-library/.output/server/chunks/build/entry-styles.DSUj0nhV.mjs.map Removes committed Nuxt build artifact.
packages/vue-library/.output/server/chunks/build/entry-styles.DSUj0nhV.mjs Removes committed Nuxt build artifact.
packages/vue-library/.output/public/_nuxt/builds/meta/a7125ec6-1323-4506-8971-14448c56dec5.json Removes committed Nuxt build artifact.
packages/vue-library/.output/public/_nuxt/builds/meta/8ea604e2-ef50-4d66-a10b-99597bff3df4.json Removes committed Nuxt build artifact.
packages/vue-library/.output/public/_nuxt/builds/meta/404057d3-ea4e-4c68-af4b-be1e07c02100.json Removes committed Nuxt build artifact.
packages/stencil-library/web-types.json Updates web-types version to 0.4.2.
packages/stencil-library/somesy.toml Bumps Stencil package metadata version to 0.4.2.
packages/stencil-library/package.json Bumps Stencil package version to 0.4.2.
packages/stencil-library/codemeta.json Bumps Stencil codemeta version to 0.4.2.
packages/stencil-library/CITATION.cff Bumps Stencil citation version to 0.4.2.
packages/react-library/somesy.toml Bumps React wrapper metadata version to 0.4.2.
packages/react-library/package.json Updates React wrapper version and dependency on @kit-data-manager/pid-component.
packages/react-library/codemeta.json Bumps React codemeta version to 0.4.2.
packages/react-library/CITATION.cff Bumps React citation version to 0.4.2.
packages/nextjs-app/package.json Bumps demo app version and updates dependencies to 0.4.2.
packages/angular-library/somesy.toml Bumps Angular wrapper metadata version to 0.4.2.
packages/angular-library/package.json Updates Angular wrapper version and dependency on @kit-data-manager/pid-component.
package.json Bumps monorepo version and updates devDependency versions.
package-lock.json Updates lockfile for version/dependency changes (but contains an inconsistency for vue-library).
codemeta.json Bumps root codemeta version to 0.4.2.
CITATION.cff Bumps root citation version to 0.4.2.
.gitignore Ignores packages/vue-library/.output build output directory.
.github/workflows/publish.yml Runs tests before build and then uploads build artifacts for publish jobs.

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

@github-actions
Copy link
Copy Markdown

Test Results

Coverage Summary

Node Lines Statements Branches Functions
22 76.78% 75.70% 62.01% 78.15%
24 76.78% 75.70% 62.01% 78.15%

Coverage & Quality Reports

📊 Codecov Report
🎨 Chromatic Status


For more details, check the workflow run

Signed-off-by: Maximilian Inckmann <maximilian.inckmann@kit.edu>
Signed-off-by: Maximilian Inckmann <maximilian.inckmann@kit.edu>
@github-actions
Copy link
Copy Markdown

🎨 Chromatic Visual Tests

🔍 Visual changes detected

Review

View in Chromatic

Chromatic provides automated visual testing and review for component changes.

@github-actions
Copy link
Copy Markdown

Test Results

Coverage Summary

Node Lines Statements Branches Functions
24 76.78% 75.70% 62.01% 78.15%
25 76.78% 75.70% 62.01% 78.15%

Coverage & Quality Reports

📊 Codecov Report
🎨 Chromatic Status


For more details, check the workflow run

Signed-off-by: Maximilian Inckmann <maximilian.inckmann@kit.edu>
@github-actions
Copy link
Copy Markdown

🎨 Chromatic Visual Tests

🔍 Visual changes detected

Review

View in Chromatic

Chromatic provides automated visual testing and review for component changes.

@github-actions
Copy link
Copy Markdown

Test Results

Coverage Summary

Node Lines Statements Branches Functions
22 76.78% 75.70% 62.01% 78.15%
24 76.78% 75.70% 62.01% 78.15%
25 76.78% 75.70% 62.01% 78.15%

Coverage & Quality Reports

📊 Codecov Report
🎨 Chromatic Status


For more details, check the workflow run

@maximiliani maximiliani merged commit a9e5e5d into main May 18, 2026
10 checks passed
@maximiliani maximiliani deleted the ci-fix branch May 18, 2026 09:07
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.

Failed to update to 0.4.0

2 participants