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

2942 Коммитов

Автор SHA1 Сообщение Дата
Erick Zhao a8c81926ac
fix(build): ensure lerna publishes exact versions
ref: https://github.com/lerna/lerna/tree/main/libs/commands/version#--exact
2023-02-06 17:19:40 -08:00
David Sanders fd9de41808
chore(maker-rpm): map arm64 -> aarch64 (#3137) 2023-02-06 16:31:19 -08:00
Arek Sredzki 3d5c87c817
fix(publisher-ers): Update ERS API usage for v2.0 (#3149)
Recently, v2.0 of electron-release-server was released. This version updated many of the underlying packages and should be adopted by all users of the server. In the process, the API changed due to a change with SailsJS. This corrects the API usage within the ERS publisher plugin to allow users to continue using it.

Note that this issue was reported here: https://github.com/ArekSredzki/electron-release-server/issues/314
2023-02-06 16:28:11 -08:00
dependabot[bot] 8ed43ee7c7
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#3156)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 13:07:11 -08:00
Erik Moura 663a0f8c3d
ci: create a `test:slow` script to avoid re-running fast tests in the `slow-tests` job (#3150) 2023-02-01 11:06:24 -08:00
Samuel Attard b9859246bc
build: update dependencies to clean up yarn audit 2023-01-31 11:20:35 -08:00
David Sanders 0720e07048
chore: set @wg-ecosystem as CODEOWNERS (#3143) 2023-01-23 15:57:23 -08:00
David Sanders 45c46f4c76
chore: update repo link from userland migration (#3138) 2023-01-12 14:39:13 -08:00
Erick Zhao 4c813a7905
fix(package): ensure `electron-packager` throws if fails (#3136) 2023-01-11 10:29:11 -08:00
Erick Zhao 6a118c6c9c
fix(cli): use fallback renderer for any DEBUG vars (#3135) 2023-01-10 08:57:33 -08:00
dependabot[bot] 1af6c2d331
build(deps): bump json5 from 1.0.1 to 1.0.2 (#3133)
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 09:51:55 -08:00
Erik Moura 1fc62ec554
chore: add `.gitattributes` file for proper handling of line endings (#3134) 2023-01-09 09:51:11 -08:00
Albert Xing 9295f80cab
fix: pass this.config when calling internal hooks (#3126) 2023-01-07 18:28:18 -08:00
Samuel Attard e0c8495e1e
build: npm@9 removed the bin command (#3110) 2022-12-09 02:50:21 -08:00
Samuel Attard 2ffbe45ab9
build: update dependencies to clean up yarn audit (#3111) 2022-12-09 02:50:11 -08:00
Samuel Attard dce53cacd7
build: enforce versions are in sync between packages (#3106) 2022-12-05 09:52:16 -08:00
Samuel Attard fc31b1cb9f
build: update dependencies to clean up yarn audit (#3105) 2022-12-01 14:16:13 -08:00
Erick Zhao 7c93695696
v6.0.4 2022-11-30 14:00:43 -08:00
Darius Letterman d4a51de78a
fix(publisher-ers): properly publish non-default flavors (#3079) 2022-11-30 11:28:43 -08:00
Erick Zhao d2eea206e0
docs: explain how to test local code changes with symlinks (#3089) 2022-11-29 11:01:07 -08:00
Erick Zhao 51fcc92faa
build: use a single top-level `tsc -b` for all packages (#3090) 2022-11-24 10:01:24 -08:00
Erick Zhao 3ede27809c
fix(all): disallow throwing literals (`@typescript-eslint/no-throw-literal`) (#3086) 2022-11-22 14:39:39 -08:00
Erick Zhao 3c6e7ebe76
build: improve lerna publish process (#3082) 2022-11-21 15:54:50 -08:00
George Xu 9e9128f6f0
chore: add husky pre-push script (#3061)
* chore: add husky pre-push script

* skip pre-push on windows

* change to node script

* add inquirer as devdependency

* add inquirer as devdependency
2022-11-21 13:14:47 -08:00
Erick Zhao 3dbaa339cd
docs: fix InternalOptions links in API docs (#3083)
5104cc0 changed the URLs to internal modules, which broke some links in
our generated API docs.
2022-11-17 10:02:08 -08:00
George Xu be2f4b18e0
docs: remove mentions of lerna run test in contributing.md (#3081) 2022-11-16 16:04:12 -08:00
Erik Moura 2e5a8bc291
fix(core): allow the `forge.config` property in `package.json` to point to a non-js file (#3070) 2022-11-15 17:13:08 -08:00
George Xu d322e720a1
build: add test flag to run local forge files instead of remote (#3075) 2022-11-14 17:14:55 -08:00
George Xu b588471e6f
build: add preversion to scripts (#3074) 2022-11-14 17:08:32 -08:00
George Xu 5f6ec68553
v6.0.3 2022-11-14 16:35:53 -08:00
George Xu f29adc3f80
chore: update CHANGELOG.md 2022-11-14 15:17:36 -08:00
George Xu 11cf4b5835
v6.0.2 2022-11-14 15:12:48 -08:00
Keeley Hammond b3cf588288 chore: correct CONTRIBUTING.md 2022-11-14 15:08:04 -08:00
Samuel Attard f86eb28d40
fix(template-webpack): only run asset relocator loader on `node_modules` folder (#3060)
Co-authored-by: Erick Zhao <erick@hotmail.ca>
2022-11-14 11:40:45 -08:00
George Xu f16a28bcf9
build: migrate to lerna from bolt (#3058)
* chore: init

* chore: migrate bolt to lerna

* chore: fix version

* add caching

* update scripts

* dont see why were piping

* contributing.md update

* add publishConfig

* update contributing.md

* fix wording

* delete bump and publish scripts

* Update ci.yml

* chore: lint

* update contributing.md

* chore: undo ts-ignores

* correctly remove yarn:coverage from rebase conflict
2022-11-14 11:12:29 -08:00
Evgeny e9b457667e
feat(maker-pkg): allow to override .pkg name (#1785)
Co-authored-by: Erick Zhao <erick@hotmail.ca>
Co-authored-by: Black-Hole <158blackhole@gmail.com>
2022-11-14 09:14:47 -08:00
Erick Zhao 75462be120
build(test): remove unnecessary coverage artifacts (#3066) 2022-11-12 23:00:05 -08:00
Erick Zhao 91d43b6afc
fix(plugin-webpack): remove define plugin from renderer config (#3062) 2022-11-12 22:59:59 -08:00
草鞋没号 0544e163b3
docs: correct command (#3063) 2022-11-10 10:50:53 -08:00
Erick Zhao 344a0af30e
fix(maker-pkg): add targetArch to pkg name (#3057)
Co-authored-by: Narayan Sainaney <narayan@sainaney.com>
2022-11-09 11:48:52 -08:00
Samuel Attard 5559449736
fix(maker-squirrel): do not register the delta nupkg as an artifact when deltas are disabled (#3059)
* Revert "fix(publisher-s3): ensure files are on disk before publishing (#2585)"

This reverts commit f3d38e0dfb.

* fix: do not add delta package to list if noDelta is specified
2022-11-08 23:34:49 -08:00
zakdoek f3d38e0dfb fix(publisher-s3): ensure files are on disk before publishing (#2585)
When making with windows.squirrel and the noDelta options selected, the
delta package will end up in the artifacts list and kill the publishing
phase. Although unrelated, this will only publish files that are
actually on disk at the time of publishing.

Co-authored-by: Tom Van Damme <tom.vandamme@two-point-o.be>
2022-11-08 15:19:07 -08:00
Keeley Hammond a3a1d45987 Update CHANGELOG.md for 6.0.1 2022-11-08 11:40:48 -08:00
Keeley Hammond 540b1b92d3 Release 6.0.1 2022-11-08 11:40:44 -08:00
Samuel Attard d4bdc80411
refactor: migrate import command to listr2 (#3048)
* refactor: migrate import command to listr2

* refactor: clean up unused dependencies

* Update packages/api/core/src/api/import.ts

Co-authored-by: Erick Zhao <erick@hotmail.ca>

Co-authored-by: Erick Zhao <erick@hotmail.ca>
2022-11-05 17:49:00 -07:00
Samuel Attard 6f9f220a1c
build: add vscode config for better devxp (#3049) 2022-11-04 09:15:13 -07:00
Samuel Attard aca89f4c42
refactor: use listr2 for the package, make and publish commands (#3043)
* refactor: use listr2 for the package command

* chore: fix tests

* refactor: use listr2 for the make command

* refactor: use listr2 for the publish command

* refactor: remove actualTargetPlatform because it is silly

* build: shared-types should not depend on ora

* spec: fix tests

* chore: remove dead code in publish
2022-11-03 16:01:45 -07:00
Samuel Attard 55b37cafd8
build: remove codecov (#3044) 2022-11-02 13:58:18 -07:00
Keeley Hammond ee7cda0518 Update CHANGELOG.md for 6.0.0 2022-11-02 11:04:35 -07:00
Keeley Hammond 6ef8230492 Release 6.0.0 2022-11-02 11:04:32 -07:00