Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)
* Commit updated Javascript packages * Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265) * Trying a new github workflow to install javascript packages * Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Commit updated Javascript packages * Bump preact from 10.5.4 to 10.5.5 in /build/javascript Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Owncast <owncast@owncast.online> * Bump @justinribeiro/lite-youtube in /build/javascript Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/justinribeiro/lite-youtube/releases) - [Commits](https://github.com/justinribeiro/lite-youtube/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Owncast <owncast@owncast.online> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
35
build/javascript/node_modules/node-releases/.github/workflows/nightly-sync.yml
generated
vendored
Normal file
35
build/javascript/node_modules/node-releases/.github/workflows/nightly-sync.yml
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
name: Nightly Sync of content
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # run daily at 3am
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "12.x"
|
||||
|
||||
- name: Install
|
||||
run: npm ci
|
||||
|
||||
- name: Collect latest releases
|
||||
run: npm run build
|
||||
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v4
|
||||
with:
|
||||
author_name: GitHub Action
|
||||
author_email: action@github.com
|
||||
message: "feat: Nightly Sync"
|
||||
|
||||
- name: Push changes
|
||||
# Only run this on the main nodejs repo and not forks
|
||||
if: github.repository == 'chicoxyzzy/node-releases'
|
||||
uses: ad-m/github-push-action@v0.5.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
21
build/javascript/node_modules/node-releases/LICENSE
generated
vendored
Normal file
21
build/javascript/node_modules/node-releases/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
31
build/javascript/node_modules/node-releases/README.md
generated
vendored
Normal file
31
build/javascript/node_modules/node-releases/README.md
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Node.js releases data
|
||||
|
||||
All data is located in `data` directory.
|
||||
|
||||
`data/raw` contains raw data `nodejs.json` and `iojs.json`.
|
||||
|
||||
`data/processed` contains `envs.js` with both node.js and io.js data preprocessed to be used by [browserlist](https://github.com/ai/browserslist) and other projects. Each version in this file contains only necessary info: version, release date and optionally LTS flag.
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
npm install --save node-releases
|
||||
```
|
||||
|
||||
## Updating data
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
This is a build script which fetches data from web, processes it and saves processed data to `data/processed/envs.json`. If you want to run this steps separately you can use commands described below.
|
||||
|
||||
|
||||
### Fetching data
|
||||
```bash
|
||||
npm run fetch
|
||||
```
|
||||
This npm script will download new data to `data/raw` directory. Also it'll download Node.js release schedule into `release-schedule` folder.
|
||||
|
||||
### Processing data
|
||||
```bash
|
||||
npm run process
|
||||
```
|
||||
This script generates `envs.json` file from raw data files and saves it to `data/processed` directory.
|
||||
59
build/javascript/node_modules/node-releases/package.json
generated
vendored
Normal file
59
build/javascript/node_modules/node-releases/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"node-releases@1.1.63",
|
||||
"/home/runner/work/owncast/owncast/build/javascript"
|
||||
]
|
||||
],
|
||||
"_from": "node-releases@1.1.63",
|
||||
"_id": "node-releases@1.1.63",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ukW3iCfQaoxJkSPN+iK7KznTeqDGVJatAEuXsJERYHa9tn/KaT5lBdIyxQjLEVTzSkyjJEuQ17/vaEjrOauDkg==",
|
||||
"_location": "/node-releases",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node-releases@1.1.63",
|
||||
"name": "node-releases",
|
||||
"escapedName": "node-releases",
|
||||
"rawSpec": "1.1.63",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.63"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserslist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.63.tgz",
|
||||
"_spec": "1.1.63",
|
||||
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
||||
"author": {
|
||||
"name": "Sergey Rubanov",
|
||||
"email": "chi187@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/chicoxyzzy/node-releases/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Node.js releases data",
|
||||
"devDependencies": {
|
||||
"semver": "^6.3.0"
|
||||
},
|
||||
"homepage": "https://github.com/chicoxyzzy/node-releases#readme",
|
||||
"keywords": [
|
||||
"nodejs",
|
||||
"releases"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "node-releases",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run fetch && npm run process",
|
||||
"fetch": "node scripts/fetch.js",
|
||||
"process": "node scripts/process.js"
|
||||
},
|
||||
"version": "1.1.63"
|
||||
}
|
||||
Reference in New Issue
Block a user