Skip to content

Commit

Permalink
build: bump deps. bump the deps group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.5.0` | `3.5.3` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.8` | `2.5.10` |
| [bumpp](https://github.com/antfu-collective/bumpp) | `10.0.2` | `10.0.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [vitepress-plugin-group-icons](https://github.com/yuyinws/vitepress-plugin-group-icons) | `1.3.5` | `1.3.6` |



Updates `prettier` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.0...3.5.3)

Updates `prettier-plugin-packagejson` from 2.5.8 to 2.5.10
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.8...v2.5.10)

Updates `bumpp` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/antfu-collective/bumpp/releases)
- [Commits](antfu-collective/bumpp@v10.0.2...v10.0.3)

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

Updates `vitepress-plugin-group-icons` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/yuyinws/vitepress-plugin-group-icons/releases)
- [Commits](yuyinws/vitepress-plugin-group-icons@v1.3.5...v1.3.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: bumpp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: vitepress-plugin-group-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 308506f commit be7e62e
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 150 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@mdit/plugin-figure": "^0.16.0",
"@mdit/plugin-img-size": "^0.16.0",
"@theojs/lumen": "workspace:*",
"vitepress-plugin-group-icons": "^1.3.5",
"vitepress-plugin-group-icons": "^1.3.6",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"lint-staged": "^15.4.3",
"prettier": "3.5.0",
"prettier": "3.5.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-jsdoc": "^1.3.2",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-packagejson": "^2.5.8",
"prettier-plugin-packagejson": "^2.5.10",
"prettier-plugin-sort-json": "^4.1.1",
"simple-git-hooks": "^2.11.1"
},
Expand Down
Loading

0 comments on commit be7e62e

Please sign in to comment.