Commit 4aef151
Update from upstream, remove deprecation notice + version checking (#7)
* fix(babel-preset-react-app): add missing dependency (facebook#12364)
In facebook#11318 a change was made to `babel-preset-react-app` to require `@babel/plugin-proposal-private-property-in-object`, but no such dependency was added to `package.json`. This fixes that mistake by adding the dependency.
* Migrate from Azure Pipelines to GitHub Actions (facebook#13222)
Beyond just a pure migration, this also:
- Drops Node 14 usage from CI (which also removes the need for explicit
npm 8 installs)
- Removes the "old node" test, which just checked that installing on old
node failed. We shouldn't need to test that
- Consolidates the build & test workflows so we don't end up with
a proliferation of workflows.
* Update running-tests.md
Update running-tests
* chore: upgrade RTL version to avoid peer-deps mismatch
* Update types from facebook#13725
Co-authored-by: Rajhans Jadhao <[email protected]>
* Fix tests
* Fix e2e tests
* Add act
* try this instead
* update react-scripts react devDep
* idk
* Update tests
* skip svg component test
* Deprecate Create React App officially by changing the README, and adding a message on init (facebook#17003)
It's probably time to make this project document its status as being
deprecated and not recommended for production usage.
To change it:
- I opted to add a header to the README saying its over and you should
go look at https://react.dev/learn/start-a-new-react-project
- I left a note saying that if you are following, it is maybe worth
carrying on. While I hear react 19 doesn't work with CRA, I wouldn't be
surprised that a good chunk of tutorials would still work. Open to being
a bit more hard-lined there but there was a lot of great resources for
learning react in that era and it seems like a waste to be making people
stop early?
- I added a message inside the CLI, it shows once and says "don't use
this, use the stuff in
https://react.dev/learn/start-a-new-react-project"
---------
Co-authored-by: Ricky <[email protected]>
Co-authored-by: Rick Hanlon <[email protected]>
* Update deprecation link (facebook#17015)
Updates to a shortlink that we can redirect as needed for old versions.
Currently 404
* Add deprecation to website (facebook#17008)
- Adds a banner with deprecation notice
- Adds a noindex meta tag to home page to remove from search
- Add og meta info for when noindex is ignored
* Publish
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
* Migrate from Azure Pipelines to GitHub Actions (facebook#13222)
Beyond just a pure migration, this also:
- Drops Node 14 usage from CI (which also removes the need for explicit
npm 8 installs)
- Removes the "old node" test, which just checked that installing on old
node failed. We shouldn't need to test that
- Consolidates the build & test workflows so we don't end up with
a proliferation of workflows.
* Update running-tests.md
Update running-tests
* chore: upgrade RTL version to avoid peer-deps mismatch
* Update types from facebook#13725
Co-authored-by: Rajhans Jadhao <[email protected]>
* Fix tests
* Fix e2e tests
* Add act
* try this instead
* update react-scripts react devDep
* idk
* Update tests
* skip svg component test
* Deprecate Create React App officially by changing the README, and adding a message on init (facebook#17003)
It's probably time to make this project document its status as being
deprecated and not recommended for production usage.
To change it:
- I opted to add a header to the README saying its over and you should
go look at https://react.dev/learn/start-a-new-react-project
- I left a note saying that if you are following, it is maybe worth
carrying on. While I hear react 19 doesn't work with CRA, I wouldn't be
surprised that a good chunk of tutorials would still work. Open to being
a bit more hard-lined there but there was a lot of great resources for
learning react in that era and it seems like a waste to be making people
stop early?
- I added a message inside the CLI, it shows once and says "don't use
this, use the stuff in
https://react.dev/learn/start-a-new-react-project"
---------
Co-authored-by: Ricky <[email protected]>
Co-authored-by: Rick Hanlon <[email protected]>
* Update deprecation link (facebook#17015)
Updates to a shortlink that we can redirect as needed for old versions.
Currently 404
* Add deprecation to website (facebook#17008)
- Adds a banner with deprecation notice
- Adds a noindex meta tag to home page to remove from search
- Add og meta info for when noindex is ignored
* Publish
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
* Disable deprecation warning and version check
* Bump version
* Disable deleting folder after error
* Fix babel-plugin-named-asset-import version number
* Bump @upleveled/create-react-app to 5.1.2
* Bump version of @upleveled/react-scripts to 5.1.1
* Add back call to createApp()
* Bump version of @upleveled/create-react-app to 5.1.3
* Revert to published versions of react-scripts dependencies
* Bump version of @upleveled/react-scripts to 5.1.2
* Allow pnpm to build @parcel/watcher, ignore core-js builds
* Bump version of @upleveled/cra-template to 1.3.1
* Remove pnpm config from package.json, bump to @upleveled/[email protected]
* Add pnpm built packages configuration in `package.json`
* Bump @upleveled/create-react-app to 5.1.4
---------
Co-authored-by: Brian Donovan <[email protected]>
Co-authored-by: Paul O’Shannessy <[email protected]>
Co-authored-by: Olexandr Radovenchyk <[email protected]>
Co-authored-by: Edgardo Avilés-López <[email protected]>
Co-authored-by: Matan Borenkraout <[email protected]>
Co-authored-by: Rick Hanlon <[email protected]>
Co-authored-by: Rajhans Jadhao <[email protected]>
Co-authored-by: Ricky <[email protected]>
Co-authored-by: Orta Therox <[email protected]>1 parent bb1f7b5 commit 4aef151
File tree
63 files changed
+845
-734
lines changed- .github/workflows
- docusaurus
- docs
- website
- src/pages
- packages
- babel-plugin-named-asset-import
- babel-preset-react-app
- cra-template-typescript
- cra-template
- create-react-app
- eslint-config-react-app
- react-dev-utils
- react-error-overlay
- react-scripts
- fixtures/kitchensink/template/src
- features
- config
- env
- syntax
- webpack
- test/integration/create-react-app
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+845
-734
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | 11 | | |
4 | 12 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | | - | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments