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

Bump all packages to latest versions #3

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

danielemery
Copy link
Collaborator

Updated package versions to latest.

There is still a "critical" vulnerability outstanding that appears to be about to be fixed: trivago/prettier-plugin-sort-imports#263

So I might wait for it to be merged & deployed before we merge this.

Fixes #2

"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.1"
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@simonpratt what are these dev dependencies actually used for? Are they needed?

Copy link
Owner

Choose a reason for hiding this comment

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

I not really sure. From memory the packages required to use prettier with eslint have change quite a bit since I last touched this package.json

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think most of the packages are probably needed by the consumer. Which your nice cli utility installs on their behalf 😄

I'm just wondering what the dev dependencies are for, maybe they're here with a view to implementing some tests of the linting setup in this repo in the future?

@danielemery danielemery merged commit 946999f into simonpratt:master Nov 3, 2023
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.

Update package versions
2 participants