Skip to content

Commit

Permalink
refactor: bump quasar/app-vite and eslint (#3403)
Browse files Browse the repository at this point in the history
* refactor: bump quasar/app-vite

* chore: fix merge conflict

* style: bump eslint to v9

* chore: cleanup

* fix: type issues

* fix: module type imports

* fix: upath imports

* fix: contextIsolation

* fix: separate main utils from preload utils

* chore: cleanup

* fix: restore global definitions

* chore: update deps

* chore: cleanup

* style: enable strict lint rules

* fix: type issue

* fix: revert wrong refactors

* refactor: move utils
  • Loading branch information
mtdvlpr authored Dec 6, 2024
1 parent e90e47f commit ee388ff
Show file tree
Hide file tree
Showing 67 changed files with 2,473 additions and 2,332 deletions.
67 changes: 0 additions & 67 deletions .eslintignore

This file was deleted.

108 changes: 0 additions & 108 deletions .eslintrc.cjs

This file was deleted.

8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,13 @@ updates:
ignore:
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
- dependency-name: '@typescript-eslint/*'
update-types: ['version-update:semver-major']
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']
- dependency-name: '@sentry/vue'
update-types:
['version-update:semver-major', 'version-update:semver-minor']
- dependency-name: 'typescript'
update-types:
['version-update:semver-major', 'version-update:semver-minor']
groups:
typescript-eslint:
applies-to: version-updates
patterns:
- '@typescript-eslint/*'
vueuse:
applies-to: version-updates
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
afterInstall: (node .husky/install.mjs && yarn electron-rebuild && yarn icons) || exit 0
afterInstall: (yarn quasar prepare && node .husky/install.mjs && yarn electron-rebuild && yarn icons) || exit 0

nodeLinker: node-modules

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ In addition, M³ itself has been translated into several languages by many volun
<!-- prettier-ignore-start -->
<!-- CROWDIN-TRANSLATIONS-PROGRESS-ACTION-START -->


#### Available

<table><tr><td align="center" valign="top"><img width="30px" height="30px" title="Chinese Simplified" alt="Chinese Simplified" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/zh-CN.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="Dutch" alt="Dutch" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/nl.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="French" alt="French" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/fr.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="German" alt="German" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/de.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="Italian" alt="Italian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/it.png"></div><div align="center" valign="top">100%</td></tr><tr><td align="center" valign="top"><img width="30px" height="30px" title="Portuguese" alt="Portuguese" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/pt-PT.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="Portuguese, Brazilian" alt="Portuguese, Brazilian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/pt-BR.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="Slovenian" alt="Slovenian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/sl.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="Swedish" alt="Swedish" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/sv-SE.png"></div><div align="center" valign="top">100%</td><td align="center" valign="top"><img width="30px" height="30px" title="Ukrainian" alt="Ukrainian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/uk.png"></div><div align="center" valign="top">100%</td></tr><tr><td align="center" valign="top"><img width="30px" height="30px" title="Estonian" alt="Estonian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/et.png"></div><div align="center" valign="top">99%</td><td align="center" valign="top"><img width="30px" height="30px" title="Swahili" alt="Swahili" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/sw.png"></div><div align="center" valign="top">99%</td><td align="center" valign="top"><img width="30px" height="30px" title="Russian" alt="Russian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/ru.png"></div><div align="center" valign="top">95%</td><td align="center" valign="top"><img width="30px" height="30px" title="Hungarian" alt="Hungarian" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/hu.png"></div><div align="center" valign="top">57%</td><td align="center" valign="top"><img width="30px" height="30px" title="Spanish" alt="Spanish" src="https://raw.githubusercontent.com/benjaminjonard/crowdin-translations-progress-action/1.0/flags/es-ES.png"></div><div align="center" valign="top">54%</td></tr></table>
Expand Down
3 changes: 1 addition & 2 deletions build/svg2font.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-require-imports
var IconfontWebpackPlugin = require('@daipeng7/rollup-plugin-iconfont');
import IconfontWebpackPlugin from '@daipeng7/rollup-plugin-iconfont';
var options = {
cssOutput: 'src/css/mmm-icons.css',
// iconFont name prefix
Expand Down
Loading

0 comments on commit ee388ff

Please sign in to comment.