Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y xvfb libx11-dev pkg-config
sudo apt-get install -y xvfb libx11-dev libpipewire-0.3-dev pkg-config libssl-dev
- run: pnpm install
- name: Magnifier Test
run: pnpm test:magnifier
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ember.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- run: pnpm install
- name: Ember Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- run: pnpm install
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- run: pnpm install
- name: Lint JS
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- run: pnpm install
- name: Install Linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- run: pnpm install

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.21.1
pnpm 10.20.0
nodejs 24.12.0
pnpm 10.25.0
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@ impl WaylandPortalSampler {

// Initialize PipeWire
pw::init();

// Create PipeWire main loop
let mainloop = pw::main_loop::MainLoop::new(None)
.map_err(|_| "Failed to create PipeWire main loop".to_string())?;

// Create PipeWire context
let context = pw::context::Context::new(&mainloop)
.map_err(|_| "Failed to create PipeWire context".to_string())?;

// Connect to PipeWire core
let core = context.connect(None)
.map_err(|_| "Failed to connect to PipeWire".to_string())?;

// Create a stream
let stream = pw::stream::Stream::new(
&core,
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"build:rust": "cd electron-app/magnifier/rust-sampler && cargo build --release --features x11,wayland",
"build:rust:ci": "cd electron-app/magnifier/rust-sampler && cargo build --release --features x11",
"build:rust:ci": "cd electron-app/magnifier/rust-sampler && cargo build --release --features x11,wayland",
"build:rust:dev": "cd electron-app/magnifier/rust-sampler && cargo build --features x11,wayland",
"format": "prettier . --cache --write",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
Expand Down Expand Up @@ -62,10 +62,10 @@
"@orbit/records": "^0.17.0",
"@orbit/serializers": "^0.17.0",
"@orbit/utils": "^0.17.0",
"@sentry/electron": "^7.4.0",
"@sentry/ember": "^10.29.0",
"@sentry/electron": "^7.5.0",
"@sentry/ember": "^10.30.0",
"aws4fetch": "^1.0.20",
"color-name-list": "^14.7.0",
"color-name-list": "^14.9.0",
"decorator-transforms": "^2.3.0",
"electron-dl": "^4.0.0",
"electron-is-dev": "^3.0.1",
Expand Down Expand Up @@ -136,7 +136,7 @@
"@tsconfig/ember": "^3.0.12",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/ember": "^4.0.11",
"@types/node": "^24.10.2",
"@types/node": "^24.10.3",
"@types/qunit": "^2.19.13",
"@types/sinon": "^21.0.0",
"@vitest/ui": "^4.0.15",
Expand All @@ -145,9 +145,9 @@
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"electron": "^38.7.2",
"electron": "^39.2.6",
"ember-auto-import": "^2.12.0",
"ember-cli": "^6.8.1",
"ember-cli": "^6.9.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.3",
Expand Down Expand Up @@ -179,7 +179,7 @@
"prettier-plugin-ember-template-tag": "^2.1.2",
"qunit": "^2.24.3",
"qunit-dom": "^3.5.0",
"release-it": "^19.0.6",
"release-it": "^19.1.0",
"sinon": "^21.0.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
Expand All @@ -193,10 +193,10 @@
"vitest": "^4.0.15",
"wcag-contrast": "^3.0.0"
},
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.25.0",
"engines": {
"node": ">= 22",
"pnpm": "^10.20.0"
"node": ">= 24",
"pnpm": "^10.25.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading
Loading