Commit Graph

92 Commits

Author SHA1 Message Date
Charles Ewert
2389af0868
Enable brighterscript, create NPM build scripts, install and use roku-log, and use bsc import statements (#1173) 2023-05-03 17:21:04 -04:00
renovate[bot]
ebbf7bd1cd
Update dependency brighterscript to v0.64.3 2023-04-29 14:53:21 +00:00
1hitsong
beda7826e1
Merge pull request #1238 from jellyfin/renovate/brighterscript-formatter-1.x
Update dependency brighterscript-formatter to v1.6.27
2023-04-29 10:52:53 -04:00
renovate[bot]
76cfe88251
Update dependency brighterscript-formatter to v1.6.27 2023-04-29 14:51:42 +00:00
1hitsong
9786c799ae
Merge pull request #1236 from jellyfin/renovate/rokucommunity-bslint-0.x
Update dependency @rokucommunity/bslint to v0.8.4
2023-04-29 10:51:12 -04:00
1hitsong
b6d1204364
Merge pull request #1239 from jellyfin/renovate/ropm-0.x
Update dependency ropm to v0.10.14
2023-04-29 10:50:53 -04:00
renovate[bot]
7b44f1ead3
Update dependency ropm to v0.10.14 2023-04-28 19:16:16 +00:00
renovate[bot]
510005fbcb
Update dependency @rokucommunity/bslint to v0.8.4 2023-04-28 15:49:54 +00:00
renovate[bot]
61db223c0f
Update dependency markdownlint-cli2 to v0.7.1 2023-04-28 05:38:34 +00:00
Charles Ewert
386400d577
Merge pull request #1229 from jellyfin/renovate/roku-log-bsc-plugin-0.x 2023-04-26 13:09:18 -04:00
renovate[bot]
6e751436f8
Update dependency roku-log-bsc-plugin to v0.8.1 2023-04-26 14:08:28 +00:00
renovate[bot]
2a9e6d81d2
Update dependency api to v1.0.6 2023-04-26 14:08:06 +00:00
renovate[bot]
21bfe99ef1
Update dependency roku-log-bsc-plugin to v0.8.0 2023-04-25 16:32:02 +00:00
renovate[bot]
71ffac9858
Update dependency rimraf to v5 2023-04-22 18:20:26 +00:00
renovate[bot]
db95498d9c
Update dependency roku-deploy to v3.10.1 2023-04-22 18:18:40 +00:00
renovate[bot]
4a823bd9c3
Update dependency brighterscript-formatter to v1.6.26 2023-04-22 16:55:09 +00:00
Charles Ewert
c4d5a7de0a
Setup rooibos test framework (#1141) 2023-04-22 09:03:44 -04:00
renovate[bot]
ebfdd78c6d
Update dependency markdownlint-cli2 to v0.7.0 2023-04-20 05:00:40 +00:00
renovate[bot]
20fe80b19d
Update dependency brighterscript-formatter to v1.6.26 2023-04-18 18:12:57 +00:00
Charles Ewert
8dd422bb8c
Merge pull request #1207 from jellyfin/renovate/ropm-0.x 2023-04-18 14:11:58 -04:00
renovate[bot]
66721c4e72
Update dependency ropm to v0.10.13 2023-04-18 18:10:41 +00:00
renovate[bot]
94f8c215e2
Update dependency @rokucommunity/bslint to v0.8.3 2023-04-18 18:10:22 +00:00
renovate[bot]
a920aa05ea
Update dependency brighterscript to v0.64.2 2023-04-18 15:14:29 +00:00
renovate[bot]
adad573bc3
Update dependency brighterscript to v0.64.0 2023-04-04 21:39:25 +00:00
renovate[bot]
7de5f33a2a
Update dependency brighterscript to v0.63.0 2023-03-31 20:39:00 +00:00
Charles Ewert
1b2d990162 npm audit fix 2023-03-18 11:45:51 -04:00
renovate[bot]
488cd974dc
Update dependency brighterscript to v0.62.0 2023-03-17 21:13:41 +00:00
Charles Ewert
2861ac3b4a
Merge pull request #1096 from jellyfin/renovate/ropm-0.x 2023-03-17 17:13:10 -04:00
Charles Ewert
3571641160
Merge pull request #1094 from jellyfin/renovate/rokucommunity-bslint-0.x 2023-03-17 17:12:03 -04:00
renovate[bot]
46a091bff0
Update dependency ropm to v0.10.12 2023-03-17 21:11:57 +00:00
renovate[bot]
f8693a5dee
Update dependency brighterscript-formatter to v1.6.24 2023-03-17 20:00:15 +00:00
renovate[bot]
96d6052631
Update dependency @rokucommunity/bslint to v0.8.2 2023-03-17 19:59:57 +00:00
1hitsong
acff1481c3 Version bump 2023-03-16 09:26:42 -04:00
renovate[bot]
69becc139e
Update dependency brighterscript-formatter to v1.6.23 (#1087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 17:14:11 -04:00
Charles Ewert
a700ff01ef switch to markdownlint-cli2 for markdown linting 2023-02-25 19:06:42 -05:00
Charles Ewert
0eb3afa4a1 use spellchecker-cli to spellcheck markdown 2023-02-25 18:49:49 -05:00
Charles Ewert
863ccc0725 use jshint for json linting 2023-02-25 18:31:09 -05:00
Charles Ewert
d6a1f60fab
Add json and markdown to lint workflow + add automation workflow (#1039)
* add json to lint workflow

* add markdown to lint workflow

* fix markdown linting errors + add outline to devguide

* rename build workflow step

* Spellcheck markdown files in lint workflow

* make linter happy - fix spelling mistakes

* bugfix

* add problem-matcher to xml linter

* add markdown error to test problem matcher

* Add merge-conflicts workflow

* fix merge conflict

* Fix markdown linting errors

* Fix markdown spelling errors

* recommend markdownlint extension for vscode

* auto add new PRs to Project board + combine with merge conflicts workflow

* Move intro text above outline
2023-02-24 21:16:48 -05:00
dependabot[bot]
ca6854a872
Bump jszip from 3.7.1 to 3.10.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.1...v3.10.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 17:24:20 +00:00
renovate[bot]
13cf31026f
chore(deps): update dependency ropm to v0.10.11 2023-01-24 01:25:04 +00:00
1hitsong
59819aeb05
Merge pull request #957 from jellyfin/renovate/brighterscript-0.x
chore(deps): update dependency brighterscript to v0.61.3
2023-01-23 20:23:36 -05:00
1hitsong
72baf07887
Merge pull request #954 from jellyfin/dependabot/npm_and_yarn/luxon-1.28.1
Bump luxon from 1.17.2 to 1.28.1
2023-01-23 20:23:15 -05:00
renovate[bot]
6cd3da144c
chore(deps): update dependency brighterscript to v0.61.3 2023-01-24 01:22:34 +00:00
renovate[bot]
f3e82186ed
chore(deps): update dependency @rokucommunity/bslint to v0.8.1 2023-01-12 20:01:57 +00:00
dependabot[bot]
f745418f5c
Bump luxon from 1.17.2 to 1.28.1
Bumps [luxon](https://github.com/moment/luxon) from 1.17.2 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/1.17.2...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 22:23:41 +00:00
renovate[bot]
1dc79bad57
chore(deps): update dependency brighterscript to v0.61.2 2022-12-15 17:07:28 +00:00
renovate[bot]
24f5bd40a7
chore(deps): update dependency @rokucommunity/bslint to v0.8.0 2022-12-09 15:52:13 +00:00
1hitsong
607107ebb8 Remove rooibos test framework 2022-12-07 18:33:23 -05:00
dependabot[bot]
9a19a9b36f
Bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 14:02:05 +00:00
renovate[bot]
1cff62f6e5
chore(deps): update dependency brighterscript to v0.61.1 2022-12-07 13:42:13 +00:00