Commit Graph

104 Commits

Author SHA1 Message Date
steven nguyen
f3b631b458 ⬆️ electron-packager to 15.1.0 in /script
According to https://www.electronjs.org/blog/apple-silicon,
if arm64 is going to be supported, `electron-packager` should be at least
`15.1.0`
Running npm install seemed to update a bunch of other things

Also language-ruby keeps reverting to 0.72, this seems to fix that.
2022-02-28 15:41:56 +00:00
DeeDeeG
dafca7ef79 deps: "downgrade" node-fetch to ^v2.6.7 in script/
This version has all the known security patches in v3.x,
and is meanwhile the recommended version to use from CommonJS
(NodeJS-style) modules, as opposed to ESM.

Atom's build and CI scripts are all CommonJS as far as I know,
so we should basically stay on node-fetch v2.x.

This fixes the currently broken "Bump dependencies" job in Nightly CI.

Effectively reverts ad1318e3fb,
AKA https://github.com/atom/atom/pull/23506,
albeit with a more up-to-date patch version of node-fetch v2.x.
2022-02-22 22:06:41 -05:00
steven nguyen
ebcebb2fa8 sync package-lock 2022-02-07 15:01:46 +00:00
steven nguyen
9e6302f7a2 fix/deps: min versions of electron-chromedriver...
... and electron-snapshot to the current electron version (v11)
2022-02-07 14:33:33 +00:00
dependabot[bot]
ad1318e3fb Bump node-fetch from 2.6.1 to 3.1.1 in /script
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 12:52:00 +00:00
dependabot[bot]
ec1ef580ea Bump normalize-url from 4.5.0 to 4.5.1 in /script
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 09:45:54 +00:00
icecream17
65716c967a Use old npm version to create lockfile 2021-07-01 13:14:20 -05:00
icecream17
4774c56d9e Bump async dependency to 3.2.0 in atom/script
Update lockfileVersion to *2*, but that's a side affect from npm

