Gabe Kangas
8e79e2acfa
chore(go): run betteralign and gofumpt on codebase
2023-10-08 14:22:28 -07:00
Owncast
a31179b604
Bundle embedded web app
2023-10-08 18:25:28 +00:00
renovate[bot]
e62e7f528b
chore(deps): update dependency @babel/core to v7.23.0
2023-10-08 15:35:05 +00:00
Owncast
5474422b6d
Bundle embedded web app
2023-10-08 15:34:24 +00:00
renovate[bot]
adca5221f4
fix(deps): update dependency @uiw/react-codemirror to v4.21.19
2023-10-08 13:15:45 +00:00
Owncast
f0a202f7a4
Bundle embedded web app
2023-10-08 13:15:02 +00:00
renovate[bot]
250b82be11
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.19
2023-10-08 09:36:06 +00:00
Owncast
607e585d98
Bundle embedded web app
2023-10-08 09:35:24 +00:00
renovate[bot]
8279a992a6
fix(deps): update dependency @fontsource/inter to v5.0.12
2023-10-08 07:19:03 +00:00
Owncast
58f4429f46
Bundle embedded web app
2023-10-08 07:18:25 +00:00
renovate[bot]
a4264b8223
chore(deps): update typescript-eslint monorepo to v6.7.4
2023-10-08 04:30:11 +00:00
Owncast
5fc264c9e4
Commit screenshots
2023-10-08 04:11:51 +00:00
Owncast
6eeb6b9bdc
Bundle embedded web app
2023-10-07 23:41:17 +00:00
renovate[bot]
b907aa6d7d
chore(deps): update dependency @types/react to v18.2.25 ( #3318 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 16:20:50 -07:00
Owncast
570ca8cc7f
Bundle embedded web app
2023-10-07 23:19:58 +00:00
renovate[bot]
a63fb4cd17
chore(deps): update dependency @types/video.js to v7.3.53 ( #3345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 15:54:15 -07:00
Owncast
caf8c44666
Bundle embedded web app
2023-10-07 22:53:28 +00:00
renovate[bot]
0035369b7f
chore(deps): update dependency stylelint-config-standard-scss to v11 ( #3322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 14:58:29 -07:00
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