chore(deps): update dependency eslint to v8.17.0 #2020

Merged
konrad merged 1 commits from renovate/eslint-8.x into main 2022-06-07 18:08:55 +00:00
Member

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 8.16.0 -> 8.17.0

Release Notes

eslint/eslint

v8.17.0

Compare Source

Features

  • 55319e1 feat: fix indent bug with semicolon-first style (#​15951) (Milos Djermanovic)
  • f6d7920 feat: add allowNamedExports option to no-use-before-define (#​15953) (Milos Djermanovic)

Bug Fixes

Documentation

Chores


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, click this checkbox.

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 | [`8.16.0` -> `8.17.0`](https://renovatebot.com/diffs/npm/eslint/8.16.0/8.17.0) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.17.0`](https://github.com/eslint/eslint/releases/v8.17.0) [Compare Source](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0) #### Features - [`55319e1`](https://github.com/eslint/eslint/commit/55319e133f0862a008db3557d7350f154f2c784f) feat: fix indent bug with semicolon-first style ([#&#8203;15951](https://github.com/eslint/eslint/issues/15951)) (Milos Djermanovic) - [`f6d7920`](https://github.com/eslint/eslint/commit/f6d79209821241c8e03c183b5844a024da0efe8a) feat: add `allowNamedExports` option to no-use-before-define ([#&#8203;15953](https://github.com/eslint/eslint/issues/15953)) (Milos Djermanovic) #### Bug Fixes - [`54c0953`](https://github.com/eslint/eslint/commit/54c09530c778eb4076d89777165d59db96c9acb5) fix: cleanup typos ([#&#8203;15939](https://github.com/eslint/eslint/issues/15939)) (Nick Schonning) - [`845a7af`](https://github.com/eslint/eslint/commit/845a7af90ce03b383c8f09654ac049fc161dbb9f) fix: typo ocatal -> octal ([#&#8203;15940](https://github.com/eslint/eslint/issues/15940)) (Nick Schonning) #### Documentation - [`b915018`](https://github.com/eslint/eslint/commit/b9150186bcc0f2732a69ab0ebd83a9b2fb2e6552) docs: Update website UI to latest ([#&#8203;15944](https://github.com/eslint/eslint/issues/15944)) (Nicholas C. Zakas) - [`f0bb609`](https://github.com/eslint/eslint/commit/f0bb6099668f54ae6f444126b90dbb1146248146) docs: Update Exponentiation operator MDN link ([#&#8203;15960](https://github.com/eslint/eslint/issues/15960)) (Pranjal Jain) - [`baa0153`](https://github.com/eslint/eslint/commit/baa01530469ec233fb60380a0960c1550f9d9a45) docs: Use correct past tense "left" instead of "leaved" ([#&#8203;15950](https://github.com/eslint/eslint/issues/15950)) (Frederik Braun) - [`1351a9b`](https://github.com/eslint/eslint/commit/1351a9b875aa32a8961a68457dde03ede9ef7c78) docs: Add Resources section to rule pages ([#&#8203;15901](https://github.com/eslint/eslint/issues/15901)) (Nicholas C. Zakas) - [`68cf0fb`](https://github.com/eslint/eslint/commit/68cf0fb7f645da5d992a5e749fc6c1311d30e75a) docs: cleanup typos ([#&#8203;15936](https://github.com/eslint/eslint/issues/15936)) (Nick Schonning) - [`13b62ae`](https://github.com/eslint/eslint/commit/13b62aeb710a68e5d838a4d3847c487af1ba9520) docs: use-dart-sass instead of node-sass ([#&#8203;15912](https://github.com/eslint/eslint/issues/15912)) (Deepshika S) - [`c81c5d6`](https://github.com/eslint/eslint/commit/c81c5d6ef1ba5808cca95ab965a162802af9b7cc) docs: add social media links ([#&#8203;15920](https://github.com/eslint/eslint/issues/15920)) (Deepshika S) - [`0d6a50b`](https://github.com/eslint/eslint/commit/0d6a50b41f2fe444fd222463adad48473eaf9b7d) docs: fix openjs link ([#&#8203;15917](https://github.com/eslint/eslint/issues/15917)) (Amaresh S M) - [`54910f5`](https://github.com/eslint/eslint/commit/54910f5a3bf6615f8ac03d33fd26fc1fa6dea21f) docs: display version in mobile view ([#&#8203;15909](https://github.com/eslint/eslint/issues/15909)) (Amaresh S M) #### Chores - [`da694b9`](https://github.com/eslint/eslint/commit/da694b9d7cb0247541bcabbf943d1289e0e30167) chore: avoid theme flashes ([#&#8203;15927](https://github.com/eslint/eslint/issues/15927)) (Strek) - [`f836743`](https://github.com/eslint/eslint/commit/f836743e95cb8ad3bdd4e88687dbe2f16bfade62) chore: Use build hook for docs deploy ([#&#8203;15945](https://github.com/eslint/eslint/issues/15945)) (Nicholas C. Zakas) - [`ce035e5`](https://github.com/eslint/eslint/commit/ce035e5fac632ba8d4f1860f92465f22d6b44d42) test: cleanup typos ([#&#8203;15937](https://github.com/eslint/eslint/issues/15937)) (Nick Schonning) - [`10249ad`](https://github.com/eslint/eslint/commit/10249ad1a961463b6b347be71c074951ab8e2652) chore: use addEventListener instead of addListener ([#&#8203;15923](https://github.com/eslint/eslint/issues/15923)) (Amaresh S M) - [`5f5c1fb`](https://github.com/eslint/eslint/commit/5f5c1fb1083573ea511d0dae7913651db0dca772) chore: lint eleventy config file ([#&#8203;15904](https://github.com/eslint/eslint/issues/15904)) (Milos Djermanovic) - [`8513d37`](https://github.com/eslint/eslint/commit/8513d37c725509c9e9ec1dbbc431f20d32632cf3) chore: update Rule typedefs ([#&#8203;15915](https://github.com/eslint/eslint/issues/15915)) (Milos Djermanovic) - [`55534f1`](https://github.com/eslint/eslint/commit/55534f1a7040fad94bb5726759fbb9acb60d1c24) test: ensure no-restricted-imports works with NodeJS imports ([#&#8203;15907](https://github.com/eslint/eslint/issues/15907)) (Nick Mazuk) </details> --- ### 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-06-03 22:02:43 +00:00
renovate added 1 commit 2022-06-03 22:02:44 +00:00
continuous-integration/drone/pr Build is passing Details
f981d5b2e6
chore(deps): update dependency eslint to v8.17.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2020-renovate-eslint-8-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2020-renovate-eslint-8-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 084039d891 into main 2022-06-07 18:08:55 +00:00
konrad deleted branch renovate/eslint-8.x 2022-06-07 18:08:55 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.