Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@astrojs/cloudflare](https://github.com/withastro/adapters/tree/HEAD/packages/cloudflare) | `12.1.0` | `12.2.0` |
| [@astrojs/markdoc](https://github.com/withastro/astro/tree/HEAD/packages/integrations/markdoc) | `0.12.5` | `0.12.6` |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `6.0.1` | `6.0.2` |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `4.1.3` | `4.1.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.6` | `19.0.7` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.5` | `5.1.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.7` |
| [sass](https://github.com/sass/dart-sass) | `1.83.1` | `1.83.4` |


Updates `@astrojs/cloudflare` from 12.1.0 to 12.2.0
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/[email protected]/packages/cloudflare)

Updates `@astrojs/markdoc` from 0.12.5 to 0.12.6
- [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/[email protected]/packages/integrations/markdoc)

Updates `@astrojs/markdown-remark` from 6.0.1 to 6.0.2
- [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/[email protected]/packages/markdown/remark)

Updates `@astrojs/react` from 4.1.3 to 4.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/react)

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

Updates `astro` from 5.1.5 to 5.1.7
- [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 `@types/node` from 22.10.5 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `sass` from 1.83.1 to 1.83.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.1...1.83.4)

---
updated-dependencies:
- dependency-name: "@astrojs/cloudflare"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- 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-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 46d2206 commit 454ed24
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 1,348 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12.1.0",
"@astrojs/markdoc": "^0.12.5",
"@astrojs/markdown-remark": "^6.0.1",
"@astrojs/react": "^4.1.3",
"@astrojs/cloudflare": "12.2.0",
"@astrojs/markdoc": "^0.12.6",
"@astrojs/markdown-remark": "^6.0.2",
"@astrojs/react": "^4.1.5",
"@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.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.5",
"astro": "^5.1.7",
"astro-font": "^0.1.81",
"astro-github-file-loader": "^1.1.0",
"dayjs": "^1.11.13",
Expand All @@ -45,13 +45,13 @@
"@biomejs/biome": "^1.9.4",
"@csstools/postcss-logical-viewport-units": "^3.0.3",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss-clamp": "^4.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-utopia": "^1.1.0",
"sass": "^1.83.1",
"sass": "^1.83.4",
"sharp": "^0.33.5"
},
"homepage": "https://namesake.fyi",
Expand Down
Loading

0 comments on commit 454ed24

Please sign in to comment.