Skip to content

Bump all packages to latest versions#3

Merged
danielemery merged 2 commits into
simonpratt:masterfrom
danielemery:master
Nov 3, 2023
Merged

Bump all packages to latest versions#3
danielemery merged 2 commits into
simonpratt:masterfrom
danielemery:master

Conversation

@danielemery
Copy link
Copy Markdown
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

Comment thread package.json
"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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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