Skip to content

Commit

Permalink
feat: support for rescript v11 (#29)
Browse files Browse the repository at this point in the history
* chore: setup development environment

* chore(dev-deps): bump rescript to version 11

* chore(dev-deps): using rescript-vitest

* chore: update rescript configuration

* chore(deps): bump version @rescript/react

* chore(dev-deps): add vitest and removed unused

* refactor: replace string and test implementation

* ci: bump node version to 20

* chore(dev-deps): add @vitest/coverage-v8
  • Loading branch information
r17x authored Aug 20, 2024
1 parent 6a460f9 commit dd8f628
Show file tree
Hide file tree
Showing 70 changed files with 14,278 additions and 16,256 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake . --impure
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20
- id: vars
name: Find Yarn's cache folder
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20
- id: vars
name: Find Yarn's cache folder
run: |
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,12 @@ temp/

.vercel
src/**/*.js
# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv

# pre-commit
.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

yarn run lint-staged
yarn run build
yarn run test
yarn run test -- --coverage
Loading

0 comments on commit dd8f628

Please sign in to comment.