Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore: updating node to v20 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Apr 3, 2024
1 parent 2e07c67 commit 259745a
Show file tree
Hide file tree
Showing 7 changed files with 2,067 additions and 1,537 deletions.
6 changes: 5 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"packageRules": [
{
"allowedVersions": "<19",
"allowedVersions": "<21",
"groupName": "Node.js",
"matchPackageNames": ["@types/node", "node"]
},
Expand All @@ -22,6 +22,10 @@
{
"allowedVersions": "<2",
"matchPackageNames": ["@vue/test-utils"]
},
{
"allowedVersions": "<8",
"matchSourceUrls": ["https://github.com/storybookjs/storybook"]
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
node-version-file: .nvmrc

- name: Setup cypress cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/Cypress
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"dependencies": {
"@rotki/ui-library-compat": "workspace:*",
"pinia": "2.1.7",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"vue": "2.7.16",
"vue-router": "3.6.5"
},
"devDependencies": {
"@tsconfig/node18": "18.2.2",
"@types/node": "18.19.9",
"@tsconfig/node20": "20.1.4",
"@types/node": "20.12.3",
"@vitejs/plugin-vue2": "2.3.1",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.17",
"cypress": "13.6.3",
"postcss": "8.4.33",
"autoprefixer": "10.4.19",
"cypress": "13.7.2",
"postcss": "8.4.38",
"start-server-and-test": "2.0.3",
"typescript": "5.3.3",
"vite": "5.0.12",
"vue-tsc": "1.8.27"
"typescript": "5.4.3",
"vite": "5.2.7",
"vue-tsc": "2.0.7"
}
}
2 changes: 1 addition & 1 deletion example/tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"composite": true,
"module": "ESNext",
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/ui-library-compat",
"version": "0.22.8",
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.6",
"description": "A vue 2 backport of the design system and component library for rotki",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -96,64 +96,64 @@
"vue-router": ">=3.6.5 <4"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/types": "7.23.6",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@fontsource/roboto": "5.0.8",
"@babel/core": "7.24.3",
"@babel/types": "7.24.0",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@fontsource/roboto": "5.0.12",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "2.4.4",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/addon-links": "7.6.10",
"@rotki/eslint-config": "2.6.0",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addon-styling": "1.3.7",
"@storybook/addons": "7.6.10",
"@storybook/blocks": "7.6.10",
"@storybook/addons": "7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/testing-library": "0.2.2",
"@storybook/vue": "7.6.10",
"@storybook/vue-vite": "7.6.10",
"@types/node": "18.19.9",
"@types/node": "20.12.3",
"@vitejs/plugin-vue2": "2.3.1",
"@vitest/coverage-v8": "1.2.1",
"@vitest/ui": "1.2.1",
"@vitest/coverage-v8": "1.3.1",
"@vitest/ui": "1.3.1",
"@vue/test-utils": "1.3.6",
"@vue/tsconfig": "0.5.1",
"@vueuse/core": "10.7.2",
"@vueuse/math": "10.7.2",
"@vueuse/shared": "10.7.2",
"argparse": "2.0.1",
"autoprefixer": "10.4.17",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"bumpp": "9.3.0",
"css-loader": "6.9.1",
"eslint": "8.56.0",
"bumpp": "9.4.0",
"css-loader": "6.10.0",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "0.6.15",
"fast-glob": "3.3.2",
"fast-xml-parser": "4.3.3",
"fast-xml-parser": "4.3.6",
"fs-extra": "11.2.0",
"husky": "8.0.3",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.0",
"postcss": "8.4.33",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"remixicon": "4.1.0",
"sass": "1.70.0",
"scule": "1.2.0",
"storybook": "7.6.10",
"tailwindcss": "3.4.1",
"sass": "1.72.0",
"scule": "1.3.0",
"storybook": "7.6.17",
"tailwindcss": "3.4.3",
"tsc-alias": "1.8.8",
"typescript": "5.3.3",
"unplugin-auto-import": "0.17.4",
"unplugin-vue-define-options": "1.4.2",
"vite": "5.0.12",
"vitest": "1.2.1",
"typescript": "5.4.3",
"unplugin-auto-import": "0.17.5",
"unplugin-vue-define-options": "1.4.3",
"vite": "5.2.7",
"vitest": "1.3.1",
"vue": "2.7.16",
"vue-loader": "17.4.2",
"vue-router": "3.6.5",
"vue-template-compiler": "2.7.16",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.7"
},
"engines": {
"pnpm": ">=8 <9"
Expand Down
Loading

0 comments on commit 259745a

Please sign in to comment.