ionic-chat-tutorial-react icon indicating copy to clipboard operation
ionic-chat-tutorial-react copied to clipboard

Bump serialize-javascript, react-scripts and stream-chat-react

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps serialize-javascript to 6.0.2 and updates ancestor dependencies serialize-javascript, react-scripts and stream-chat-react. These dependencies need to be updated together.

Updates serialize-javascript from 2.1.2 to 6.0.2

Release notes

Sourced from serialize-javascript's releases.

v6.0.2

  • fix: serialize URL string contents to prevent XSS (#173) f27d65d
  • Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171) 02499c0
  • docs: update readme with URL support (#146) 0d88527
  • chore: update node version and lock file e2a3a91
  • fix typo (#164) 5a1fa64

https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2

v6.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/yahoo/serialize-javascript/compare/v6.0.0...v6.0.1

v6.0.0

Changelog

  • Add support for URL's (#123)
  • Bump mocha from 9.0.0 to 9.0.1 (#124)
  • Bump mocha from 8.4.0 to 9.0.0 (#121)
  • Update Node.js CI matrix (#122)
  • Bump mocha from 8.3.2 to 8.4.0 (#120)
  • Bump lodash from 4.17.19 to 4.17.21 (#119)
  • Bump y18n from 4.0.0 to 4.0.1 (#116)
  • Bump chai from 4.3.3 to 4.3.4 (#115)

... (truncated)

Commits

Updates react-scripts from 3.0.1 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.4.4 (2020-10-20)

v3.4.4 release bumps resolve-url-loader to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.3 to 3.4.4

Inside any created project that has not been ejected, run:

npm install --save --save-exact [email protected]

or

yarn add --exact [email protected]

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.2 to 3.4.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact [email protected]

or

yarn add --exact [email protected]

3.4.2 (2020-08-11)

v3.4.2 release bumps webpack-dev-server to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.1 to 3.4.2

Inside any created project that has not been ejected, run:

npm install --save --save-exact [email protected]

or

... (truncated)

Commits

Updates stream-chat-react from 0.5.8 to 0.8.8

Changelog

Sourced from stream-chat-react's changelog.

10.8.8 (2023-07-27)

Bug Fixes

  • prevent remounting Message components in VirtualizedMessageList (#2067) (17d48b0)

10.8.7 (2023-07-17)

Bug Fixes

  • namespace the ChannelSearch's root element "inline" and "popup" classes (#2056) (442e177)

10.8.6 (2023-07-11)

Bug Fixes

  • enable search results scrolling (#2041) (e61cabe)
  • prevent ignoring the clearSearchOnClickOutside search param on mobile (#2039) (e83d313)

10.8.5 (2023-06-27)

Bug Fixes

  • make cooldown timer to rely on skip-slow-mode capability (#2018) (8f7c79f)

10.8.4 (2023-06-22)

Bug Fixes

  • prevent showing original text of deleted quoted message (#2033) (773d59f)

10.8.3 (2023-06-12)

Bug Fixes

  • add missing effect and callback dependencies in useChannelSearch hooks (#2029) (1090dd3)

10.8.2 (2023-06-09)

Bug Fixes

... (truncated)

Commits
  • 6cb33e9 0.8.8
  • 60c9bf8 Updating changelog
  • 3d131ba Updating stream-chat version
  • 2c74a68 Merge pull request #169 from GetStream/vishal/notification-fix
  • 2127e6f Merge pull request #170 from GetStream/vishal/thread-remove-message-fix
  • 0848129 Merge pull request #171 from GetStream/vishal/typing-indicator
  • 4801be2 Merge pull request #172 from GetStream/vishal/moderator-check-fix
  • 311fab9 Fixing the check for moderator role
  • c24dc7a Fix in typing indicator to exclude current user
  • e592a4e Fixing remove message functionality for threads
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vishtree, a new releaser for stream-chat-react since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Feb 11 '25 01:02 dependabot[bot]