gloriaJun / react-realworld-example-app

https://gloriajun.github.io/react-realworld-example-app/
0 stars 0 forks source link

Update eslint-loader requirement from ^2.1.2 to ^3.0.0 #33

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on eslint-loader to permit the latest version.

Release notes *Sourced from [eslint-loader's releases](https://github.com/webpack-contrib/eslint-loader/releases).* > ## v3.0.0 > ### [3.0.0](https://github.com/webpack-contrib/eslint-loader/compare/v2.2.1...v3.0.0) (2019-08-24) > > > ### Bugfix > > * fix corrupted filenames if cwd == "/" > * cannot use string formatter in outputReport > * no Output Report in File when build fails under webpack 4 > * add posibility to use absolute file path in outputReport.filePath > * it should be possible to use absolute file path in outputReport.filePath > * try load official formatter ([#285](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/285)) ([997cce5](https://github.com/webpack-contrib/eslint-loader/commit/997cce5)) > * emit warning/error if no config was found/given ([#286](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/286)) ([4204560](https://github.com/webpack-contrib/eslint-loader/commit/4204560)) > > > ### Features > > * validate schema options > > > ### Breaking Changes > > * drop support for Node < 8.9.0 > * minimum supported webpack version is 4 > * minimum supported eslint version is 5
Changelog *Sourced from [eslint-loader's changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md).* > ### [3.0.0](https://github.com/webpack-contrib/eslint-loader/compare/v2.2.1...v3.0.0) (2019-08-24) > > > ### Bugfix > > * fix corrupted filenames if cwd == "/" > * cannot use string formatter in outputReport > * no Output Report in File when build fails under webpack 4 > * add posibility to use absolute file path in outputReport.filePath > * it should be possible to use absolute file path in outputReport.filePath > * try load official formatter ([#285](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/285)) ([997cce5](https://github.com/webpack-contrib/eslint-loader/commit/997cce5)) > * emit warning/error if no config was found/given ([#286](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/286)) ([4204560](https://github.com/webpack-contrib/eslint-loader/commit/4204560)) > > > ### Features > > * validate schema options > > > ### Breaking Changes > > * drop support for Node < 8.9.0 > * minimum supported webpack version is 4 > * minimum supported eslint version is 5 > > > > # 2.2.1 - 2019-07-04 > > - Fixed: path to eslint version for cache > ([#282](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/282) - [@​ricardogobbosouza](https://github.com/ricardogobbosouza)) > > # 2.2.0 - 2019-07-03 > > - [Add ESLint 6 support](https://github.com/webpack-contrib/eslint-loader/commit/b6c3938aae61c0390ac8d941af50cf36df14cfc3) by [@​HDuck](https://github.com/HDuck) > > # 2.1.2 - 2019-01-31 > > - [Fix autofix for eslint < 5](https://github.com/webpack-contrib/eslint-loader/commit/d76372676b8badf57df3d6a22be5739d19e25637) by [@​eschablowski](https://github.com/eschablowski) > > # 2.1.1 - 2018-09-19 > > - [Stop autofixing infinite loop](https://github.com/webpack-contrib/eslint-loader/commit/704024864f737a487ec0b9f9c9b00b11881f2558) by [@​eschablowski](https://github.com/eschablowski) > - [Allow `formatter` to receive string (path) to file exporting formatter function](https://github.com/webpack-contrib/eslint-loader/commit/7108379e2864f6ffb75cde1d147ee1fe86890ba8) by [@​Timer](https://github.com/Timer) > > # 2.1.0 - 2018-07-19 > > - [Add ESLint 5 support](https://github.com/webpack-contrib/eslint-loader/commit/1dc9442d9e2344b953ac88c5c416dcb79f3c690d) by [@​Alex-Sokolov](https://github.com/Alex-Sokolov) > - [Fix not returning execution flow control to webpack when cache option is enabled and one of the files has a linting error](https://github.com/webpack-contrib/eslint-loader/commit/97761d724e6fa26d8dbde4a544ddb7cb3795f568) by [@​nicolaslt](https://github.com/nicolaslt) > - dev deps updates, prettier, eslint config [...](https://github.com/webpack-contrib/eslint-loader/compare/2.0.0...2.1.0) > ... (truncated)
Commits - [`4895987`](https://github.com/webpack-contrib/eslint-loader/commit/489598737b860df663edcd3c705ff464a9e24f5e) chore(release): 3.0.0 - [`78626bb`](https://github.com/webpack-contrib/eslint-loader/commit/78626bbabbe75f6d0251da7ee8a0b689d64de0d7) ci: fix ([#291](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/291)) - [`fc8b4e4`](https://github.com/webpack-contrib/eslint-loader/commit/fc8b4e48ae900c7746b1b46f648f1e01da63ec3b) chore(release): 3.0.0 - [`dcbac5f`](https://github.com/webpack-contrib/eslint-loader/commit/dcbac5f3cf57f749258d96d36c6300deb482f402) chore: bump lodash from 4.17.5 to 4.17.15 ([#288](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/288)) - [`4204560`](https://github.com/webpack-contrib/eslint-loader/commit/4204560113a04108bd6ca92862fe15bc0d740704) fix: emit warning/error if no config was found/given ([#286](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/286)) - [`997cce5`](https://github.com/webpack-contrib/eslint-loader/commit/997cce5921cdf5028ed42373abb1d13f07e4ddff) fix: try load official formatter ([#285](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/285)) - [`8cb02a6`](https://github.com/webpack-contrib/eslint-loader/commit/8cb02a654fe50824a27b8a6457fbf1fdfd56076f) docs: update `gotchas` ([#284](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/284)) - [`2a72daa`](https://github.com/webpack-contrib/eslint-loader/commit/2a72daa5b78e3ab0a1d9861210f21e7bb4440948) chore(release): 2.2.1 - [`8601da9`](https://github.com/webpack-contrib/eslint-loader/commit/8601da9cbe1553911737e78371a2e3c8d69e3b74) fix: eslint package path for cache ([#283](https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/283)) - [`bc2216e`](https://github.com/webpack-contrib/eslint-loader/commit/bc2216e33175cc98ea4be5774d194f4d5f84ead9) chore(release): 2.2.0 - Additional commits viewable in [compare view](https://github.com/webpack-contrib/eslint-loader/compare/2.1.2...v3.0.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.