feat: refresh project dependencies#66
Merged
AndreyYolkin merged 29 commits intomasterfrom Apr 10, 2025
Merged
Conversation
this also changes `module` to esnext. We are using esbuild to build, so between modern flags `nodenext` and `bundler` we should pick `bundler`
This also has a small refactoring of the package name prompt to handle modern requirements
Latest node allows to use --run flag to launch scripts faster
…youts-next The main goal is to get latest version of deps installed. This also comes with migrating to vite-plugin-vue-layouts-next from discontinued vite-plugin-vue-layouts. Eslint integration was also updated
johnleider
requested changes
Mar 24, 2025
Member
johnleider
left a comment
There was a problem hiding this comment.
Looking really good. Only a few points of feedback.
Contributor
Author
|
Converting it to draft, I would like to merge #67 and use our refreshed eslint config first |
56df0dd to
d549446
Compare
Update the vuetify dependency in both TypeScript and JavaScript template package.json files to version 3.8.0 to ensure compatibility and leverage the latest features and improvements
Contributor
Author
|
Eslint config adopted, only wait for #67 to be finalised |
Member
|
argg, I must be blind, I didn't see this PR |
Member
I'll prioritize this. |
Member
ad7d447 to
7537054
Compare
Update sass-embedded dependency to ^1.86.3 across multiple templates, drop sass dependency and add preprocessorOptions for scss
johnleider
reviewed
Apr 7, 2025
johnleider
reviewed
Apr 7, 2025
This also updates sorting order and default package manager
johnleider
approved these changes
Apr 8, 2025
Member
johnleider
left a comment
There was a problem hiding this comment.
Tentative approval. I have to run through all the variations still, but from a code perspective, everything seems to be in order.
To address modern pnpm policy (https://pnpm.io/cli/approve-builds) from poc was backported util to check ignored builds
Enable automatic imports for Pinia functions (defineStore, useStore, storeToRefs) in both JavaScript and TypeScript templates to simplify usage and reduce manual imports
Simplify auto-imports configuration by using recommended VueRouterAutoImports and removing non-existing Pinia imports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR we have:
vite-plugin-vue-layoutstovite-plugin-vue-layouts-next(see comment)closes #65
related #54