Commit graph

963 commits

Author SHA1 Message Date
Markus Olsson 697f9f9a54 Bump node-fetch to latest 2.x 2023-04-19 14:36:12 +02:00
Markus Olsson fc8be3d245 I can't be bothered to understand ESM imports today 2023-04-13 12:02:26 +02:00
Markus Olsson b63e0e3c92 Remove deprecated request dependency in favor of node-fetch 2023-04-13 11:26:23 +02:00
Markus Olsson ef9aed9fa0 Replace deprecated azure-storage package 2023-04-13 11:05:15 +02:00
dependabot[bot] dbf1e30b0e
Bump xml2js from 0.4.19 to 0.5.0
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 19:10:03 +00:00
dependabot[bot] 922bc77fb3
Bump webpack from 5.68.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 20:59:10 +00:00
Brendan Forster 3ba91f9293 update electron-builder to latest release, deprecate config for snap 2023-02-17 11:39:34 -04:00
dependabot[bot] 421f7835b6
Bump jszip from 3.7.1 to 3.8.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 17:33:28 +00:00
tidy-dev 88b8bcd56e
Merge pull request #15831 from desktop/electron-22-0-0
Bump Electron to v22.0.3
2023-01-25 11:48:41 -05:00
tidy-dev 2cec02cb6f Actually.. bump to 22 2023-01-23 11:41:40 -05:00
tidy-dev 2be93a8a60
Update package.json
Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
2023-01-03 11:45:09 -05:00
tidy-dev 6722de1713 Upgrade to Electron 20.0.0 Package 2022-12-27 12:53:30 -05:00
tidy-dev af9ae5552b Upgrade Electron to 21.3.3 - Package bump - broken build) 2022-12-27 09:44:05 -05:00
Sergio Padrino 9d7df85edd Run the new script in our CI workflow 2022-12-16 14:55:42 +01:00
dependabot[bot] 1bdc296988
Bump express from 4.17.0 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.0 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.0...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 14:50:01 +00:00
tidy-dev 06f8a33300 Add markdownlint to package json 2022-08-29 06:51:24 -04:00
tidy-dev b84cc45cec Add markdown linters 2022-08-29 06:39:51 -04:00
tidy-dev ec2cf7657d Revert eslint-plugin-primer-react 2022-08-25 15:30:16 -04:00
tidy-dev a0120c5890 Adding github/recommended 2022-08-25 14:27:58 -04:00
tidy-dev 5789f564d0 Adding esling-plugin-primer-react linting 2022-08-23 14:46:15 -04:00
Sergio Padrino acbc19b4b3 Revert "Revert "Merge pull request #14813 from desktop/upgrade-to-electron-v19""
This reverts commit 1bfcd1986d.
2022-06-29 16:10:20 +02:00
Sergio Padrino 1bfcd1986d Revert "Merge pull request #14813 from desktop/upgrade-to-electron-v19"
This reverts commit 5cc82654ad, reversing
changes made to 5c6eb98e11.
2022-06-27 10:51:33 +02:00
Sergio Padrino 5cc82654ad
Merge pull request #14813 from desktop/upgrade-to-electron-v19
Bump Electron to v19
2022-06-21 16:51:20 +02:00
Sergio Padrino 2389b82ba1
Merge pull request #14761 from desktop/create-release-pr-script
Add action and `draft-release:pr` script to create release PRs easily
2022-06-16 11:32:22 +02:00
Sergio Padrino 78422b79fd Bump Electron to v19 2022-06-15 17:10:38 +02:00
Sergio Padrino 6b3a5f4d3b Bump css-loader, file-loader and style-loader 2022-06-09 17:49:44 +02:00
Sergio Padrino fe093ae481 Add draft-release:pr script to create release PRs 2022-06-08 15:47:13 +02:00
Sergio Padrino eba06ef67a Bump @types/event-kit and fix issues
- Replaced `IDisposable` with `DisposableLike`
- Check `disposed` instead of `isDisposed` (which doesn't exist in runtime)
2022-05-26 12:48:25 +02:00
Markus Olsson 2db2edbfa6 Bye bye coverage 2022-05-04 13:13:02 +02:00
Markus Olsson 4686d0006a Get rid of unused coverage reporting 2022-05-04 12:13:38 +02:00
Markus Olsson 6efc7d6f69 Bump to TS 4.6 2022-05-04 09:06:35 +02:00
Markus Olsson 6c3e8ea3a2 Bump prettier to latest
Co-Authored-By: Harry Hopkinson <63599884+Harry-Hopkinson@users.noreply.github.com>
2022-03-18 12:56:33 +01:00
Markus Olsson 6a98f1e9e0 Merge branch 'development' into format-relative 2022-03-14 14:02:25 +01:00
Markus Olsson 988a769e54 Stop build using Git directly 2022-03-11 14:28:12 +01:00
Markus Olsson cbc3b74ffb Unship moment-duration-format 2022-03-11 12:35:34 +01:00
Markus Olsson 974fdb21e7 Remove double-ended-queue dependency 2022-03-07 14:45:18 +01:00
Sergio Padrino 1ae05a079c Merge branch 'development' into are-you-there-file-url-its-me-margaret 2022-03-03 13:41:49 +01:00
Markus Olsson 5972c54bf1 Replace file-url package with built-in pathToFileURL 2022-03-02 15:18:17 +01:00
Sergio Padrino 784378f621 Merge branch 'development' into bump-webpack 2022-02-23 10:43:46 +01:00
Markus Olsson e3379cad8a Add, and use custom console transport 2022-02-21 14:21:59 +01:00
Markus Olsson c81c21ab5f Bump winston to latest version 2022-02-21 13:12:03 +01:00
tidy-dev 1a244ce07f Upgrade to Electron 17.0.1 2022-02-17 11:01:21 -05:00
Sergio Padrino 89103f406f I still don't know what I'm doing…
…but at least it builds!
2022-02-15 17:33:17 +01:00
Sergio Padrino af7a84f8d4 I don't know what I'm doing 2022-02-14 18:22:25 +01:00
Sergio Padrino 9220161427 Bump webpack to 4.46.0 2022-02-14 17:40:01 +01:00
dependabot[bot] db5b8fb2dd
Bump ajv from 6.4.0 to 6.12.3
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.4.0 to 6.12.3.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.4.0...v6.12.3)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 15:17:15 +00:00
tidy-dev 80da9097c6 Upgrade @types/codemirror to 5.60.4
This is the version with the lookAhead method on the StringStream type.
2022-02-08 11:34:16 -05:00
tidy-dev 9e87787d76
Update package.json
Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
2022-02-07 07:21:29 -05:00
Becca 7613a4ebc2 Node options - up memory for unit tests
Running into memory heap error when running unit tests in cli
2022-02-04 13:33:38 -05:00
Becca 5bc43fdedf Upgrade to Electron 16.0.8 2022-02-04 13:33:38 -05:00