-
Notifications
You must be signed in to change notification settings - Fork 38
V3.3.0 alpha 08 ts #13
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
Merged
Conversation
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
* Update dependencies preset to support browserslist * Loose mode array destructuring for hooks in dependencies
* Need to install graphql package * Need to provide real graphql in the .graphql file, not gql wrapped graphql
…f CRA (#6945) Added block quote with warning about issues when CRA is installed globally.
* Adds the configuration for PnP/Typescript * Adds the header * Bumps ts-pnp * Bumps fork-ts-checker-webpack-plugin
* Add note to restart the dev server after change .env file * Update copy Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
* Temporary fix for babel-jest preflight error * Update babel-jest in react-error-overlay
This reverts commit e5f69b5.
The `opn` package has been deprecated, replaced by `open`.
…cript project (#6858)
I'm adding #6821 to breaking changes as this causes any existing script that relies on the structure of `assest-manifest` to break.
* Update deprecated package reference * Fixed install method after feedback
Array format for `overrides` key in eslint config file is now enforced in ESLint v6. Anyone who uses `eslint-config-react-app` and ESLint v6 gets a type mismatch error. This commit fixes the error by converting the object into a one-element array containing this object. Only 2 characters are added: `[` and `]`. The large diff is due to formatting.
* Fix light background in docusaurus night mode Closes #7930 * Rename lightBackground to gettingStartedSection
…003) Fixes issues with optional chaining
* Update template docs * Update custom-templates.md * Update custom-templates.md Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
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.
Updating
@react-workspaces/react-scripts
with v3.3.0, including TypeScript support from @pmoleriSee: