Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.3` | `0.9.4` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.1.6` | `3.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.11` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.9` | `4.15.11` |
| [framer-motion](https://github.com/framer/motion) | `11.9.0` | `11.11.1` |
| [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `2.13.0` | `2.13.1` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.2` | `1.9.3` |


Updates `@astrojs/check` from 0.9.3 to 0.9.4
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)

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

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

Updates `astro` from 4.15.9 to 4.15.11
- [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 `framer-motion` from 11.9.0 to 11.11.1
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.9.0...v11.11.1)

Updates `sanitize-html` from 2.13.0 to 2.13.1
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](apostrophecms/sanitize-html@2.13.0...2.13.1)

Updates `@biomejs/biome` from 1.9.2 to 1.9.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.3/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@biomejs/biome"
  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 Oct 7, 2024
1 parent 8249880 commit 77fe9b2
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 510 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"check-links": "lychee --config .lychee.toml ."
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.1",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/vercel": "^7.8.1",
"@nanostores/react": "^0.8.0",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"astro": "^4.15.11",
"astro-expressive-code": "^0.37.0",
"astro-font": "^0.1.81",
"astro-loading-indicator": "^0.6.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"fathom-client": "^3.7.2",
"framer-motion": "^11.9.0",
"framer-motion": "^11.11.1",
"howler": "^2.2.4",
"markdown-it": "^14.1.0",
"nanoid": "^5.0.7",
Expand All @@ -49,12 +49,12 @@
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-imgattr": "^1.0.5",
"sanitize-html": "^2.13.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@playwright/test": "^1.47.2",
"@radix-ui/colors": "^3.0.0",
"@types/howler": "^2.2.12",
Expand Down
Loading

0 comments on commit 77fe9b2

Please sign in to comment.