Skip to content

Commit

Permalink
Upgrade to Vite 3 (#445)
Browse files Browse the repository at this point in the history
* Add idea to gitignore

* Upgrade to Vite 3

* Update readme
  • Loading branch information
Oleksandr Tsyba authored May 22, 2023
1 parent 691915f commit e8c2e46
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 212 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dist

# IDE
.vscode/
.idea/

# Cypress outputs
/cypress/screenshots
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ The following dependencies should be ignored:
The current versions shipped by MediaWiki core are listed in [foreign-resources.yaml](https://gerrit.wikimedia.org/g/mediawiki/core/+/master/resources/lib/foreign-resources.yaml).
- Typescript:
Vue up until version 3.2.38 (which we currently use) [doesn't support typescript 4.8+](https://github.com/vuejs/core/issues/6554).
- Vite 3:
WMF CI is using Node 14.17, but Vite 3 requires Node 14.18 or higher. The upgrade of WMF CI is tracked in [T314470](https://phabricator.wikimedia.org/T314470), the update of Vite itself in [T314468](https://phabricator.wikimedia.org/T314468).

All other dependencies should generally be updated to the latest version.
If you discover that a dependency should not be updated for some reason, please add it to the above list.
Expand Down
Loading

0 comments on commit e8c2e46

Please sign in to comment.