Rachel Fenichel
4fad1b86d8
Merge pull request #4109 from google/master
...
Apply dependabot change to develop
2020-08-05 10:28:45 -07:00
Monica Kozbial
4d8da1cda2
Allow es6 in mocha tests lint check ( #4062 )
...
* Allow es6 in mocha tests.
2020-07-24 14:41:56 -07:00
dependabot[bot]
a6cb625c21
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-18 13:07:03 +00:00
alschmiedt
a1727b1717
Rebuild ( #4001 )
2020-06-25 16:11:32 -07:00
Sam El-Husseini
43c2a0e85c
Add sourcemaps ( #3872 )
...
* Update build scripts to produce source maps
2020-05-01 10:10:23 -07:00
Abby
7a006b0307
Update version number and build
2020-04-02 17:55:03 -07:00
alschmiedt
0175d69ea5
Update package lock ( #3788 )
2020-04-02 16:35:56 -07:00
Sam El-Husseini
e1e99fd2fe
Ran npm update and npm audit fix ( #3776 )
2020-03-27 16:05:53 -07:00
Sam El-Husseini
d838778a4a
Script to check licenses ( #3757 )
...
* Add script task to check licenses of all dependenies
2020-03-19 10:53:29 -07:00
Sam El-Husseini
249d484773
Merge start hat fix into master ( #3652 )
...
* Fix start hats (#3651 )
* Rebuild
2020-01-24 13:31:07 -08:00
Abby
4a961aa6b4
3.20200123.0
2020-01-23 14:59:21 -08:00
Sam El-Husseini
492aa96e18
Update packagelock ( #3598 )
...
* Update package-lock.json
2020-01-15 10:35:02 -08:00
Sam El-Husseini
6bd6bdefbc
Upgrade closure + support for closure-library dependency ( #3554 )
...
* Upgrade closure and include hints on how to include the closure library in the build.
* Revert build-uncomprssed.
* Sort uncompressed.
* nit: comment.
2020-01-14 12:59:43 -08:00
Sam El-Husseini
e8a294b138
Use google-closure-deps in local build ( #3432 )
...
* Use google-closure-deps instead of python script for building in gulpfile (JS)
2019-11-12 11:26:20 -08:00
Neil Fraser
4d25193ead
Add extern for goog. ( #3417 )
...
As of closure-compiler-v20191027.jar the compile now breaks due to a lack of ‘goog’ being defined.
../../temp_core/constants.js:24: ERROR - [JSC_UNDEFINED_VARIABLE] variable goog is undeclared
goog.provide('Blockly.constants');
^^^^
1 error(s), 0 warning(s)
Compiler exit code: 1
Compilation FAIL.
Upgrade closure compiler to v20191027
2019-11-09 08:10:30 -08:00
Sam El-Husseini
6d8f22f39a
Add a lint plugin to ensure we only use ES5 syntax. ( #3160 )
...
* Add a lint plugin to ensure we only use ES5 only syntax.
2019-10-21 21:26:26 -04:00
RoboErikG
e69db137a7
Add a test for built file size ( #3075 )
...
* Add a test for built file size
Adds a script test for building Blockly's compressed files and
checking their size to prevent unexpected increases.
* Update size for new changes
* Add full stop
2019-09-25 15:03:31 -07:00