Alan Plum
|
40aff3fdcd
|
Upgrade JS deps (#8773)
* Make jsunity hash function avoid recursion
This guards against traversals of recursive data structures causing a stack overflow. This is crucial when using assertEqual with unknown inputs.
* Update deps
accepts: 1.3.4 -> 1.3.5
ansi_up: 2.0.2 -> 4.0.3
content-disposition: 0.5.2 -> 0.5.3
dedent: 0.6.0 -> 0.7.0
error-stack-parser: 1.3.6 -> 2.0.2
eslint: 2.13.1 -> 5.16.0
eslint-config-semistandard: 6.0.2 -> removed
eslint-config-standard: 5.3.1 -> removed
eslint-plugin-promise: 1.3.2 -> removed
eslint-plugin-standard: 1.3.2 -> removed
highlight.js: 9.12.0 -> 9.15.6
http-errors: 1.6.2 -> 1.7.2
iconv-lite: 0.4.19 -> 0.4.24
joi: 9.2.0 -> 14.3.1
joi-to-json-schema: 2.3.0 -> 4.0.1
js-yaml: 3.10.0 -> 3.13.1
marked: 0.3.9 -> 0.6.2
mime-types: 2.1.12 -> 2.1.22
mocha: 2.5.3 -> 6.1.3
qs: 6.5.1 -> 6.7.0
semver: 5.4.1 -> 6.0.0
statuses: 1.4.0 -> 1.5.0
timezone: 1.0.13 -> 1.0.22
type-is: 1.6.15 -> 1.6.16
underscore: 1.8.3 -> 1.9.1
* Inline eslint semistandard config
The eslint standard config has become extremely opinionated and incompatible with the existing coding style. This subset matches the existing coding style most closely. In the future we should migrate to an autoformatter like prettier and avoid this problem altogether.
* Linting
* Fix mocha runner
* New joi has additional property
|
2019-04-17 13:36:26 +02:00 |
Andreas Streichardt
|
8a286a30d9
|
We are now using semistandard and eslint
|
2016-06-29 18:27:02 +02:00 |
Alan Plum
|
698dfae860
|
Print jshint exceptions to console
|
2016-05-03 00:51:49 +02:00 |
Alan Plum
|
53dc168a71
|
Linting
|
2016-05-02 14:42:10 +02:00 |
Alan Plum
|
2b0c1f6f9a
|
_.extend -> Object.assign
|
2016-04-20 15:23:03 +02:00 |
Frank Celler
|
dfa9047484
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
Jan Steemann
|
8390793699
|
moved docu blocks into their own files
|
2016-01-07 16:39:19 +01:00 |
Alan Plum
|
de9ae5128a
|
underscore -> lodash
|
2015-12-23 23:30:55 +01:00 |
Alan Plum
|
501f5a3f51
|
Removed unused modules.
|
2015-04-10 00:33:47 +02:00 |
Frank Celler
|
06660a6a68
|
ignore errors in jshintrc
|
2015-01-04 22:04:45 +01:00 |
Jan Steemann
|
4418e58315
|
removed old-style Doxygen sections
|
2014-10-30 01:16:07 +01:00 |
Jan Steemann
|
3b52200983
|
fixed inner loop variable fuckup
|
2014-10-09 17:28:01 +02:00 |
Alan Plum
|
e86c98dfe2
|
Enabled unused: true, ported aardvark jslint to jshint.
|
2014-09-02 22:18:18 +02:00 |
Alan Plum
|
b665e038be
|
Switched jslint to jshint. Broke everything.
|
2014-09-02 22:10:24 +02:00 |
Frank Celler
|
e68080a638
|
fixed wrong call to length
|
2013-04-03 16:31:53 +02:00 |
Frank Celler
|
7e7eefe4f6
|
use function to set result
|
2013-04-02 18:25:54 +02:00 |
Frank Celler
|
1467b78676
|
cleanup of internal, fs, console
|
2013-03-31 00:10:48 +01:00 |
Frank Celler
|
a8557091b8
|
new foxx loader
|
2013-03-25 10:22:35 +01:00 |
Jan Steemann
|
2c279d9c4f
|
fixed jslint errors
|
2013-03-24 01:14:58 +01:00 |
Frank Celler
|
7be1c01bda
|
removed linked in JavaScript code, separate files for 'fs' and 'console'
|
2013-01-05 23:24:10 +01:00 |
Jan Steemann
|
0ef03fc006
|
mini cleanup
|
2012-05-28 22:10:03 +02:00 |
Jan Steemann
|
6f7e11e46c
|
potential solution for issue #95
|
2012-05-28 22:01:32 +02:00 |