[New] add PropTypes.bigint (#365)
[New] oneOfType: Add expected types to warning (#198)
[New] Add type check for validator for 'shape' and 'exact' (#234)
[Fix] checkPropTypes: Friendlier message when using a type checker that is not a function (#51)
[Refactor] extract has (#261, #125, #124)
[readme] Fix branch name (master -> main) (#364)
[readme] Clarify usage of elementType (#335)
[docs] highlighted the func name (#321)
[docs] Typo fix in example (#300)
[docs] Add instructions for intentional inclusion of validation in production. (#262)
[docs] PropTypes.node: add link to react docs
[docs] Improve wording for checkPropTypes (#258)
[meta] Add a package sideEffects field. (#350)
[meta] use in-publish to avoid running the build on install
[deps] regenerate yarn.lock
[deps] update react-is (#347, #346, #345, #340, #338)
[eslint] enable some rules (#360)
[Tests] Use GH Actions (#363)
[Tests] Fix spelling (#318)
[Tests] Fixed typo: 'Any type should accept any value' (#281)
[Tests] fix broken tests; test the build process
[Dev Deps] update browserify, bundle-collapser, eslint, in-publish, react, uglifyify, uglifyjs
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ prop-types (15.7.2 → 15.8.1) · Repo · Changelog
Release Notes
15.8.1 (from changelog)
15.8.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 38 commits:
v15.8.1
[Dev Deps] update `eslint`
[Fix] fix crash when a custom propType return lacks `.data`; call `hasOwnProperty` properly
[Tests] add missing test coverage
[Tests] convert normal `it` functions to arrow functions
[meta] Fix formatting in CHANGELOG.md
[Tests] do not fail fast; add react 17
v15.8.0
[New] add `PropTypes.bigint`
[Dev Deps] update `eslint`
[readme] Fix branch name (master -> main)
[deps] regenerate yarn.lock
Bump sshpk from 1.13.1 to 1.16.1
Bump tmpl from 1.0.4 to 1.0.5
Bump path-parse from 1.0.6 to 1.0.7
[eslint] enable some rules
Use GH Actions
Add a package `sideEffects` field.
[Deps] update `react-is`
[Dev Deps] update `bundle-collapser`, `eslint`, `in-publish`, `react`
[readme] Clarify usage of `elementType`
doc: highlighted the func name (#321)
[Tests] Fix spelling
[Docs] Typo fix in example
[Dev Deps] update `browserify`, `bundle-collapser`, `react`, `uglifyify`, `uglifyjs`
[Deps] update `react-is`
[Dev Deps] update `eslint`
[Tests] Fixed typo: 'Any type *should* accept any value'
[Refactor] extract `has`
[Tests] fix broken tests
[New] `oneOfType`: Add expected types to warning
[Docs] Add instructions for intentional inclusion of validation in production.
[New] Add type check for validator for 'shape' and 'exact'
[Tests] test the build process
`checkPropTypes`: Friendlier message when using a type checker that is not a function
[meta] use `in-publish` to avoid running the build on install
[Docs] `PropTypes.node`: add link to react docs
[Docs] Improve wording for `checkPropTypes`
✳️ gatsby (2.30.3 → 3.14.6) · Repo · Changelog
✳️ gatsby-plugin-netlify-cms (4.3.11 → 5.14.0) · Repo · Changelog
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands