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/cloudflare](https://github.com/withastro/adapters/tree/HEAD/packages/cloudflare) | `12.0.1` | `12.1.0` |
| [marked](https://github.com/markedjs/marked) | `15.0.3` | `15.0.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` |
| [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` |


Updates `@astrojs/cloudflare` from 12.0.1 to 12.1.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 `marked` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.3...v15.0.4)

Updates `@playwright/test` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

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

Updates `sass` from 1.82.0 to 1.83.0
- [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.82.0...1.83.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 7610525 commit 4b3e3cd
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 95 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12.0.1",
"@astrojs/cloudflare": "12.1.0",
"@astrojs/markdoc": "^0.12.3",
"@astrojs/react": "^4.1.0",
"@astrojs/sitemap": "^3.2.1",
Expand All @@ -33,7 +33,7 @@
"astro-font": "^0.1.81",
"dayjs": "^1.11.13",
"fathom-client": "^3.7.2",
"marked": "^15.0.3",
"marked": "^15.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
Expand All @@ -43,14 +43,14 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@csstools/postcss-logical-viewport-units": "^3.0.3",
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.1",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"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.82.0",
"sass": "^1.83.0",
"sharp": "^0.33.5"
},
"homepage": "https://namesake.fyi",
Expand Down
Loading

0 comments on commit 4b3e3cd

Please sign in to comment.