-
Notifications
You must be signed in to change notification settings - Fork 65
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
Update dependencies #578
Update dependencies #578
Commits on Apr 20, 2023
-
Support server command containing spaces
The default location on macOS contains spaces (Application Support)
Configuration menu - View commit details
-
Copy full SHA for 21c0b7c - Browse repository at this point
Copy the full SHA 21c0b7cView commit details -
When using defineProperties, any properties that are set default to writable: false unless you specify otherwise. Moving the assignment before the defineProperties call fixes the issue and leaves it ambiguous as to whether the property is writable or not.
Configuration menu - View commit details
-
Copy full SHA for 933f6ff - Browse repository at this point
Copy the full SHA 933f6ffView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee7f718 - Browse repository at this point
Copy the full SHA ee7f718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ed81ac - Browse repository at this point
Copy the full SHA 4ed81acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84db343 - Browse repository at this point
Copy the full SHA 84db343View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ebac7 - Browse repository at this point
Copy the full SHA c4ebac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d15a1 - Browse repository at this point
Copy the full SHA 33d15a1View commit details -
Revert all changes to support spaces in binary
We'll tackle this later to avoid a noisy PR
Configuration menu - View commit details
-
Copy full SHA for 30f09b9 - Browse repository at this point
Copy the full SHA 30f09b9View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e1afdf - Browse repository at this point
Copy the full SHA 5e1afdfView commit details -
Add (unused) ESLint + TypeScript config
Will slowly start to transition to checking with ESLint since TSLint is deprecated
Configuration menu - View commit details
-
Copy full SHA for a5dda16 - Browse repository at this point
Copy the full SHA a5dda16View commit details -
Configuration menu - View commit details
-
Copy full SHA for b624c64 - Browse repository at this point
Copy the full SHA b624c64View commit details -
Remove deprecated importsNotUsedAsValues tsconfig
This has become a linting concern instead of a compiler concern. To get the same check to ensure we use the `type` import, added an ESLint rule that checks. No TSLint rule exists that covered this case.
Configuration menu - View commit details
-
Copy full SHA for dad90ef - Browse repository at this point
Copy the full SHA dad90efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6fa880 - Browse repository at this point
Copy the full SHA e6fa880View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc562e - Browse repository at this point
Copy the full SHA bdc562eView commit details
Commits on Apr 26, 2023
-
Fix LocalDate#toString to match Temporal
Not sure if/when this changed, but as of right now this matches the polyfill source found here: https://github.com/js-temporal/temporal-polyfill/blob/a5eda13f7ce9d2f2df899c2ac56e92936ec8d1bf/lib/ecmascript.ts#L2679
Configuration menu - View commit details
-
Copy full SHA for cc76da8 - Browse repository at this point
Copy the full SHA cc76da8View commit details