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

fix: update "please-upgrade-node" to version 3.0.2 #434

Merged

Conversation

ChristianMurphy
Copy link
Contributor

@ChristianMurphy ChristianMurphy commented Apr 25, 2018

Includes semantic version range checking that avoids incorrect flagging of Node.js version 10+. typicode/please-upgrade-node#11

Resolves #432
Edit: Closes #433

Includes semantic version range checking that avoids incorrect flagging
of Node.js version 10+
@codecov
Copy link

codecov bot commented Apr 25, 2018

Codecov Report

Merging #434 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   98.18%   98.18%           
=======================================
  Files          11       11           
  Lines         220      220           
  Branches       25       25           
=======================================
  Hits          216      216           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5fba40d...e252f37. Read the comment docs.

Copy link
Collaborator

@sudo-suhas sudo-suhas left a comment

Choose a reason for hiding this comment

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

LGTM

@sudo-suhas sudo-suhas merged commit b9d84ce into lint-staged:master Apr 26, 2018
@sudo-suhas
Copy link
Collaborator

Released in v7.0.5 🎉
Thanks @ChristianMurphy!

@ChristianMurphy ChristianMurphy deleted the chore/please-upgrade-node branch April 26, 2018 02:11
gitgrimbo added a commit to gitgrimbo/intern that referenced this pull request Jun 26, 2018
lint-staged/lint-staged#434

Includes semantic version range checking that avoids incorrect flagging
of Node.js version 10+. typicode/please-upgrade-node#11

E.g.:

```
node --version
v10.3.0
```

and:

```
git commit -m "fix(html reporter): toggle visibility in IE11" src/lib/reporters/Html.ts
lint-staged requires at least version 6 of Node, please upgrade
pre-commit:
pre-commit: We've failed to pass the specified git pre-commit hooks as
the `precommit`
pre-commit: hook returned an exit code (1). If you're feeling
adventurous you can
pre-commit: skip the git pre-commit hooks by adding the following flags
to your commit:
pre-commit:
pre-commit:   git commit -n (or --no-verify)
pre-commit:
pre-commit: This is ill-advised since the commit is broken.
pre-commit:
```
gitgrimbo added a commit to gitgrimbo/intern that referenced this pull request Jun 26, 2018
lint-staged/lint-staged#434

Includes semantic version range checking that avoids incorrect flagging
of Node.js version 10+. typicode/please-upgrade-node#11

E.g.:

```
node --version
v10.3.0
```

incorrectly causes:

```
git commit -m "fix(html reporter): toggle visibility in IE11" src/lib/reporters/Html.ts
lint-staged requires at least version 6 of Node, please upgrade
pre-commit:
pre-commit: We've failed to pass the specified git pre-commit hooks as
the `precommit`
pre-commit: hook returned an exit code (1). If you're feeling
adventurous you can
pre-commit: skip the git pre-commit hooks by adding the following flags
to your commit:
pre-commit:
pre-commit:   git commit -n (or --no-verify)
pre-commit:
pre-commit: This is ill-advised since the commit is broken.
pre-commit:
```
jason0x43 pushed a commit to theintern/intern that referenced this pull request Jul 2, 2018
lint-staged/lint-staged#434

Includes semantic version range checking that avoids incorrect flagging
of Node.js version 10+. typicode/please-upgrade-node#11

E.g.:

```
node --version
v10.3.0
```

incorrectly causes:

```
git commit -m "fix(html reporter): toggle visibility in IE11" src/lib/reporters/Html.ts
lint-staged requires at least version 6 of Node, please upgrade
pre-commit:
pre-commit: We've failed to pass the specified git pre-commit hooks as
the `precommit`
pre-commit: hook returned an exit code (1). If you're feeling
adventurous you can
pre-commit: skip the git pre-commit hooks by adding the following flags
to your commit:
pre-commit:
pre-commit:   git commit -n (or --no-verify)
pre-commit:
pre-commit: This is ill-advised since the commit is broken.
pre-commit:
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants