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

Migrate to Vite #352

Merged
merged 16 commits into from
Feb 17, 2024
Merged

Migrate to Vite #352

merged 16 commits into from
Feb 17, 2024

Conversation

ThibautBremand
Copy link
Collaborator

No description provided.

@ThibautBremand ThibautBremand added the dependencies Pull requests that update a dependency file label Feb 15, 2024
@ThibautBremand ThibautBremand self-assigned this Feb 15, 2024
@ThibautBremand ThibautBremand force-pushed the feat/migrate-to-vite branch 3 times, most recently from 46b388f to 5d92a53 Compare February 15, 2024 16:29
Upgrade major dependencies
@ThibautBremand ThibautBremand force-pushed the feat/migrate-to-vite branch 2 times, most recently from a60f840 to 513b806 Compare February 15, 2024 16:49
@ThibautBremand ThibautBremand marked this pull request as ready for review February 15, 2024 17:02
"stream-browserify": "^3.0.0",
"web-vitals": "^3.5.1",
"xrpl": "^3.0.0",
"xrpl-accountlib": "^3.2.9"
},
"devDependencies": {
"@gemwallet/constants": "*",
"@gemwallet/eslint-config": "*",
Copy link
Collaborator

Choose a reason for hiding this comment

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

You are pulling our eslint configuration, though we can see in the dev dependencies that you are using the dependencies from vite.js as you require another version of eslint.
We have two solutions here:

  • We use the configuration from vite.js for the linter on the extension and the package @gemwallet/eslint-config for the API
  • We update our configuration within @gemwallet/eslint-config to match vite and override it, and we make use of it within the extension.

We can also do this in another MR to don't add more change as this is not blocker.

What do you think?

@FlorianBouron FlorianBouron merged commit 1ac1afc into master Feb 17, 2024
5 checks passed
@FlorianBouron FlorianBouron deleted the feat/migrate-to-vite branch February 17, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants