conventional-changelog / conventional-changelog-config-spec

a spec describing the config options supported by conventional-config for upstream tooling
109 stars 32 forks source link

chore(deps): update dependency standard to v13 #21

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
standard (source) devDependencies major 12.0.1 -> 13.0.2

Release Notes

standard/standard ### [`v13.0.2`](https://togithub.com/standard/standard/blob/master/CHANGELOG.md#​1302---2019-07-12) [Compare Source](https://togithub.com/standard/standard/compare/v13.0.1...v13.0.2) - Fix global installations of `standard` not finding dependencies due to ESLint v6 plugin resolution change [#​1327](https://togithub.com/standard/standard/issues/1327) [#​1328](https://togithub.com/standard/standard/issues/1328) [#​1329](https://togithub.com/standard/standard/issues/1329) ### [`v13.0.1`](https://togithub.com/standard/standard/blob/master/CHANGELOG.md#​1301---2019-07-11) [Compare Source](https://togithub.com/standard/standard/compare/v13.0.0...v13.0.1) ##### Changed rules - Relax rule: Only enforce `const` in destructuring when all variables are constant [#​1325](https://togithub.com/standard/standard/issues/1325) ### [`v13.0.0`](https://togithub.com/standard/standard/blob/master/CHANGELOG.md#​1300---2019-07-10) [Compare Source](https://togithub.com/standard/standard/compare/v12.0.1...v13.0.0) Welcome to the latest version of `standard`! As with every new major release, there are lots of new rules in 13.0.0 designed to help catch bugs and make programmer intent more explicit. `standard` is more popular than ever – **640,000 downloads per month!** It's even more popular – **3,000,000 downloads per month** – if you include the [ESLint configuration](https://www.npmjs.com/package/eslint-config-standard) that we also publish (for advanced users). When you upgrade, consider running `standard --fix` to automatically format your code to match the newly added rules. ❤️ If you enjoy StandardJS and want to support future releases, check out Feross's [GitHub Sponsors page](https://togithub.com/users/feross/sponsorship). GitHub is matching donations, so your dollars go twice as far! 🚀 ##### New features - Update `eslint` from `~5.16.0` to `~6.0.1` - BREAKING: Node.js 6 is no longer supported - Node.js 6 is EOL and will no longer be receiving security updates. As a result, the eslint team has decided to drop support for it. - To prevent breaking CI for projects which still support Node 6, `standard` silently passes when run by an unsupported version of Node. - **For `eslint-config-standard` users only:** Plugins are no longer affected by `eslint`'s location - Previously, ESLint loaded plugins relative to the location of the ESLint package itself. As a result, we suggested that users with global ESLint installations should also install plugins globally, and users with local ESLint installations should install plugins locally. - With ESLint v6, plugins should always be installed locally, even if ESLint was installed globally. More precisely, ESLint v6 resolves plugins relative to the end user’s project by default, and always resolves shareable configs and parsers relative to the location of the config file that imports them. - See [migrating to ESLint 6.0.0 for more information](https://eslint.org/docs/user-guide/migrating-to-6.0.0#-plugins-and-shareable-configs-are-no-longer-affected-by-eslints-location). - The documentation is now available in Japanese 🇯🇵! - Thanks to [@​Munieru](https://togithub.com/munierujp) for the excellent work! - Other community contributed translations exist in Spanish, French, Italian, Korean, Portuguese, Simplified Chinese, and Taiwanese Mandarin. - More translations are always welcome! - Update `eslint-plugin-promise` from `~4.0.0` to `~4.2.1` - Update `eslint-plugin-node` from `~7.0.1` to `~9.1.0` ##### New rules _(Estimated % of affected standard users, based on test suite in parens)_ - Disallow spaces inside of array brackets ([array-bracket-spacing](https://eslint.org/docs/rules/array-bracket-spacing)) [#​1203](https://togithub.com/standard/standard/issues/1203) [eslint-config-standard/#​131](https://togithub.com/standard/eslint-config-standard/pull/131) (14%) - Require `const` instead of `let` if variable is never reassigned ([prefer-const](https://eslint.org/docs/rules/prefer-const)) [#​523](https://togithub.com/standard/standard/issues/523) [eslint-config-standard/#​133](https://togithub.com/standard/eslint-config-standard/pull/133) (14%) - Disallow quotes around object literal property names that are not strictly required ([quote-props](https://eslint.org/docs/rules/quote-props)) [#​791](https://togithub.com/standard/standard/issues/791) (4%) - Disallow use of Object.prototypes builtins directly ([no-prototype-builtins](https://eslint.org/docs/rules/no-prototype-builtins)) [#​1310](https://togithub.com/standard/standard/issues/1310) (3%) - Require an empty line between class members ([lines-between-class-members](https://eslint.org/docs/rules/lines-between-class-members)) [#​438](https://togithub.com/standard/standard/issues/438) (1%) - Disallow using an async function as a Promise executor ([no-async-promise-executor](https://eslint.org/docs/rules/no-async-promise-executor)) [#​1309](https://togithub.com/standard/standard/issues/1309) (1%) - Disallow spaces inside of computed properties ([computed-property-spacing](https://eslint.org/docs/rules/computed-property-spacing)) [#​1315](https://togithub.com/standard/standard/issues/1315) [eslint-config-standard/#​131](https://togithub.com/standard/eslint-config-standard/pull/131) (1%) - Disallow unnecessary catch clauses ([no-useless-catch](https://eslint.org/docs/rules/no-useless-catch)) [#​1312](https://togithub.com/standard/standard/issues/1312) (0%) - Disallow characters which are made with multiple code points in character class syntax ([no-misleading-character-class](https://eslint.org/docs/rules/no-misleading-character-class)) [#​1311](https://togithub.com/standard/standard/issues/1311) (0%)

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.