Skip to content

Update dependency prop-types to v15.8.1 #38

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prop-types (source) 15.5.10 -> 15.8.1 age adoption passing confidence

Release Notes

facebook/prop-types (prop-types)

v15.8.1

Compare Source

  • [Fix] fix crash when a custom propType return lacks .data; call hasOwnProperty properly (#​370)
  • [meta] Fix formatting in CHANGELOG.md (#​367)
  • [Tests] add missing test coverage (#​370)
  • [Tests] convert normal it functions to arrow functions (#​370)
  • [Tests] do not fail fast; add react 17 (#​366)
  • [Dev Deps] update eslint

v15.8.0

Compare Source

  • [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

v15.7.2

Compare Source

  • [Fix] ensure nullish values in oneOf do not crash (#​256)
  • [Fix] move loose-envify back to production deps, for browerify usage (#​203)

v15.7.1

Compare Source

v15.7.0

Compare Source

  • [New] Add .elementType (#​211)
  • [New] add PropTypes.resetWarningCache (#​178)
  • oneOf: improve warning when multiple arguments are supplied (#​244)
  • Fix oneOf when used with Symbols (#​224)
  • Avoid relying on hasOwnProperty being present on values' prototypes (#​112, #​187)
  • Improve readme (#​248, #​233)
  • Clean up mistaken runtime dep, swap envify for loose-envify (#​204)

v15.6.2

Compare Source

  • Remove the fbjs dependency by inlining some helpers from it (#​194))

v15.6.1

Compare Source

  • Fix an issue where outdated BSD license headers were still present in the published bundle #​162

v15.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: eb26da1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

coderabbitai bot commented Dec 9, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Dec 9, 2024

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedtmpl@​1.0.4100855776100
Updatedloose-envify@​1.3.1 ⏵ 1.4.01001008076100
Addedjs-tokens@​4.0.01001009777100
Updatedprop-types@​15.5.10 ⏵ 15.8.19910010080100

View full report

@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch 2 times, most recently from 55c1601 to 766ef67 Compare January 30, 2025 16:45
@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch from 766ef67 to 10072f1 Compare February 9, 2025 15:10
@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch from 10072f1 to f413bf1 Compare March 3, 2025 13:45
@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch 3 times, most recently from faef1c4 to 8ccd9bb Compare March 17, 2025 16:02
Copy link

socket-security bot commented Mar 17, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch from 8ccd9bb to 3efdce7 Compare April 1, 2025 09:43
@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch from 3efdce7 to 14ffc00 Compare April 8, 2025 15:43
@renovate renovate bot force-pushed the renovate/prop-types-15.x-lockfile branch from 14ffc00 to eb26da1 Compare April 24, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants