voxpelli / node-webmention-testpinger

A tool to ping your site with a variety of real world WebMentions
48 stars 5 forks source link

Update linters #35

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 6.7.2 -> 6.8.0
eslint-plugin-import devDependencies minor 2.18.2 -> 2.19.1

Release Notes

eslint/eslint ### [`v6.8.0`](https://togithub.com/eslint/eslint/releases/v6.8.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.7.2...v6.8.0) - [`c5c7086`](https://togithub.com/eslint/eslint/commit/c5c708666b450fb69522a55aa375626f9297dc6f) Fix: ignore aligning single line in key-spacing (fixes [#​11414](https://togithub.com/eslint/eslint/issues/11414)) ([#​12652](https://togithub.com/eslint/eslint/issues/12652)) (YeonJuan) - [`9986d9e`](https://togithub.com/eslint/eslint/commit/9986d9e0baed0d3586bbee472fe2fae2ed625f5d) Chore: add object option test cases in yield-star-spacing ([#​12679](https://togithub.com/eslint/eslint/issues/12679)) (YeonJuan) - [`1713d07`](https://togithub.com/eslint/eslint/commit/1713d0758b083f3840d724505f997a7cb20ff384) New: Add no-error-on-unmatched-pattern flag (fixes [#​10587](https://togithub.com/eslint/eslint/issues/10587)) ([#​12377](https://togithub.com/eslint/eslint/issues/12377)) (ncraley) - [`5c25a26`](https://togithub.com/eslint/eslint/commit/5c25a26608fbd9a1d0127c9a3653609aa4b63e86) Update: autofix bug in lines-between-class-members (fixes [#​12391](https://togithub.com/eslint/eslint/issues/12391)) ([#​12632](https://togithub.com/eslint/eslint/issues/12632)) (YeonJuan) - [`4b3cc5c`](https://togithub.com/eslint/eslint/commit/4b3cc5cd2459f04eae149faea0651785d7f9db0b) Chore: enable prefer-regex-literals in eslint codebase ([#​12268](https://togithub.com/eslint/eslint/issues/12268)) (薛定谔的猫) - [`05faebb`](https://togithub.com/eslint/eslint/commit/05faebb943456ad2b20117f3c8b3eccbe2e2fb03) Update: improve suggestion testing experience ([#​12602](https://togithub.com/eslint/eslint/issues/12602)) (Brad Zacher) - [`05f7dd5`](https://togithub.com/eslint/eslint/commit/05f7dd53ed91a6e3be9eb40825fb6d2207f82209) Update: Add suggestions for no-unsafe-negation (fixes [#​12591](https://togithub.com/eslint/eslint/issues/12591)) ([#​12609](https://togithub.com/eslint/eslint/issues/12609)) (Milos Djermanovic) - [`d3e43f1`](https://togithub.com/eslint/eslint/commit/d3e43f1c10c5e19f40e7b3d3944b87f1b0c9c075) Docs: Update no-multi-assign explanation ([#​12615](https://togithub.com/eslint/eslint/issues/12615)) (Yuping Zuo) - [`272e4db`](https://togithub.com/eslint/eslint/commit/272e4db6074283bc01cc6ec72c9e396bb3c110e6) Fix: no-multiple-empty-lines: Adjust reported `loc` ([#​12594](https://togithub.com/eslint/eslint/issues/12594)) (Tobias Bieniek) - [`a258039`](https://togithub.com/eslint/eslint/commit/a258039e556075d7d1f955a79d094ea103ec165a) Fix: no-restricted-imports schema allows multiple paths/patterns objects ([#​12639](https://togithub.com/eslint/eslint/issues/12639)) (Milos Djermanovic) - [`51f9620`](https://togithub.com/eslint/eslint/commit/51f9620cc55cc091fe38dbe68e4633de06297b8c) Fix: improve report location for array-bracket-spacing ([#​12653](https://togithub.com/eslint/eslint/issues/12653)) (Milos Djermanovic) - [`45364af`](https://togithub.com/eslint/eslint/commit/45364afc9c7f0251348cd1a7a13656c3816435d7) Fix: prefer-numeric-literals doesn't check types of literal arguments ([#​12655](https://togithub.com/eslint/eslint/issues/12655)) (Milos Djermanovic) - [`e3c570e`](https://togithub.com/eslint/eslint/commit/e3c570eaf3d1d44fb57bf42f1870887856e4c5a0) Docs: Add example for expression option ([#​12694](https://togithub.com/eslint/eslint/issues/12694)) (Arnaud Barré) - [`6b774ef`](https://togithub.com/eslint/eslint/commit/6b774ef0d849ccf5c1127b25e1fe7c3e438d586b) Docs: Add spacing in comments for no-console rule ([#​12696](https://togithub.com/eslint/eslint/issues/12696)) (Nikki Nikkhoui) - [`7171fca`](https://togithub.com/eslint/eslint/commit/7171fca6ef4e0e8f267658fc7d8f603f00eddd84) Chore: refactor regex in config comment parser ([#​12662](https://togithub.com/eslint/eslint/issues/12662)) (Milos Djermanovic) - [`1600648`](https://togithub.com/eslint/eslint/commit/1600648d2880ffb1e9e414b31ff0f66ead7167f9) Update: Allow $schema in config ([#​12612](https://togithub.com/eslint/eslint/issues/12612)) (Yordis Prieto) - [`acc0e47`](https://togithub.com/eslint/eslint/commit/acc0e47572a9390292b4e313b4a4bf360d236358) Update: support .eslintrc.cjs (refs [eslint/rfcs#​43](https://togithub.com/eslint/rfcs/issues/43)) ([#​12321](https://togithub.com/eslint/eslint/issues/12321)) (Evan Plaice) - [`49c1658`](https://togithub.com/eslint/eslint/commit/49c1658544ace24b9aaaa301af0fc07a2ef3bf30) Chore: remove bundling of ESLint during release ([#​12676](https://togithub.com/eslint/eslint/issues/12676)) (Kai Cataldo) - [`257f3d6`](https://togithub.com/eslint/eslint/commit/257f3d67905a52bf8602a5a5707c893cc90d7ca7) Chore: complete to move to GitHub Actions ([#​12625](https://togithub.com/eslint/eslint/issues/12625)) (Toru Nagashima) - [`ab912f0`](https://togithub.com/eslint/eslint/commit/ab912f0ef709a916ab9a27ea09d9d7adf046fb2d) Docs: 1tbs with allowSingleLine edge cases (refs [#​12284](https://togithub.com/eslint/eslint/issues/12284)) ([#​12314](https://togithub.com/eslint/eslint/issues/12314)) (Ari Kardasis) - [`dd1c30e`](https://togithub.com/eslint/eslint/commit/dd1c30e35f05ed332e2abbd3d4d53635efde74b8) Sponsors: Sync README with website (ESLint Jenkins) - [`a230f84`](https://togithub.com/eslint/eslint/commit/a230f8404e4f2423dd79378b065d24c12776775b) Update: include node version in cache ([#​12582](https://togithub.com/eslint/eslint/issues/12582)) (Eric Wang) - [`8b65f17`](https://togithub.com/eslint/eslint/commit/8b65f175dfb4fac11ed7184537be400ed14996fb) Chore: remove references to parser demo ([#​12644](https://togithub.com/eslint/eslint/issues/12644)) (Kai Cataldo) - [`e9cef99`](https://togithub.com/eslint/eslint/commit/e9cef99e6ebec1faefdb576ca597e81ae4f04afd) Docs: wrap {{}} in raw liquid tags to prevent interpolation ([#​12643](https://togithub.com/eslint/eslint/issues/12643)) (Kai Cataldo) - [`e707453`](https://togithub.com/eslint/eslint/commit/e70745325ff9e085acc6843dd8bfae5550645d4f) Docs: Fix configuration example in no-restricted-imports (fixes [#​11717](https://togithub.com/eslint/eslint/issues/11717)) ([#​12638](https://togithub.com/eslint/eslint/issues/12638)) (Milos Djermanovic) - [`19194ce`](https://togithub.com/eslint/eslint/commit/19194cec724e016df02376bbeae31171be6f0bdf) Chore: Add tests to cover default object options in comma-dangle ([#​12627](https://togithub.com/eslint/eslint/issues/12627)) (YeonJuan) - [`6e36d12`](https://togithub.com/eslint/eslint/commit/6e36d12d95e76022172fd0ec8a5e85c22fde6a8a) Update: do not recommend require-atomic-updates (refs [#​11899](https://togithub.com/eslint/eslint/issues/11899)) ([#​12599](https://togithub.com/eslint/eslint/issues/12599)) (Kai Cataldo)
benmosher/eslint-plugin-import ### [`v2.19.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2191---2019-12-08) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1) ##### Fixed - [`no-extraneous-dependencies`]: ensure `node.source` exists ### [`v2.19.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2190---2019-12-08) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0) ##### Added - [`internal-regex` setting]: regex pattern for marking packages "internal" ([#​1491], thanks [@​Librazy]) - [`group-exports`]: make aggregate module exports valid ([#​1472], thanks [@​atikenny]) - [`no-namespace`]: Make rule fixable ([#​1401], thanks [@​TrevorBurnham]) - support `parseForESLint` from custom parser ([#​1435], thanks [@​JounQin]) - [`no-extraneous-dependencies`]: Implement support for [bundledDependencies](https://npm.github.io/using-pkgs-docs/package-json/types/bundleddependencies.html) ([#​1436], thanks [@​schmidsi])) - [`no-unused-modules`]: add flow type support ([#​1542], thanks [@​rfermann]) - [`order`]: Adds support for pathGroups to allow ordering by defined patterns ([#​795], [#​1386], thanks [@​Mairu]) - [`no-duplicates`]: Add `considerQueryString` option : allow duplicate imports with different query strings ([#​1107], thanks [@​pcorpet]). - [`order`]: Add support for alphabetical sorting of import paths within import groups ([#​1360], [#​1105], [#​629], thanks [@​duncanbeevers], [@​stropho], [@​luczsoma], [@​randallreedjr]) - [`no-commonjs`]: add `allowConditionalRequire` option ([#​1439], thanks [@​Pessimistress]) ##### Fixed - [`default`]: make error message less confusing ([#​1470], thanks [@​golopot]) - Improve performance of `ExportMap.for` by only loading paths when necessary. ([#​1519], thanks [@​brendo]) - Support export of a merged TypeScript namespace declaration ([#​1495], thanks [@​benmunro]) - [`order`]: fix autofix to not move imports across fn calls ([#​1253], thanks [@​tihonove]) - [`prefer-default-export`]: fix false positive with type export ([#​1506], thanks [@​golopot]) - [`extensions`]: Fix `ignorePackages` to produce errors ([#​1521], thanks [@​saschanaz]) - [`no-unused-modules`]: fix crash due to `export *` ([#​1496], thanks [@​Taranys]) - [`no-cycle`]: should not warn for Flow imports ([#​1494], thanks [@​maxmalov]) - [`order`]: fix `@someModule` considered as `unknown` instead of `internal` ([#​1493], thanks [@​aamulumi]) - [`no-extraneous-dependencies`]: Check `export from` ([#​1049], thanks [@​marcusdarmstrong]) ##### Docs - [`no-useless-path-segments`]: add docs for option `commonjs` ([#​1507], thanks [@​golopot]) ##### Changed - [`no-unused-modules`]/`eslint-module-utils`: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" in timezone Europe/Stockholm.

:vertical_traffic_light: Automerge: Enabled.

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

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.