Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize #66

Merged
merged 8 commits into from
Apr 19, 2024
Merged

Modernize #66

merged 8 commits into from
Apr 19, 2024

Conversation

djhi
Copy link
Contributor

@djhi djhi commented Apr 17, 2024

  • Migrate to vite & vitest
  • Add biome for lint & format
  • Remove example directory
  • Add a link to the react-admin simple sandbox in the README

Closes #65

@djhi djhi added the WIP Work In Progress label Apr 17, 2024
@@ -20,7 +34,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 18 is required to run biome

@djhi djhi added RFR Ready For Review WIP Work In Progress and removed WIP Work In Progress RFR Ready For Review labels Apr 17, 2024
@djhi djhi added RFR Ready For Review and removed WIP Work In Progress labels Apr 19, 2024
@fzaninotto fzaninotto merged commit c046d67 into master Apr 19, 2024
2 checks passed
@fzaninotto fzaninotto deleted the modernize branch April 19, 2024 08:45
@fzaninotto fzaninotto added this to the 4.0.0 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fakerest using babel-runtime v6 causing deprecation warning using core-js v2
2 participants