https://github.com/caolan/async/blob/master/CHANGELOG.md#v200
v2.0.0 allows importing functions modularily.
So I changed the code to only import the functions needed
instead of the whole thing.
2021-06-25 16:51:14 -05:00
sadick254
a1c939a468 ⬆️ Bump minidump@0.22.0 2021-05-19 22:44:50 +03:00
Amin Yahyaabadi
a9b9eb96aa Update apm to 2.6.2 2021-04-29 04:34:47 -05:00
Sadick
f4d832f2e2 Upgrade to electron 9.4.4 (#21777)
* Electron 9.4.4 Upgrade

Co-authored-by: Amin Yahyaabaadi <aminyahyaabadi74@gmail.com>
Co-authored-by: Maarten Fonville <mfonville@users.noreply.github.com>
Co-authored-by: Andrea Bogazzi <andreabogazzi79@gmail.com>
2021-03-05 07:48:45 +03:00
Sadick
2f6f41b96e Revert "Bump minidump @aminya/minidump@0.19.0-8 (#21792)" (#21942)
This reverts commit 11b9559a5b.
2021-02-09 09:08:23 +03:00
Amin Yahyaabadi
11b9559a5b Bump minidump @aminya/minidump@0.19.0-8 (#21792)
* ⬆️ Bump minidump @aminya/minidump@0.19.0-8
2021-01-27 21:51:06 +03:00
dependabot[bot]
bd8036acca Bump acorn from 5.7.1 to 5.7.4 in /script
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18 22:02:36 +03:00
dependabot[bot]
2c94956eb9 Bump eslint-utils from 1.3.1 to 1.4.3 in /script
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 11:01:55 +00:00
Amin Yahyaabadi
c419744ee3 Update lock files 2020-09-16 00:29:28 -05:00
dependabot[bot]
1c5413af1b Bump mixin-deep from 1.3.1 to 1.3.2 in /script
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-15 20:29:04 +00:00
Sadick
1da06ef5fa Merge pull request #21294
Bump node-fetch from 2.6.0 to 2.6.1 in /script
2020-09-15 23:08:03 +03:00
Benjamin Gray
2bc1a117b6 ⬆️ fs-extra@9.0.1 2020-09-14 13:54:33 +03:00
dependabot[bot]
e4dc3afea2 Bump node-fetch from 2.6.0 to 2.6.1 in /script
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.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.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 18:51:57 +00:00
dependabot[bot]
91632649e3 Bump bl from 3.0.0 to 3.0.1 in /script
Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 15:45:36 +00:00
Mazen El-Kashef
c6058e9600 local bootstrap 2020-07-16 11:33:36 -05:00
Mazen El-Kashef
4bdeb86c83 Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git 2020-07-16 11:18:24 -05:00
Mazen El-Kashef
bc952d5a3f Bump electron-packager@15.0.0 2020-07-03 12:09:24 -05:00
Mazen El-Kashef
b23b30d395 Bump electron-link@0.4.3 2020-07-03 12:05:21 -05:00
DeeDeeG
1cef4dd442 ⬆️ electron-packager to git master 2020-06-16 14:27:31 -04:00
DeeDeeG
39d2bd4800 Merge branch 'master' into electron-6.1.12 2020-06-07 13:34:38 -04:00
DeeDeeG
d5ca0e94c1 ⬆️ electron-chromedriver, electron-mksnapshot 2020-06-03 13:44:35 -04:00
Mazen El-Kashef
985dc66c8c Update package-lock.json 2020-05-20 00:58:00 -05:00
Mazen El-Kashef
7389cff85c check out build on electron 7 2020-05-20 00:41:32 -05:00
Mazen El-Kashef
891c80a0e7 Update script to support electron-packager 14 2020-05-20 00:09:30 -05:00
Mazen El-Kashef
c3f824a041 downgrade to electron 13 to get targets.hostArch 2020-05-19 23:49:59 -05:00
Mazen El-Kashef
29f184d6af Update electron dependencies 2020-05-19 23:27:48 -05:00
Mazen El-Kashef
9e01d5ac3b electron 6 again and bump node to 12.4.0 2020-05-19 16:06:38 -05:00
Mazen El-Kashef
b0669ecc31 Upgrade scrollbar-style without electron 2020-05-19 15:41:00 -05:00
Mazen El-Kashef
a16d2d1cd3 electron-mksnapshot@6.0.0 2020-05-19 07:50:17 -05:00
Mazen El-Kashef
c8ad0e71ee electron-chromedriver@6.0.0 2020-05-19 07:45:05 -05:00
DeeDeeG
f2e2871f66 script: Update npm to 6.14.4 for Python 3 support
npm as of 6.14.2 has node-gyp 5.1.0, which now supports Python 3.
2020-05-07 14:33:32 -04:00
Darangi
563dbe7f17 Merge branch 'master' into electron-upgrade 2020-03-11 17:16:56 +01:00
Mazen El-Kashef
e897ae2007 revert notarization 2020-02-07 15:08:55 -05:00
Mazen El-Kashef
fbc06f50a8 switch from atom's special winstaller version to electron's winstaller 2020-01-25 02:28:15 -05:00
Darangi
2c95adbd3e ⬆️ fs-admin@0.12.0 2019-11-29 17:07:12 +01:00
Darangi
9841a990c5 ⬆️ electron-link@0.4.1 2019-11-25 23:01:34 +01:00
Darangi
1c802b9a64 bumped electron-chromedriver and electron-mksnapshot 2019-11-25 17:52:05 +01:00
Jason Rudolph
ffcf92e5c0 Merge pull request #19802 from atom/dependabot/npm_and_yarn/script/underscore.string-3.3.5
Bump underscore.string from 3.3.4 to 3.3.5 in /script
2019-08-15 16:08:57 -04:00
dependabot[bot]
fb26c63018 Bump js-yaml from 3.12.0 to 3.13.1 in /script
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-15 18:14:58 +00:00
dependabot[bot]
00dc804d44 Bump underscore.string from 3.3.4 to 3.3.5 in /script
Bumps [underscore.string](https://github.com/epeli/underscore.string) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/epeli/underscore.string/releases)
- [Changelog](https://github.com/epeli/underscore.string/blob/master/CHANGELOG.markdown)
- [Commits](https://github.com/epeli/underscore.string/compare/3.3.4...3.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-15 17:39:33 +00:00
Jason Rudolph
559913ae1a Merge pull request #19797 from atom/dependabot/npm_and_yarn/script/lodash.merge-4.6.2
Bump lodash.merge from 4.6.1 to 4.6.2 in /script
2019-08-15 11:04:12 -04:00
dependabot[bot]
2b8bcf2c20 Bump lodash.merge from 4.6.1 to 4.6.2 in /script
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-15 13:57:34 +00:00
dependabot[bot]
7e396e3cf0 Bump lodash.template from 4.4.0 to 4.5.0 in /script
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-15 13:56:03 +00:00