Skip to content

Commit

Permalink
format svg files nicely as part of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 23, 2024
1 parent 68f9bcd commit 4c9c49c
Show file tree
Hide file tree
Showing 45 changed files with 2,073 additions and 692 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `homebridge-config-ui-x` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).

## BETA

### Other Changes

- format svg files nicely as part of lint

## v4.65.2 (2024-12-15)

### ⚠️ Upcoming Deprecations:
Expand All @@ -26,14 +32,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.

## v4.65.1 (2024-12-13)

### ⚠️ Upcoming Deprecations:

- The **next major version** `v5` of the Homebridge UI will drop support for:
- Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
- Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
- Instances using `pnpm` as the package manager - consider updating your Homebridge instance to use npm instead - [more info on updating](https://github.com/homebridge/homebridge-apt-pkg/blob/latest/README.md#using-apt)
- Note that these are not requirements for UI `v4.65.1`

### UI Changes

- updates to the `th.json` language file (#2271) (@tomzt)
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ module.exports = antfu({
css: true,
html: true,
markdown: true,
svg: true,
},
})
545 changes: 326 additions & 219 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"semver": "7.6.3",
"systeminformation": "5.23.12",
"systeminformation": "5.23.16",
"tail": "2.2.6",
"tar": "6.2.1",
"tcp-port-used": "1.0.2",
Expand All @@ -123,6 +123,7 @@
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@nestjs/testing": "^10.4.15",
"@prettier/plugin-xml": "^3.4.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
Expand All @@ -135,10 +136,10 @@
"@types/unzipper": "^0.10.10",
"@vitest/coverage-v8": "^2.1.8",
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"form-data": "^4.0.1",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
Expand Down
104 changes: 61 additions & 43 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ng-formworks/bootstrap4": "18.0.0",
"@ng-formworks/core": "18.0.0",
"@ngx-translate/core": "16.0.3",
"@ngx-translate/core": "16.0.4",
"@popperjs/core": "2.11.8",
"angular-gridster2": "19.0.0",
"bootstrap": "4.6.2",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.13",
"@angular/language-service": "^18.2.13",
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@types/emoji-js": "^3.5.2",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
Expand Down
65 changes: 49 additions & 16 deletions ui/src/assets/hap-icons/airpurifier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c9c49c

Please sign in to comment.