EPSIBordeaux / epsi-expert-system

MIT License
1 stars 0 forks source link

chore(deps): update dependency standard to v12 #42

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
standard devDependencies major 11.0.1 -> 12.0.1 homepage, source

Release Notes

standard/standard ### [`v12.0.1`](https://renovatebot.com/gh/standard/standard/blob/master/CHANGELOG.md#​1201---2018-08-29) [Compare Source](https://renovatebot.com/gh/standard/standard/compare/v12.0.0...v12.0.1) - Since ESLint 5 no longer supports Node 4, `standard` silently passes when run in Node 4, which matches the current behavior for Node 0.10, 0.12, and all other unsupported versions of Node. ### [`v12.0.0`](https://renovatebot.com/gh/standard/standard/blob/master/CHANGELOG.md#​1200---2018-08-28) [Compare Source](https://renovatebot.com/gh/standard/standard/compare/v11.0.1...v12.0.0) New version of ESLint, new version of Standard! When you upgrade, consider running `standard --fix` to automatically format your code to match the newly added rules. ##### New features - Update `eslint` from `~4.19.0` to `~5.4.0`. - Support JSXFragment nodes (e.g. `<>`) - Lots of minor changes to rules to catch more edge cases! - The README is now available in French! (Thanks [@​charliegerard](https://renovatebot.com/gh/charliegerard)!) - Other community contributed translations exist in Spanish, Italian, Korean, Portuguese, Simplified Chinese, and Taiwanese Mandarin. - More translations are welcome! ##### New rules _(Estimated % of affected standard users, based on test suite in parens)_ - Require spacing inside of braces ([object-curly-spacing](https://eslint.org/docs/rules/object-curly-spacing)) [#​609](https://renovatebot.com/gh/standard/standard/issues/609) [eslint-config-standard/#​35](https://renovatebot.com/gh/standard/eslint-config-standard/issues/35) (29%) - Disallow APIs that were deprecated in Node 10 ([no-deprecated-api](https://renovatebot.com/gh/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md)) [#​1164](https://renovatebot.com/gh/standard/standard/pull/1164) (15%) - e.g. `assert.equal()`, `assert.deepEqual()` and `assert.notEqual()` were deprecated in Node 10. - Disallow self assignment of properties ([no-self-assign](https://eslint.org/docs/rules/no-self-assign)) [#​1186](https://renovatebot.com/gh/standard/standard/issues/1186) (0%) ##### Changed rules None.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.