Skip to content

Commit

Permalink
update @ng-formworks/ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Feb 9, 2025
1 parent cb024f1 commit f1395b7
Show file tree
Hide file tree
Showing 10 changed files with 254 additions and 239 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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/).

## v4.70.0 (2025-02-08)
## v4.71.0 (2025-02-09)

### ⚠️ Upcoming Deprecations:

Expand All @@ -12,7 +12,23 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- Drop support for Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
- Drop support for 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 Homebridge UI `v5` will not be released before May 2025 (aligning with when Node.js `v18` reaches end-of-life)
- Note that these are not requirements for UI `v4.70.0`
- Note that these are not requirements for UI `v4.71.0`

### UI Changes

- updates to the `uk.json` language file (#2348) (@xrust83)

### Other Changes

- update `@ng-formworks/` dependencies

### Homebridge Dependencies

- `@homebridge/hap-client` @ `v2.0.5`
- `@homebridge/node-pty-prebuilt-multiarch` @ `v0.11.14`
- `@homebridge/plugin-ui-utils` @ `v2.0.1`

## v4.70.0 (2025-02-08)

### UI Changes

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion test/e2e/backup.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ describe('BackupController (e2e)', () => {
schedulerService.scheduledJobs['instance-backup']?.cancel()
await app.close()
})
})
}, 10_000)
4 changes: 1 addition & 3 deletions test/e2e/plugins.gateway.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { NestFastifyApplication } from '@nestjs/platform-fastify'
import type { TestingModule } from '@nestjs/testing'

import child_process from 'node:child_process'
import { EventEmitter } from 'node:events'
import { platform } from 'node:os'
import { resolve } from 'node:path'
Expand Down Expand Up @@ -80,7 +79,6 @@ describe('PluginsGateway (e2e)', () => {

vi.spyOn(client, 'emit')
vi.spyOn(client, 'on')
vi.spyOn(child_process, 'spawn')

// Ensure config is correct
configService.ui.sudo = false
Expand Down Expand Up @@ -364,4 +362,4 @@ describe('PluginsGateway (e2e)', () => {
afterAll(async () => {
await app.close()
})
})
}, 10_000)
34 changes: 17 additions & 17 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 @@ -24,8 +24,8 @@
"@auth0/angular-jwt": "5.2.0",
"@homebridge/hap-client": "2.0.5",
"@ng-bootstrap/ng-bootstrap": "18.0.0",
"@ng-formworks/bootstrap5": "18.4.0",
"@ng-formworks/core": "18.4.0",
"@ng-formworks/bootstrap5": "19.5.1",
"@ng-formworks/core": "19.5.1",
"@ngx-translate/core": "16.0.4",
"angular-gridster2": "19.0.0",
"bootstrap": "5.3.3",
Expand Down
Loading

0 comments on commit f1395b7

Please sign in to comment.