renovate[bot]
2810580a87
chore(deps): update docker/setup-qemu-action action to v3 ( #3323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 14:56:58 -07:00
Owncast
871f3ea4db
Bundle embedded web app
2023-10-07 21:55:34 +00:00
Owncast
5fea637495
Bundle embedded web app
2023-10-07 21:44:19 +00:00
renovate[bot]
7b8ea4cefa
chore(deps): update actions/checkout action to v4 ( #3321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:52:25 -07:00
renovate[bot]
53dc3779e0
chore(deps): update tj-actions/changed-files action to v39 ( #3324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:36:52 -07:00
Owncast
96fd25439a
Bundle embedded web app
2023-10-07 20:27:49 +00:00
renovate[bot]
d2afa78537
chore(deps): update dependency chromatic to v7 ( #3325 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:25:14 -07:00
renovate[bot]
3bb55bf0b3
chore(deps): update dependency npm to v10 ( #3326 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:19:10 -07:00
Vishal Sharma
1917b15b0a
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-07 13:14:07 -07:00
Owncast
08414537be
Bundle embedded web app
2023-10-07 18:45:44 +00:00
renovate[bot]
9fc3a607e8
chore(deps): update dependency eslint-plugin-storybook to v0.6.14
2023-10-07 15:41:14 +00:00
Owncast
b8088f2636
Bundle embedded web app
2023-10-07 15:39:47 +00:00
renovate[bot]
b023a88f27
chore(deps): update dependency @types/sanitize-html to v2.9.1
2023-10-07 13:22:36 +00:00
Owncast
864faccad0
Bundle embedded web app
2023-10-07 13:21:36 +00:00
renovate[bot]
7bf3a49eca
chore(deps): update dependency @types/react-linkify to v1.0.2
2023-10-07 09:51:09 +00:00
Owncast
9c41b27d04
Bundle embedded web app
2023-10-07 09:50:08 +00:00
renovate[bot]
6422d7e797
chore(deps): update dependency @types/node to v18.18.3
2023-10-07 06:25:15 +00:00
Owncast
7032a59a01
Bundle embedded web app
2023-10-07 06:24:34 +00:00
renovate[bot]
715e349591
chore(deps): update dependency @types/markdown-it to v13.0.2
2023-10-07 05:11:35 +00:00
Owncast
962d428a57
Commit screenshots
2023-10-07 04:10:16 +00:00
Owncast
fff003c0c0
Bundle embedded web app
2023-10-07 01:35:20 +00:00
renovate[bot]
65dbd4a079
chore(deps): update dependency @storybook/testing-library to v0.2.2
2023-10-06 22:21:29 +00:00
renovate[bot]
ab35cd6ad1
chore(deps): update alpine docker tag to v3.18.4
2023-10-06 18:09:44 +00:00
renovate[bot]
b69e2400d3
chore(deps): update peter-evans/create-or-update-comment digest to e3645dd
2023-10-06 18:09:25 +00:00
renovate[bot]
3b4611e3c9
fix(deps): update module golang.org/x/net to v0.16.0
2023-10-06 12:18:42 +00:00
Owncast
a82628b041
Bundle embedded web app
2023-10-06 12:17:35 +00:00
renovate[bot]
ab69107de3
fix(deps): update dependency react-virtuoso to v4.6.0
2023-10-06 09:17:00 +00:00
Owncast
393b89f5bb
Bundle embedded web app
2023-10-06 09:15:59 +00:00
renovate[bot]
8c876c16ce
chore(deps): update dependency sass to v1.68.0
2023-10-06 07:23:11 +00:00
Owncast
5116825cab
Bundle embedded web app
2023-10-06 07:22:08 +00:00
dependabot[bot]
37a296f282
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-06 00:09:57 -07:00
Owncast
35ee3f3699
Commit screenshots
2023-10-06 04:21:42 +00:00
Owncast
b541f8b11e
Bundle embedded web app
2023-10-06 02:48:46 +00:00
dependabot[bot]
34211f279e
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-05 19:16:05 -07:00
renovate[bot]
cd508ea81c
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-05 19:14:52 -07:00
Owncast
b8b2d53be9
Bundle embedded web app
2023-10-06 00:42:18 +00:00
renovate[bot]
c6fcce9dd4
fix(deps): update dependency autoprefixer to v10.4.16
2023-10-05 21:51:39 +00:00
Owncast
334f9fa026
Bundle embedded web app
2023-10-05 21:50:18 +00:00
renovate[bot]
e6661eb764
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.18
2023-10-05 19:51:33 +00:00
Owncast
7060e2ae35
Bundle embedded web app
2023-10-05 19:50:33 +00:00
renovate[bot]
e55574bc78
fix(deps): update dependency sharp to v0.32.6 ( #3320 )
2023-10-05 12:38:33 -07:00
Owncast
b812e8edd6
Bundle embedded web app
2023-10-05 15:42:50 +00:00
renovate[bot]
31ccb0e308
chore(deps): update typescript-eslint monorepo to v6.7.3
2023-10-05 15:31:38 +00:00
Owncast
e4aae5de00
Bundle embedded web app
2023-10-05 13:10:05 +00:00
renovate[bot]
b2038c69c0
chore(deps): update dependency @types/prop-types to v15.7.8
2023-10-05 12:57:33 +00:00
Owncast
efdecefc02
Bundle embedded web app
2023-10-05 11:43:27 +00:00
renovate[bot]
7aa8659d6f
chore(deps): update dependency @types/node to v18.18.1
2023-10-05 07:00:58 +00:00
Gabe Kangas
5b579b2a51
Remove install request of chrome for unavailable version
2023-10-04 23:57:50 -07:00
Gabe Kangas
3d120e8868
Specify old version of chrome that is not broken
2023-10-04 23:49:46 -07:00
Owncast
47dc18e0fa
Commit screenshots
2023-10-04 04:25:41 +00:00