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

Upgrade 'standard' #34

Merged
merged 2 commits into from Jul 23, 2019
Merged

Upgrade 'standard' #34

merged 2 commits into from Jul 23, 2019

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Jul 11, 2019

Upgrade 'standard'

  • Upgrade other packages
  • Fix 'standard' error
    • 'wibble' is never reassigned. Use 'const' instead.

Drop Node.js 6 from .travis.yml

Node.js 6 is EOL.

I get the following error in a library that does not support Node.js 6.

node_modules/eslint/lib/cli-engine/cli-engine.js:257
        ...calculateStatsPerFile(messages)
        ^^^

* Upgrade other packages
* Fix 'standard' error
    * 'wibble' is never reassigned. Use 'const' instead.
Node.js 6 is EOL.

I get the following error in a library that does not support Node.js 6.
 
```
node_modules/eslint/lib/cli-engine/cli-engine.js:257
        ...calculateStatsPerFile(messages)
        ^^^
```
@zeke zeke merged commit 201fa49 into zeke:master Jul 23, 2019
@abetomo abetomo deleted the upgrade_standard branch July 23, 2019 05:45
@zeke
Copy link
Owner

zeke commented Jul 23, 2019

Thanks!

~/git/zeke/standard-markdown master
$ np minor

Publish a new version of standard-markdown (current: 5.0.1)

Commits:
- ignore package lock  957f602
- Merge pull request #34 from abetomo/upgrade_standard  201fa49
- Drop Node.js 6 from .travis.yml  6b72431
- Upgrade 'standard'  7579a91
- Merge pull request #32 from abetomo/add_nodejs12_to_ci_setting  3d752cf
- Add Node.js12 to CI setting  6e6f133

Commit Range:
v5.0.1...master


  ✔ Prerequisite check
  ✔ Git
  ✔ Cleanup
  ✔ Installing dependencies using npm
  ✔ Running tests using npm
  ✔ Bumping version using npm
  ✔ Publishing package using npm
  ✔ Pushing tags
  ✔ Creating release draft on GitHub

 standard-markdown 5.1.0 published 🎉

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.

None yet

2 participants