Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Create React App

Set up a modern web app by running one command.
Collective - Host: opensource - https://opencollective.com/create-react-app - Website: https://create-react-app.dev - Code: https://github.com/facebook/create-react-app

Bump dependencies (#8620)

github.com/facebook/create-react-app - a452ddcd4114dc17442ee294a6b9d009f38feb16 authored almost 5 years ago by Ian Schmitz <[email protected]>
Fix proxying API request docs (#8515)

The http-proxy-middleware package has made a major version upgraded and
introduced a breaking c...

github.com/facebook/create-react-app - 3f699fd08044de9ab0ce1991a66b376d3e1956a8 authored almost 5 years ago by Herman J. Radtke III <[email protected]>
Use native ESLint behaviour when extending (#8276)

github.com/facebook/create-react-app - 4d26208d401161bffce482f3ad161412457850ab authored almost 5 years ago by Brody McKee <[email protected]>
Whitelist main in template.json (#8539)

github.com/facebook/create-react-app - 8ba0ccb514589433bb7ccab7ed067aa5973543d2 authored almost 5 years ago by Evan Boyle <[email protected]>
Update template example in docs (#8561)

github.com/facebook/create-react-app - 7d3b72cdb6ab7059dc2a78402f740dcb3b2be71b authored almost 5 years ago by Vincent <[email protected]>
Fix optional chaining and nullish coalescing support (#8526)

github.com/facebook/create-react-app - 2030ee162df0ca8f19efedcf0447e02613e2f53d authored almost 5 years ago by Ian Schmitz <[email protected]>
Widen eslint-config-react-app peer dependency versions (#7790)

Co-authored-by: Ian Schmitz <[email protected]>

github.com/facebook/create-react-app - 038e6fa92735c941c5d6335d2775b585b18413fe authored almost 5 years ago by Kanitkorn Sujautra <[email protected]>
Closes webpack dev server and exits process on "end" stdin (#7203)

Co-authored-by: Ian Schmitz <[email protected]>

github.com/facebook/create-react-app - 7e6d6cd05f3054723c8b015c813e13761659759e authored almost 5 years ago by Kelsey Leftwich <[email protected]>
Bump pnp-webpack-plugin (#8509)

github.com/facebook/create-react-app - af926d56b96a1d6895c0cd87287c4ab367ea5fd1 authored almost 5 years ago by Maël Nison <[email protected]>
Prepare 3.4.0 release

github.com/facebook/create-react-app - 5ccee88bfd083134d603fb39334496449b21229f authored almost 5 years ago by Ian Sutherland <[email protected]>
Downgrade style-loader to v0.23.1 due to CSS modules hot reload… (#8378)

github.com/facebook/create-react-app - e579de115e1613e65c621be2e7e9d7da0c581cc9 authored almost 5 years ago by Eugene Chybisov <[email protected]>
Correct webpack name casing (#8475)

webpack should always be written in lower-case, according to webpack's branding guidelines https...

github.com/facebook/create-react-app - 4784997f0682e75eb32a897b4ffe34d735912e6c authored almost 5 years ago by Lewis Llobera <[email protected]>
update open to v7.0.2 (#8459)

github.com/facebook/create-react-app - 589b41aecaa10d410713794f66a648bf3a72fb62 authored almost 5 years ago by Vincent Semrau <[email protected]>
fix(typescriptFormatter): use chalk@2 constructor (#8450)

Related #8164
Related #8439

github.com/facebook/create-react-app - 865ea05bc93fd2ac56b7e561181c7dc2cead3e78 authored almost 5 years ago by Andrew Luca <[email protected]>
fix(react-scripts): do not redirect served path if request may proxy (#8442)

Moved redirect middleware and noopSW middleware in WDS after hook
So proxy, and before proxy wi...

github.com/facebook/create-react-app - d45823ce303433bdf2213cf5170fdc139b1fa873 authored almost 5 years ago by Andrew Luca <[email protected]>
Downgrade chalk for ie 11 support (#8439)

* Downgrade chalk for ie 11 support

* Update lockfile

github.com/facebook/create-react-app - eb8e7be8201ff421356573a094857efbc527d208 authored almost 5 years ago by Ian Schmitz <[email protected]>
Fixes unchecked access to 'deploy' script on build (#8292)

github.com/facebook/create-react-app - 767aa1851c343888c48617c711fb901b7cfeb670 authored almost 5 years ago by Renato Böhler <[email protected]>
Fix navbar line break in header (#8437)

github.com/facebook/create-react-app - cd2469e50fe6473e8d0ff80f4705c1a4366de4f4 authored almost 5 years ago by Eugene Sviridov <[email protected]>
Change arrow functions to function declarations (#8412)

- The JavaScript template uses a function declaration to define the component, the TypeScript te...

github.com/facebook/create-react-app - 687c4ebf211ad30238f2d59e063b8171e015bfc7 authored almost 5 years ago by Lewis Llobera <[email protected]>
feat(react-scripts): allow PUBLIC_URL in develoment mode (#7259)

Co-authored-by: Eric Clemmons <[email protected]>
Co-authored-by: Alex Guerra <alex@heyimale...

github.com/facebook/create-react-app - 1cbc6f7db62f78747cb6ca41450099181139325e authored almost 5 years ago by Andrew Luca <[email protected]>
Handle service worker error in Firefox (#8272)

* Handle service worker error in Firefox

See https://bugzilla.mozilla.org/show_bug.cgi?id=142...

github.com/facebook/create-react-app - 3190e4f4a99b8c54acb0993d92fec8a859889a28 authored almost 5 years ago by Rohit Singhal <[email protected]>
Add option to provide custom ssl certificates during development (#5845)

* Add option to provide custom SSL certificates when using HTTPS

* Update documentation with ...

github.com/facebook/create-react-app - 0299c0e6e70bca24da7a59eb5adbd4a2374a309c authored almost 5 years ago by Alex Brazier <[email protected]>
Enable custom sockjs pathname for hot reloading server. (#7750)

* Enable custom sockjs pathname for hot reloading server.

* Update docusaurus/docs/advanced-c...

github.com/facebook/create-react-app - 822422cebed31f51829c64de575104211afb7dac authored almost 5 years ago by Grady Kuhnline <[email protected]>
Support JetBrains Rider IDE as an editor (#7948)

Rider is JetBrains .NET IDE, which supports the React plugin identically to other JetBrains IDEs...

github.com/facebook/create-react-app - cc985d0b00b6f5dd4248aa590f139410177293fc authored almost 5 years ago by David Powell <[email protected]>
Run git init before template dependencies are installed (#8282)

github.com/facebook/create-react-app - 84d8b143f32a03cee427540198a1eb9eaeabb5e8 authored almost 5 years ago by Łukasz Fiszer <[email protected]>
Update public folder usage docs to clarify globals (#8299)

Added the relevant topic linked directly, instead of saying it's just in the next section.
Adju...

github.com/facebook/create-react-app - 9233cafb056c452947b60577587de6f44ca9a82b authored almost 5 years ago by Kevin Pham <[email protected]>
Fix robots.txt for TS (#8403)

github.com/facebook/create-react-app - 19591314232fd63651caff2f04e6eb4805669081 authored almost 5 years ago by Martin Litvaj <[email protected]>
setupTestFrameworkScriptFile is deprecated (#8390)

* setupTestFrameworkScriptFile is deprecated

__Note:_ `_setupTestFrameworkScriptFile_` _is de...

github.com/facebook/create-react-app - 0db04ecd8e9823dadbfdb61488cae40b55df06a0 authored almost 5 years ago by 吕立青 <[email protected]>
fix(test): force install npm in e2e-behaviour (#8402)

This will fix e2e-behaviour on macos

Related: https://github.com/npm/cli/issues/611#issuecomm...

github.com/facebook/create-react-app - 325e59972601647ef87dbd4590c358a1ae27f562 authored almost 5 years ago by Andrew Luca <[email protected]>
Wider Chromium support for openBrowser (#8367)

* Expands scope of openBrowser tab control

Adjust openChrome.applescript to allow manipulatio...

github.com/facebook/create-react-app - d2de54b25cc25800df1764058997e3e274bd79ac authored almost 5 years ago by Matthew Curtis <[email protected]>
Update commit message to use imperative mood (#8377)

Why:

* As per best practice:
https://git.kernel.org/pub/scm/git/git.git/tree/Documentation...

github.com/facebook/create-react-app - d9e05f9ce55dfd40af2a46bf48c8fd61710a22f3 authored almost 5 years ago by Christopher Button <[email protected]>
Make the PWA link point to the right place (#8379)

github.com/facebook/create-react-app - fb9745eb76a3e7aa66e684b3c7c0a9e4719e895f authored almost 5 years ago by Cassidy Williams <[email protected]>
Publish

- [email protected]
- [email protected]
- cra-template-typescr...

github.com/facebook/create-react-app - d7c68420f7ca1c03b50a2c6b9ecd9c7bf94a10f6 authored almost 5 years ago by Ian Sutherland <[email protected]>
Prepare 3.3.1 release

github.com/facebook/create-react-app - a7b8732faac1fc44d74107de122295dcf7493fa6 authored almost 5 years ago by Ian Sutherland <[email protected]>
docs: Add troubleshooting documentation on ENOSPC (#8380)

Co-authored-by: Ian Schmitz <[email protected]>

github.com/facebook/create-react-app - 4da41b490f643daa9fd75e3f4804dcc0ceaa4c2c authored almost 5 years ago by Hu Chen <[email protected]>
Update docs according to lint-staged v10 (#8394)

github.com/facebook/create-react-app - 03018d7726cb7f31e36164405e7918b442638705 authored almost 5 years ago by Kanitkorn Sujautra <[email protected]>
Add helpful message to the footer (#6548)

github.com/facebook/create-react-app - 6ee4e919d6ba9b2f8ec2ca882e096c198b90eb26 authored almost 5 years ago by Joshua Pollak <[email protected]>
Add "Disallow:" to robots.txt (#8255)

github.com/facebook/create-react-app - ed162a3c5e1647bb0e1668941c5944dea5a55dba authored almost 5 years ago by Tomoya Fujita <[email protected]>
Fix sass importLoaders (#8281)

github.com/facebook/create-react-app - e530598f852843af36f4d6380daaa7fa90b3b9d8 authored almost 5 years ago by Marius Craciunoiu <[email protected]>
Remove outdated docs regarding vscode eslint extension and type… (#8307)

Co-authored-by: Ian Schmitz <[email protected]>

github.com/facebook/create-react-app - dd0df73d793e29451ae3d85fb2addcd954274ab4 authored almost 5 years ago by Alex James Vukovity <[email protected]>
Update setting-up-your-editor.md (#8247)

`Auto Fix is enabled by default. Use the single string form.` warning is shown in `.vscode/setti...

github.com/facebook/create-react-app - ca9c61e96cd09f944a1fa0d272c0092299c415ec authored almost 5 years ago by Boyuan Xu <[email protected]>
Update custom template docs with instructions for testing custom template locally (#8092)

Co-authored-by: Ian Schmitz <[email protected]>

github.com/facebook/create-react-app - cafd602a8777fecbf1bea00a44759c2bb26c7cbd authored almost 5 years ago by Kevin Old <[email protected]>
Sync dependencies babel config (#8120)

github.com/facebook/create-react-app - 720d90bc888f2ec475831d24357801e17351b08f authored almost 5 years ago by Ian Schmitz <[email protected]>
Add titleProp to SVGR ReactComponent type definition (#8099)

github.com/facebook/create-react-app - ddcb7d50ac9e274e6ea4029a13ecf85e835369b2 authored almost 5 years ago by Rasmus Nørskov <[email protected]>
Remove outdated babel plugins (#8353)

Updates dependencies and removes babel plugins that are now covered by `@babel/preset-env`.

C...

github.com/facebook/create-react-app - b855da57322915cb2dd43cbe65b11bd37abf0205 authored almost 5 years ago by Ian Schmitz <[email protected]>
Downgrade open from 7.0.0 to 6.4.0 (#8364)

github.com/facebook/create-react-app - 4bf14fa665e748af7de41addb008e0eee39905da authored almost 5 years ago by Vincent Semrau <[email protected]>
Remove React.FC from Typescript template (#8177)

This removes `React.FC` from the base template for a Typescript project.

Long explanation for...

github.com/facebook/create-react-app - dada03574abc1cff4b8507bacdd4213b2706bcef authored almost 5 years ago by Retsam <[email protected]>
Update Dependencies (#8324)

github.com/facebook/create-react-app - a608c5affcba3902fcce891e53563a07ff59c28d authored almost 5 years ago by Reece Dunham <[email protected]>
Minor grammatical edit (#8293)

github.com/facebook/create-react-app - f875bb0c8444720f5eac1b24822e10421b9f1202 authored almost 5 years ago by Evan Grim <[email protected]>
Allow additional package keys and add blacklist (#8082) (#8219)

github.com/facebook/create-react-app - 94932bedc09976aeac43615d95906aa2dcfefa1f authored almost 5 years ago by Tom Valorsa <[email protected]>
Support shorthand scoped templates (#8298)

github.com/facebook/create-react-app - fa85f030de6843667202f912de841c276275df00 authored almost 5 years ago by Kai Hao <[email protected]>
Replace favicon in templates (#8194)

The old favicon was the same as the official react documentation, which is a minor annoyance dur...

github.com/facebook/create-react-app - c03bb366e0e901b33acd9783db3003cb49eddf80 authored almost 5 years ago by Alex Guerra <[email protected]>
Little typo (#8212)

github.com/facebook/create-react-app - 3f2037bb2ab33f7eebe95934625280f35d2dd5aa authored about 5 years ago by Sony AK <[email protected]>
Bump babel-plugin-tester and fix breaking changes (#8171)

github.com/facebook/create-react-app - 88a543549bd3cfa0dcc77d3abd8533a3c1ff9bca authored about 5 years ago by Andreas Cederström <[email protected]>
fix: proactively append to .gitignore during init (#8028)

github.com/facebook/create-react-app - 18e56da3b7fad7c0cc468c63799936893695c199 authored about 5 years ago by Brian Muenzenmeyer <[email protected]>
Minor refactors in create-react-app (#8178)

- Remove templates version minimum stopgap.
- Replace indexOf with more idiomatic alternatives....

github.com/facebook/create-react-app - 30eaab4ef26f6c72ef7e75866fb3e5353bb21dbd authored about 5 years ago by Alex Guerra <[email protected]>
Update PWA docs links to point to template package (#8147)

github.com/facebook/create-react-app - 1a13b594ae0875cfcc7763d6d38fac51e4a1815f authored about 5 years ago by Peet Goddard <[email protected]>
Add package-runner note to readme (#8132)

* Add package-runner note to readme

* Add link to `yarn create`

github.com/facebook/create-react-app - f31485567be3fe240d6718af332e98cd99068e03 authored about 5 years ago by Jerome De Leon <[email protected]>
Bump internal dependencies (#8176)

* Bump dependencies in react-dev-utils

* Bump dependencies in react-app-polyfill

* Bump de...

github.com/facebook/create-react-app - f26de73e645e30a030af716caf6f61bcda24ef08 authored about 5 years ago by Andreas Cederström <[email protected]>
Add link to Netlify in README

github.com/facebook/create-react-app - ab2976f350bc03de43bdd1b847ef28484cf02750 authored about 5 years ago by Ian Sutherland <[email protected]>
Bump chalk (#8164)

github.com/facebook/create-react-app - 349a92a8c8cd0f9c7429ebe06a82f541150713bc authored about 5 years ago by Andreas Cederström <[email protected]>
Bump pkgUp (#8163)

github.com/facebook/create-react-app - 9922275c14ac9e959bab8570862ef1cf28c3c1b6 authored about 5 years ago by Andreas Cederström <[email protected]>
Add current version and bin location to --info output (#8168)

Make the --info subcommand outuput the current version information and the location of the file ...

github.com/facebook/create-react-app - ebcffdacdcd73c16f0ac5ca4098f7c4ab6e6626c authored about 5 years ago by Alex Guerra <[email protected]>
[Security] Update terser webpack plugin (#8102)

* security: update terser webpack plugin

github.com/facebook/create-react-app - 8d1a4f2fce291c5ebe236b92ff79fe72a8c48a3b authored about 5 years ago by Reece Dunham <[email protected]>
chore: update docusaurus & tweak site (#8111)

github.com/facebook/create-react-app - 1f1594d520bd0cfebe878bce8cd8f306210af3f4 authored about 5 years ago by Endi <[email protected]>
Fix typo in comment: `?.` is right, not `.?` (#8124)

This is just a comment fix.

Actual optional chaining operator syntax is `?.`, not `.?`.

github.com/facebook/create-react-app - b8ff97be72c02128c0917437d98e1b672a25ceb4 authored about 5 years ago by Vadzim <[email protected]>
Add slashes to WebSocket protocol URL (#8116)

github.com/facebook/create-react-app - 53a48c40b334a1e272705edc83e22642594766b2 authored about 5 years ago by Wojciech Zieliński <[email protected]>
Fix CSS font-face minification (#8106)

github.com/facebook/create-react-app - 0327d8952ad3bb229c26b1a1d793b42755135b84 authored about 5 years ago by Simon Donaldson <[email protected]>
Fix CI build (#8122)

github.com/facebook/create-react-app - 0b293e943202f95519fe906c74e2ac7cc1a535c6 authored about 5 years ago by Ian Schmitz <[email protected]>
Remove error for @typescript-eslint/no-namespace (#7803)

Declare namespaces are supported by babel now, and babel will throw with a nice error message fo...

github.com/facebook/create-react-app - b19bffe11047a059d8d518ac09ad8b7c6922291b authored about 5 years ago by Sean Zhu <[email protected]>
Fix typo in CHANGELOG.md (#8080)

github.com/facebook/create-react-app - 8330e7c0de2f2632949a7459a020a606a1b8f064 authored about 5 years ago by Trontor <[email protected]>
Add custom-templates to docs sidebar (#8077)

github.com/facebook/create-react-app - 2ace7c2c4ee8915111420e0efffc38e989b42165 authored about 5 years ago by Ian Schmitz <[email protected]>
webpackHotDev now uses wss when https is used (#8079)

github.com/facebook/create-react-app - 9f4cb4f0c0ed280fcd6c9faf13ebe2619a398942 authored about 5 years ago by Mike Caulley <[email protected]>
Publish

- [email protected]
- [email protected]
- cra-template-typescr...

github.com/facebook/create-react-app - 9a817dd0d780ec401afb1f99dbc0f3bdbcd51683 authored about 5 years ago by Ian Sutherland <[email protected]>
Update CHANGELOG

github.com/facebook/create-react-app - 0b4560094950dae2d1a34877475d62377ce78fb7 authored about 5 years ago by Ian Sutherland <[email protected]>
Prepare 3.3.0 release

github.com/facebook/create-react-app - 9654befd035e24374d6b19b1cb39f9c36321431e authored about 5 years ago by Ian Sutherland <[email protected]>
Update template docs (#8050)

* Update template docs

* Update custom-templates.md

* Update custom-templates.md

Co-a...

github.com/facebook/create-react-app - 29c5e55adef2ce11e69b8d9584a664e94e6d9151 authored about 5 years ago by Brody McKee <[email protected]>
Add TypeScript peer dependency to react-scripts (#8038)

github.com/facebook/create-react-app - f6ba8625002f7b7884193bb2e5940d2ba74fd468 authored about 5 years ago by Ian Sutherland <[email protected]>
Remove no-unexpected-multiline rule (#8039)

github.com/facebook/create-react-app - fffc777a93eeed5a06b0b0bbe86a025ff4a85719 authored about 5 years ago by Ian Sutherland <[email protected]>
Update CODEOWNERS

github.com/facebook/create-react-app - 6a3ccc3e7d759fd05bdba222ff5c90ed82025522 authored about 5 years ago by Ian Sutherland <[email protected]>
Update CHANGELOG

github.com/facebook/create-react-app - 821fe6bb8dee6d15bd031bcc3f09a476f01be1b7 authored about 5 years ago by Ian Sutherland <[email protected]>
Re-enable GitHub Actions (#8029)

github.com/facebook/create-react-app - 99d71f306869bfff9002fc506df8d9598b468e38 authored about 5 years ago by Ian Sutherland <[email protected]>
Bump dependencies (#8024)

github.com/facebook/create-react-app - 1a66971f9e2f255d6278ade61e70517faf5839db authored about 5 years ago by Ian Schmitz <[email protected]>
Bump webpack-dev-server (#7988)

github.com/facebook/create-react-app - 82009f570d5aa7a85310fb00b6ecff6c752a1135 authored about 5 years ago by Ian Schmitz <[email protected]>
Prefix apple-touch-icon links with PUBLIC_URL. (#8005)

github.com/facebook/create-react-app - 5d24a5e88f67ad303e2169795f080009241f9f86 authored about 5 years ago by Ben Blank <[email protected]>
Override no-unused-expressions with the typescript-eslint version (#8003)

Fixes issues with optional chaining

github.com/facebook/create-react-app - 4604c5e52c4fbac5c450ac0e58382775e24f3220 authored about 5 years ago by Max Davidson <[email protected]>
Add scripts support to templates (#7989)

github.com/facebook/create-react-app - 23d5776724adb6a3760019a31ded4de2c3227d18 authored about 5 years ago by Brody McKee <[email protected]>
Unpin dependencies in react-app-polyfill (#7999)

github.com/facebook/create-react-app - df5088da4d38a6a636eafa904c12fe4f0dac0534 authored about 5 years ago by Ian Schmitz <[email protected]>
added e2e test for checking typescript template with unsupported node (#7844)

github.com/facebook/create-react-app - 4b4f3f2cf726d62099304d89d4c0481c2fc093df authored about 5 years ago by Ali Waseem <[email protected]>
Add contributors section to readme (#7995)

github.com/facebook/create-react-app - 3aaa3fa895e24bba2233455b400b2d4020d88e4c authored about 5 years ago by Ian Schmitz <[email protected]>
Support scoped templates (#7991)

github.com/facebook/create-react-app - e7cdde6ab8bfa4d3f6f2dfe6ca406c7140e32273 authored about 5 years ago by Klas Björkqvist <[email protected]>
Bump dependencies (#7986)

github.com/facebook/create-react-app - 58b4738a490f9643f540e9fdb74431c4d73e3ad7 authored about 5 years ago by Ian Schmitz <[email protected]>
Prepare 3.3.0 beta

github.com/facebook/create-react-app - 3d6d0a1f9cedebad05864b6ea81c711f8e4b3868 authored about 5 years ago by Ian Sutherland <[email protected]>
Temporarily disable GitHub Actions (#7978)

github.com/facebook/create-react-app - 9df95df54086b0d6b8cf9958b2e53ceaf980bddc authored about 5 years ago by Ian Sutherland <[email protected]>
Add placeholders where old template READMEs used to be (#7972)

github.com/facebook/create-react-app - 915108b650635c28a96e0f5c9eedf672ee8ec0b1 authored about 5 years ago by Ian Sutherland <[email protected]>
Fix light background in docusaurus night mode (#7936)

* Fix light background in docusaurus night mode

Closes #7930

* Rename lightBackground to g...

github.com/facebook/create-react-app - 30b491b8b1490db03e644689dedd170d5ea8af65 authored about 5 years ago by Alex Guerra <[email protected]>
Upgrade jest-watch-typeahead (#7956)

github.com/facebook/create-react-app - f01bfac19049bb0db89529430ee52be5275ccab3 authored about 5 years ago by Mateusz Burzyński <[email protected]>
Add tests for optional chaining and null coalescing (#7952)

github.com/facebook/create-react-app - 5cdc3cc0b0bc80f72244c05e2b02b9cbf0cee3f8 authored about 5 years ago by Ian Schmitz <[email protected]>
Add optional chaining and nullish coalescing operators support (#7438)

github.com/facebook/create-react-app - d12b4b6c53de3d7211d158f70c450ef9b5be9786 authored about 5 years ago by Renato Augusto Gama dos Santos <[email protected]>