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

Upgrade dependencies, including Electron 25.2.0. #1318

Closed
wants to merge 1 commit into from

Conversation

4e554c4c
Copy link

@4e554c4c 4e554c4c commented Jul 8, 2023

I thought this would fix #1315, but it did not. Hopefully the contribution will still be useful.

The Event type now has to be manually imported from electron, as it is mistakenly picked up from Node in the newest version. This is the only meaningful change in the zulip client.

Test plan:

$ npm test

> [email protected] test
> tsc && npm run lint-html && npm run lint-css && npm run lint-js && npm run prettier-non-js

> [email protected] lint-html
> htmlhint "app/**/*.html"

   Config loaded: /home/pounce/programming/zulip-desktop/.htmlhintrc

Scanned 4 files, no errors found (13 ms).

> [email protected] lint-css
> stylelint "app/**/*.css"

> [email protected] lint-js
> xo

> [email protected] prettier-non-js
> prettier --check --loglevel=warn . "!**/*.{js,ts}"

What's this PR do?
Upgrades electron

You have tested this PR on:

  • Windows
  • Linux/Ubuntu
  • macOS

I thought this would fix zulip#1315, but it did not. Hopefully the
contribution will still be useful.

Test plan:
```
$ npm test

> [email protected] test
> tsc && npm run lint-html && npm run lint-css && npm run lint-js && npm run prettier-non-js

> [email protected] lint-html
> htmlhint "app/**/*.html"

   Config loaded: /home/pounce/programming/zulip-desktop/.htmlhintrc

Scanned 4 files, no errors found (13 ms).

> [email protected] lint-css
> stylelint "app/**/*.css"

> [email protected] lint-js
> xo

> [email protected] prettier-non-js
> prettier --check --loglevel=warn . "!**/*.{js,ts}"
```
@andersk
Copy link
Member

andersk commented Sep 30, 2023

This was resolved in a32119b and ae642bc.

@andersk andersk closed this Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic colorscheme does not work on linux
3 participants