Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix versions 3.6.2 and up breaking with portal frontend build #361

Open
oyo opened this issue Oct 23, 2024 · 0 comments
Open

Fix versions 3.6.2 and up breaking with portal frontend build #361

oyo opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@oyo
Copy link
Contributor

oyo commented Oct 23, 2024

Current Behavior

After dependency upgrade in the portal frontend build with shared components v3.6.3 and later will break with error messages. With v3.6.2 the build was working.

Expected Behavior

We expect a library with the features, fixes and upgrades that doesn't break existing applications.

Steps To Reproduce

$ git clone [email protected]:eclipse-tractusx/portal-frontend.git
$ cd portal-frontend
$ yarn
$ yarn build
# notice successful build with 3.6.1

$ sed -e 's/components": "^3\..\..",/components": "3.6.3",/g' -i package.json
$ yarn
$ yarn build
# notice error output with 3.6.3
Found 24 errors in 18 files.
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: USER READY
Development

No branches or pull requests

1 participant