Commit Graph

38957 Commits

Author SHA1 Message Date
SoftOrange Tech
695c213da5
SUPPORT.md add developer documentation, and a minor update (#430) 2022-07-05 19:03:49 -07:00
Amin Yahyaabadi
0068c00bea
Merge pull request #429 from atom-community/npmrc 2022-07-05 19:03:17 -07:00
Amin Yahyaabadi
f39ec24e29
Merge pull request #433 from DeeDeeG/package_json-find-and-replace 2022-07-05 19:03:00 -07:00
DeeDeeG
66b6ae4779 deps: Add integrity sha512 for find-and-replace 2022-07-05 14:05:56 -04:00
DeeDeeG
953ff2a03e deps: Fix packageDependencies for find-and-replace
Use the version number from the git tarball specified in dependencies.

--

I'm pretty sure version specs in packageDependencies
can only be version numbers or relative paths.

URLs, such as tarball URLs or git URLs,
aren't supported in packageDependencies.

(Based on what apm does and doesn't support in its `install` command.)
2022-07-05 13:58:16 -04:00
Amin Yahyaabadi
a600e30ed9 build: add npmrc with Nodejs target versions 2022-07-04 16:14:56 -07:00
Amin Yahyaabadi
07fd4538a4
Merge pull request #67 from atom-community/babel7 2022-07-04 11:45:05 -07:00
Amin Yahyaabadi
6845603bda
Merge pull request #423 from atom-community/find-and-replace 2022-07-03 20:43:49 -07:00
Amin Yahyaabadi
a241502824 Merge branch 'find-and-replace' into pr/67 2022-07-03 18:39:49 -07:00
Amin Yahyaabadi
4db8e31729 fix: update find-and-replace to v0.220.1 2022-07-03 18:39:09 -07:00
Amin Yahyaabadi
7e7078e54d
Merge pull request #422 from softorangetech11/master [skip ci] 2022-07-03 18:20:37 -07:00
SoftOrange Tech
a37934a16c
the flight manual instead of Atom Branded
Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
2022-07-03 19:19:56 -06:00
SoftOrange Tech
574ab65789
minor spelling mistake 2022-07-03 19:14:27 -06:00
SoftOrange Tech
a519746a5e
requested changes added 2022-07-03 19:13:54 -06:00
Amin Yahyaabadi
7779121884 Merge branch 'find-and-replace' into pr/67 2022-07-03 17:23:14 -07:00
Amin Yahyaabadi
3177d3ee21 fix: update find-and-replace to v0.220.0 2022-07-03 17:16:03 -07:00
Amin Yahyaabadi
f401bf7a16
Merge pull request #421 from atom-community/package_json-snippets-version 2022-07-03 14:46:08 -07:00
SoftOrange Tech
08ed391a59
Update to only fork GitHub Discussions 2022-07-03 12:48:59 -06:00
DeeDeeG
f50a997d05 Fix "snippets" version in package.json
In package.json, update snippets' version under "dependencies:"
to match the version resolved from the git dependency specified in
"packageDependencies:".

(It should be 1.6.0 now, since that's what snippets' package.json says
at the git commit we specified under "packageDependencies:")
2022-07-03 12:59:27 -04:00
Amin Yahyaabadi
adcb4022c7 test: spy on the actual compile function instead of spying on Babel 2022-07-03 01:50:47 -07:00
Amin Yahyaabadi
7760ac3fcc
Merge pull request #418 from atom-community/snippets-update [skip ci] 2022-07-03 01:35:46 -07:00
Amin Yahyaabadi
95a3cf69b3 fix: update the snippets package 2022-07-02 22:26:43 -07:00
Amin Yahyaabadi
fb8803264a test: fix the babel spy in the spec 2022-07-02 11:03:54 -07:00
Amin Yahyaabadi
2bb3e6f0c2 fix: target electron 11 in babel 2022-07-02 00:18:27 -07:00
Amin Yahyaabadi
7c6559f8cd fix: fix the incorrect jsx comment ending 2022-07-01 22:50:00 -07:00
Amin Yahyaabadi
8a19065e90 fix: set the options by setting the config file 2022-07-01 21:14:53 -07:00
Amin Yahyaabadi
2f0cbdeb08 Merge branch 'master' into pr/67 2022-07-01 14:59:16 -07:00
Amin Yahyaabadi
e752405bd9
Merge pull request #409 from atom-community/dump-symbols 2022-07-01 14:50:00 -07:00
Amin Yahyaabadi
38e5586b10 fix: ignore the errors caused by dumping the symbols on non-windows 2022-07-01 14:49:08 -07:00
Amin Yahyaabadi
dff0ea0444
Merge pull request #405 from kaosine/patch-1 [skip ci] 2022-06-30 17:01:44 -07:00
Josh
fb6d89e2ed
Replace badges w/suggested Sunset one
Replaced the retired badge w/sunset upstream badge, combined with updating the existing retired one to be changed back upon retirement as a courtesy to upstream until our rebrand is done.
2022-06-30 09:12:46 -04:00
Amin Yahyaabadi
eb56872337 fix: exclude supports-color from the snapshot 2022-06-30 01:50:46 -07:00
Amin Yahyaabadi
f79fc661b0
Merge pull request #408 from Spiker985/windows-build-os-deprecation 2022-06-30 01:31:47 -07:00
Amin Yahyaabadi
20a01524bd fix: update babel-preset-atomic to the latest version 2022-06-30 01:21:12 -07:00
Amin Yahyaabadi
9a775082dd Merge branch 'master' into pr/67 2022-06-30 00:32:26 -07:00
Spiker985
ff88105584
Change Windows Build image - 2016 -> 2019
The Windows 2016 image has been/will be deprecated as of today. https://github.com/actions/virtual-environments/issues/5403
2022-06-30 03:03:55 -04:00
Amin Yahyaabadi
25c0cf95ae
Merge pull request #406 from atom-community/upstream_master 2022-06-29 22:37:30 -07:00
DeeDeeG
ab3afc65f3
Merge branch 'master' into upstream_master-fix-merge-conflicts 2022-06-30 00:26:29 -04:00
Josh
41196d60d0
Fix mistake in edit for clarity 2022-06-29 23:05:28 -04:00
Josh
25b5a57714
Update retirement badge for clarity 2022-06-29 22:55:43 -04: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
Amin Yahyaabadi
7eaebe0eea
Merge pull request #380 from ElectronicsArchiver/master 2022-06-21 17:23:50 -07:00
トトも
3025f046c2
Removed Redirect
Co-authored-by: Steven Nguyen <nguyeste008@students.garlandisd.net>
2022-06-21 17:27:48 -04:00
トトも
b2b1d3e5b7
Centered Badges 2022-06-21 14:48:34 -04:00
トトも
674404a0e8
Merge branch 'atom-community:master' into master 2022-06-21 09:02:32 -04:00
Steven Nguyen
4b76ccda85
Merge pull request #384 from atom-community/revert-381-bump-minidump-Arch-Linux-fix
Revert "deps: Bump minidump (0.22.0 to 0.23.0) in script/"
2022-06-21 07:40:40 -05:00
トトも
c3d8133a3d
Merge branch 'atom-community:master' into master 2022-06-21 03:24:26 -04:00
ElectronicsArchiver
8f9ea22111 Added Further Separation 2022-06-21 03:03:15 -04:00