Skip to content

Commit

Permalink
chore(deps): Bump the patch-minor group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patch-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/markdoc](https://github.com/withastro/astro/tree/HEAD/packages/integrations/markdoc) | `0.12.7` | `0.12.8` |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `6.0.2` | `6.1.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.10` | `5.2.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.0` | `1.50.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.10` | `22.13.0` |


Updates `@astrojs/markdoc` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/markdoc/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdoc@0.12.8/packages/integrations/markdoc)

Updates `@astrojs/markdown-remark` from 6.0.2 to 6.1.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@6.1.0/packages/markdown/remark)

Updates `astro` from 5.1.10 to 5.2.3
- [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/astro@5.2.3/packages/astro)

Updates `@playwright/test` from 1.50.0 to 1.50.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.0...v1.50.1)

Updates `@types/node` from 22.10.10 to 22.13.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@astrojs/markdoc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/markdown-remark"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 8f53391 commit 0218534
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 213 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12.2.1",
"@astrojs/markdoc": "^0.12.7",
"@astrojs/markdown-remark": "^6.0.2",
"@astrojs/markdoc": "^0.12.8",
"@astrojs/markdown-remark": "^6.1.0",
"@astrojs/react": "^4.2.0",
"@astrojs/sitemap": "^3.2.1",
"@axe-core/playwright": "^4.10.1",
"@keystatic/astro": "^5.0.4",
"@keystatic/core": "^0.5.43",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.10",
"astro": "^5.2.3",
"astro-font": "^1.0.0",
"astro-github-file-loader": "^1.1.0",
"dayjs": "^1.11.13",
Expand All @@ -44,8 +44,8 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@csstools/postcss-logical-viewport-units": "^3.0.3",
"@playwright/test": "^1.50.0",
"@types/node": "^22.10.10",
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss-clamp": "^4.1.0",
Expand Down
Loading

0 comments on commit 0218534

Please sign in to comment.