-
Notifications
You must be signed in to change notification settings - Fork 126
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
V10.4.0 #375
Conversation
Meanwhile what I really want is to know if the CI (GitHub Actions) is passing so I know if |
What kind of security system allows a manual override? 🤦♂️ This is an acknowledgement that their system is fundamentally broken. 💔 |
Attempted to run npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR! dev eslint@"^7.0.0-alpha.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">= 5.0.0" from [email protected]
npm ERR! node_modules/eslint-plugin-prettier
npm ERR! dev eslint-plugin-prettier@"^3.1.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint
npm ERR! peer eslint@">= 5.0.0" from [email protected]
npm ERR! node_modules/eslint-plugin-prettier
npm ERR! dev eslint-plugin-prettier@"^3.1.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution. |
Gonna try and manually update |
Somewhat predictably ... npm run lint
> [email protected] lint
> eslint lib
/Users/n/code/hapi-auth-jwt2/lib/index.js
20:21 error Insert `·` prettier/prettier
46:37 error Insert `·` prettier/prettier
56:32 error Insert `·` prettier/prettier
64:35 error Insert `·` prettier/prettier
73:31 error Insert `·` prettier/prettier
85:40 error Insert `·` prettier/prettier
184:12 error Replace `⏎········isValid,⏎········credentials,⏎········response,⏎········errorMessage,` with `·isValid,·credentials,·response,·errorMessage·}·=` prettier/prettier
189:7 error Replace `}·=` with `·` prettier/prettier
324:36 error Insert `·` prettier/prettier
340:33 error Insert `·` prettier/prettier
371:28 error Insert `·` prettier/prettier
402:23 error Insert `·` prettier/prettier
410:20 error Replace `err` with `(err)` prettier/prettier
424:27 error Insert `·` prettier/prettier
✖ 14 problems (14 errors, 0 warnings)
14 errors and 0 warnings potentially fixable with the `--fix` option. This is silly. 20:21 error Insert `·` the line in question is: Line 20 in 0cf2b34
How does this line need a |
Through a little investigation, 🔍 Sooooo glad I don't write |
Codecov Report
@@ Coverage Diff @@
## main #375 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 2
Lines ? 134
Branches ? 0
========================================
Hits ? 134
Misses ? 0
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…to avoid lint issues in future ...
@SimonLab please take a look and merge when you're back at your desk. Thanks. 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks 👍
This PR creates a new [maintenance] release for the package. 📦
To publish a version with the updated
jsonwebtoken
dependency #374 ⬆️Changelog:
Sadly the deps badges are no longer working:
Removing from
README.md
✂️Also:
.travis.yml
with.github
(GitHub Actions/CI + @dependabot)prettier
+eslint
to latest and updates code inindex.js
fromfunction
to=>
... 🙄 V10.4.0 #375 (comment)README.md
badges frommaster
tomain