refactor: upgrade linting dependencies#1946
Merged
mtrezza merged 30 commits intoparse-community:alphafrom Oct 1, 2022
Merged
Conversation
Thanks for opening this pull request!
|
mtrezza
reviewed
Dec 6, 2021
mtrezza
reviewed
Dec 6, 2021
mtrezza
reviewed
Dec 6, 2021
mtrezza
reviewed
Jan 29, 2022
mtrezza
reviewed
May 29, 2022
Member
|
Could you take a look at the failing test so can merge this? |
…lint-plugin-react contains one for tests
mtrezza
reviewed
Sep 27, 2022
mtrezza
requested changes
Sep 29, 2022
Member
mtrezza
left a comment
There was a problem hiding this comment.
Not sure how to resolve the conflict, tapable appears 2 times in the file.
mtrezza
requested changes
Sep 29, 2022
Member
|
Could you take a look at at the conflict? I tried to resolve it manually, but the CI started to fail, so I reverted. |
Contributor
|
🎉 This change has been released in version 5.0.0-alpha.4 |
Contributor
|
🎉 This change has been released in version 5.0.0-beta.1 |
Contributor
|
🎉 This change has been released in version 5.0.0 |
beiguancyc
pushed a commit
to beiguancyc/parse-dashboard
that referenced
this pull request
Dec 25, 2022
* release: (41 commits) chore(release): 5.0.0 [skip ci] ci: release commit chore(release): 5.0.0-beta.1 [skip ci] chore(release): 5.0.0-alpha.7 [skip ci] fix: using browser navigation backward / forward button clears data browser (parse-community#2317) docs: update changelog chore(release): 5.0.0-alpha.6 [skip ci] fix: raw value of read-only date field in data browser cannot be copied (parse-community#2326) chore(release): 5.0.0-alpha.5 [skip ci] feat: improve distinction between deletion confirmation dialogs (parse-community#2319) refactor: upgrade otpauth from 8.0.2 to 8.0.3 (parse-community#2322) refactor: upgrade graphiql from 2.0.7 to 2.0.8 (parse-community#2321) chore(release): 5.0.0-alpha.4 [skip ci] feat: keep entered filter value when changing filter operator (parse-community#2313) refactor: upgrade typescript from 4.8.2 to 4.8.3 (parse-community#2308) refactor: bump json-schema and jsprim (parse-community#2303) refactor: upgrade linting dependencies (parse-community#1946) refactor: upgrade semantic-release dependency (parse-community#2301) refactor: upgrade React Router to v6 (parse-community#1954) refactor: upgrade styling dependencies (parse-community#2300) ... # Conflicts: # package-lock.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Pull Request Checklist
Issue Description
babel-eslintwith@babel/eslint-parserand updates ESLint deps.lintscript and fixed simple issues, but there is one issue not related to this PR insrc/dashboard/Data/Browser/Browser.react.js@464which should be addressed in a separate issue.experimentalObjectRestSpreadandjsxflags from ESLint config as they are not needed,jsx: trueis set by the React plugin andexperimentalObjectRestSpreadis no longer experimental.root: trueis needed, so that Babel ESLint parser knows how to locate the babel config...@babel/eslint-parserthat was compatible with older deps.Related issue: #1902
Approach
TODOs before merging