Dependency
|
eslint-config-okonet
|
Current Version
|
1.2.3
|
Type
|
devDependency
|
The version 2.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of eslint-config-okonet.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 2 commits .
See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 3.0.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 4 commits .
58b4e27
3.0.0
19dcb8b
2.0.1
e0172f8
Add eslint-config-prettier with flowtype and react presets. Removed unnecessary styling rules.
b674d36
Add check task
See the full diff.
Version 3.0.1 just got published.
Update to this version instead 🚀
Commits
The new version differs by 2 commits .
See the full diff.
Version 3.0.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 2 commits .
See the full diff.
Version 4.0.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 2 commits .
See the full diff.
Version 4.0.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 2 commits.
See the full diff
Version 5.0.0 just got published.
Update to this version instead 🚀
Release Notes
v5.0.0
5.0.0 (2017-08-25)
Features
- Upgrade all dependencies to latest versions (53c32c8)
BREAKING CHANGES
- Lots of breaking changes possible.
Commits
The new version differs by 4 commits.
8715992
build: Add semantic-release
28404e9
build: Add Travis CI integration
a7e34ce
chore: Add .editorconfig
53c32c8
feat: Upgrade all dependencies to latest versions
See the full diff
Version 5.0.1 just got published.
Update to this version instead 🚀
Release Notes
v5.0.1
5.0.1 (2017-08-26)
Bug Fixes
- Fix peer dependencies and add missing dev dependencies (a4904af)
Commits
The new version differs by 4 commits.
a4904af
fix: Fix peer dependencies and add missing dev dependencies
9db842d
Merge pull request #2 from okonet/greenkeeper/update-all
a4aab86
Merge branch 'master' into greenkeeper/update-all
2cdd9d7
chore(package): update dependencies
See the full diff
Version 6.0.0 just got published.
Update to this version instead 🚀
Release Notes
v6.0.0
6.0.0 (2017-09-11)
Features
- Separate React and Node configs on top of base config (#1) (cdd53bc)
BREAKING CHANGES
- Adding
"extends": "okonet"
will only add the basic config. See README
Commits
The new version differs by 1 commits.
cdd53bc
feat: Separate React and Node configs on top of base config (#1)
See the full diff
Version 6.0.1 just got published.
Update to this version instead 🚀
Release Notes
v6.0.1
6.0.1 (2017-09-11)
Bug Fixes
- Set ecmaVersion to 2017 (e2e5aa3)
- Use require.resolve to resolve babel-eslint (4dad21b)
Commits
The new version differs by 4 commits.
e2e5aa3
fix: Set ecmaVersion to 2017
4dad21b
fix: Use require.resolve to resolve babel-eslint
c9e0f2b
chore: Use husky instead of pre-commit (#2)
dd39713
docs: Use master branch for the TravisCI badge
See the full diff
Version 6.1.0 just got published.
Update to this version instead 🚀
Release Notes
v6.1.0
6.1.0 (2017-09-13)
Bug Fixes
- Install missing peer dependencies (#5) (6f7e857)
Features
- Add install-peerdeps and made deps as peerDeps (#4) (d15384c)
Commits
The new version differs by 2 commits.
6f7e857
fix: Install missing peer dependencies (#5)
d15384c
feat: Add install-peerdeps and made deps as peerDeps (#4)
See the full diff
Version 6.1.1 just got published.
Update to this version instead 🚀
Release Notes
v6.1.1
6.1.1 (2017-09-13)
Bug Fixes
- Add
tests/*.js
to import/no-extraneous-dependencies (bd36862)
Commits
The new version differs by 1 commits.
bd36862
fix: Add tests/*.js
to import/no-extraneous-dependencies
See the full diff
Version 6.1.2 just got published.
Update to this version instead 🚀
Release Notes
v6.1.2
6.1.2 (2017-09-13)
Bug Fixes
- Add more 'import/no-extraneous-dependencies' exceptions (a1b48ca)
Commits
The new version differs by 1 commits.
a1b48ca
fix: Add more 'import/no-extraneous-dependencies' exceptions
See the full diff
Version 6.1.3 just got published.
Update to this version instead 🚀
Release Notes
v6.1.3
6.1.3 (2017-09-13)
Bug Fixes
- Separate flowtype preset from the base one (4fd8a40)
Commits
The new version differs by 1 commits.
4fd8a40
fix: Separate flowtype preset from the base one
See the full diff
Version 7.0.0 just got published.
Update to this version instead 🚀
Release Notes
v7.0.0
7.0.0 (2018-08-18)
Bug Fixes
- semantic-release: Use semantic-release on the Travis CI (#7) (1b73b8b)
Features
- Upgrade to latest versions and remove eslint-config-airbnb (#6) (66c1941)
BREAKING CHANGES
- This might break a lot so releasing a major version
Commits
The new version differs by 2 commits.
1b73b8b
fix(semantic-release): Use semantic-release on the Travis CI (#7)
66c1941
feat: Upgrade to latest versions and remove eslint-config-airbnb (#6)
See the full diff
Version 7.0.1 just got published.
Update to this version instead 🚀
Release Notes
v7.0.1
7.0.1 (2018-08-18)
Bug Fixes
- React: Fix require and extend of eslint-plugin-jsx-a11y (#8) (7f7ad85)
Commits
The new version differs by 1 commits.
7f7ad85
fix(React): Fix require and extend of eslint-plugin-jsx-a11y (#8)
See the full diff
Version 7.0.2 just got published.
Update to this version instead 🚀
Release Notes
v7.0.2
7.0.2 (2018-08-18)
Bug Fixes
- Fix requires of external plugins and configs (#9) (ca56503)
Commits
The new version differs by 1 commits.
ca56503
fix: Fix requires of external plugins and configs (#9)
See the full diff
Version 7.0.3 just got published.
Update to this version instead 🚀
Release Notes
v7.0.3
7.0.3 (2018-08-18)
Bug Fixes
- upgrade peerDependencies to latest versions (#10) (0a07e05)
Commits
The new version differs by 1 commits.
0a07e05
fix: upgrade peerDependencies to latest versions (#10)
See the full diff