Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Update minimist #124

Merged
merged 2 commits into from May 14, 2020
Merged

Update minimist #124

merged 2 commits into from May 14, 2020

Conversation

k8reindeer
Copy link
Contributor

Links

GIF/Screenshots:

Changes:

  • npm uninstall --save eslint
  • npm install --save-dev eslint
    What this did was reinstall eslint with all of its dependencies upgraded (including minimist). Now minimist is above the recommended version!

Then made a change to the lint config because it wasn't running -- colliding with the eslint in the parent folder. Now it runs!

How To Test:

  • Tested the block on staging, it still works, but it should because eslint is only a dev dependency. Eslint runs fine locally (there are a few lint errors to be fixed separately)

Feedback I'm looking for:

Just a 👍 that I'm not crazy!

Things left to do before deploying:

  • ...

@vercel
Copy link

vercel bot commented May 13, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/neighborexpress/neighbor-express/2713zs8hg
✅ Preview: https://neighbor-express-git-update-minimist.neighborexpress.now.sh

"version": "0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
"version": "1.2.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Github told us to make sure it's above 0.2.1... so I think we're good :)

@k8reindeer k8reindeer requested a review from keithk May 13, 2020 22:28
Copy link
Contributor

@keithk keithk left a comment

Choose a reason for hiding this comment

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

🙏 Do we not need react/recommended, anymore?

Copy link
Contributor

@keithk keithk left a comment

Choose a reason for hiding this comment

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

🤦 Nope because this is the emails!

@k8reindeer k8reindeer merged commit 2390b11 into master May 14, 2020
@k8reindeer k8reindeer deleted the update-minimist branch May 14, 2020 00:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants