Граф коммитов

2942 Коммитов

Автор SHA1 Сообщение Дата
Mark Lee 41c4c7d67e
build(deps-dev): upgrade @types/node to 17.0.17 2022-02-11 19:26:03 -08:00
Mark Lee 87bdc524c6
build(deps-dev): upgrade @types/inquirer to 8.2.0 2022-02-11 19:24:58 -08:00
Mark Lee c4cde368f5
build(deps-dev): upgrade @types/chai-as-promised to 7.1.5 2022-02-11 19:23:46 -08:00
Mark Lee e4f57d014a
build(deps-dev): upgrade @babel/register to 7.17.0 2022-02-11 19:22:39 -08:00
Mark Lee 6acc9dd37d
build(deps-dev): upgrade @babel/core to 7.17.2 2022-02-11 19:21:27 -08:00
Mark Lee 0a0da8fbe7
build(deps-dev): upgrade @babel/cli to 7.17.0 2022-02-11 19:20:15 -08:00
Mark Lee a2748a0920
build(deps): upgrade @aws-sdk/types to 3.50.0 2022-02-11 19:19:09 -08:00
Mark Lee b735bb357f
build(deps): upgrade @aws-sdk/lib-storage to 3.50.0 2022-02-11 19:18:05 -08:00
Mark Lee 929ccf243a
build(deps): upgrade @aws-sdk/client-s3 to 3.50.0 2022-02-11 19:16:59 -08:00
Mark Lee 5547522b92
build(deps): upgrade @aws-sdk/abort-controller to 3.50.0 2022-02-11 19:15:45 -08:00
Blake Simpson 725129e901
chore(template-typescript-webpack): update broken docs link (#2713)
Update the documentation related to main/renderer contexts to the correct link.
2022-02-11 13:20:56 -08:00
Peter Thompson bf7d271a04
feat: Make autoUpdate and autoLaunch features configurable in MakerWixConfig (#2620)
- Added 'features' property to `MakerWixConfig` to enable configuration of `autoUpdate` and `autoLaunch` features
     - (see definition [here](https://github.com/felixrieseberg/electron-wix-msi/blob/master/src/creator.ts#L85))
- These features can then be configured by adding `features` to `@electron-forge/maker-wix`'s `config` in `forge.config.js`
Example:
```javascript
{ features: { autoUpdate: true, autoLaunch: false } }
```
2022-02-11 13:16:37 -08:00
Mark Lee bc2949a07c
chore(publisher-ers): fix formatting error 2022-02-11 11:49:47 -08:00
Samuel Attard 9abc581b6f
fix: default platforms to empty array instead of null
Fixes #2016
2022-02-03 13:00:45 -08:00
Kyle Ruzic f590942465
feat(plugin-webpack): allow specifing a seperate webpack config for your preload (#2679)
* feat(plugin-webpack): allow specifing a seperate webpack config for your preload

* feat(plugin-webpack): run prettier and lint
2022-02-03 12:56:06 -08:00
Lukas Gerlach 2202dcd33a
fix(publisher-electron-release-server): omit RELEASES file when uploading assets (#2089)
ISSUES CLOSED: #1873
2022-02-03 12:53:43 -08:00
dependabot[bot] 8d4e903178
build(deps): bump follow-redirects from 1.14.6 to 1.14.7 (#2684)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-24 18:34:08 -08:00
Mark Lee eb395d9c2b
build(deps): upgrade transitive dependencies 2022-01-24 18:09:33 -08:00
Mark Lee cfdb16b3ca
build(deps): upgrade webpack-dev-server to 4.7.3 2022-01-24 18:09:13 -08:00
Mark Lee 699d69b966
build(deps): upgrade webpack to 5.67.0 2022-01-24 18:08:01 -08:00
Mark Lee 65b4ee69b6
build(deps-dev): upgrade typescript to 4.5.5 2022-01-24 18:06:51 -08:00
Mark Lee 1207f7dc26
build(deps-dev): upgrade typedoc to 0.22.11 2022-01-24 18:05:43 -08:00
Mark Lee 319c79299b
build(deps-dev): upgrade mocha to 9.2.0 2022-01-24 18:04:37 -08:00
Mark Lee b4312b6b9a
build(deps-dev): upgrade lint-staged to 12.3.1 2022-01-24 17:50:08 -08:00
Mark Lee e2e4ef9dba
build(deps): upgrade fast-glob to 3.2.11 2022-01-24 17:49:09 -08:00
Mark Lee 23a593f1b6
build(deps-dev): upgrade eslint to 8.7.0 2022-01-24 17:48:10 -08:00
Mark Lee 29b3e77c17
build(deps): upgrade electron-rebuild to 3.2.7 2022-01-24 17:47:12 -08:00
Mark Lee a598e2e7fe
build(deps-dev): upgrade @typescript-eslint/{parser,eslint-plugin} to 5.10.1 2022-01-24 17:46:13 -08:00
Mark Lee 0e75ef5418
build(deps-dev): upgrade @types/sinon to 10.0.8 2022-01-24 17:45:07 -08:00
Mark Lee 590a8a44d4
build(deps-dev): upgrade @types/node to 17.0.11 2022-01-24 17:44:09 -08:00
Mark Lee 6e4b2318ce
build(deps-dev): upgrade @types/mocha to 9.1.0 2022-01-24 17:43:10 -08:00
Mark Lee 0b16b4a94a
build(deps-dev): upgrade @babel/register to 7.16.9 2022-01-24 17:42:11 -08:00
Mark Lee 3a2d5e337d
build(deps-dev): upgrade @babel/preset-env to 7.16.11 2022-01-24 17:41:04 -08:00
Mark Lee fba593792b
build(deps-dev): upgrade @babel/core to 7.16.12 2022-01-24 17:40:02 -08:00
Mark Lee 2101f2bec5
build(deps-dev): upgrade @babel/cli to 7.16.8 2022-01-24 17:39:02 -08:00
Mark Lee 6966e00ae9
build(deps): upgrade @aws-sdk/types to 3.47.1 2022-01-24 17:38:04 -08:00
Mark Lee f4b7698e5d
build(deps): upgrade @aws-sdk/lib-storage to 3.48.0 2022-01-24 17:37:07 -08:00
Mark Lee 95976bc360
build(deps): upgrade @aws-sdk/client-s3 to 3.48.0 2022-01-24 17:36:10 -08:00
Mark Lee 6f8c9dd43d
build(deps): upgrade @aws-sdk/abort-controller to 3.47.2 2022-01-24 17:35:07 -08:00
Mark Lee e5b30aee81
build(deps): upgrade node-fetch to ^2.6.7 2022-01-24 17:31:21 -08:00
Vladyslav Hashimoto 3e3d44d190
docs: update discord invite (#2672)
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
2022-01-17 15:09:07 -08:00
Mark Lee 6af1d25411
Update CHANGELOG.md for 6.0.0-beta.63 2022-01-09 23:42:45 -08:00
Mark Lee 87d642da47
Release 6.0.0-beta.63 2022-01-09 23:42:42 -08:00
Mark Lee 1ca418ecc3
fix(cli): re-add shebang to electron-forge binary (#2671) 2022-01-09 23:40:28 -08:00
Mark Lee c5490b61d5
Update CHANGELOG.md for 6.0.0-beta.62 2022-01-09 12:02:51 -08:00
Mark Lee 105f6c2a73
Release 6.0.0-beta.62 2022-01-09 12:02:50 -08:00
dependabot[bot] ad9f160213
build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#2604)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-09 12:01:10 -08:00
dependabot[bot] f81ba84a71
build(deps): bump actions/setup-node from 2.4.1 to 2.5.1 (#2659)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-09 12:00:41 -08:00
dependabot[bot] 1ac20069c7
build(deps-dev): bump typescript (#2642)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-09 19:18:17 +00:00
dependabot[bot] e58f97589c
build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 3.0.2 (#2641)
* build(deps): bump fastify/github-action-merge-dependabot

Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases)
- [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v2.5.0...v3.0.2)

---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: upgrade per instructions

See https://github.com/fastify/github-action-merge-dependabot#how-to-upgrade-from-2x-to-new-3x

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
2022-01-09 11:04:22 -08:00