aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
AgeCommit message (Collapse)Author
2024-10-062024.10.0HEADv2024.10.0masterChristoph Settgast
2024-10-05chore(deps) update electron to 32.1.2 (#980)Christoph Settgast
Contains electron 31 and 32 update, for details see https://www.electronjs.org/blog/electron-31-0 https://www.electronjs.org/blog/electron-32-0
2024-10-04deps(mac): allow mac signing with password-less cert and update to current ↵Christoph Settgast
electron/notarize (#982) * deps: update to current electron/notarize to fix notarization issues * ci: support password-less cert --------- Co-authored-by: Saúl Ibarra Corretgé <s@saghul.net>
2024-09-02chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 (#977)dependabot[bot]
2024-06-13chore(deps): bump braces and patch-packagev2024.6.0dependabot[bot]
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [patch-package](https://github.com/ds300/patch-package). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `patch-package` from 6.2.2 to 6.5.1 - [Release notes](https://github.com/ds300/patch-package/releases) - [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md) - [Commits](https://github.com/ds300/patch-package/compare/v6.2.2...v6.5.1) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: patch-package dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-092024.6.0Christoph Settgast
2024-06-09chore(deps) update electron to 30.1.0 (#966)Christoph Settgast
No major update, but smaller fixes, including crashes when maximising with X11. For all details see https://releases.electronjs.org/release/compare/v30.0.3/v30.1.0 Fixes: #962
2024-05-112024.5.0 (#961)v2024.5.0Christoph Settgast
2024-05-11chore(deps) update electron to 30.0.3 (#960)Christoph Settgast
Contains electron 30 update, for details see https://www.electronjs.org/blog/electron-30-0 Fixes: #945
2024-03-092024.3.0 (#953)v2024.3.0Christoph Settgast
2024-03-09chore(deps) update electron to 29.1.1 (#952)Christoph Settgast
Contains electron 29 update, for details see https://www.electronjs.org/blog/electron-29-0
2024-03-09chore: update @jitsi/electron-sdk for small fixes (#951)Christoph Settgast
2024-03-06chore(deps): bump app-builder-lib and electron-builder (#949)dependabot[bot]
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together. Updates `app-builder-lib` from 24.4.0 to 24.13.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib) Updates `electron-builder` from 24.4.0 to 24.13.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder) --- updated-dependencies: - dependency-name: app-builder-lib dependency-type: indirect - dependency-name: electron-builder dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21chore(deps-dev): bump ip from 2.0.0 to 2.0.1dependabot[bot]
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. - [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-132024.1.0 (#942)v2024.1.0Christoph Settgast
2024-01-13chore(deps) update electron to 28.1.3 (#941)Christoph Settgast
Smaller security and bugfixes
2023-12-27chore(deps) update electron to 28.1.0 (#937)Christoph Settgast
2023-11-242023.11.3v2023.11.3Saúl Ibarra Corretgé
2023-11-232023.11.2Gabriel Borlea
2023-11-232023.11.1v2023.11.1Gabriel Borlea
2023-11-14chore: update sdk and external_apiGabriel Borlea
2023-11-112023.11.0v2023.11.0Christoph Settgast
2023-11-11chore(deps) update electron to 27.0.3 (#921)Christoph Settgast
Contains electron 26 and 27 updates, for details see https://www.electronjs.org/blog/electron-26-0 https://www.electronjs.org/blog/electron-27-0 Contains a fix for Linux that lead to crashes when the graphics drivers changed https://github.com/electron/electron/pull/40467 Mainly this should help with further bugfixes in webrtc as the contained Chromium is implicitly upgraded from 114 to 118. In wayland / pipewire terms we have only minor additions, eg: WaylandWindowDecorations by default: https://github.com/electron/electron/pull/39582 which means we can remove the enable flag we had on this in main.js as its now default.
2023-11-04chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#892)dependabot[bot]
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-04chore(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.2 (#919)dependabot[bot]
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05chore(deps-dev): bump postcss from 8.4.12 to 8.4.31dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.12...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-022023.10.0v2023.10.0Christoph Settgast
2023-10-01chore(deps) update electron to 25.8.4 (#915)Christoph Settgast
Main change: backport of merged Pipewire picker under wayland. Now redundant pickers for screen and application windows does not popup, unfortunately full screen sharing is no longer possible with this. See: #829
2023-09-162023.9.1v2023.9.1Christoph Settgast
2023-09-15fix(linux): downgrade electron to avoid renderer crashes (#910)Christoph Settgast
2023-09-052023.9.0v2023.9.0Christoph Settgast
2023-09-05chore(deps) update electron to 26.1.0 (#904)Christoph Settgast
2023-08-252023.8.0damencho
2023-07-18chore(deps): bump json5 from 1.0.1 to 1.0.2 (#825)dependabot[bot]
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-172023.7.2v2023.7.2Christoph Settgast
2023-07-17ci: add support for linux-arm64 AppImage and deb (#889)Christoph Settgast
2023-07-142023.7.1v2023.7.1Christoph Settgast
2023-07-13chore(deps) update electron to 25.3.0 (#882)Christoph Settgast
Contains the fix for the hard crash on wayland when starting screenshare. Unfortunately it now hard-crashes when stopping screensharing. The hard crash on starting screensharing is fixed, but its still relatively unreliable to share the screen under wayland. Background is electron/electron#39043, and same as described there two Pipewire pickers open, and the user has to select and accept both, then be quick in the jitsi selector as well and then it works. If one Pipewire picker is cancelled by the user, the process hangs. If the user is too slow in the jitsi selector, the two Pipewire pickers pop up again. See: #829
2023-07-042023.7.0v2023.7.0Christoph Settgast
2023-07-04chore(deps) update electron to 25.2.0 (#878)Christoph Settgast
Contains bump to electron 25, see https://www.electronjs.org/blog/electron-25-0 for details
2023-05-262023.5.3Saúl Ibarra Corretgé
2023-05-252023.5.2v2023.5.2Saúl Ibarra Corretgé
2023-05-222023.5.1v2023.5.1Saúl Ibarra Corretgé
2023-05-102023.5.0v2023.5.0Christoph Settgast
2023-05-10chore(deps) update Electron to 24 (#862)Saúl Ibarra Corretgé
* chore(deps) update Electron to 24 * docs: document broken screensharing on wayland See #829 --------- Co-authored-by: Christoph Settgast <csett86_git@quicksands.de>
2023-04-17chore(deps-dev): bump webpack from 5.70.0 to 5.76.0dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03chore(deps): downgrade electron to 21 and release as 2023.2.0 (#843)v2023.2.0Christoph Settgast
Fix linux/wayland screenshare by electron downgrade to 21 Closes: #829
2023-02-03chore(deps) update @jitsi/electron-sdk to version 5.0.1 (#842)Saúl Ibarra Corretgé
2023-01-27chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33dependabot[bot]
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-242023.1.2v2023.1.2Christoph Settgast