ably / ably-chat-js

Ably Chat SDK for JavaScript to build chat experiences at scale
https://ably-livestream-chat-demo.vercel.app/
Apache License 2.0
8 stars 0 forks source link

build(deps): bump the simple group across 1 directory with 4 updates #372

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the simple group with 4 updates in the /demo directory: ably, @types/react-dom, postcss and tailwindcss.

Updates ably from 2.3.1 to 2.4.1

Release notes

Sourced from ably's releases.

v2.4.1

Full Changelog: https://github.com/ably/ably-js/compare/2.4.0...2.4.1

What's Changed

  • Fix usePresence hook wasn't leaving presence if component unmounted during channel attaching state ably/ably-js#1884

v2.4.0

Full Changelog: https://github.com/ably/ably-js/compare/2.3.2...2.4.0

What's Changed

  • Add wsConnectivityCheckUrl client option #1862
  • Push plugin is now available to be loaded via a CDN link #1861

v2.3.2

Full Changelog: https://github.com/ably/ably-js/compare/2.3.1...2.3.2

What's Changed

  • Fix websocket reconnection can get stuck in a disconnected/connecting loop under specific network conditions #1855
  • Fix fetchRequest implementation didn't work with checkConnectivity #1856
Changelog

Sourced from ably's changelog.

2.4.1 (2024-10-04)

  • Fix usePresence hook wasn't leaving presence if component unmounted during channel attaching state #1884

2.4.0 (2024-09-11)

  • Add wsConnectivityCheckUrl client option #1862
  • Push plugin is now available to be loaded via a CDN link #1861

2.3.2 (2024-09-06)

  • Fix websocket reconnection can get stuck in a disconnected/connecting loop under specific network conditions #1855
  • Fix fetchRequest implementation didn't work with checkConnectivity #1856
Commits
  • 0bd7aa5 Merge pull request #1885 from ably/release/2.4.1
  • b3af19a chore: bump version for 2.4.1 release
  • e522ca7 chore: update changelog for 2.4.1 release
  • 5bfb32f Merge pull request #1884 from ably/ECO-5002/fix-usePresence-channel-name-race...
  • 6151a9f Fix usePresence won't leave presence if unmount triggered during channel atta...
  • 458c1ca Merge pull request #1879 from ably/fix_RTN16D
  • 93c4059 Testing: ignore server instance ID when comparing connection keys
  • 8c9ce8b Merge pull request #1863 from ably/release/2.4.0
  • cd6a097 Update Push plugin readme to mention 2.4.0 version instead
  • a3000f5 chore: bump version for 2.4.0 release
  • Additional commits viewable in compare view


Updates @types/react-dom from 18.3.0 to 18.3.1

Commits


Updates postcss from 8.4.42 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.
Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.
Commits


Updates tailwindcss from 3.4.10 to 3.4.14

Release notes

Sourced from tailwindcss's releases.

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

v3.4.11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Changelog

Sourced from tailwindcss's changelog.

[3.4.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

[3.4.11] - 2024-09-11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 2 weeks ago

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 92.63% (🎯 92%) 2728 / 2945
🟢 Statements 92.63% (🎯 92%) 2728 / 2945
🟢 Functions 92.57% (🎯 92%) 212 / 229
🟢 Branches 94.02% (🎯 93%) 771 / 820
File CoverageNo changed files found.
Generated in workflow #1602 for commit c3f95b7 by the Vitest Coverage Report Action