Skip to content

Sync/cra 4.0 #24

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

Closed
wants to merge 178 commits into from
Closed

Sync/cra 4.0 #24

wants to merge 178 commits into from

Conversation

aruniverse
Copy link
Member

@aruniverse aruniverse commented Nov 5, 2020

Syncing fork with upstream 4.0 release

only conflicts were with the following files:

  • packages\react-scripts\package.json
  • packages\react-scripts\config\webpack.config.js
  • packages\react-scripts\scripts\build.js
  • packages\react-scripts\scripts\utils\createJestConfig.js

MichaelDeBoey and others added 30 commits March 24, 2020 09:10
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Passing an array with a single entry is not equivalent. This causes Webpack
to generate another wrapper module around the entry. This is just
unnecessary overhead and bytes.
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
@aruniverse
Copy link
Member Author

aruniverse commented Dec 24, 2020

Found a bug... For some reason in my itwin-viewer test app, im not seeing __IMODELJS_INTERNALS_DO_NOT_USE, and looking at the webpack.config I do see the IModeljsLibraryExportsPlugin being used. Need to investigate further

@aruniverse
Copy link
Member Author

Found a bug... For some reason in my itwin-viewer test app, im not seeing __IMODELJS_INTERNALS_DO_NOT_USE, and looking at the webpack.config I do see the IModeljsLibraryExportsPlugin being used. Need to investigate further

NVM, disregard this. My sample app had both our bentley fork and the fb react-scripts as dev deps, and when i was running the app it defaulted to using the fb one, and thats why the imjs globals were missing.

merceyz and others added 23 commits January 13, 2021 16:07
Co-authored-by: mad-jose <joset@yeswearemad.com>
 - cra-template-typescript@1.1.2
 - cra-template@1.1.2
 - create-react-app@4.0.2
 - react-dev-utils@11.0.2
 - react-error-overlay@6.0.9
 - react-scripts@4.0.2
Resolves facebook#10084 security vulnerability in websocket-driver library version 0.5.6, imported transitively by sockjs
Resolves facebook#10411

Bumps immer version to 8.0.1 to address the prototype pollution
vulnerability with the current 7.0.9 version.
 - create-react-app@4.0.3
 - react-dev-utils@11.0.3
 - react-scripts@4.0.3
@aruniverse
Copy link
Member Author

close in favor of #35

@aruniverse aruniverse closed this Mar 9, 2021
@calebmshafer calebmshafer deleted the sync/CRA_4.0 branch June 28, 2021 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.