-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
fix: lint errors #1179
Merged
Merged
fix: lint errors #1179
Conversation
This file contains 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
BREAKING CHANGE: useIntervalWhen, useLocalstorageState, usePreviousImmediate, useSessionstorageState, useTimeoutWhen, useDidUpdate, useInViewRef hooks should be used instead.
Codecov Report
@@ Coverage Diff @@
## next #1179 +/- ##
==========================================
+ Coverage 91.11% 94.94% +3.83%
==========================================
Files 70 63 -7
Lines 4434 3780 -654
Branches 731 645 -86
==========================================
- Hits 4040 3589 -451
+ Misses 392 190 -202
+ Partials 2 1 -1
Continue to review full report at Codecov.
|
imbhargav5
added a commit
that referenced
this pull request
Jul 29, 2022
* fix(types): remove any types (#1152) * fix(types): remove any types * chore(jest.config.js): use tsconfig pathmappings * fix(usefreshtick): update callback types * chore(settings.json): update settings to include eslint fix on save * fix(usedimensionsref): update warning logic * fix(useundostate): update types * fix(usenavigatorlanguage): fix types * fix(usethrottle): fix types * chore(see): add see links * fix(usekey): update types * fix(usekeyref): update types * fix(usesessionstorage): update types * fix(useselectablelist): update types * fix(useraf): update types * fix(usemultiselectablelist): fix types * fix(usekeybindings): fix types * fix(usefullscreen): tsignore usefullscreen for now * test: update test cases * fix(types): remove any ambigiuous types wip * fix(usetoggle): update types and add generics * fix(usethrottle spec): update types in test cases * fix(usetimeoutwhen): test cases update test cases * fix(usesessionstorage): update types in test cases * test(useraf): update test case * test(usepreviousimmediate): update test cases * test(usepreviousdifferent): fix ts errors in tests * test(useprevious): fix ts errors in tests * test(useoutsideclickref): fix ts errors in tests * test(useoutsideclick): fix ts errors in test * test(useonline): fix ts errors in tests * test(usenavigatorlanguage): fix ts errors in tests * test(usemutationobserver): fix ts errors * test(uselocalstorage): fix tests * test(usekey): update tests and fix ts errors * test(useinterval tests): update tests and fix ts errors * test(update test cases): update tests * fix: lint errors (#1179) * chore(lint): fix eslint wip * chore(lint and tsc): fixes * fix(usemergerefs): fix types * fix(usematchmedia): tsc and lint fixes * chore(usemap): types * chore(lint): fixes * fix(deprecated): hooks removed BREAKING CHANGE: useIntervalWhen, useLocalstorageState, usePreviousImmediate, useSessionstorageState, useTimeoutWhen, useDidUpdate, useInViewRef hooks should be used instead. * fix(index): remove unused * fix(build): build fix * fix(types): fixes * fix(usefullscreen): ignore eslint errors for now * fix(updates): update types and tests * style(lint): fix lint errors * chore(helpers): update helper scripts * chore(cleanup): clean helpers * chore(allcontributors): cleanup helpers * test(generalssrtest): remove unnecessary tests
imbhargav5
added a commit
that referenced
this pull request
Jul 30, 2022
* Next (#1180) * fix(types): remove any types (#1152) * fix(types): remove any types * chore(jest.config.js): use tsconfig pathmappings * fix(usefreshtick): update callback types * chore(settings.json): update settings to include eslint fix on save * fix(usedimensionsref): update warning logic * fix(useundostate): update types * fix(usenavigatorlanguage): fix types * fix(usethrottle): fix types * chore(see): add see links * fix(usekey): update types * fix(usekeyref): update types * fix(usesessionstorage): update types * fix(useselectablelist): update types * fix(useraf): update types * fix(usemultiselectablelist): fix types * fix(usekeybindings): fix types * fix(usefullscreen): tsignore usefullscreen for now * test: update test cases * fix(types): remove any ambigiuous types wip * fix(usetoggle): update types and add generics * fix(usethrottle spec): update types in test cases * fix(usetimeoutwhen): test cases update test cases * fix(usesessionstorage): update types in test cases * test(useraf): update test case * test(usepreviousimmediate): update test cases * test(usepreviousdifferent): fix ts errors in tests * test(useprevious): fix ts errors in tests * test(useoutsideclickref): fix ts errors in tests * test(useoutsideclick): fix ts errors in test * test(useonline): fix ts errors in tests * test(usenavigatorlanguage): fix ts errors in tests * test(usemutationobserver): fix ts errors * test(uselocalstorage): fix tests * test(usekey): update tests and fix ts errors * test(useinterval tests): update tests and fix ts errors * test(update test cases): update tests * fix: lint errors (#1179) * chore(lint): fix eslint wip * chore(lint and tsc): fixes * fix(usemergerefs): fix types * fix(usematchmedia): tsc and lint fixes * chore(usemap): types * chore(lint): fixes * fix(deprecated): hooks removed BREAKING CHANGE: useIntervalWhen, useLocalstorageState, usePreviousImmediate, useSessionstorageState, useTimeoutWhen, useDidUpdate, useInViewRef hooks should be used instead. * fix(index): remove unused * fix(build): build fix * fix(types): fixes * fix(usefullscreen): ignore eslint errors for now * fix(updates): update types and tests * style(lint): fix lint errors * chore(helpers): update helper scripts * chore(cleanup): clean helpers * chore(allcontributors): cleanup helpers * test(generalssrtest): remove unnecessary tests * Imbhargav5/engg 46 move to turborepo and changesets (#1182) * chore(turborepo): move to turborepo * chore(turborepo): move to turborepo * build(prettier): fix configuration * build(scripts): update scripts * build(script): fix create script * build(website): docs scripts update * chore(allcontributors): update action * ci(actions): configure actions and workflows with changesets * ci(workflows): fix typo * ci: force build * ci(turbo): turbo vercel * chore(vercel.json): remove unnecessary file * ci: force build * ci(workflows): add update-package-list-to-markdown to contributors.yml * ci(ci): workflow filter fix * chore(add changeset): changeset added * fix: ci * Version Packages (alpha) (#1183) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: set publish access for rooks * chore: Remark documentation (#1184) * fix: website * fix: website * docs(website): improvements to website and docs * chore: remove unused * docs(website): improvements to website and docs * chore(create script): introduce category for hooks * fix: remove unnecessary import * chore(categories): show categories better * chore(readme): format readme * docs(update docs): new docs pattern for all hooks * chore(website): add home page * test(imports): put back react imports Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
No description provided.