-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: unify prettier to 3.4.2 #212
base: main
Are you sure you want to change the base?
chore: unify prettier to 3.4.2 #212
Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
8673a9e
to
ab8e255
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.
lgtm
ab8e255
to
b2797f4
Compare
...paces/orchestrator/plugins/orchestrator-backend/static/generated/envelope/combined.bundle.js
Outdated
Show resolved
Hide resolved
...diagram/org.kie.workbench.common.stunner.sw.KogitoSWEditor/css/bootstrap-3.4.1.min.cache.css
Outdated
Show resolved
Hide resolved
workspaces/repo-tools/packages/cli/src/lib/workspaces/templates/workspace/.gitignore.hbs
Outdated
Show resolved
Hide resolved
...paces/orchestrator/plugins/orchestrator-backend/static/generated/envelope/combined.bundle.js
Outdated
Show resolved
Hide resolved
workspaces/repo-tools/packages/cli/src/lib/workspaces/templates/workspace/catalog-info.yaml.hbs
Outdated
Show resolved
Hide resolved
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.
ignore all the generated files and revert the changes
bb327d3
to
f3eda57
Compare
f3eda57
to
c657a3a
Compare
c657a3a
to
91f9285
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.
Hi @mareklibra, this looks much better now. But can you take a look into the root package.json and yarn.lock?
@@ -15,25 +15,50 @@ | |||
"type": "module", | |||
"packageManager": "[email protected]", | |||
"devDependencies": { | |||
"@backstage/catalog-model": "^1.7.2", |
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.
I think we should not add this kind of dependencies to the root package.json
"axios": "^1.7.9", | ||
"chalk": "^5.4.0", | ||
"commander": "^12.1.0", | ||
"cross-fetch": "^4.0.0", |
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.
Shouldn't be needed here.
Unifies prettier to a single 3.4.2 version through-out the whole repo.
Different prettier versions give different results on the same sources which is causing issues/confusion when switching between local dev and CI envs.
The first commit is result of a manual change, the later one is the result of calling the prettier from the root-level and then from every workspace.