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

update all safe dependencies #355

Merged
merged 2 commits into from
Feb 11, 2022
Merged

update all safe dependencies #355

merged 2 commits into from
Feb 11, 2022

Conversation

bh2smith
Copy link
Owner

@bh2smith bh2smith commented Feb 5, 2022

Closes #348 and #349

Had to change the build script (which is weird).

@bh2smith bh2smith requested a review from schmanu February 5, 2022 18:33
Copy link
Collaborator

@schmanu schmanu left a comment

Choose a reason for hiding this comment

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

Everything looks good.

But I'm not sure I understand the linter changes.

@@ -1,12 +1,6 @@
module.exports = {
plugins: ["import"],
extends: [
"plugin:import/recommended",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why was this rule removed?

If I add it locally it does not cause any problems.

Copy link
Owner Author

Choose a reason for hiding this comment

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

I think its because I was using a different node version. We probably don't need to fix this. I have tried with v14 (as specified here in the our package file). I think I was trying to use v17. Will revert this change.

Copy link
Owner Author

Choose a reason for hiding this comment

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

This is the problem for me (even with v14)

Creating an optimized production build...
Failed to compile.

Plugin "import" was conflicted between ".eslintrc.js" and ".eslintrc.js » plugin:import/recommended".

@bh2smith bh2smith merged commit e49a4f5 into master Feb 11, 2022
@bh2smith bh2smith deleted the update-packages branch February 11, 2022 12:13
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.

2 participants