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 5 updates #371

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the simple group with 5 updates in the /demo directory:

Package From To
ably 2.3.1 2.4.1
@types/react-dom 18.3.0 18.3.1
netlify-cli 17.36.3 17.37.0
postcss 8.4.42 8.4.47
tailwindcss 3.4.10 3.4.14

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 netlify-cli from 17.36.3 to 17.37.0

Release notes

Sourced from netlify-cli's releases.

v17.37.0

17.37.0 (2024-10-11)

Features

Bug Fixes

  • deps: update dependency cookie to v0.7.0 [security] (#6856) (01810d5)
  • deps: update dependency envinfo to v7.14.0 (#6860) (7805687)
  • deps: update dependency http-proxy-middleware to v2.0.7 (#6852) (e1e7c72)
  • deps: update dependency listr2 to v8.2.5 (#6853) (b59f28b)
  • deps: update dependency log-update to v6.1.0 (#6861) (33f449f)
  • deps: update dependency ora to v8.1.0 (#6862) (d459d4e)
  • deps: update dependency pump to v3.0.2 (#6859) (f3f6d0a)
  • deps: update dependency update-notifier to v7.3.1 (#6863) (db8c10a)
  • deps: update netlify packages (#6868) (0944c42)
  • deps: update netlify packages (#6869) (48e032f)

v17.36.4

17.36.4 (2024-10-01)

Bug Fixes

Changelog

Sourced from netlify-cli's changelog.

17.37.0 (2024-10-11)

Features

Bug Fixes

  • deps: update dependency cookie to v0.7.0 [security] (#6856) (01810d5)
  • deps: update dependency envinfo to v7.14.0 (#6860) (7805687)
  • deps: update dependency http-proxy-middleware to v2.0.7 (#6852) (e1e7c72)
  • deps: update dependency listr2 to v8.2.5 (#6853) (b59f28b)
  • deps: update dependency log-update to v6.1.0 (#6861) (33f449f)
  • deps: update dependency ora to v8.1.0 (#6862) (d459d4e)
  • deps: update dependency pump to v3.0.2 (#6859) (f3f6d0a)
  • deps: update dependency update-notifier to v7.3.1 (#6863) (db8c10a)
  • deps: update netlify packages (#6868) (0944c42)
  • deps: update netlify packages (#6869) (48e032f)

17.36.4 (2024-10-01)

Bug Fixes

Commits
  • 9fe2946 chore(main): release 17.37.0 (#6855)
  • 48e032f fix(deps): update netlify packages (#6869)
  • 0944c42 fix(deps): update netlify packages (#6868)
  • 4704349 chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 (#6866)
  • 3737c6c chore(deps): update dependency verdaccio to v5.32.2 (#6793)
  • db8c10a fix(deps): update dependency update-notifier to v7.3.1 (#6863)
  • e52e4de chore(deps): add missing @​types/lodash dev dependency (#6864)
  • d459d4e fix(deps): update dependency ora to v8.1.0 (#6862)
  • 33f449f fix(deps): update dependency log-update to v6.1.0 (#6861)
  • 7805687 fix(deps): update dependency envinfo to v7.14.0 (#6860)
  • Additional commits viewable in compare view


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 94.18% (🎯 92%) 2853 / 3029
🟢 Statements 94.18% (🎯 92%) 2853 / 3029
🟢 Functions 93.39% (🎯 93%) 212 / 227
🟢 Branches 94.25% (🎯 93%) 771 / 818
File CoverageNo changed files found.
Generated in workflow #1573 for commit 1f3c0ea by the Vitest Coverage Report Action
dependabot[bot] commented 2 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.