Commit graph

7237 commits

Author SHA1 Message Date
renovate[bot]
ec8a27e316 chore(deps): update dependency chromatic to v7 (#3325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
renovate[bot]
e15a3a4657 chore(deps): update dependency npm to v10 (#3326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
Vishal Sharma
f788e07989 Update ClientTable.tsx (#3342)
* Update ClientTable.tsx

solves: #3339

## Changes

changed   owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string
` as the value attribute expects a value of type string | number | readonly string[]` but previously it was assigned bigint.

* Update ClientTable.tsx

solves: #3339

## Changes

changed   owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string
` as the value attribute expects a value of type `string | number | readonly string[]` but previously it was assigned bigint.
2023-10-26 13:13:48 -07:00
Owncast
6f59070b5b Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
8e36363cdf chore(deps): update dependency eslint-plugin-storybook to v0.6.14 2023-10-26 13:13:48 -07:00
Owncast
0cace98825 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
c1b29452bd chore(deps): update dependency @types/sanitize-html to v2.9.1 2023-10-26 13:13:48 -07:00
Owncast
ba041c48ed Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
9a5ed23cbc chore(deps): update dependency @types/react-linkify to v1.0.2 2023-10-26 13:13:48 -07:00
Owncast
75c1b17d12 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
42bf334c83 chore(deps): update dependency @types/node to v18.18.3 2023-10-26 13:13:48 -07:00
Owncast
1450f70e05 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
7d5a8455aa chore(deps): update dependency @types/markdown-it to v13.0.2 2023-10-26 13:13:48 -07:00
Owncast
3e72f3793d Commit screenshots 2023-10-26 13:13:48 -07:00
Owncast
e76d542f43 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
3ba1d551e5 chore(deps): update dependency @storybook/testing-library to v0.2.2 2023-10-26 13:13:48 -07:00
renovate[bot]
eadb9df489 chore(deps): update alpine docker tag to v3.18.4 2023-10-26 13:13:48 -07:00
renovate[bot]
2b378d3a9c chore(deps): update peter-evans/create-or-update-comment digest to e3645dd 2023-10-26 13:13:48 -07:00
renovate[bot]
892f4cc6ec fix(deps): update module golang.org/x/net to v0.16.0 2023-10-26 13:13:48 -07:00
Owncast
e0779f62df Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
016334f18c fix(deps): update dependency react-virtuoso to v4.6.0 2023-10-26 13:13:48 -07:00
Owncast
3eb7dbd6dd Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
a7b6fe285b chore(deps): update dependency sass to v1.68.0 2023-10-26 13:13:48 -07:00
Owncast
e9d23bc5c3 Bundle embedded web app 2023-10-26 13:13:48 -07:00
dependabot[bot]
0e3ae5a6a0 Bump zod and next in /web (#3340)
Bumps [zod](https://github.com/colinhacks/zod) to 3.22.4 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Updates `zod` from 3.22.2 to 3.22.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.22.2...v3.22.4)

Updates `next` from 13.4.19 to 13.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.4.19...v13.5.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
Owncast
0ad77fa8e8 Commit screenshots 2023-10-26 13:13:48 -07:00
Owncast
c2995b03cc Bundle embedded web app 2023-10-26 13:13:48 -07:00
dependabot[bot]
e89e433c71 Bump postcss from 8.4.29 to 8.4.31 in /web (#3336)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
renovate[bot]
90df637210 fix(deps): update dependency @uiw/react-codemirror to v4.21.18 (#3341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
Owncast
b183819d03 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
11d2c56eb7 fix(deps): update dependency autoprefixer to v10.4.16 2023-10-26 13:13:48 -07:00
Owncast
5920a7cdd9 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
08b3a07213 fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.18 2023-10-26 13:13:48 -07:00
Owncast
a2ee4e2e00 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
28881c9157 fix(deps): update dependency sharp to v0.32.6 (#3320) 2023-10-26 13:13:48 -07:00
Owncast
67e4d4b184 Bundle embedded web app 2023-10-26 13:13:48 -07:00
renovate[bot]
12bff5a1c0 chore(deps): update typescript-eslint monorepo to v6.7.3 2023-10-26 13:13:47 -07:00
Owncast
0d5ae476a0 Bundle embedded web app 2023-10-26 13:13:47 -07:00
renovate[bot]
193f2767eb chore(deps): update dependency @types/prop-types to v15.7.8 2023-10-26 13:13:47 -07:00
Owncast
7a26f39b08 Bundle embedded web app 2023-10-26 13:13:47 -07:00
renovate[bot]
9a6f97f8c9 chore(deps): update dependency @types/node to v18.18.1 2023-10-26 13:13:47 -07:00
Gabe Kangas
31a8e2ce53 Remove install request of chrome for unavailable version 2023-10-26 13:13:47 -07:00
Gabe Kangas
fd47475c11 Specify old version of chrome that is not broken 2023-10-26 13:13:47 -07:00
Owncast
86e880a46d Commit screenshots 2023-10-26 13:13:47 -07:00
Gabe Kangas
e3384eb6db Get updated version of chrome that doesn't break test 2023-10-26 13:13:47 -07:00
Owncast
5ada2bf240 Commit screenshots 2023-10-26 13:13:47 -07:00
Owncast
8e96b0c496 Commit screenshots 2023-10-26 13:13:47 -07:00
Owncast
ebdd9b030b Commit screenshots 2023-10-26 13:13:47 -07:00
Owncast
216ddf6dbb Commit screenshots 2023-10-26 13:13:47 -07:00
Owncast
c7a9e660d5 Commit screenshots 2023-10-26 13:13:47 -07:00