Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 063b122 commit 7393435
Show file tree
Hide file tree
Showing 9 changed files with 1,093 additions and 992 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.8
cache: 'yarn'
Expand All @@ -28,7 +28,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Run tests and lint
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: ${{ matrix.command }}
build:
Expand All @@ -41,7 +41,7 @@ jobs:
AWS_S3_BUCKET_NAME: ${{ github.ref == 'refs/heads/main' && secrets.AWS_S3_BUCKET_NAME_PRD || secrets.AWS_S3_BUCKET_NAME_HOM }}
AWS_DISTRIBUTION_ID: ${{ github.ref == 'refs/heads/main' && secrets.AWS_DISTRIBUTION_ID_PRD || secrets.AWS_DISTRIBUTION_ID_HOM }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.8
Expand Down
18 changes: 9 additions & 9 deletions apps/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dayjs": "1.11.10",
"element-plus": "2.7.0",
"highcharts": "11.4.1",
"highcharts-vue": "1.4.3",
"highcharts-vue": "2.0.1",
"lodash.debounce": "4.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -49,25 +49,25 @@
"@types/lodash.debounce": "4.0.9",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-vue": "4.6.2",
"@vitest/coverage-v8": "0.34.6",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitejs/plugin-vue": "5.0.4",
"@vitest/coverage-v8": "1.5.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.5",
"eslint-plugin-vue": "9.25.0",
"husky": "8.0.3",
"jsdom": "23.2.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"msw": "^2.0.9",
"types": "*",
"typescript": "5.4.5",
"vitest": "0.34.6"
"vitest": "1.5.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
Expand Down
8 changes: 4 additions & 4 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"css-loader": "^7.0.0",
"eslint-config-custom": "*",
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"react-dom": "^18.2.0",
"sass": "1.75.0",
"sass-loader": "13.3.3",
"style-loader": "^3.3.3",
"sass-loader": "14.2.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.0.0"
},
"engines": {
"node": ">=v18.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
}
</style>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.2.1/mustache.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/4.2.0/mustache.js"></script>
</head>
<body>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion apps/static/privacidade.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}
</style>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.2.1/mustache.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/4.2.0/mustache.js"></script>
</head>
<body>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion apps/static/termos-de-uso.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}
</style>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.2.1/mustache.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/4.2.0/mustache.js"></script>
</head>
<body>
<div class="wrapper">
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"tsc": "turbo run tsc --parallel"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint": "^9.0.0",
"eslint-config-custom": "*",
"prettier": "^3.1.0",
"turbo": "1.13.2",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3"
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2"
},
"name": "ufabc-next-web",
"packageManager": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"eslint-config-turbo": "1.13.2",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-unused-imports": "3.1.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@tanstack/eslint-plugin-query": "5.28.11",
"typescript": "5.4.5"
},
Expand Down
Loading

0 comments on commit 7393435

Please sign in to comment.