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

65 Коммитов

Автор SHA1 Сообщение Дата
David Sanders 4442bc0e15
build: bump express and @probot/pino to clear audit (#51) 2024-10-16 15:35:13 -04:00
David Sanders ca60146892
refactor: use setTimeout from timers/promises (#50) 2024-10-15 11:19:22 +02:00
David Sanders 60722f3490
refactor: remove fs-extra usage (#49)
* refactor: remove fs-extra usage

* ci: use current lts for lint workflow
2024-10-14 16:48:31 -07:00
David Sanders 906522cea3
chore: cleanup import order (#48) 2024-10-03 20:18:03 -05:00
Shelley Vohr 6e9cab1745
build: remove circle config 2024-09-18 15:42:03 +02:00
Shelley Vohr 2f48d615d6
chore: remove obsolete files 2024-09-18 10:08:59 +02:00
Shelley Vohr dab92e453b
chore: remove circle after migration (#46) 2024-09-17 21:51:57 +02:00
Shelley Vohr e88e12e1bb
refactor: use builtin pino logging (#47) 2024-09-17 18:52:57 +02:00
John Kleinschmidt c94e0ad937
fix: correct url to GHA job 2024-09-16 12:26:29 -04:00
John Kleinschmidt 358c4379d8
fix: fixup tempdir for extracting GHA archive 2024-09-16 12:18:20 -04:00
John Kleinschmidt 4a8c96c6d9
fix: pull GHA artifacts from the right place 2024-09-16 12:09:33 -04:00
John Kleinschmidt ecb635ee56
fixup: check creation 2024-09-16 11:28:49 -04:00
John Kleinschmidt 1c6a20ecdd
fix: use webhook events to decide which CI to use for check 2024-09-16 11:17:50 -04:00
John Kleinschmidt 50238c00bb
fix: remove extra quote on GHA check (#45)
chore: remove extra quote
2024-09-16 10:27:53 -04:00
John Kleinschmidt 09f3088e23
chore: add support for running archaeologist on GHA (#44) 2024-09-16 09:51:21 -04:00
David Sanders 45665383c2
ci: bump to Node.js 20 (#40) 2024-05-08 15:50:28 -07:00
up-up-and-away[bot] 72f8c3998a
build: update yarn.lock to fix audit output (#39)
build: ran uuaw to fix yarn audit output

Co-authored-by: up-up-and-away[bot] <152255816+up-up-and-away[bot]@users.noreply.github.com>
2024-03-27 11:12:51 +01:00
David Sanders be6f635ef7
ci: update lint workflow (#38) 2024-01-03 10:10:32 +01:00
dependabot[bot] defd405bb1
chore(deps): bump probot from 12.2.8 to 12.3.3 (#36)
Bumps [probot](https://github.com/probot/probot) from 12.2.8 to 12.3.3.
- [Release notes](https://github.com/probot/probot/releases)
- [Commits](https://github.com/probot/probot/compare/v12.2.8...v12.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 17:47:50 -08:00
David Sanders 39ff3b0474
fix: GitHub check summary length is capped at 65,535 chars (#35) 2023-12-06 13:14:34 +01:00
David Sanders 644648c011
chore: add private to package.json (#34) 2023-10-10 20:01:16 -04:00
Shelley Vohr 12d1aa5400
build: add linting (#33) 2023-07-10 19:16:33 -07:00
dependabot[bot] 728c0d09f5
chore(deps): bump semver from 7.3.7 to 7.5.3 (#32)
Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.3.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.7...v7.5.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 00:23:21 -07:00
Samuel Attard 053adacb80
build: bump dependencies to clean yarn audit 2023-01-31 11:43:57 -08:00
David Sanders e924c48997
chore: add LICENSE file to match package.json (#31) 2023-01-31 13:45:00 +01:00
David Sanders 661b524d06
chore: set @wg-releases as CODEOWNERS (#30) 2023-01-23 12:53:44 +05:30
Samuel Attard 6adca4682a
build: update dependencies to clean up yarn audit 2022-12-05 01:26:27 -08:00
Samuel Attard 6f7c9ab1fd
Update config.yml 2022-11-13 14:29:46 -08:00
Shelley Vohr 3cfb31b102
chore: update link to build while in progress (#29) 2022-06-09 09:43:56 +02:00
Samuel Attard 5c90dea117
build: improve type safety 2022-06-08 03:07:46 -07:00
Samuel Attard 558f9de6d7
fix: build with esm support for node-fetch 2022-06-08 03:00:09 -07:00
Samuel Attard f225ee57fd
fix: lazy load node-fetch 2022-06-08 02:54:46 -07:00
Samuel Attard ffbc944188
build: update all dependencies to latest 2022-06-08 02:52:53 -07:00
Samuel Attard 8117b96635
build: remove stray @types dependency 2022-06-08 02:38:07 -07:00
Samuel Attard a95cd09117
build: refactor build file to be v2.1 modular 2022-06-08 02:37:12 -07:00
Samuel Attard 630415c8b8
fix: read items from artifacts apis 2022-06-08 02:27:03 -07:00
Samuel Attard c949d01e6f
build: do proper conditional workflows 2022-06-08 02:22:34 -07:00
Samuel Attard 6003769d3f
build: use valid ci img 2022-06-08 02:20:48 -07:00
Samuel Attard 55636425af
fix: use non-esm version of node-fetch 2022-06-08 02:19:38 -07:00
Samuel Attard 62ca2e9910
refactor: update to circleci api v2 2022-06-08 02:17:46 -07:00
Charles Kerr 235153b7b0
Merge pull request #25 from electron/dependabot/npm_and_yarn/node-fetch-3.1.1
chore(deps): bump node-fetch from 2.6.1 to 3.1.1
2022-02-07 14:13:50 -06:00
dependabot[bot] c16de6b12d
chore(deps): bump node-fetch from 2.6.1 to 3.1.1
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 04:41:37 +00:00
dependabot[bot] 8c56f79a04
chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#24)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 02:16:26 -07:00
dependabot[bot] c573917a73
chore(deps): bump lodash from 4.17.11 to 4.17.21 (#23)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 02:16:20 -07:00
dependabot[bot] d53705b871
chore(deps): bump node-fetch from 2.2.0 to 2.6.1 (#20)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.2.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.2.0...v2.6.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 02:16:16 -07:00
dependabot[bot] eb637dcf6a
build(deps): bump https-proxy-agent from 2.2.1 to 2.2.4 (#17)
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 02:16:10 -07:00
Samuel Attard 0e2842e901
build: use main instead of master 2021-08-11 02:14:30 -07:00
Samuel Attard 1af36b97a7
build: update nodejs version for CI 2021-08-11 02:12:57 -07:00
Charles Kerr 6e3f31a410
Merge pull request #14 from electron/dependabot/npm_and_yarn/js-yaml-3.13.1
chore(deps): bump js-yaml from 3.12.0 to 3.13.1
2020-07-21 15:46:21 -05:00
Mark Lee 0904fa5588
build: use a Node 10 image on CircleCI (#16) 2020-02-23 22:16:43 -08:00