Skip to content

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade prop-types from 15.8.0 to 15.8.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-01-05.
Release notes
Package name: prop-types
  • 15.8.1 - 2022-01-05
    • [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
  • 15.8.0 - 2021-12-22
    • [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
from prop-types GitHub release notes
Commit messages
Package name: prop-types
  • 70330a4 v15.8.1
  • 044efd7 [Dev Deps] update `eslint`
  • 90c8c47 [Fix] fix crash when a custom propType return lacks `.data`; call `hasOwnProperty` properly
  • b93deca [Tests] add missing test coverage
  • 88e1b3d [Tests] convert normal `it` functions to arrow functions
  • bdc31fa [meta] Fix formatting in CHANGELOG.md
  • f9d2c19 [Tests] do not fail fast; add react 17

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title [Snyk] Upgrade prop-types from 15.8.0 to 15.8.1 refactor: upgrade prop-types from 15.8.0 to 15.8.1 Jan 26, 2022
@mtrezza mtrezza changed the title refactor: upgrade prop-types from 15.8.0 to 15.8.1 Refactor: upgrade prop-types from 15.8.0 to 15.8.1 Jan 26, 2022
@mtrezza mtrezza changed the title Refactor: upgrade prop-types from 15.8.0 to 15.8.1 refactor: upgrade prop-types from 15.8.0 to 15.8.1 Jan 26, 2022
@mtrezza mtrezza changed the title refactor: upgrade prop-types from 15.8.0 to 15.8.1 Refactor: upgrade prop-types from 15.8.0 to 15.8.1 Jan 26, 2022
@parse-github-assistant
Copy link

parse-github-assistant bot commented Jan 26, 2022

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@mtrezza mtrezza changed the title Refactor: upgrade prop-types from 15.8.0 to 15.8.1 refactor: upgrade prop-types from 15.8.0 to 15.8.1 Jan 26, 2022
@mtrezza mtrezza merged commit fef1e25 into alpha Jan 26, 2022
@mtrezza mtrezza deleted the snyk-upgrade-e3e2a11dd9506eb8cace014b8009146f branch January 26, 2022 15:51
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.0-alpha.15

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jan 26, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.0-beta.3

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Feb 6, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.1

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 3, 2022
beiguancyc pushed a commit to beiguancyc/parse-dashboard that referenced this pull request Mar 4, 2022
* source: (43 commits)
  chore(release): 4.0.1 [skip ci]
  ci: release commit
  chore(release): 4.0.0-beta.3 [skip ci]
  ci: release commit
  refactor: upgrade prismjs from 1.25.0 to 1.26.0 (parse-community#2019)
  chore(release): 4.0.0-alpha.15 [skip ci]
  fix: preserve column sorting preferences in data browser (parse-community#2016)
  refactor: upgrade prop-types from 15.8.0 to 15.8.1 (parse-community#2018)
  refactor: upgrade otpauth from 7.0.8 to 7.0.9 (parse-community#2017)
  chore(release): 4.0.0-alpha.14 [skip ci]
  fix: crash when checking for new dashboard release without internet connection (parse-community#2015)
  chore(release): 4.0.0-alpha.13 [skip ci]
  fix: calendar widget layout partly hides last days of a month (parse-community#1990)
  refactor: change example config Parse Server port from 1338 to 1337 (parse-community#2012)
  chore(release): 4.0.0-alpha.12 [skip ci]
  fix: upgrade parse from 3.4.0 to 3.4.1 (parse-community#2011)
  chore(release): 4.0.0-alpha.11 [skip ci]
  fix: various UI bugs (e.g. filter data browser, switch app, upload file) (parse-community#2010)
  chore(release): 4.0.0-alpha.10 [skip ci]
  fix: bump nanoid from 3.1.28 to 3.2.0 (parse-community#2008)
  ...

# Conflicts:
#	package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants