Commit graph

138 commits

Author SHA1 Message Date
Futago-za Ryuu baf8b3a339 Publish to pegjs@dev on every CI run
This adds a new local package called '@pegjs/publish-dev' that will be run by the CI after all other tasks.

'@pegjs/publish-dev' will, as the name implies, publish a new release of pegjs on NPM under the dev tag.
2019-02-15 00:54:31 +00:00
Futago-za Ryuu 5542547091 Switch to codecov.io 2019-02-12 09:41:45 +00:00
Futago-za Ryuu 97f98122f8 devDependencies > dependencies 2019-02-12 02:21:45 +00:00
Futago-za Ryuu da3ea8e47d Implement @pegjs/bundler 2019-02-12 02:00:48 +00:00
Futago-za Ryuu 7a78b7cfdf Upgrade dependencies 2019-02-07 05:40:01 +00:00
Futago-za Ryuu 0074d0456a Upgrade dependencies 2019-01-15 19:09:26 +00:00
Futago-za Ryuu 9716fe5f38 Yarn: ignore website directory 2019-01-15 17:58:07 +00:00
Futago-za Ryuu 7f908e9a7b Update workspaces field 2019-01-01 15:51:02 +00:00
Futago-za Ryuu bdde25a9e4
Set up CI with Azure Pipelines (#596)
* Add support for Azure Pipelines
* Remove Travis CI support
* coverage: Generate cobertura and lcov reports only
* Add support for Code Climate
2019-01-01 12:26:41 +00:00
Futago-za Ryuu 8c30834ccc Run eslint on .vue files 2018-12-22 14:36:16 +00:00
Futago-za Ryuu b7d4d01ff5 Fix build script for Now v2 [skip ci] 2018-12-22 12:34:47 +00:00
Futago-za Ryuu 132a68b4d5 Upgrade to Vuepress@next
Travis was failing with a weird ESLint error, and when I checked locally, the problem seemed to be related to Vuepress v0. Upgrading to Vuepress v1-alpha seems to fix this (at least on my machine...)
2018-12-22 11:40:23 +00:00
Futago-za Ryuu 2433c76ffb Add now-build script for Now v2 2018-12-22 09:33:05 +00:00
Futago-za Ryuu 1dd5a04ef2 Add support for Vuepress v0.14 2018-12-22 07:24:45 +00:00
Futago-za Ryuu 93ceeff597 General QOL changes
- Added 'test/package.json' for dependencies used by spec tests
- Changed package names of local tools to reflect actual usage
- Removed bins for local tools (using files via 'node [file]' command)
- Updated help text for the CLIs of local tools to reflect changes
- Updated READMEs for tools
- Moved babel dependencies to 'tools/bundle/package.json'
- 'tools/bundle' now only logs created and watching
- Updated scripts in root package.json
2018-11-04 10:01:56 +00:00
Futago-za Ryuu 4866d6ddb6 Move server.js to website/server.js 2018-11-04 08:26:22 +00:00
Futago-za Ryuu 0f2426bdbf Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00:00
Futago-za Ryuu 6d4ad48319 Remove Gulp 2018-11-03 16:13:57 +00:00
Futago-za Ryuu aa58b73cae Use ESLint directly instead of gulp-eslint 2018-11-02 18:05:53 +00:00
Futago-za Ryuu 390478d61e Move test/spec to test 2018-11-02 17:51:26 +00:00
Futago-za Ryuu 163ff20508 Move test/benchmark to tools/benchmark 2018-11-02 17:03:30 +00:00
Futago-za Ryuu 9c039ce79b Move test/impact to tools/impact 2018-11-02 15:15:25 +00:00
Futago-za Ryuu 32477337c1 Updated dependencies 2018-10-30 03:38:42 +00:00
Futago-za Ryuu a70fc76648 Update dependencies 2018-10-13 19:08:11 +01:00
Futago-za Ryuu 3d755b8196 Update gulpfile.js 2018-10-05 20:32:11 +01:00
Futago-za Ryuu c65e9dd95f Updated dependencies 2018-09-17 13:27:31 +01:00
Futago-za Ryuu 6bc85de256 Define version only in one place 2018-09-15 06:21:53 +01:00
Futago-za Ryuu 445cdcde44 ensure zeit.now ignores devDependencies 2018-09-10 05:08:47 +01:00
Futago-za Ryuu 2b543ed97a browserify -> rollup 2018-09-10 04:57:12 +01:00
Futago-za Ryuu be88239543 Move PEG.js to packages/pegjs
* Move PEG.js from . to packages/pegjs
* Update relevanr paths
* Remove pegjs-dev; Use pegjs directly
* Generate browser files at packages/pegjs/dist
* nyc: exclude website
* website: keep packages folder
* Root package.json is private now
2018-09-08 02:39:12 +01:00
Futago-za Ryuu 35a650dc50 Update dependency: babelify@v10 2018-09-07 09:49:21 +01:00
Futago-za Ryuu 46ce02404f Remove refs to removed files. 2018-09-06 15:36:31 +01:00
Futago-za Ryuu 5e7134936b Merge the test suites into the website 2018-09-06 12:38:26 +01:00
Futago-za Ryuu dfbfdd350b Import source code for pegjs.org 2018-09-06 05:52:02 +01:00
Futago-za Ryuu 0089da6698 Use Babel 7 dependencies 2018-09-05 08:03:51 +01:00
Futago-za Ryuu 2790479154 Update dependencies 2018-09-05 04:04:14 +01:00
Futago-za Ryuu 3cedf4439d Update supported platforms
- Drop support for Node.js v4
- Add support for Node.js v10
- Drop support for IE < 11
2018-09-05 01:37:57 +01:00
Futago-za Ryuu 146d021d21 Updated keywords for NPM 2018-04-04 19:15:04 +01:00
Futago-za Ryuu 87ad103177 Move nyc options to separate config 2018-03-23 02:38:00 +00:00
Futago-za Ryuu 6335818cb7 Gulp 4 2018-03-23 02:00:03 +00:00
Futago-za Ryuu 126a4c95f4 Update devDependencies
Closes #568
2018-03-20 03:19:30 +00:00
Futago-za Ryuu a11d217167 Updated devDependencies 2018-02-01 21:51:17 +00:00
Futago-za Ryuu a79757683f Should be 'test/impact master' 2018-01-28 02:08:20 +00:00
Mingun fde1c480f4 Use chai-like instead of own properties matcher (#550) 2018-01-06 23:29:24 +00:00
Futago-za Ryuu f5699d63fb Updated devDependencies
- Bump: eslint-config-futagozaryuu@3.8
- Bump:  run-sequence@2.2.1
2018-01-03 22:49:44 +00:00
Mingun a7a0a0d9ac Bump devDependencies (#549)
- Removed: babel-preset-es2015@6.24.1
- Added: babel-preset-env@1.6.1
- Updated: gulp-mocha@5.0.0
- Updated: nyc@11.4.1
- Updated: vinyl-buffer@1.0.1
- Updated: vinyl-source-stream@2.0.0
2017-12-31 22:01:29 +00:00
Futago-za Ryuu cd02806c94 Moved 'package.json:repository' field 2017-12-27 23:35:07 +00:00
Futago-za Ryuu d3cbbee592 Added .d.ts declaration files (#519) 2017-12-27 23:04:05 +00:00
Mingun 3f8cf7cd58 Add coveralls.io support 2017-12-18 18:58:49 +05:00
Mingun f0e5eebe1a Add code coverage by Intanbul 2017-12-18 18:53:01 +05:00