feat!: Initial v2 commit

* Implemented editorconfig
* Switched to ESM
* Switched to a TypeScript workflow
* Switched to projen for project management
* Major code refactor
* TODO: need tests
This commit is contained in:
Tom Keller
2022-10-14 20:38:03 -07:00
parent 50eedb0bfd
commit 239add3ff1
48 changed files with 17553 additions and 49931 deletions
Generated
+10 -10
View File
@@ -1,14 +1,15 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- status-success=Run Unit Tests
- -label~=(do-not-merge)
pull_request_rules:
- name: Automatically merge on CI success and review approval
conditions:
- base~=master|v1-node16|integ-tests
- "#approved-reviews-by>=1"
- base~=master|integ-tests|main
- '"#approved-reviews-by>=1"'
- -approved-reviews-by~=author
- status-success=Run Unit Tests
- label!=work-in-progress
@@ -18,21 +19,20 @@ pull_request_rules:
- author!=dependabot[bot]
actions:
queue:
name: main
method: squash
name: default
- name: Automatically approve and merge Dependabot PRs
conditions:
- base~=master|v1-node16
- base~=master|main
- author=dependabot[bot]
- status-success=Run Unit Tests
- status-success=build
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -label~=(do-not-merge|blocked)
- -merged
- -closed
actions:
review:
type: APPROVE
queue:
name: main
method: squash
name: default