Skip to content

Commit

Permalink
[pull] master from webtorrent:master (#94)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency semver to v7.3.8 (webtorrent#248)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump moment from 2.29.3 to 2.29.4 (webtorrent#242)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(deps): update dependency rollbar to v2.25.2 (webtorrent#240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump shell-quote from 1.7.2 to 1.7.3 (webtorrent#231)

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(deps): update dependency express to v4.18.1 (webtorrent#227)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver-regex from 3.1.3 to 3.1.4 (webtorrent#230)

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(deps): update dependency moment to v2.29.4 (webtorrent#239)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency moment to 2.29.4 [security] (webtorrent#243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency body-parser to v1.20.1 (webtorrent#249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency express-rate-limit to v6 (webtorrent#200)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump json-schema from 0.2.3 to 0.4.0 (webtorrent#246)

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0.
- [Release notes](https://github.com/kriszyp/json-schema/releases)
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): update dependency stylus to v0.59.0 (webtorrent#190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency husky to v8 (webtorrent#229)

* chore(deps): update dependency husky to v8

* Fix husky for v8

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <[email protected]>

* Update badge (webtorrent#251)

Update README.md

* fix(deps): update dependency highlight.js to v11 (webtorrent#176)

* fix(deps): update dependency highlight.js to v11

* Fix styles + fix deprecated call

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex <[email protected]>
  • Loading branch information
4 people authored Oct 8, 2022
1 parent 8562edb commit 8abe3ed
Show file tree
Hide file tree
Showing 7 changed files with 500 additions and 1,088 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ static/style.css
static/torrents/*
!static/torrents/*.torrent
!static/torrents/README.md

tmp
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# webtorrent.io [![travis][travis-image]][travis-url] [![javascript style guide][standard-image]][standard-url]
# webtorrent.io [![github][github-image]][github-url] [![javascript style guide][standard-image]][standard-url]

[travis-image]: https://img.shields.io/travis/webtorrent/webtorrent.io/master.svg
[travis-url]: https://travis-ci.org/webtorrent/webtorrent.io
[github-image]: https://img.shields.io/github/workflow/status/webtorrent/webtorrent.io/ci/master
[github-url]: https://github.com/webtorrent/webtorrent.io/actions
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com

Expand Down
2 changes: 1 addition & 1 deletion client/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ body.is-seed .show-leech
.error-list.visible
display: block

@import '../node_modules/highlight.js/styles/zenburn.css'
@import '../node_modules/highlight.js/styles/base16/zenburn.css'

#carbonads {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
Expand Down
Loading

0 comments on commit 8abe3ed

Please sign in to comment.