-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into history-filter-unrecorded
- Loading branch information
Showing
596 changed files
with
35,668 additions
and
21,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,12 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
with: | ||
ref: dev | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -57,12 +57,12 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
with: | ||
ref: master | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- name: Build resources | ||
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages | ||
- name: Setup lint cache | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
node_modules/.cache/prettier | ||
|
@@ -58,9 +58,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -76,9 +76,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -89,7 +89,7 @@ jobs: | |
env: | ||
IS_TEST: "true" | ||
- name: Upload bundle stats | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: frontend-bundle-stats | ||
path: build/stats/*.json | ||
|
@@ -100,9 +100,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -113,7 +113,7 @@ jobs: | |
env: | ||
IS_TEST: "true" | ||
- name: Upload bundle stats | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: supervisor-bundle-stats | ||
path: build/stats/*.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
with: | ||
# We must fetch at least the immediate parents so that if this is | ||
# a pull request then we can checkout the head. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,12 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
with: | ||
ref: dev | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -58,12 +58,12 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
with: | ||
ref: master | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview') | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
- cron: "0 1 * * *" | ||
|
||
env: | ||
PYTHON_VERSION: "3.11" | ||
PYTHON_VERSION: "3.12" | ||
NODE_OPTIONS: --max_old_space_size=6144 | ||
|
||
permissions: | ||
|
@@ -20,15 +20,15 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Set up Python ${{ env.PYTHON_VERSION }} | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -57,14 +57,14 @@ jobs: | |
run: tar -czvf translations.tar.gz translations | ||
|
||
- name: Upload build artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: wheels | ||
path: dist/home_assistant_frontend*.whl | ||
if-no-files-found: error | ||
|
||
- name: Upload translations | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: translations | ||
path: translations.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
- published | ||
|
||
env: | ||
PYTHON_VERSION: "3.11" | ||
PYTHON_VERSION: "3.12" | ||
NODE_OPTIONS: --max_old_space_size=6144 | ||
|
||
# Set default workflow permissions | ||
|
@@ -23,7 +23,7 @@ jobs: | |
contents: write # Required to upload release assets | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Verify version | ||
uses: home-assistant/actions/helpers/verify-version@master | ||
|
@@ -34,7 +34,7 @@ jobs: | |
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -55,7 +55,7 @@ jobs: | |
script/release | ||
- name: Upload release assets | ||
uses: softprops/action-gh-release@v0.1.15 | ||
uses: softprops/action-gh-release@v2.0.5 | ||
with: | ||
files: | | ||
dist/*.whl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Upload Translations | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/dist/hls.light.mjs b/dist/hls.light.mjs | ||
index eed9d788fafdb159975e1a2eb08ac88ba9c9ac33..ace881935e6665946f1c8110ebd2f739cde4427e 100644 | ||
--- a/dist/hls.light.mjs | ||
+++ b/dist/hls.light.mjs | ||
@@ -20523,9 +20523,9 @@ class Hls { | ||
} | ||
Hls.defaultConfig = void 0; | ||
|
||
-var KeySystemFormats = empty.KeySystemFormats; | ||
-var KeySystems = empty.KeySystems; | ||
-var SubtitleStreamController = empty.SubtitleStreamController; | ||
-var TimelineController = empty.TimelineController; | ||
+var KeySystemFormats = empty; | ||
+var KeySystems = empty; | ||
+var SubtitleStreamController = empty; | ||
+var TimelineController = empty; | ||
export { AbrController, AttrList, Cues as AudioStreamController, Cues as AudioTrackController, BasePlaylistController, BaseSegment, BaseStreamController, BufferController, Cues as CMCDController, CapLevelController, ChunkMetadata, ContentSteeringController, DateRange, Cues as EMEController, ErrorActionFlags, ErrorController, ErrorDetails, ErrorTypes, Events, FPSController, Fragment, Hls, HlsSkip, HlsUrlParameters, KeySystemFormats, KeySystems, Level, LevelDetails, LevelKey, LoadStats, MetadataSchema, NetworkErrorAction, Part, PlaylistLevelType, SubtitleStreamController, Cues as SubtitleTrackController, TimelineController, Hls as default, getMediaSource, isMSESupported, isSupported }; | ||
//# sourceMappingURL=hls.light.mjs.map |
Oops, something went wrong.