Commit Graph

38515 Commits

Author SHA1 Message Date
sadick254
c9a302e11d Increase CI timeout 2022-10-17 20:34:38 +03:00
Sadick
2338a2897d upgrade to window-2019 (#25633) 2022-09-27 10:07:12 +03:00
Musa Ibrahim
586efc2aeb Merge pull request #25622 from DeeDeeG/rpm-spec-recommends-usr-lib-lsb_release
Add lsb_release file to "Recommends:" of rpm spec
2022-09-13 20:09:24 +01:00
Musa Ibrahim
b448c4b852 Merge pull request #23502 from HarlemSquirrel/patch-1
Bump language-ruby to 0.73.0
2022-09-13 18:46:46 +01:00
DeeDeeG
8fd6ee4a06 Add lsb_release file to "Recommends:" of rpm spec
Actually add this to the rpm spec file, as was originally intended in
https://github.com/atom/atom/pull/25541.

This helps the bug report feature of the "notifications" package
include more system info on Linux systems -- if /usr/bin/lsb_release
is available, it will be called to gether some basic OS info to add to
the bug report info.
2022-09-13 13:01:35 -04:00
Musa Ibrahim
4c590020f6 Merge pull request #25541 from expeehaa/remove_rpm_lsb_requirement
Remove requirement "lsb-core-noarch" from the RPM spec file.
2022-09-13 10:08:53 +01:00
expeehaa
16c4b54fb7 Replace RPM spec requirement "lsb-core-noarch" with "/usr/bin/lsb_release".
Fixes #23560.
lsb-core-noarch pulls in a lot of unnecessary dependencies and shouldn’t be used anymore.
Instead, only actual dependencies (in this case lsb_release) should be required.
2022-06-24 01:08:51 +02:00
Musa Ibrahim
17a31e3a37 Merge pull request #25442 from claytonrcarter/fix-usage-message
Fix usage message (closes #25441)
2022-06-23 10:02:41 +01:00
Musa Ibrahim
ae14722989 Merge pull request #25459 from jesuscb99/master
New "Open Package Manager" menu item
2022-06-23 10:01:25 +01:00
Musa Ibrahim
38c599e319 Merge pull request #25483 from realpixelcode/master
Update copyright year in licence
2022-06-23 09:58:15 +01:00
Musa Ibrahim
cf5e379eb9 atom sunset 2022-06-08 16:02:25 +01:00
Pixelcode
c9658ad459 update copyright year in licence 2022-05-25 07:03:40 +00:00
Jesus
d803f7c288 Fix typo 2022-05-15 19:19:49 +02:00
Jesus
9cf2f73057 Open Package Manager 2022-05-15 18:53:08 +02:00
Clayton Carter
19b28ed492 fix: Include -v/--version in the main usage message 2022-05-04 22:26:49 -04:00
Clayton Carter
98ab593f46 fix: Prevent the first call to yargs from responding to --help
The second call to yargs should be responsible for printing the main usage
message. This also fixes the `--help` description w/i the usage message,
which was only using the yargs default description.
2022-05-04 22:26:49 -04:00
Clayton Carter
0ae715d239 fix: Don't swallow console.log messages until after CLI arguments are parsed
yargs depends on an intact console.log to display help and usage messages,
so just delay the override by a few statements.
2022-05-04 19:37:45 -04:00
Musa Ibrahim
80b6c8a9f6 Merge pull request #23664 from icecream17/revert-npm
Fix npm ENOENT error in install-script-runner-dependencies
2022-04-20 14:37:41 +04:00
DeeDeeG
6cdc47c3c3 ⬆️ electron 11.5.0 (#23692) 2022-04-12 19:22:34 +03:00
Hubot
2e9dc8a6dd 1.63.0-dev 2022-04-09 13:44:02 -07:00
darangi
b645caa621 apm install 2022-03-24 15:44:44 +01:00
Hubot
5534994c39 1.62.0-dev 2022-03-07 17:18:59 -06:00
Musa Ibrahim
d016186110 Merge pull request #23668 from icecream17/electron-packager-15.1
⬆️ electron-packager to 15.1.0 in /script
2022-03-01 11:59:23 +04:00
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
steven nguyen
ee56b4ba7b separate getLocalNpmBinPath for install-apm.js 2022-02-28 14:44:12 +00:00
Musa Ibrahim
dc996641f0 Merge pull request #23655 from icecream17/patch-11
(docs) Add FAQ link
2022-02-28 12:55:09 +04:00
icecream17
ece90b3e3f Remove unused imports 2022-02-26 16:35:23 -06:00
icecream17
790511ac51 Fix npm ENOENT error in install-script-runner-dependencies
Despite what https://github.com/atom/atom/pull/23322 is named,
the pull request actually makes install-script-dependencies
use the non-local npm binary.

So this pr fixes install-script-runner-dependencies by making the npmBinPath
consistent with install-script-dependencies

ENOENT detected by https://github.com/atom-community/atom/pull/351,
specifically https://dev.azure.com/atomcommunity/atomcommunity/_build/results?buildId=1132&view=logs&j=2985f0af-e798-5fdc-91b8-be9f0a3685c5&t=0a53f124-4db9-5fc3-be81-e293757effc7&l=16
2022-02-26 16:26:23 -06:00
Steven Nguyen
f333883cc5 (docs) Add FAQ link
The discuss forums were replaced with github discussions, but according to https://web.archive.org/web/20191115122202/https://discuss.atom.io/c/faq the discuss was already deprecated, and it linked to the flight manual faq. So this pr adds the faq links from the flight manual
2022-02-24 00:18:16 -06:00
Musa Ibrahim
6596e0fb4a Merge pull request #23647 from DeeDeeG/script-downgrade-node-fetch-v2
deps: "downgrade" node-fetch to ^v2.6.7 in script/ (fix "Bump dependencies" job in Nightly CI)
2022-02-23 12:46:58 +04: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
Musa Ibrahim
e157187a0f Merge pull request #23624 from icecream17/update-lang-ruby
Bump language-ruby to 0.73.0
2022-02-21 12:53:53 +04:00
steven nguyen
ab522d1e04 Bump language-ruby to 0.73.0
Fixes #22160
2022-02-18 01:35:57 +00:00
dependabot[bot]
4f76f45788 Bump node-fetch from 2.6.1 to 2.6.7 in /script/vsts (#23521)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 19:09:25 +03:00
Musa Ibrahim
c52022d08b Merge pull request #23578 from atom/pr-changelog-0.3.4
⬆️  Pr-changelog@0.3.4
2022-02-09 01:07:55 +04:00
darangi
52adb31cf6 ⬆️ pr-changelog@0.3.4 2022-02-08 20:00:22 +01:00
Musa Ibrahim
8b7ea9aa22 Merge pull request #23575 from icecream17/update-mksnapshot
fix/deps: min versions of electron-chromedriver...
2022-02-07 21:45:31 +04: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
Musa Ibrahim
07edc2b25c Merge pull request #23505 from atom/dependabot/npm_and_yarn/nanoid-3.2.0
Bump nanoid from 3.1.22 to 3.2.0
2022-01-26 20:09:51 +04:00
Musa Ibrahim
53e497b923 Merge pull request #23506 from atom/dependabot/npm_and_yarn/script/node-fetch-3.1.1
Bump node-fetch from 2.6.1 to 3.1.1 in /script
2022-01-26 20:09:28 +04: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]
e2a1bda9cb Bump nanoid from 3.1.22 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.22...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 01:02:25 +00:00
Kevin McCormack
a9e2525cc6 Update package.json
Bump language-ruby to 0.73.0
2022-01-20 13:52:21 -05:00
Musa Ibrahim
586fbc113e Merge pull request #23492 from atom/language-php-0.48.1
⬆️   language-php@0.48.1
2022-01-17 17:59:24 +04:00
Steven nguyen
c34b70612d ⬆️ marked to 4.0.10 in packages/deprecation-cop (#23484)
* ⬆️ deprecation-cop@4.0.10

* ⬆️ deprecation-cop 4.0.10

* Update package-lock
2022-01-17 11:42:03 +03:00
darangi
b7852629b5 ⬆️ language-php@0.48.1 2022-01-17 06:24:05 +01:00
Sadick
3ddbda0af3 Merge pull request #23446 from M3TIOR/fix--git-diff--nested-repositories-redux
Fix `git-diff` nested repositories REDUX
2022-01-10 15:54:30 +03:00
Ruby Allison Rose
8b2e42e9fb chore: I forgot how touchy the linter settings were. 2022-01-03 18:14:04 -08:00
Ruby Allison Rose
4dc862073c fix(git-diff): Fixed linter issue and caught unnoticed spec issue. 2022-01-03 15:55:50 -08:00