Huáng Jùnliàng
ecbbd9da48
chore: always check yarn lock and dedupe during update ( #12508 )
...
* chore: always check yarn lock and dedupe during update
* update yarn.lock
2020-12-15 10:18:51 -05:00
Huáng Jùnliàng
6165bc60d1
chore: fix broken REPL link in issue template ( #12459 ) [ci-skip]
...
* chore: fix broken REPL link in issue template
* Update .github/ISSUE_TEMPLATE/Bug_report.md
2020-12-08 16:17:07 -05:00
Nicolò Ribaudo
c139d1602b
Prepare codebase for inline Babel 8 breaking changes ( #12440 )
2020-12-04 21:30:40 +01:00
Nicolò Ribaudo
4b79ab4a90
Migrate from Travis to GH actions ( #12412 )
...
* Migrate linting to GH actions
* Migrate windows tests
* Migrate parser tests
* Update .github/workflows/ci.yml
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
* Run parser tests in a single job
* Use a single yarn cache
* Remove unused commands from Makefile
* Update .github/workflows/ci.yml
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
2020-12-01 08:55:51 +00:00
Nitin Kumar
56fd90452c
chore: fix grammar in bug template ( #12362 )
...
Co-authored-by: Brian Ng <bng412@gmail.com>
2020-11-16 16:20:12 +01:00
Huáng Jùnliàng
7850682387
chore: pin stack-utils to 1.0.2 on legacy node tests ( #12365 )
2020-11-16 10:16:24 -05:00
Huáng Jùnliàng
07607fa7c7
chore: remove Node.js 13 from CI ( #12328 )
2020-11-09 12:08:23 -05:00
Huáng Jùnliàng
09c0ee0a8b
chore: bump Jest to v26 ( #12190 )
2020-10-30 12:06:14 +01:00
Huáng Jùnliàng
f04bbf62b5
chore: test on node 15 ( #12265 )
2020-10-27 17:33:43 -04:00
Huáng Jùnliàng
4e66b8eb6b
Specify runtime exports ( #10853 )
2020-10-14 20:06:56 +02:00
Nitin Kumar
3ec4537baa
chore: update issue templates ( #12142 )
...
[skip ci]
2020-10-06 16:04:49 +02:00
Nicolò Ribaudo
2a3dfa051a
Yarn 2.3 ( #12134 )
...
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
2020-10-05 17:39:14 +02:00
Huáng Jùnliàng
c8f0b6dc1e
chore: use latest node on ci workflow when possible ( #12049 )
2020-09-10 17:33:19 -04:00
Huáng Jùnliàng
a8505c2c96
Revert "Update Yarn to 2.2.2 ( #12023 )" ( #12031 )
...
This reverts commit b5481cccbf4aeac6bfdf1c3e37ccc7de5a70c3b9.
2020-09-03 11:09:23 -04:00
Huáng Jùnliàng
b5481cccbf
Update Yarn to 2.2.2 ( #12023 )
...
* chore: update Yarn to 2.2.2
* chore: add yarn dedupe check on CI
2020-09-03 09:24:34 +02:00
Huáng Jùnliàng
97075c9091
Restructure CI workflow ( #12002 )
...
* chore: share build artifacts in node version tests
* chore: build runtime in test stage
* Update .github/workflows/ci.yml
* Update .github/workflows/ci.yml
* Update .travis.yml
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-08-26 13:14:04 -04:00
Huáng Jùnliàng
b8f3453d3c
chore: improve Yarn 2 cache on CI ( #11781 )
...
* chore: add cache actions for yarn
* chore: validate yarn cache before CI jobs
* chore: remove restore-keys as cache-hit must be true
* chore: disable post install scripts in yarn-cache validate
* chore: use pnp linker in validate-yarn-cache step
* chore: add job names
2020-08-26 11:53:06 -04:00
Huáng Jùnliàng
028a051c2b
Move legacy node version tests to GitHub actions ( #11952 )
...
* chore: run node 6 and 8 test on GitHub actions
* fix: apply dynamicImportUrlToPath polyfill on publish
* Apply hacks unconditionally
* try fix highlight issues
* address review comments
* chore: add test-legacy build env
* Update .travis.yml [skip ci]
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-08-14 14:20:06 -04:00
Sven
3a0aa8e829
chore(github): fix issue template typo ( #11875 )
2020-07-24 19:33:33 -04:00
Nicolò Ribaudo
12dc4966ad
Push changelog to main instead of master ( #11764 )
2020-06-30 17:43:11 +02:00
Nicolò Ribaudo
eea156b2cb
Migrate from "master" branch to "main" ( #11715 )
...
* Remove dead link
* Use consistent "homepage" url in package.json
* Update md links
* Update comment link in parser d.ts
* Add comment in gitpod config
* Update circleci config
* Update PULL_REQUEST_TEMPLATE
* Update badges
* Trigger CI
* Update 404 link
2020-06-18 21:52:29 -04:00
Henry Zhu
0ca5f8b2ec
feature request issue template fix [skip ci] ( #11618 )
2020-05-26 16:38:43 -04:00
Nicolò Ribaudo
2d27cf819e
Mention babel/rfcs in the "New feature" issue template ( #11592 )
...
* Mention babel/rfcs in the "New feature" issue template
* move npm issue to external gist, reword some issue template names and descriptions
Co-authored-by: Henry Zhu <hi@henryzoo.com>
2020-05-26 12:47:42 -04:00
Huáng Jùnliàng
87d747976d
chore: use latest node in GitHub actions ( #11598 )
...
* chore: use latest node and update actions
* chore: clean up unused information
2020-05-22 22:12:31 -04:00
Henry Zhu
73ab27c11a
Update templates, add link to github discussions ( #11585 ) [skip ci]
2020-05-18 15:28:16 -04:00
Henry Zhu
8aa5e574a0
Update issue template ( #11524 )
...
* Update Bug_report.md
* Update ci.json
[skip ci]
2020-05-05 21:13:05 +02:00
Nicolò Ribaudo
8e7ca22ed7
Create Npm_error.md issue template ( #11217 )
...
[skip ci]
2020-03-17 02:38:00 +01:00
Huáng Jùnliàng
eaff9f837a
chore: migrate lock threads to github actions ( #11163 )
...
Co-Authored-By: Armin Sebastian <hi@armin.dev>
Co-authored-by: Armin Sebastian <github@armin.dev>
2020-02-22 11:18:52 +01:00
Huáng Jùnliàng
83993b08d5
chore: separate build-standalone with coverage ( #10905 )
...
* chore: separate build-standalone with coverage
* style polish
2019-12-23 19:03:45 +01:00
Huáng Jùnliàng
c5cfc83182
Move coverage to GitHub actions ( #10898 )
...
* chore: remove Circle CI test config
* chore: add GitHub Actions: Report Coverage
* chore: polish the step names
* chore: remove Circle CI test job definition
* chore: remove cache actions as it seems that they are hanging forever
2019-12-20 21:32:22 +01:00
Huáng Jùnliàng
c35ba3d3ab
chore: add PR Intent checkbox [ci-skip] ( #10880 )
...
* chore: add PR Intent checkbox
* chore: rephrase [ci-skip]
2019-12-17 14:36:09 -05:00
Huáng Jùnliàng
fee4d936a3
chore: introduce envinfo into environment section [ci-skip] ( #10565 )
...
This reverts commit d234ff6572e7593f36620780319b4e183aec7561.
2019-11-20 21:49:34 +01:00
Nicolò Ribaudo
d56911b88d
Reorganize meta files for ESLint packages ( #10714 )
...
* Move COC and CONTRIBUTING
* Add changelog links
* Reorganize gitignore and licenses
2019-11-16 01:10:26 +01:00
Brian Ng
d234ff6572
Revert "chore: introduce envinfo into environment section ( #10553 )" ( #10564 )
...
This reverts commit 800eccc046ff71e4c2a0cbdb3fdddbae87933a71.
2019-10-16 10:56:35 -04:00
Huáng Jùnliàng
800eccc046
chore: introduce envinfo into environment section ( #10553 )
...
* chore: introduce envinfo into environment section [skip ci]
* Apply suggestions from code review
Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* Address review comments from Nicolò
* Update .github/ISSUE_TEMPLATE/Bug_report.md [skip ci]
Co-Authored-By: Brian Ng <bng412@gmail.com>
* chore: simplify issue template [skip ci]
2019-10-16 09:12:13 -05:00
Henry Zhu
fbf3cb0ac4
Misc: also lock old PRs [skip ci] ( #10524 )
2019-10-03 15:46:07 -05:00
Nicolò Ribaudo
46c70ad734
Update PULL_REQUEST_TEMPLATE.md ( #10473 ) [skip ci]
2019-09-20 11:27:49 -04:00
Nicolò Ribaudo
e4b4831100
Update GitHub actions to v2 ( #10441 )
...
* Update GitHub actions to v2 [skip ci]
* Only run when needed for issues [skip ci]
2019-09-16 22:38:12 +02:00
FND
daf25af47c
Fix typo in changelog ( #10409 ) [skip ci]
...
s/compliancy/compliancy/g - seems both correct and consistent with more
recent occurrences
2019-09-09 09:22:33 +02:00
Nicolò Ribaudo
7c0333e12a
Move preset-env old changelog
...
Fixes #9730
2019-09-02 12:41:55 +02:00
Thiago Arrais
ee397ff107
Adds note about two approval policy to PR template ( #10313 )
...
* Adds note about two approval policy to PR template
* Adds qualifier to approval policy
Because, although two approvals is the general case, some PRs maybe merged with more or fewer approvals
[skip ci]
2019-08-12 17:32:31 +02:00
Nicolò Ribaudo
9bc9571381
Extract release actions to babel/actions
2019-07-20 16:43:22 +02:00
Nicolò Ribaudo
fb910e063c
[gh action] Release on tag push
2019-07-20 16:39:10 +02:00
Daniel Tschinder
3b4a86aea4
Separate workflows as otherwise they interfere with eachother
2019-07-20 15:26:52 +02:00
Daniel Tschinder
94b678c949
Fix workflow
2019-07-20 15:22:21 +02:00
Daniel Tschinder
c84a4c8bfa
Use latest version of filter action
2019-07-20 15:14:07 +02:00
Daniel Tschinder
dfd59c183e
Add 'Needs Info' workflow
2019-07-20 15:13:29 +02:00
Nicolò Ribaudo
718017d896
Use "release" event instead of "push"
2019-07-20 14:30:33 +02:00
Daniel Tschinder
a0cb7b1ab1
Rename github action
2019-07-19 15:46:51 +02:00
Daniel Tschinder
0b886418c8
Use github actions for welcome comment
2019-07-19 14:44:40 +02:00