Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Electron 34.2.0 with Node 20.18.2 and Chrome 132.0.6834.196 #154

Merged
merged 2 commits into from
Feb 17, 2025
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x64
targets: AppImage deb rpm
- os: macos-14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubectl-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x64

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x64

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm-version:
name: npm version

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: automated

steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

permissions: write-all

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand All @@ -43,10 +43,10 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: arm64
concurrency: linux-arm64
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x64
concurrency: linux-amd64
- os: macos-14
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
- make-draft-release
- build-app

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand All @@ -321,7 +321,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x64

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
trunk:
name: Trunk Check

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
trunk-upgrade:
name: trunk upgrade

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: automated

if: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x64

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
20.18.2
13 changes: 7 additions & 6 deletions freelens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"welcomeRoute": "/welcome"
},
"engines": {
"node": ">=16 <=18"
"node": "^20.0.0"
},
"jest": {
"collectCoverage": false,
Expand Down Expand Up @@ -87,7 +87,7 @@
"build": {
"npmRebuild": false,
"detectUpdateChannel": false,
"electronVersion": "22.3.3",
"electronVersion": "34.2.0",
"generateUpdatesFilesForAllChannels": true,
"files": [
"static/**/*",
Expand Down Expand Up @@ -329,8 +329,8 @@
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"monaco-editor": "^0.38.0",
"node-pty": "1.0.0",
"npm": "^9.6.7",
"node-pty": "1.1.0-beta28",
"npm": "10.8.2",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.0",
"proper-lockfile": "^4.1.2",
Expand Down Expand Up @@ -401,8 +401,8 @@
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"electron": "^22.3.10",
"electron-builder": "^23.6.0",
"electron": "^34.2.0",
"electron-builder": "^26.0.6",
"esbuild-loader": "^2.20.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-webpack-plugin": "^5.5.1",
Expand All @@ -411,6 +411,7 @@
"jsonfile": "^6.1.0",
"mini-css-extract-plugin": "^2.7.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"node-abi": "^3.74.0",
"node-loader": "^2.0.0",
"nodemon": "^2.0.20",
"playwright": "^1.33.0",
Expand Down
Loading
Loading