-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ci: refactor lint CI task and fix lint issues #2004
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
Merged
mtrezza
merged 32 commits into
parse-community:alpha
from
RaschidJFR:bugfix/fix_lint_and_tests
Mar 23, 2022
Merged
Changes from 4 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e08ed25
chore(vscode): add Jest types
RaschidJFR 15db771
style(*): fix lint errors
RaschidJFR bcebbb8
test(*): update failing tests
RaschidJFR 286b6c7
chore(workflows): add step `check-jest`
RaschidJFR 9a41ea2
Merge branch 'alpha' into bugfix/fix_lint_and_tests
RaschidJFR 174ea3e
ci: bump environment
mtrezza fdf5eb2
bump node
mtrezza 7bfdad4
ci: bump environment (#2034)
mtrezza f80bd07
fix: adding internal class (e.g. `_User`) fails due to prefixed under…
KodeDave 13b1759
chore(release): 4.0.0-alpha.16 [skip ci]
semantic-release-bot 1798179
refactor: bump follow-redirects from 1.14.7 to 1.14.8 (#2039)
dependabot[bot] a0720a6
refactor: upgrade typescript from 4.5.4 to 4.5.5 (#2038)
snyk-bot 9ddc98d
refactor: bump node-sass from 6.0.1 to 7.0.0 (#2037)
dependabot[bot] 3a3e5e7
refactor: upgrade otpauth from 7.0.9 to 7.0.10 (#2044)
snyk-bot 57c4870
refactor: upgrade graphql from 16.2.0 to 16.3.0 (#2043)
snyk-bot 67e8cfc
ci: run unit tests in 'check-build'; readd 'check-lint'
RaschidJFR 2cd948a
chore(jest): configure to map '.css' and avoid failing
RaschidJFR bea131d
Merge branch 'alpha' into bugfix/fix_lint_and_tests
RaschidJFR 3afb24e
fix: security upgrade prismjs from 1.26.0 to 1.27.0 (#2047)
snyk-bot cb70cba
chore(release): 4.0.0-alpha.17 [skip ci]
semantic-release-bot 0e819c6
refactor: upgrade @babel/runtime from 7.16.7 to 7.17.0 (#2048)
snyk-bot 93335e9
fix: upgrade @babel/runtime from 7.17.0 to 7.17.2 (#2055)
snyk-bot 23ed93d
chore(release): 4.0.0-alpha.18 [skip ci]
semantic-release-bot a6f7a3b
refactor: upgrade body-parser from 1.19.1 to 1.19.2 (#2057)
snyk-bot f8dc602
fix: upgrade express from 4.17.2 to 4.17.3 (#2058)
snyk-bot c55d3d1
chore(release): 4.0.0-alpha.19 [skip ci]
semantic-release-bot c2b1f09
test(parse-sdk): add e2e test case for loading sdk
RaschidJFR 77820c0
test(jest): run with flag `--unhandled-rejections`
RaschidJFR 7b4e89b
Merge branch 'alpha' into bugfix/fix_lint_and_tests
mtrezza 2fee2e9
test(*): mock module 'idb-keyval' to support tests in Node v16
RaschidJFR 2961719
test(jest): mock module 'idb-keyval' locally instead of globally
RaschidJFR 07bbf30
Merge branch 'alpha' into bugfix/fix_lint_and_tests
mtrezza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"typeAcquisition": { | ||
"include": [ | ||
"jest" | ||
] | ||
}, | ||
"exclude": ["node_modules"] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.