Skip to content

Commit

Permalink
chore: bump deps (#287)
Browse files Browse the repository at this point in the history
* chore: bump deps

* docs: update CHANGELOG
  • Loading branch information
Uninen authored Dec 14, 2024
1 parent 8239f1c commit 363238d
Show file tree
Hide file tree
Showing 5 changed files with 1,162 additions and 823 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "group:all", "npm:unpublishSafe"],
"enabledManagers": ["npm", "github-actions"],
"schedule": ["after 8am every weekday"],
"schedule": ["after 6am every weekday"],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 22
cache: 'pnpm'

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: playwright-cache
with:
path: |
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.3.0 (2024-12-14)

- Chore: bumped TypeScript to v7.2.
- Chore: bumped all deps.

## 7.2.0 (2024-11-19)

- Feat: allow manual dispatch for tests.
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-ts-tailwind-starter",
"version": "7.2.0",
"version": "7.3.0",
"type": "module",
"scripts": {
"dev": "cross-env DEBUG=0 vite",
Expand All @@ -15,17 +15,17 @@
"ts": "vue-tsc --build --force"
},
"dependencies": {
"@unhead/vue": "1.11.11",
"pinia": "2.2.6",
"@unhead/vue": "1.11.14",
"pinia": "2.3.0",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify/json": "2.2.274",
"@iconify/json": "2.2.282",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.7",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@rushstack/eslint-patch": "1.10.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.9",
Expand All @@ -34,36 +34,36 @@
"@tsconfig/node22": "22.0.0",
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "22.9.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-v8": "2.1.5",
"@vitest/eslint-plugin": "1.1.10",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.16",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "14.1.3",
"@vue/eslint-config-typescript": "14.1.4",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.6.0",
"@vue/tsconfig": "0.7.0",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"eslint": "9.15.0",
"eslint": "9.17.0",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-vue": "9.31.0",
"eslint-plugin-vue": "9.32.0",
"jsdom": "25.0.1",
"lodash-es": "4.17.21",
"npm-run-all2": "7.0.1",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.1",
"prettier": "3.3.3",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.5",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.11",
"vite-plugin-vue-devtools": "7.6.4",
"vitest": "2.1.5",
"prettier": "3.4.2",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"unplugin-auto-import": "0.19.0",
"unplugin-vue-components": "0.27.5",
"vite": "6.0.3",
"vite-plugin-vue-devtools": "7.6.8",
"vitest": "2.1.8",
"vue-tsc": "2.1.10",
"wait-on": "8.0.1"
}
Expand Down
Loading

0 comments on commit 363238d

Please sign in to comment.