-
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 'home-assistant:dev' into conditional-feature
- Loading branch information
Showing
64 changed files
with
2,029 additions
and
3,005 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
ref: dev | ||
|
||
|
@@ -57,7 +57,7 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
ref: master | ||
|
||
|
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,7 +24,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -58,7 +58,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -76,7 +76,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -89,7 +89,7 @@ jobs: | |
env: | ||
IS_TEST: "true" | ||
- name: Upload bundle stats | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: frontend-bundle-stats | ||
path: build/stats/*.json | ||
|
@@ -100,7 +100,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- name: Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -113,7 +113,7 @@ jobs: | |
env: | ||
IS_TEST: "true" | ||
- name: Upload bundle stats | ||
uses: actions/[email protected].2 | ||
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].3 | ||
uses: actions/[email protected].4 | ||
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,7 +22,7 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
ref: dev | ||
|
||
|
@@ -58,7 +58,7 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
ref: master | ||
|
||
|
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,7 +16,7 @@ jobs: | |
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected] | ||
|
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,7 +21,7 @@ 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].3 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Set up Python ${{ env.PYTHON_VERSION }} | ||
uses: actions/setup-python@v5 | ||
|
@@ -57,14 +57,14 @@ jobs: | |
run: tar -czvf translations.tar.gz translations | ||
|
||
- name: Upload build artifacts | ||
uses: actions/[email protected].2 | ||
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].2 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
contents: write # Required to upload release assets | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Verify version | ||
uses: home-assistant/actions/helpers/verify-version@master | ||
|
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].3 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Upload Translations | ||
run: | | ||
|
517 changes: 259 additions & 258 deletions
517
.yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
"license": "Apache-2.0", | ||
"type": "module", | ||
"dependencies": { | ||
"@babel/runtime": "7.24.4", | ||
"@babel/runtime": "7.24.5", | ||
"@braintree/sanitize-url": "7.0.1", | ||
"@codemirror/autocomplete": "6.16.0", | ||
"@codemirror/commands": "6.5.0", | ||
|
@@ -141,26 +141,26 @@ | |
"vue": "2.7.16", | ||
"vue2-daterange-picker": "0.6.8", | ||
"weekstart": "2.0.0", | ||
"workbox-cacheable-response": "7.0.0", | ||
"workbox-core": "7.0.0", | ||
"workbox-expiration": "7.0.0", | ||
"workbox-precaching": "7.0.0", | ||
"workbox-routing": "7.0.0", | ||
"workbox-strategies": "7.0.0", | ||
"workbox-cacheable-response": "7.1.0", | ||
"workbox-core": "7.1.0", | ||
"workbox-expiration": "7.1.0", | ||
"workbox-precaching": "7.1.0", | ||
"workbox-routing": "7.1.0", | ||
"workbox-strategies": "7.1.0", | ||
"xss": "1.0.15" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.24.4", | ||
"@babel/core": "7.24.5", | ||
"@babel/helper-define-polyfill-provider": "0.6.2", | ||
"@babel/plugin-proposal-decorators": "7.24.1", | ||
"@babel/plugin-transform-runtime": "7.24.3", | ||
"@babel/preset-env": "7.24.4", | ||
"@babel/preset-env": "7.24.5", | ||
"@babel/preset-typescript": "7.24.1", | ||
"@bundle-stats/plugin-webpack-filter": "4.12.2", | ||
"@koa/cors": "5.0.0", | ||
"@lokalise/node-api": "12.4.0", | ||
"@lokalise/node-api": "12.4.1", | ||
"@octokit/auth-oauth-device": "7.1.1", | ||
"@octokit/plugin-retry": "7.1.0", | ||
"@octokit/plugin-retry": "7.1.1", | ||
"@octokit/rest": "20.1.0", | ||
"@open-wc/dev-server-hmr": "0.1.4", | ||
"@rollup/plugin-babel": "6.0.4", | ||
|
@@ -185,8 +185,8 @@ | |
"@types/tar": "6.1.13", | ||
"@types/ua-parser-js": "0.7.39", | ||
"@types/webspeechapi": "0.0.29", | ||
"@typescript-eslint/eslint-plugin": "7.7.1", | ||
"@typescript-eslint/parser": "7.7.1", | ||
"@typescript-eslint/eslint-plugin": "7.8.0", | ||
"@typescript-eslint/parser": "7.8.0", | ||
"@web/dev-server": "0.1.38", | ||
"@web/dev-server-rollup": "0.4.1", | ||
"babel-loader": "9.1.3", | ||
|
@@ -202,12 +202,12 @@ | |
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-lit": "1.11.0", | ||
"eslint-plugin-lit-a11y": "4.1.2", | ||
"eslint-plugin-unused-imports": "3.1.0", | ||
"eslint-plugin-unused-imports": "3.2.0", | ||
"eslint-plugin-wc": "2.1.0", | ||
"fancy-log": "2.0.0", | ||
"fs-extra": "11.2.0", | ||
"glob": "10.3.12", | ||
"gulp": "4.0.2", | ||
"gulp": "5.0.0", | ||
"gulp-json-transform": "0.5.0", | ||
"gulp-merge-json": "2.2.1", | ||
"gulp-rename": "2.0.0", | ||
|
@@ -233,7 +233,7 @@ | |
"serve-handler": "6.1.5", | ||
"sinon": "17.0.1", | ||
"source-map-url": "0.4.1", | ||
"systemjs": "6.14.3", | ||
"systemjs": "6.15.1", | ||
"tar": "7.0.1", | ||
"terser-webpack-plugin": "5.3.10", | ||
"transform-async-modules-webpack-plugin": "1.1.0", | ||
|
@@ -245,7 +245,7 @@ | |
"webpack-manifest-plugin": "5.0.0", | ||
"webpack-stats-plugin": "1.1.3", | ||
"webpackbar": "6.0.1", | ||
"workbox-build": "7.0.0" | ||
"workbox-build": "7.1.0" | ||
}, | ||
"_comment": "Polymer 3.2 contained a bug, fixed in https://github.com/Polymer/polymer/pull/5569, add as patch", | ||
"resolutions": { | ||
|
@@ -257,5 +257,5 @@ | |
"[email protected]": "patch:sortablejs@npm%3A1.15.2#~/.yarn/patches/sortablejs-npm-1.15.2-73347ae85a.patch", | ||
"[email protected]": "patch:leaflet-draw@npm%3A1.0.4#./.yarn/patches/leaflet-draw-npm-1.0.4-0ca0ebcf65.patch" | ||
}, | ||
"packageManager": "yarn@4.1.1" | ||
"packageManager": "yarn@4.2.1" | ||
} |
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
Oops, something went wrong.