Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 162fb54 commit ac55a4b
Show file tree
Hide file tree
Showing 14 changed files with 2,139 additions and 1,311 deletions.
38 changes: 19 additions & 19 deletions apps/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,36 +30,36 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@unconfig/github": "^0.1.10",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"dayjs": "^1.11.13",
"medium-zoom": "^1.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.30"
"vue": "^3.5.6"
},
"devDependencies": {
"@unconfig/meta": "workspace:*",
"@vite-pwa/vitepress": "^0.5.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.3",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"markdown-it": "^14.1.0",
"pagefind": "^1.1.0",
"postcss": "^8.4.38",
"sitemap-ts": "^1.7.3",
"typescript": "^5.5.2",
"unplugin-vue-components": "^0.27.1",
"vite": "^5.3.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "^1.2.3",
"pagefind": "^1.1.1",
"postcss": "^8.4.47",
"sitemap-ts": "^1.8.0",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.5",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.5",
"vitepress": "^1.3.4",
"workbox-window": "^7.1.0"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unconfig/repository",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.10.0",
"description": "🚀 A modern, high-performance monorepo project built to simplify project config!",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.9",
"@types/node": "^20.16.5",
"@unconfig/changeset-config": "workspace:*",
"@unconfig/commitlint-config": "workspace:*",
"@unconfig/eslint-config": "workspace:*",
Expand All @@ -68,17 +68,17 @@
"@unconfig/ts-config": "workspace:*",
"@vitest/ui": "^1.6.0",
"jsdom": "^24.1.0",
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"tsx": "^4.16.0",
"turbo": "^2.0.6",
"typescript": "^5.5.2",
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
24 changes: 12 additions & 12 deletions packages/changeset-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,29 @@
"@changesets/cli": "^2.27.6"
},
"dependencies": {
"@changesets/assemble-release-plan": "^6.0.2",
"@changesets/cli": "^2.27.6",
"@changesets/config": "^3.0.1",
"@changesets/pre": "^2.0.0",
"@changesets/read": "^0.6.0",
"@changesets/assemble-release-plan": "^6.0.4",
"@changesets/cli": "^2.27.8",
"@changesets/config": "^3.0.3",
"@changesets/pre": "^2.0.1",
"@changesets/read": "^0.6.1",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",
"@octokit/core": "^6.1.2",
"@types/inquirer": "^9.0.7",
"@types/semver": "^7.5.8",
"@unconfig/meta": "workspace:*",
"changesets-format-with-issue-links": "^0.3.0",
"inquirer": "^9.3.2",
"prettier": "^3.3.2",
"semver": "^7.6.2"
"inquirer": "^9.3.6",
"prettier": "^3.3.3",
"semver": "^7.6.3"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
16 changes: 8 additions & 8 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
"czg": "^1.9.3"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"czg": "^1.9.3"
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"czg": "^1.9.4"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
28 changes: 14 additions & 14 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,36 +62,36 @@
},
"dependencies": {
"@unconfig/utils": "workspace:*",
"eslint": "^9.6.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^0.5.2",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.7.0",
"globals": "^15.9.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.3.2",
"typescript-eslint": "^7.14.1",
"prettier": "^3.3.3",
"typescript-eslint": "^7.18.0",
"vue-eslint-parser": "^9.4.3",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@unconfig/prettier-config": "workspace:*",
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
10 changes: 5 additions & 5 deletions packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"tsx": "^4.15.7"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4",
"tsx": "^4.19.1"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
10 changes: 5 additions & 5 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"dependencies": {
"@types/lint-staged": "^13.3.0",
"@unconfig/utils": "workspace:*",
"lint-staged": "^15.2.7"
"lint-staged": "^15.2.10"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
8 changes: 4 additions & 4 deletions packages/meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"clean:deps": "rimraf node_modules"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
10 changes: 5 additions & 5 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"prettier": "^3.3.2"
},
"dependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
8 changes: 4 additions & 4 deletions packages/simple-git-hooks-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"simple-git-hooks": "^2.11.1"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
12 changes: 6 additions & 6 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@
"stylelint": "^16.6.1"
},
"dependencies": {
"stylelint": "^16.6.1",
"stylelint": "^16.9.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0"
"stylelint-prettier": "^5.0.2"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
],
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"local-pkg": "^0.5.0"
},
"devDependencies": {
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0"
"npm-run-all2": "^6.2.3",
"rimraf": "^5.0.10",
"tsup": "^8.2.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.10.0"
}
}
Loading

0 comments on commit ac55a4b

Please sign in to comment.