Owncast
|
ce7eae2cf7
|
Bundle embedded web app
|
2025-08-20 05:42:16 +00:00 |
|
 renovate[bot]andGitHub
|
d240fa3db1
|
chore(deps): update dependency @types/node to v22.17.2
|
2025-08-20 01:07:57 +00:00 |
|
Owncast
|
93ee9f013b
|
Bundle embedded web app
|
2025-08-20 01:06:51 +00:00 |
|
 renovate[bot]andGitHub
|
7f274a802d
|
chore(deps): update dependency mermaid to v11.10.0 [security]
|
2025-08-19 23:14:11 +00:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
c5234a2279
|
chore(deps): bump next from 14.2.21 to 14.2.30 in /web (#4442)
Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.30.
- [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/v14.2.21...v14.2.30)
---
updated-dependencies:
- dependency-name: next
dependency-version: 14.2.30
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-12 22:19:03 -07:00 |
|
Owncast
|
7d65dbc7d2
|
Bundle embedded web app
|
2025-08-11 17:13:47 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
9e6c88a70b
|
chore(deps): update dependency @types/node to v22.17.1 (#4519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-11 17:08:26 +00:00 |
|
 ![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
976fac57df
|
chore(deps): update golangci/golangci-lint-action action to v8 (#4507)
* chore(deps): update golangci/golangci-lint-action action to v8
* chore(ci): update golangci-lint to v2
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
|
2025-08-11 01:03:46 -07:00 |
|
Owncast
|
6e43660baf
|
Bundle embedded web app
|
2025-08-10 20:29:51 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
9344d9ee87
|
chore(deps): update dependency cypress to v14.5.4 (#4520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-10 20:24:50 +00:00 |
|
 renovate[bot]andGitHub
|
5a598c239e
|
fix(deps): update module golang.org/x/net to v0.43.0
|
2025-08-10 14:20:08 +00:00 |
|
Owncast
|
0e56022e4d
|
Bundle embedded web app
|
2025-08-10 14:18:04 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
a1f38fd37a
|
chore(deps): update dependency stylelint to v16.23.1 (#4521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-10 14:13:10 +00:00 |
|
 renovate[bot]andGitHub
|
0519af0b1d
|
fix(deps): update module golang.org/x/crypto to v0.41.0
|
2025-08-10 04:57:29 +00:00 |
|
Owncast
|
b5e7d96358
|
Bundle embedded web app
|
2025-08-10 04:55:32 +00:00 |
|
 renovate[bot]andGitHub
|
9a957aed50
|
fix(deps): update dependency yaml to v2.8.1
|
2025-08-10 01:22:22 +00:00 |
|
 ![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
03af5b1cca
|
chore(deps): update crowdin/github-action action to v2 (#4510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
|
2025-08-07 22:52:12 -07:00 |
|
Owncast
|
1a418b9f98
|
Bundle embedded web app
|
2025-08-08 02:17:32 +00:00 |
|
 ![copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>](/assets/img/avatar_default.png)  
|
84eaa60ec9
|
Add static class names to UI elements for easier customization (#4421)
* Initial plan
* Add static class names to UI elements for easier customization
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
* Add unique DOM element IDs for easier customization targeting
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
* Remove duplicate class names, keep only IDs for UI element targeting
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
* Revert chat input field ID to original value
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
* Remove unnecessary nested spans and revert Button ID to original value
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
* Standardize ID names to follow owncast-{element-description}-{type} pattern
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
|
2025-08-07 19:12:28 -07:00 |
|
Owncast
|
8b623f4c1a
|
Bundle embedded web app
|
2025-08-08 02:01:03 +00:00 |
|
Gabe Kangas
|
481de398fc
|
fix(css): format
|
2025-08-07 18:55:21 -07:00 |
|
Gabe Kangas
|
b1ba1bdf0f
|
fix(css): fix sass import path
|
2025-08-07 18:49:18 -07:00 |
|
 renovate[bot]andGitHub
|
bced6c9709
|
fix(deps): update module golang.org/x/mod to v0.27.0
|
2025-08-07 18:58:56 +00:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
c7b239817e
|
chore(deps-dev): bump tmp from 0.2.1 to 0.2.4 in /test/automated/browser (#4518)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.4)
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-06 14:23:58 -07:00 |
|
Owncast
|
a5a32120a7
|
Bundle embedded web app
|
2025-08-06 18:27:27 +00:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
1a0e38c69d
|
chore(deps-dev): bump tmp from 0.2.3 to 0.2.4 in /web (#4517)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-06 11:21:58 -07:00 |
|
Owncast
|
b91747dcd7
|
Bundle embedded web app
|
2025-08-06 16:32:15 +00:00 |
|
 renovate[bot]andGitHub
|
a0a77f625c
|
fix(deps): update dependency sharp to v0.34.3
|
2025-08-06 13:04:17 +00:00 |
|
Owncast
|
514c11c822
|
Bundle embedded web app
|
2025-08-06 13:02:27 +00:00 |
|
 renovate[bot]andGitHub
|
333afc038b
|
fix(deps): update dependency @uiw/react-codemirror to v4.24.2
|
2025-08-06 08:48:16 +00:00 |
|
Owncast
|
ab01e14f9e
|
Bundle embedded web app
|
2025-08-06 08:47:08 +00:00 |
|
 renovate[bot]andGitHub
|
aff3008e2f
|
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.24.2
|
2025-08-06 04:21:40 +00:00 |
|
Owncast
|
36f266bc2f
|
Bundle embedded web app
|
2025-08-06 04:20:00 +00:00 |
|
 renovate[bot]andGitHub
|
551130ea25
|
fix(deps): update dependency @codemirror/lang-markdown to v6.3.4
|
2025-08-06 01:44:50 +00:00 |
|
Owncast
|
b5841e8cfe
|
Bundle embedded web app
|
2025-08-06 01:43:13 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
132f3015f0
|
chore(deps): update module github.com/golangci/golangci-lint to v2 (#4512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 18:39:43 -07:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
413beeebf6
|
chore(deps): update dependency sass-loader to v16 (#4511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 18:37:54 -07:00 |
|
Owncast
|
2d8767fa10
|
Bundle embedded web app
|
2025-08-06 01:18:22 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
ecee751bf1
|
chore(deps): update dependency babel-loader to v10 (#4513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 18:03:24 -07:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
27dbe3426e
|
chore(deps): update chromaui/action action to v13 (#4509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 17:59:56 -07:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
c2986993eb
|
chore(deps): update tj-actions/changed-files action to v46 (#4514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 17:57:52 -07:00 |
|
Owncast
|
cebe22c746
|
Bundle embedded web app
|
2025-08-06 00:55:27 +00:00 |
|
 renovate[bot]andGitHub
|
5d3a6e44a4
|
fix(deps): update dependency next to v14.2.30 [security]
|
2025-08-06 00:28:15 +00:00 |
|
Owncast
|
4bbf847aef
|
Bundle embedded web app
|
2025-08-06 00:25:53 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
e919516cb1
|
chore(deps): update dependency chromatic to v13 (#4504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 17:20:38 -07:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
5a8adaa5f8
|
chore(deps): update dependency cypress to v14 (#4505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 17:19:27 -07:00 |
|
Owncast
|
39f1ffcbd5
|
Bundle embedded web app
|
2025-08-06 00:14:19 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
abe76b99db
|
chore(deps): update dependency eslint-config-prettier to v10 (#4506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 17:07:56 -07:00 |
|
Owncast
|
91798d971d
|
Bundle embedded web app
|
2025-08-06 00:04:57 +00:00 |
|
![renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
69e5989275
|
fix(deps): update dependency react-markdown to v10 (#4508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-08-05 16:59:55 -07:00 |
|