Erick Zhao
8f485cc0ac
ci: fix the build and tests ( #3173 )
...
* fix(plugin-fuses): use the latest version for the plugin and its dependencies
* fix: updated versions in the test app
* fix: rename the test fixture folder
* bump
* fix: use new fixture folder name in the test
* attempt npm install
* keep debugging
* i dont know windows
* zzz
* bump
* freeze lockfile
* update lockfile
* downgrade npm 8
* switch shell back to bash
* try again
---------
Co-authored-by: Erik Moura <erikian@erikian.dev>
2023-02-22 21:17:35 +00:00
David Sanders
6856204b78
ci: use action-semantic-pull-request ( #3144 )
2023-02-07 13:22:40 -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
dce53cacd7
build: enforce versions are in sync between packages ( #3106 )
2022-12-05 09:52:16 -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
Erick Zhao
75462be120
build(test): remove unnecessary coverage artifacts ( #3066 )
2022-11-12 23:00:05 -08:00
Samuel Attard
55b37cafd8
build: remove codecov ( #3044 )
2022-11-02 13:58:18 -07:00
Keeley Hammond
a2eadbcb18
feat: move create-electron-app into forge ( #2988 )
...
* feat: move create-electron-app into forge
* build: do stuff
* build: how dare we ignore this file
* chore: add README
* fix: name bin for cre correctly
* fix: disable eslint for CEA
* build: bust ci cache
* fix: set version to 74
* debug: remove windows-latest run
* debug: bump windows bolt 0.21.2 -> 0.24.10
* debug: pre-install cli
* debug: bolt to 0.22.4
* build: make stub electron-forge.js file in dist for windows build to work
* Revert "debug: bolt to 0.22.4"
This reverts commit 8d632438c2
.
* Revert "debug: pre-install cli"
This reverts commit dcb2a66b7e
.
* Revert "debug: bump windows bolt 0.21.2 -> 0.24.10"
This reverts commit 2458c60977
.
* Revert "debug: remove windows-latest run"
This reverts commit 37847a2815
.
* Revert "build: bust ci cache"
This reverts commit 4b35ffed2c
.
* build: move stub folder to preinstall hook
* Reland: bump windows bolt 0.21.2 -> 0.24.10
* build: add shim script for windows, remove unneeded deps
* build: improve tools/maybe-shim-windows.js
Co-authored-by: Samuel Attard <sam@electronjs.org>
Co-authored-by: Samuel Attard <sattard@salesforce.com>
Co-authored-by: Samuel Attard <sam@electronjs.org>
2022-11-01 15:27:00 -07:00
Erick Zhao
a8b9dfc5c1
fix(docs): only publish API docs on v6 tags ( #2976 )
2022-10-19 13:20:45 -07:00
Keeley Hammond
fbc92e4641
fix: pin gh-actions to SHAs, update to remove deprecation warning ( #2966 )
2022-10-17 17:17:03 -07:00
Erick Zhao
827c3eaa12
ci: upgrade slow tests to ubuntu-20.04 environment ( #2956 )
2022-10-12 15:11:26 -07:00
George Xu
d28974e35b
chore: migrate master main ( #2946 )
...
* chore: migrate master to main
* chore: fix link
* chore: fix config.ts comments
2022-10-11 10:06:53 -07:00
Samuel Attard
89e6ed2bb1
build: add cname record for docs site
2022-08-23 13:54:53 -07:00
Keeley Hammond
4dcca1cebb
feat!: upgrade Node.js to 14 LTS ( #2921 )
2022-07-21 16:08:38 -07:00
dependabot[bot]
18156d8048
build(deps): bump codecov/codecov-action from 2.1.0 to 3.1.0 ( #2817 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.1.0 to 3.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 11:02:07 -07:00
Keeley Hammond
749d9e216d
chore: remove dependabot.yml ( #2880 )
...
* chore: remove dependabot.yml
* chore: clean up actions
2022-07-20 10:56:44 -07:00
dependabot[bot]
0490472f49
build(deps): bump actions/checkout from 2.4.0 to 3.0.2 ( #2816 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.4.0 to 3.0.2.
- [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.4.0...v3.0.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-15 12:12:48 -07:00
Erick Zhao
f61b2c9bec
build: don't run GH Pages on PR ( #2868 )
2022-06-09 20:14:18 -07:00
Calvin
412327a252
refactor: typescript projects & docs generation ( #2804 )
2022-05-03 10:29:31 -07:00
Mark Lee
cb5cdd560f
ci(fast): use windows-latest ( #2755 )
2022-03-04 23:17:19 -08:00
Mark Lee
204ec255b8
ci: display auth state
2022-02-27 01:11:07 -08:00
Mark Lee
2759558762
ci(automerge): use the admin flag
2022-02-27 00:50:43 -08:00
Mark Lee
9385df6505
ci: don't use the automerge flag
2022-02-27 00:26:26 -08:00
dependabot[bot]
60ec19009e
build(deps): bump webpack from 5.68.0 to 5.69.1 ( #2733 )
...
* build(deps): bump webpack from 5.68.0 to 5.69.1
Bumps [webpack](https://github.com/webpack/webpack ) from 5.68.0 to 5.69.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Finish upgrading via bolt
* refactor(ci): replace fastify automerge with the example from the GitHub docs
* test(plugin-webpack): use npm instead of yarn
* ci: revert to use windows-2019 for fast tests
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <electronjs@lazymalevolence.com>
2022-02-20 23:29:43 -08:00
Mark Lee
61a674ef9a
ci(dependabolt): update action permissions
2022-02-13 23:44:32 -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]
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
dependabot[bot]
f0f96c61f3
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 ( #2582 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.3.5.
- [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.4...v2.3.5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 22:17:40 +00:00
dependabot[bot]
a655680c2d
build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 ( #2551 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 22:20:07 +00:00
dependabot[bot]
8ce049e365
build(deps): bump fastify/github-action-merge-dependabot ( #2536 )
...
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases )
- [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
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>
2021-09-20 22:20:45 +00:00
dependabot[bot]
a045aea8a1
build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 ( #2523 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.3...v2.1.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
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>
2021-09-13 22:15:52 +00:00
Mark Lee
0deb74b16a
refactor: use custom eslint config + prettier instead of airbnb config ( #2520 )
...
* chore: add test scripts
2021-09-12 10:44:30 -07:00
dependabot[bot]
f671707f47
build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 ( #2473 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 22:18:10 +00:00
dependabot[bot]
9c344b0680
build(deps-dev): bump @vercel/webpack-asset-relocator-loader from 1.6.0 to 1.7.0 in /packages/template/webpack/tmpl ( #2458 )
...
* build(deps-dev): bump @vercel/webpack-asset-relocator-loader
Bumps [@vercel/webpack-asset-relocator-loader](https://github.com/vercel/webpack-asset-relocator-loader ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/vercel/webpack-asset-relocator-loader/releases )
- [Commits](https://github.com/vercel/webpack-asset-relocator-loader/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: "@vercel/webpack-asset-relocator-loader"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci: don't call dependabolt for template dependency changes
* build(deps): update the same dependency for the typescript-webpack template & tests
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <electronjs@lazymalevolence.com>
2021-08-20 15:22:19 +00:00
dependabot[bot]
4e40cdab29
build(deps): bump fastify/github-action-merge-dependabot ( #2439 )
...
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases )
- [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
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>
2021-08-11 16:00:14 +00:00
dependabot[bot]
7063724094
build(deps): bump fastify/github-action-merge-dependabot ( #2435 )
...
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases )
- [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
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>
2021-08-10 06:39:09 +00:00
dependabot[bot]
ca742f5ea2
build(deps): bump actions/setup-node from 2.3.2 to 2.4.0 ( #2425 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.3.2...v2.4.0 )
---
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>
2021-08-06 05:04:13 +00:00
dependabot[bot]
123e1b8f07
build(deps): bump actions/setup-node from 2.3.1 to 2.3.2 ( #2423 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.3.1...v2.3.2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 22:18:56 +00:00
dependabot[bot]
3f1e05cbee
build(deps): bump actions/setup-node from 2.3.0 to 2.3.1 ( #2422 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-03 22:20:15 +00:00
dependabot[bot]
72959ccf01
build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 ( #2401 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-23 22:16:50 +00:00
dependabot[bot]
760382c2f5
build(deps): bump actions/setup-node from 2.2.0 to 2.3.0 ( #2392 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0 )
---
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>
2021-07-20 22:19:19 +00:00
dependabot[bot]
9b7a18547c
build(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1 ( #2387 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1.5.2 to 2.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.5.2...v2.0.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-19 22:17:14 +00:00
Mark Lee
543109f0e3
ci: simplify ( #2383 )
...
* ci: use builtin caching from setup-node
* ci: simplify WiX setup
2021-07-15 23:17:05 -07:00
dependabot[bot]
7aa22e6c06
build(deps): bump fastify/github-action-merge-dependabot ( #2354 )
...
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot ) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases )
- [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v2.1.1...v2.2.0 )
---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
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>
2021-07-02 22:25:58 +00:00
dependabot[bot]
3a886216fd
build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 ( #2352 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.0 )
---
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>
2021-06-30 22:16:14 +00:00
dependabot[bot]
093dc63dff
build(deps): bump fastify/github-action-merge-dependabot ( #2305 )
...
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot ) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases )
- [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v2.0.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: fastify/github-action-merge-dependabot
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>
2021-06-19 02:27:42 +00:00
dependabot[bot]
e410b83c4f
build(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2 ( #2317 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.5.0...v1.5.2 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-19 02:27:07 +00:00
Mark Lee
0a08c589a9
ci: only run dependabolt on Node.js package upgrades
2021-06-18 19:05:12 -07:00
dependabot[bot]
bcb8894cf2
build(deps-dev): bump ts-node from 9.1.1 to 10.0.0 ( #2288 )
...
* ci: update dependabolt
* ci: use yarn cache
* build(deps-dev): bump ts-node from 9.1.1 to 10.0.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Mark Lee <electronjs@lazymalevolence.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-03 16:26:31 +00:00