-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump eslint from 5.8.0 to 7.32.0 #4770
Conversation
@mitchelsellers if you need to maintain v9 for a bit while working on v10, I would like to get this into v9 if we can as fixing this only in one branch may cause a lot of merge conflicts. |
a3cb436
to
a17a9ae
Compare
I added a commit that resolves the new ESLint errors, if this makes it in shortly, then I can do an additional PR that will resolve the autofixable warnings before we fire up the new v10 branch. I left that out of the commit on purpose for easier review. I also ran a full build and installed a site with the build result and all the modules load fine. |
This adds a `lint` task into all projects with autofix enabled. This will make it easier to auto-fix eslint warnings if we change the configs or while updating eslint dependency in batch using lerna or yarn workspaces. Unfortunatally (well fortunatelly) there was no autofixable warnings to resolve after this change which was my main goal with this PR, anyway, it's still good to have I believe for the future. Also, this PR includes the commits in dnnsoftware#4770 so if it is merged first, this becomes easier to review. If this one gets merged first than dependabot should close dnnsoftware#4770 automatically too.
Bumps [eslint](https://github.com/eslint/eslint) from 5.8.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.8.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Dnn.AdminExperience/ClientSide/AdminLogs.Web/src/services/applicationService.js Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/FileUpload/Browse/index.jsx Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/FolderPicker/index.jsx Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/MultiLineInputWithError/index.jsx Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/PagePicker/Service.js Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/PermissionGrid/RoleGroupFilter/Service.js Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/PermissionGrid/Suggestion/Service.js Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/SingleLineInputWithError/index.jsx Dnn.AdminExperience/ClientSide/Pages.Web/src/components/PageDetails/PageUrl/PageExisting/PageExisting.jsx Dnn.AdminExperience/ClientSide/Pages.Web/src/components/PageHierarchy/pages.pageHierarchy.js Dnn.AdminExperience/ClientSide/Pages.Web/src/components/dnn-persona-bar-page-treeview/src/PersonaBarPageTreeviewInteractor.jsx Dnn.AdminExperience/ClientSide/Pages.Web/src/services/languageService.js Dnn.AdminExperience/ClientSide/Security.Web/src/services/applicationService.js Dnn.AdminExperience/ClientSide/Servers.Web/src/services/serviceFramework.js Dnn.AdminExperience/ClientSide/SiteImportExport.Web/src/services/applicationService.js Dnn.AdminExperience/ClientSide/SiteSettings.Web/src/components/languageSettings/index.jsx Dnn.AdminExperience/ClientSide/SiteSettings.Web/src/services/applicationService.js Dnn.AdminExperience/ClientSide/SiteSettings.Web/src/services/languageEditorService.js Dnn.AdminExperience/ClientSide/Sites.Web/src/_exportables/src/services/portal.js Dnn.AdminExperience/ClientSide/TaskScheduler.Web/src/services/applicationService.js Dnn.AdminExperience/ClientSide/Users.Web/src/_exportables/src/services/users.js Dnn.AdminExperience/ClientSide/Vocabularies.Web/src/services/vocabularyService.js
Bumps [eslint](https://github.com/eslint/eslint) from 5.8.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.8.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
09ad779
to
bf119d7
Compare
I've rebased this, good to complete the PR once the new build completes |
Bumps eslint from 5.8.0 to 7.32.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
83cc8a6
7.32.0f10218d
Build: changelog update for 7.32.03c78a7b
Chore: Adopteslint-plugin/prefer-message-ids
rule internally (#14841)faecf56
Update: change reporting location forcurly
rule (refs #12334) (#14766)d7dc07a
Fix: ignore lines with empty elements (fixes #12756) (#14837)1bfbefd
New: Exit on fatal error (fixes #13711) (#14730)ed007c8
Chore: Simplify internalno-invalid-meta
rule (#14842)d53d906
Docs: Prepare data for website to indicate rules with suggestions (#14830)d28f2ff
Docs: Reference eslint-config-eslint to avoid potential for staleness (#14805)8be8a36
Chore: Adopteslint-plugin/require-meta-docs-url
rule internally (#14823)Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
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)