-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dependabot/npm and yarn/frontend/storybook 8.5.x #947
Dependabot/npm and yarn/frontend/storybook 8.5.x #947
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 66 out of 66 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
.github/workflows/frontend.yml:32
- Using 'continue-on-error: true' might hide failures in the CI process; if this behavior is intentional, consider adding a comment or documentation to explain why it is safe to ignore errors.
continue-on-error: true
a2d9bc4
to
7f0b56d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 69 out of 69 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (3)
frontend/.storybook/test-runner.ts:24
- Consider providing a more descriptive error message that includes additional context (such as which story or page state triggered the error) to aid debugging when '#storybook-root' is not found.
throw new Error("elementHandler is null!");
frontend/.storybook/manager.js:1
- Please verify that replacing the import from '@storybook/addons' with '@storybook/manager-api' aligns with your current Storybook version requirements and that it does not break integrations relying on the legacy API.
import { addons } from '@storybook/manager-api';
frontend/.storybook/main.js:1
- [nitpick] The legacy '.storybook/main.js' configuration file has been entirely removed. Please confirm that all references to this configuration have been updated to use the new 'main.ts' setup to avoid unexpected issues.
module.exports = { ... }
fb7e9f5
to
a4c18eb
Compare
Yes. I wanted to see if the CI runner image gets the old |
a4c18eb
to
acac634
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.6.20 to 8.5.6. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.5.6/code/lib/cli) --- updated-dependencies: - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
- Refactor story definitions according to the migration guides - Add new test-runner for storybook as storybook tests (storyshots) have been removed - Generate the new snapshots
…ed charts - generate new snapshots - parametrize animated charts - new entry in Makefile to integrate the new test runner for storybook
…flow - Added Playwright test execution to the frontend CI workflow. - Removed the separate Playwright workflow file. - Updated the Makefile to include Playwright installation and test commands. - Modified `.gitignore` to include `playwright-failed`. - Updated `package.json` and `package-lock.json` with new dependencies for Storybook testing. - Added a page reload step in the Playwright test to ensure content is loaded.
- Bumped Storybook-related dependencies to version `8.5.8` in `package.json` and `package-lock.json`. - Updated `@storybook/test-runner` to version `0.21.3`. - Update makefile
…ement & update ts - Updated TypeScript version from `^4.4.x` to `^5.7.3` in `package.json` and `package-lock.json`. - Removed unused import of `React` in `Common.tsx` and `SectionHeader.tsx`. - Fixed type coercion issue in `InstanceCountLabel` component by converting `countText` to a number. - Ensured `aria-label` in `SectionHeader` uses `toString()` for translation. - facebook/create-react-app#13080 - certain deps demand higher ts version while react-scripts still depend on older ts versions - react-scripts still works fine with newer ts therefore overwrite ts version
3c3b54c
to
8d6cbda
Compare
- Added tests for `setToken`, `getToken`, and `isValidToken` functions in `auth.spec.ts`. - Added tests for `getKeyByValue`, `cleanSemverVersion`, `getInstanceStatus`, and `getErrorAndFlags` functions in `helpers.spec.ts`.
Update Storybook Version to 8.5.x
How to use
Submit new PRs and watch the frontend CI pipeline execution (
make ci
step).Testing done
CI=true make ci
and inspecting the outputfrontend
workflow multiple times