Commit Graph

38859 Commits

Author SHA1 Message Date
dependabot[bot]
8812bf2102
Bump y18n from 3.2.1 to 3.2.2 in /script/vsts
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 13:39:25 +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
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
Ruby Allison Rose
9a118f8d53
Merge branch 'master' into fix--git-diff--nested-repositories-redux 2022-01-02 16:57:35 -08:00
Ruby Allison Rose
967d63bb5e fix(git-diff): Now targets the closest parent repo to the open file.
Initial fix to `helpers` done by Utkarsh, Spec written by me.
Co-authored-by: Utkarsh Gupta <utkarshgupta137@gmail.com>
2022-01-02 16:38:49 -08:00
Sadick
7033a5a22f
Merge pull request #23322 from atom/install-using-npm-in-script
Install using npm installed during installation of script dependencies
2021-12-03 17:38:19 +03:00
sadick254
309ecff84d
Use correct npm bin name depending on the OS 2021-12-03 16:26:23 +03:00
sadick254
22c3e44d10
We don't need to verify npm version
We have defaulted to using npm that installed as part of the script
dependancies. This is to increase predictability on what version of npm
was used to install atom dependencies
2021-12-03 16:22:25 +03:00
sadick254
36562eaea1
Install using npm installed during installation of script dependencies 2021-12-03 14:19:52 +03:00
Sadick
eb6258fd50
Merge pull request #22687 from atom/electron-upgrade-11.4.7
Electron upgrade 11.4.7
2021-12-02 15:59:52 +03:00
Sadick
f0d11d660c
Merge pull request #23285 from atom/dependabot/npm_and_yarn/packages/dalek/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
2021-11-25 18:36:30 +03:00
Sadick
56ff8b09aa
Merge pull request #23286 from atom/dependabot/npm_and_yarn/packages/dalek/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
2021-11-25 14:05:51 +03:00
dependabot[bot]
5f8fb62d6b
Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
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>
2021-11-22 17:22:30 +00:00
dependabot[bot]
f2ab7a684e
Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 17:22:21 +00:00
Sadick
6bed6f5f77
Merge pull request #23282 from atom/remove-aws-sdk
Remove aws-sdk
2021-11-22 20:21:17 +03:00
sadick254
094b8dfdf5
Remove aws-sdk
We have now moved to using azure for our block storage. We no longer
need to have the aws-sdk and the related functionality on Atom.
2021-11-22 06:14:01 +03:00
Sadick
9ae0cef375
Merge pull request #23158 from icecream17/patch-8
Remove `if (reason === crashed)`
2021-11-18 22:26:11 +03:00
Hubot
fbaf2dcdc7 1.61.0-dev 2021-11-06 07:45:09 -04:00
steven nguyen
b903148cb8
Remove if (reason === crashed)
Although `crashed` has recently been updated to `render-process-gone`, the new params don't actually have to be used. In fact maybe allowing some of the other crash-ishes could result in weird invalid state and things happening. So basically I agree with https://github.com/atom/atom/pull/23132#issuecomment-951434891

Maybe there should be a different message for the `killed` reason though
2021-10-26 20:43:39 -05:00
Musa Ibrahim
6373c15392
Merge pull request #23145 from atom/revert-19251-wl-restrict-drag-events
Revert "Only allow drag-and-drop to succeed on panes in the center workspace"
2021-10-25 18:51:30 +01:00
Musa Ibrahim
cbde3ea00d
Revert "Only allow drag-and-drop to succeed on panes in the center workspace" 2021-10-25 18:14:08 +01:00
Sadick
00b34d62c9
Merge pull request #23132 from icecream17/patch-9
Change from `crashed` to `render-process-gone`
2021-10-25 18:26:48 +03:00
steven nguyen
f71be55927
fix lint 2 2021-10-22 14:38:16 -05:00
Sadick
fd55779105
Merge pull request #23096 from atom/remove-remote-calls-and-use-invoke
Replace remote module with invoke calls.
2021-10-22 19:44:19 +03:00
steven nguyen
8f90ed28de
fix lint 2021-10-21 16:33:41 -05:00
steven nguyen
5238a022e0
change to render-process-gone
`crashed` is deprecated. 
https://github.com/electron/electron/blob/9-x-y/docs/api/web-contents.md

Note: The previous code shows the error dialog on both the "killed" and "crashed" events. But now it's only "crashed"
2021-10-21 08:12:48 -05:00
Sadick
f5a1adc71b
Merge pull request #23097 from atom/remove-dependancy-status
Remove dependancy status badge.
2021-10-12 10:29:22 +03:00
sadick254
e98767ecee
Remove dependancy status badge.
Atom now has a script that checks for dependancy updates every time nighlty is pipeline is run.
The script mainly handles atom packages since the packages are not
deployed to npm
On top of this we also have dependabot setup to check and open prs
incase of updates.
2021-10-12 10:26:12 +03:00
sadick254
7c1124f1e5
Replace remote module with invoke calls.
The remote module has been deprecated and is set to be removed on electron version 11.
We have two options to replace the remote module

1. use @electron/remote module
2. Send messages using send/invoke.

I am using invoke since it is the
[recommended](https://www.npmjs.com/package/@electron/remote) option to use.
2021-10-12 09:27:47 +03:00
Musa Ibrahim
b9c265c702
Merge pull request #23031 from atom/ignore-spec-window
Remember last opened state
2021-10-04 07:17:08 +01:00
Sadick
38f403a5e0
Merge pull request #19016 from atom/wl-clipboard-line-endings
Convert line endings when copy and pasting
2021-09-30 12:42:36 +03:00
sadick254
c8f3f86db9
Fix text-editor failing spec
Compare against the platforms eol marker.
2021-09-29 14:03:50 +03:00
Rafael Oleza
decb5e3c91
Re-apply prettier JS formatter 2021-09-29 13:41:03 +03:00
Winston Liu
e73a454def
🎨 2021-09-29 13:41:02 +03:00
Musa Ibrahim
c24056e72d
Merge pull request #19251 from atom/wl-restrict-drag-events
Only allow drag-and-drop to succeed on panes in the center workspace
2021-09-29 08:53:01 +01:00
Winston Liu
e71d5594f7 Fix specs 2021-09-28 23:54:13 +00:00