-
Notifications
You must be signed in to change notification settings - Fork 120
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
chore!: enable noUncheckedIndexedAccess
#2006
chore!: enable noUncheckedIndexedAccess
#2006
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a01740d - Browse repository at this point
Copy the full SHA a01740dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7e411 - Browse repository at this point
Copy the full SHA 6a7e411View commit details
Commits on Mar 27, 2023
-
refactor: remove getSpecOrNull in favor of getSpecFromStore
- getSpecFromStore option to require spec or throw - getSpecFromStore option to optionally get spec or null
Configuration menu - View commit details
-
Copy full SHA for d31dfbb - Browse repository at this point
Copy the full SHA d31dfbbView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8caf569 - Browse repository at this point
Copy the full SHA 8caf569View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8bd8f4 - Browse repository at this point
Copy the full SHA b8bd8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025a0d3 - Browse repository at this point
Copy the full SHA 025a0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac4aa0 - Browse repository at this point
Copy the full SHA cac4aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ebb6e - Browse repository at this point
Copy the full SHA f7ebb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39db842 - Browse repository at this point
Copy the full SHA 39db842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f53cd - Browse repository at this point
Copy the full SHA 08f53cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee85f1c - Browse repository at this point
Copy the full SHA ee85f1cView commit details
Commits on Mar 31, 2023
-
chore: update tsconfig structure for src
Newer versions of typescript/vscode now support multiple tsconfig.json files in a single project. Previously the base tsconfig.json was the only file used and all others were ignored. Now if a tsconfig.json file is at the root of a directory that will be applied to all child directories. This change was causing failures in cli but not is vscode for test files.
Configuration menu - View commit details
-
Copy full SHA for 2648f52 - Browse repository at this point
Copy the full SHA 2648f52View commit details
Commits on Apr 11, 2023
-
refactor: datasets to use key access over index
This index access makes it easier to type and describe the different variants This is required as a limitation of typescript/vscode not permitting nested tsconfigs
Configuration menu - View commit details
-
Copy full SHA for 74c9965 - Browse repository at this point
Copy the full SHA 74c9965View commit details -
docs: fix remaining storybook type errors
here we favor the use of forced unwrapping (i.e. `d[0]!`) for less strict checking
Configuration menu - View commit details
-
Copy full SHA for d2690e9 - Browse repository at this point
Copy the full SHA d2690e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ddc9e - Browse repository at this point
Copy the full SHA 82ddc9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d40f43 - Browse repository at this point
Copy the full SHA 9d40f43View commit details -
test: fix all type errors related to new config option
here we favor the use of forced unwrapping (i.e. `d[0]!`) for less strict checking
Configuration menu - View commit details
-
Copy full SHA for ac7f31b - Browse repository at this point
Copy the full SHA ac7f31bView commit details -
chore: fix type errors in github_bot
- better type guards - move base tsconfig to not conflict with top level - update dockerfile with file changes
Configuration menu - View commit details
-
Copy full SHA for 2a657a4 - Browse repository at this point
Copy the full SHA 2a657a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3da5e6 - Browse repository at this point
Copy the full SHA b3da5e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c46731c - Browse repository at this point
Copy the full SHA c46731cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f813f4 - Browse repository at this point
Copy the full SHA 8f813f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 007fa17 - Browse repository at this point
Copy the full SHA 007fa17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af073c - Browse repository at this point
Copy the full SHA 3af073cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1615944 - Browse repository at this point
Copy the full SHA 1615944View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 991bb22 - Browse repository at this point
Copy the full SHA 991bb22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccdc34 - Browse repository at this point
Copy the full SHA 5ccdc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da7ab9 - Browse repository at this point
Copy the full SHA 1da7ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db3695f - Browse repository at this point
Copy the full SHA db3695fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04142d - Browse repository at this point
Copy the full SHA e04142dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8759520 - Browse repository at this point
Copy the full SHA 8759520View commit details -
Configuration menu - View commit details
-
Copy full SHA for f45ce0f - Browse repository at this point
Copy the full SHA f45ce0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3525921 - Browse repository at this point
Copy the full SHA 3525921View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 729cba2 - Browse repository at this point
Copy the full SHA 729cba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfd310 - Browse repository at this point
Copy the full SHA 0bfd310View commit details -
Configuration menu - View commit details
-
Copy full SHA for af1116a - Browse repository at this point
Copy the full SHA af1116aView commit details -
Merge remote-tracking branch 'origin/enable-no-unchecked-access' into…
… enable-no-unchecked-access
Configuration menu - View commit details
-
Copy full SHA for c897eba - Browse repository at this point
Copy the full SHA c897ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c7c49 - Browse repository at this point
Copy the full SHA 55c7c49View commit details -
chore: apply suggestion for findRange util
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ede6b9a - Browse repository at this point
Copy the full SHA ede6b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6062e90 - Browse repository at this point
Copy the full SHA 6062e90View commit details -
Merge remote-tracking branch 'origin/enable-no-unchecked-access' into…
… enable-no-unchecked-access
Configuration menu - View commit details
-
Copy full SHA for ad0a0c3 - Browse repository at this point
Copy the full SHA ad0a0c3View commit details