Skip to content

fix: dependencies#100

Merged
pierrezimmermannbam merged 2 commits intomainfrom
fix/dependencies
Nov 15, 2023
Merged

fix: dependencies#100
pierrezimmermannbam merged 2 commits intomainfrom
fix/dependencies

Conversation

@pierrezimmermannbam
Copy link
Copy Markdown
Contributor

We had a bug on Safran because the plugin has a version of @typescript-eslint/parser that does not match the one we have on our project. It was a dependency but it should be a peer dep like other packages.

There were other issues, some peer deps were not the same as dev deps, this is because renovate updated some dev deps but did not update peer deps as well. Finally some peer deps were not included in dev deps (a11y plugin) which was fine because it's not tested at all but it would have been problematic otherwise

@github-actions github-actions Bot added the no-conventional-pr-name PR name does not respect conventional commit label Nov 14, 2023
@pierrezimmermannbam pierrezimmermannbam changed the title Fix/dependencies BREAKING CHANGE: dependencies Nov 14, 2023
@pierrezimmermannbam pierrezimmermannbam changed the title BREAKING CHANGE: dependencies fix: dependencies Nov 14, 2023
@github-actions github-actions Bot removed the no-conventional-pr-name PR name does not respect conventional commit label Nov 14, 2023
@pierrezimmermannbam pierrezimmermannbam merged commit 893c08b into main Nov 15, 2023
@pierrezimmermannbam pierrezimmermannbam deleted the fix/dependencies branch November 15, 2023 17:04
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.

1 participant