1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00
Commit Graph

108 Commits

Author SHA1 Message Date
Shubham Yadav
8b8e3382d1 Removing the old Brackets CLA check (#14684)
* Commenting the test script command

* Adding the new command

* Removing the old command
2019-04-05 15:25:16 +05:30
Sorab Bisht
93cfeacca6 Version bump to 1.14 (#14396) 2018-06-15 11:25:08 +05:30
Swagatam Mitra
e8d46989fc Version bump to 1.13 2018-01-27 22:37:12 +05:30
Swagatam Mitra
33c8ac0a17 Merge pull request #13735 from adobe/release
Merge release back to master
2017-09-27 01:11:47 +05:30
Boopesh Mahendran
56e4909c89 Version Bump to 1.12 2017-09-22 16:37:32 +05:30
ficristo
9e3cbda427 Upgrade brackets-eslint to 3.2.0 (#13717) 2017-09-20 11:36:34 +02:00
Martin Zagora
764fb02700 download eslint package from npm and place it into default extensions (#13108)
* download eslint package from npm and place it into default extensions

* add defaultExtensions section to package.json

* lock deps, add shrinkwrap again

* do not lint brackets-eslint files

* Handle multiple linters for a specific language using priority and load order

* Handle provider name conflict for a given language by retaining the most recently loaded one

* Remove invalid comment

* Update npm-shrinkwrap.json
2017-08-31 20:45:20 +05:30
Saurabh Kathpalia
a66308c127 Upgraded npm version to 3.10.10 (#13589) 2017-08-05 10:58:38 +02:00
Swagatam Mitra
357c4b8633 Version bump to 1.11 (#13504)
* Version bump to 2.0

* Version bump to 1.11
2017-07-07 14:11:03 +05:30
ficristo
8e2891aeb0 Update grunt-contrib-watch to 1.0.0 and clean a bit the task (#13215) 2017-04-07 20:20:57 +02:00
ficristo
aefd90f94a Add no-unsafe-negation rule and upgrade grunt-eslint to 19.0.0 2017-03-20 20:47:49 +01:00
Saurabh Kathpalia
4d7aa16bd6 Upgraded version to 1.10 2017-03-16 11:41:26 +05:30
Martin Zagora
18824346b8 Zaggino/update extension manager deps (#12933)
* delete node_modules from extensibility/node

* add dependencies from extensibility/node to main package.json

* update outdated deps

* use webpack to bundle semver which doesnt provide amd build

* update config.json

* update webpack to latest
2017-03-15 13:18:06 +05:30
Martin Zagora
d24e27d54f add husky to prevent pushing failing code (#13151) 2017-03-08 14:07:10 +05:30
Martin Zagora
a25259d817 Merge branch 'master' into eslint-no-else-return-warning 2017-03-05 07:26:13 +11:00
Martin Zagora
01070268c7 test (eslint) should be run before cla-check-pull 2017-03-04 06:35:27 +11:00
Martin Zagora
a5cd2e7d8a add grunt eslint script to package.json 2017-03-02 12:20:25 +11:00
ficristo
e41986029d Move dependencies to toplevel package.json 2017-02-25 20:42:17 +01:00
Martin Zagora
74c5306e51 use npm to download extension dependencies after installing from registry (#10602)
* use npm to download extension dependencies

add shrinkwrap

* exec npm instead of using internal API

refactor

refactor 2

* update npm

* initialize exitCode

* move fail and finish blocks out

* do not use ternary ifs

* little fix

* update npm-shrinkwrap

* move npm installation to the package extraction step

* consistent function style

* add proxy support

* npm-shrinkwrap.json
2017-02-15 09:16:47 +05:30
Saurabh Kathpalia
8b1ff4b1af Added Reverse Inspect in Live Preview using WebSockets, and now forwa… (#13044)
* Added Reverse Inspect in Live Preview using WebSockets, and now forward inspect brings the html element in focus to the viewport in Live Preview

* Added commands to start and close the WebSocketServer used in Live Preview and also now port is read from preferences file

* Addressed review comments- used window.scrollTo instead of scrollIntoViewIfNeeded, added a check for port number in RemoteFunctions and some minor changes

* Added dependency of ws in the root directory

* Used window.document instead of defining global document in RemoteFunctions.js

* Added JSDoc description in WebSocketTransportDomain.js and used lodash instead of for loop in HTMLInstrumentation.js

* Added copy task of copying LiveDevelopment/transports to dist
2017-02-14 11:21:51 +05:30
ficristo
bf41dc1a4f Upgrade less from 2.5.1 to 2.7.2 2017-01-08 09:17:52 +01:00
ficristo
f2751535be Add a post install 'cleanup' for thirdparty dependencies 2017-01-03 09:15:35 +01:00
ficristo
30fdf93802 Move npm dependencies inside src and add CodeMirror to them 2016-12-07 21:37:44 +01:00
Shubham Yadav
fc5a11460f Bumping version Number to 1.9 2016-10-26 15:21:18 +05:30
Marcel Gerber
1ed6c04b5b Update Tern & Acorn (#11569)
* Update Tern -> post-0.13
Replace Acorn submodule with local copy
Update Acorn -> post-2.2

* Change function call for renamed function

* Load ecma6.json into Tern

* Workaround non-emittable options in acorn_loose

* Fix unit test
Since we only get 500 hints back and there have been many new additions,
Date's "getSecond" was no longer part of those 500. Thus, I decided to
check for the existence of hints from Function, String and Array instead
of Function, Array and Date.

* Make use of the correct, renamed Tern definition

* remove old acorn & tern

* add acorn & tern as npm dependencies

add lodash as dependency

* grunt install installs dependencies for extensions from npm

* fix acorn & tern paths

* load libraries from node_modules, not working yet

fix acorn to load it with requirejs

* forgot to add glob dev dependency

travis builds on node 0.10 which doesn't have promise

* add eslint-env node

* fix missing use strict
2016-08-26 14:22:23 +02:00
Martin Zagora
2b2bfc14bf add glob 2016-08-25 08:07:37 +10:00
Martin Zagora
a34d92662f do not commit node_modules to the project 2016-08-25 08:06:33 +10:00
Prashanth Nethi
f466dba923 Bumping version Number to 1.8 2016-05-23 12:47:12 +05:30
ficristo
36983a2331 Update a couple of dependencies in package.json at the root 2016-05-03 21:27:05 +02:00
abose
bb02a5fdf8 version bump to 1.7 2016-01-06 16:04:36 +05:30
ficristo
c037d871e8 Switched from JSHint\JSLint to ESLint
to lint Brackets core code.
2015-10-15 21:16:12 +02:00
abose
710d612399 Version update to 1.6 2015-09-29 14:25:44 +05:30
Marcel Gerber
f682592eaa Update phantomjs -> 1.9.18 2015-09-13 14:32:37 +02:00
Marcel Gerber
16a773444e Update grunt-contrib-less -> 1.0.1
There's not yet a published version that uses less@2.5.1, so we use less@2.4.0 instead
2015-09-13 14:15:44 +02:00
Marcel Gerber
67a69f2138 Update grunt -> 0.4.5
It should be fully backwards-compatible
2015-09-13 14:15:43 +02:00
Praful Kumar Vaishnav
93128f6df7 Update Version to 1.5 2015-07-22 14:13:42 +05:30
Mukesh Dewangan
585dff8a2d Update Version to 1.4 2015-05-05 11:20:08 +05:30
Marcel Gerber
0081406aa7 Exclude more unneeded files in dist builds 2015-03-18 06:39:25 +01:00
Prashant
27a6b79e99 Update to release 1.3 2015-02-12 15:48:08 +05:30
Ingo Richter
2badcb5e28 - fix travis build error 2014-12-19 14:10:56 -08:00
Ingo Richter
227384585c - update to release 1.2 2014-12-15 13:33:39 -08:00
Kevin Dangoor
43dfead896 set-release to 1.1 2014-11-02 21:54:09 -05:00
Kevin Dangoor
2ab324a0d4 Add build number field for release number.
Brackets won't start with a 1.0.0 version number. This also bumps the version number to 1.0.0-0.
2014-10-28 14:04:22 -04:00
Kevin Dangoor
bc7ad9ebd8 Make update-release-number task support post-1.0 releases.
Fix for #9690.
2014-10-27 11:27:39 -04:00
Ingo Richter
d0c21d2c64 - bump phantomjs version to 1.9.11 to avoid errors building brackets 2014-10-22 09:06:20 -07:00
Ingo Richter
46e901c607 - update to release 0.45 2014-10-01 15:39:57 -07:00
Randy Edmunds
d1d5e59bd1 update to sprint 44 2014-08-27 11:07:33 -07:00
Randy Edmunds
fbd4023d8c set sprint 43 2014-07-28 10:42:00 -07:00
Kevin Dangoor
3ae400b053 set-sprint to 42 2014-06-24 15:32:57 -04:00
Randy Edmunds
3da9246ca1 update to sprint 41 2014-05-30 17:12:56 -07:00