Skip to content
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 newest #3

Merged
merged 94 commits into from
May 17, 2024
Merged

Update newest #3

merged 94 commits into from
May 17, 2024

Conversation

MichaelBuessemeyer
Copy link

This PR updates to the newest upstream version from the original repo.

We cannot use the latest released version as this version does not include the necessary version bumps of dependencies (see here.

In order to have prop types warnings work in production (the purpose of this fork) I replaced additional introduced production env checks with always true. Like done here

Moreover, nowadays the original repo has tests that no error is thrown in production mode. But as we enabled error's in production mode we would need to adjust all the production tests and invert their logic (e.g. the should expect a thrown error instead of no thrown error). To avoid this and as we do not have production env checks in our fork, I simply removed these tests (this makes the CI green). As we do not have any production env check, I'd say it is fair to remove those tests and avoid correcting all those tests.

Joe Fraley and others added 30 commits October 22, 2017 11:40
In accordance with facebook#19,
includes config for TravisCI to run test reports on the master branch
and PR's to the master branch.

- Includes .travis.yml config file
- Includes current CI status badge in README

Closes facebook#19.
After an update to the docs, the production build was pointing to an outdated link. This commit directs the link to the appropriate location in the React docs.
Updated all vars in test files to consts and lets.
Update README to include .exact()
Include CI for master branch and PR's
Add support for objects created with a null prototype in objectOf
- Fixes error due to an attempt to coerce a Symbol to a string
- Improves formatting of the "expected" portion of the generated
  warning, outputting for example `["Symbol(A)","Symbol(B)"]` rather
  than `[null,null]`

Fixes facebook#10
zpao and others added 24 commits November 23, 2021 12:16
This migrates to a more accessible platform
Additional ESLint rules: "no-multi-spaces": ["error"], "key-spacing": ["error"]
"no-multi-spaces" - Disallow multiple spaces;
"key-spacing" - Enforce consistent spacing between keys and values in object literal properties;
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
## Summary
Our mission at Meta Open Source is to empower communities through open source, and we believe that it means building a welcoming and safe environment for all. As a part of this work, we are adding this banner in support for Ukraine during this crisis.
Signed-off-by: Alex <aleksandrosansan@gmail.com>
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.32...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@MichaelBuessemeyer MichaelBuessemeyer added the enhancement New feature or request label May 17, 2024
@MichaelBuessemeyer MichaelBuessemeyer self-assigned this May 17, 2024
Copy link
Member

@hotzenklotz hotzenklotz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@MichaelBuessemeyer MichaelBuessemeyer merged commit 5e1e5e2 into master May 17, 2024
12 checks passed
@normanrz normanrz deleted the update-newest branch May 17, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet