Skip to content

Commit

Permalink
Bump the minor-updates group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.9` | `4.16.12` |
| [micromark](https://github.com/micromark/micromark) | `4.0.0` | `4.0.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.10` | `5.4.11` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.13.0` | `8.14.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.4` | `2.1.5` |



Updates `astro` from 4.16.9 to 4.16.12
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `micromark` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/micromark/micromark/releases)
- [Commits](micromark/micromark@4.0.0...4.0.1)

Updates `vite` from 5.4.10 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

Updates `typescript-eslint` from 8.13.0 to 8.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint)

Updates `vitest` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: micromark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent e974f46 commit 1646e5c
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 355 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@octokit/auth-oauth-app": "^8.1.1",
"@octokit/webhooks": "^13.3.0",
"@prisma/client": "^5.22.0",
"astro": "^4.16.9",
"astro": "^4.16.12",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-string": "^4.0.0",
"micromark": "^4.0.0",
"micromark": "^4.0.1",
"micromark-extension-gfm": "^3.0.0",
"octokit": "^4.0.2",
"prisma": "^5.22.0",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
Expand All @@ -47,8 +47,8 @@
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
"typescript-eslint": "^8.14.0",
"vitest": "^2.1.5"
},
"engines": {
"node": "22"
Expand Down
Loading

0 comments on commit 1646e5c

Please sign in to comment.