1
0
Fork 0
Commit Graph

49 Commits

Author SHA1 Message Date
Sean Sube 2b1acfce65 remove: unused vendor dir 2022-10-21 19:19:07 -05:00
Sean Sube 9230532742 fix(build): add target to upload coverage to codeclimate 2022-10-08 15:17:38 -05:00
Sean Sube d3e52d9363 fix(docs): typedef and doc warnings 2022-10-08 15:02:40 -05:00
Sean Sube 30f68469e6 add ci-full target 2022-10-08 15:02:40 -05:00
Sean Sube faeff2c645 feat(build): remove rollup, do not bundle the output
BREAKING CHANGE: the library will now be published as loose ES modules.
Library users are better informed on bundling needs, and repeated bundling introduces extra boilerplate code.
2022-10-08 15:02:40 -05:00
Renovate Bot 473bedee7e update: update node.js to v16.14 2022-03-25 07:30:21 -05:00
ssube 04de2b2bd5
fix(build): add docker TLS options, remove codecov job 2021-08-05 22:25:17 -05:00
Renovate Bot 4d0a3df1f0 update: update node.js to v16.6 2021-08-05 17:02:06 -05:00
Renovate Bot 8d4f5de953 update: update docker.artifacts.apextoaster.com/apextoaster/base docker tag to v1.5 2021-08-05 16:21:23 -05:00
ssube c2ca9dfd04
feat: remove unused lodash dependency 2021-07-10 23:50:34 -05:00
ssube d55efc57a1
feat(build): update eslint config, remove tslint plugins 2021-07-10 17:32:47 -05:00
Renovate Bot 14f18c8caf update: update node.js to v16 2021-07-10 16:16:26 -05:00
ssube a78e8394c9
remove(build): unstable bundle visualizer plugin 2021-04-17 21:57:44 -05:00
Renovate Bot b0d1a653d5 update: update docker.artifacts.apextoaster.com/apextoaster/node docker tag to v12.22 2021-04-03 17:51:39 -05:00
Renovate Bot f048e79d33 update: update docker.artifacts.apextoaster.com/apextoaster/node docker tag to v12.20 2021-03-27 21:55:18 -05:00
Renovate Bot 5c6b745054 update: update docker.artifacts.apextoaster.com/apextoaster/base docker tag to v1.4 2021-03-27 19:43:52 -05:00
ssube 5de2472fa8
fix(build): pull images from nexus 2020-12-29 12:42:57 -06:00
ssube 5f1e41dece
update: typescript-eslint 2020-09-05 18:58:59 -05:00
ssube 0e390d89e2
update(build): image versions 2020-09-01 19:45:47 -05:00
ssube 131c9bf530 lint: type naming for new rules 2020-07-29 08:34:00 -05:00
ssube 8db6b436c7 fix(config): update lint to naming-convention rule 2020-07-29 08:34:00 -05:00
ssube 74fe04a9c2
fix: clean up polyfill plugins, externalize those modules 2020-07-08 22:43:52 -05:00
ssube bf0f3370de
fix(build): externalize lodash 2020-07-08 22:10:59 -05:00
ssube a4b8bf24b6
fix: better support for readonly arrays 2020-06-30 08:16:22 -05:00
ssube a7cf22de07
fix(build): use full names for exported symbols 2020-06-29 18:45:29 -05:00
ssube 040fecc6e3
feat(build): bundle as ES module
BREAKING CHANGE: removes the umd module in favor of a smaller, standard
ES module. Consumers will need native support for ES modules (recent
evergreen browsers) or a bundler with the same (rollup, webpack, etc).
2020-06-29 18:23:16 -05:00
ssube bfbfaca59d
fix: remove mock-fs from vendor bundle 2020-05-20 08:12:09 -05:00
ssube e227fa6691
feat: add utils from isolex 2020-03-29 08:43:52 -05:00
ssube 504124ef72
fix(build): handle unplaced chunks 2019-11-10 18:20:42 -06:00
ssube 15bee310a5 remove: tslint config 2019-11-09 20:17:20 -06:00
ssube f50af4cfa2
feat(build): replace tslint with eslint 2019-11-09 16:50:30 -06:00
ssube 49d5c73a97
feat(build): externalize rollup data 2019-09-29 16:06:03 -05:00
ssube 58d3eeeed7 feat(build): bundle json and yaml with TS typedefs 2019-09-28 04:37:33 -05:00
ssube a58862e540
lint: quote paths, ignore changelog 2019-09-23 08:13:44 -05:00
ssube 5ef5735c35 fix(build): use custom docker images with proper build tools 2019-09-23 07:51:35 -05:00
ssube 49ca0856e7 fix(scripts): escape docker tags 2019-09-23 07:51:35 -05:00
ssube 38cf602a11 fix(build): call project scripts using absolute paths 2019-09-23 07:51:35 -05:00
ssube d3ccff9545 fix(build): move docker commands to script, detect project path outside of CI 2019-09-23 07:51:35 -05:00
ssube f3b2e9cc43
fix(build): move index back to its own chunk 2019-09-18 09:05:16 -05:00
ssube 12d4560cac
fix(build): use absolute paths and windows-friendly chunk tests 2019-09-18 08:35:45 -05:00
ssube 9f11653749
fix(build): use absolute path for rollup output 2019-09-18 07:32:45 -05:00
ssube 4c0ef6e588
fix(build): move image tag into script for default 2019-09-17 18:46:01 -05:00
ssube 7c63edef0c
print image tag better 2019-09-17 18:30:43 -05:00
ssube efa5fb7d19
fix(build): print and quote image tag 2019-09-17 18:23:38 -05:00
ssube 38e0aff159
feat(bundle): add version info 2019-09-17 08:57:45 -05:00
ssube 638da803e1
fix(build): add github status script and correct typedef path 2019-09-17 08:14:55 -05:00
ssube 2bdec7efa6
fix(build): correct ci includes 2019-09-17 08:08:40 -05:00
ssube 27bd2b452b
feat(build): break up template jobs 2019-09-17 08:05:36 -05:00
ssube 7766659391
feat: copy template from other projects 2019-09-17 07:45:15 -05:00