Update dependency eslint to v7.28.0 #539

Merged
konrad merged 1 commits from renovate/eslint-7.x into main 2021-06-05 08:26:46 +00:00
Member

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 7.27.0 -> 7.28.0

Release Notes

eslint/eslint

v7.28.0

Compare Source


Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`7.27.0` -> `7.28.0`](https://renovatebot.com/diffs/npm/eslint/7.27.0/7.28.0) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v7.28.0`](https://github.com/eslint/eslint/releases/v7.28.0) [Compare Source](https://github.com/eslint/eslint/compare/v7.27.0...v7.28.0) - [`1237705`](https://github.com/eslint/eslint/commit/1237705dd08c209c5e3136045ec51a4ba87a3abe) Upgrade: [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) to 0.4.2 ([#&#8203;14672](https://github.com/eslint/eslint/issues/14672)) (Milos Djermanovic) - [`123fb86`](https://github.com/eslint/eslint/commit/123fb8648731c2c23313c544ffa1872d3024fe68) Docs: Add Feedback Needed triage description ([#&#8203;14670](https://github.com/eslint/eslint/issues/14670)) (Nicholas C. Zakas) - [`c545163`](https://github.com/eslint/eslint/commit/c5451635b4e89827cfc8d8d77083647c74506e42) Update: support multiline /_eslint-env_/ directives (fixes [#&#8203;14652](https://github.com/eslint/eslint/issues/14652)) ([#&#8203;14660](https://github.com/eslint/eslint/issues/14660)) (薛定谔的猫) - [`8d1e75a`](https://github.com/eslint/eslint/commit/8d1e75a31b3e3d67130709a219bdd07ce6f3cf74) Upgrade: glob-parent version in package.json ([#&#8203;14658](https://github.com/eslint/eslint/issues/14658)) (Hamza Najeeb) - [`1f048cb`](https://github.com/eslint/eslint/commit/1f048cb0eec660d2052f1758f4b2ad7b1cb424e1) Fix: no-implicit-coercion false positive with `String()` (fixes [#&#8203;14623](https://github.com/eslint/eslint/issues/14623)) ([#&#8203;14641](https://github.com/eslint/eslint/issues/14641)) (Milos Djermanovic) - [`d709abf`](https://github.com/eslint/eslint/commit/d709abfdde087325d4578b6709dc61040b8ca9d8) Chore: fix comment location in no-unused-vars ([#&#8203;14648](https://github.com/eslint/eslint/issues/14648)) (Milos Djermanovic) - [`e44ce0a`](https://github.com/eslint/eslint/commit/e44ce0a8acfaad513c385150c25e76e82a1b8f12) Fix: no-duplicate-imports allow unmergeable (fixes [#&#8203;12758](https://github.com/eslint/eslint/issues/12758), fixes [#&#8203;12760](https://github.com/eslint/eslint/issues/12760)) ([#&#8203;14238](https://github.com/eslint/eslint/issues/14238)) (Soufiane Boutahlil) - [`bb66a3d`](https://github.com/eslint/eslint/commit/bb66a3d91af426dac9a7ffdbe47bdbbc0ffd4dd7) New: add `getPhysicalFilename()` method to rule context (fixes [#&#8203;11989](https://github.com/eslint/eslint/issues/11989)) ([#&#8203;14616](https://github.com/eslint/eslint/issues/14616)) (Nitin Kumar) - [`2e43dac`](https://github.com/eslint/eslint/commit/2e43dacd24337a82d4184fac9b44d497675f46ef) Docs: fix `no-sequences` example ([#&#8203;14643](https://github.com/eslint/eslint/issues/14643)) (Nitin Kumar) - [`958ff4e`](https://github.com/eslint/eslint/commit/958ff4e8a5102f204f1484d09985e28a79790996) Docs: add note for arrow functions in no-seq rule ([#&#8203;14578](https://github.com/eslint/eslint/issues/14578)) (Nitin Kumar) - [`e4f111b`](https://github.com/eslint/eslint/commit/e4f111b67d114adbf76a9c9dbb18fa4f49bc91b6) Fix: arrow-body-style crash with object pattern (fixes [#&#8203;14633](https://github.com/eslint/eslint/issues/14633)) ([#&#8203;14635](https://github.com/eslint/eslint/issues/14635)) (Milos Djermanovic) - [`ec28b5a`](https://github.com/eslint/eslint/commit/ec28b5a2bdc69f34ce29d670f5e84d2446774a00) Chore: upgrade eslint-plugin-eslint-plugin ([#&#8203;14590](https://github.com/eslint/eslint/issues/14590)) (薛定谔的猫) - [`85a2725`](https://github.com/eslint/eslint/commit/85a2725b1fade5538e727102d9701ccb503e54d4) Docs: Update README team and sponsors (ESLint Jenkins) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-06-04 23:02:11 +00:00
renovate added 1 commit 2021-06-04 23:02:12 +00:00
continuous-integration/drone/pr Build is passing Details
7ae712899c
Update dependency eslint to v7.28.0
konrad merged commit 34ded051d1 into main 2021-06-05 08:26:46 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.