Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #10833

Merged
merged 6 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bright-chefs-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/markdoc": minor
---

Updates `@markdoc/markdoc` to v0.4
7 changes: 7 additions & 0 deletions .changeset/thick-wasps-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@astrojs/markdoc": patch
"@astrojs/vercel": patch
"astro": patch
---

Updates `esbuild` dependency to v0.20. This should not affect projects in most cases.
5 changes: 5 additions & 0 deletions .changeset/wet-apples-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/partytown": minor
---

Updates the `@builder.io/partytown` dependency to v0.10. This should not affect projects in most cases.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// manually bumping deps
"@biomejs/biome",
"@types/node",
"preact-render-to-string", // https://github.com/withastro/astro/pull/10200
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preact-render-to-string had many updates since, is it still buggy? Maybe it wasn't a bug and I didn't realize, but it definitely did seem like a regression.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it was still buggy. Renovate updated to latest and it returns an array of strings. I'm not sure why though, maybe we're not calling render right if it's still not fixed.

"sharp",

// manually bumping workflow actions
Expand Down
1 change: 0 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
"@types/html-escaper": "^3.0.2",
"@types/http-cache-semantics": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"@types/probe-image-size": "^7.2.4",
"@types/prompts": "^2.4.9",
"@types/resolve": "^1.20.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/src/content/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export async function getEntryData(
},
});
if (parsed.success) {
data = parsed.data;
data = parsed.data as Record<string, unknown>;
} else {
if (!formattedError) {
formattedError = new AstroError({
Expand Down
1 change: 0 additions & 1 deletion packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"devDependencies": {
"@types/estree": "^1.0.5",
"@types/mdast": "^4.0.3",
"@types/mocha": "^10.0.6",
"@types/yargs-parser": "^21.0.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@preact/preset-vite": "^2.8.2",
"@preact/signals": "^1.2.3",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "~6.4.2",
"preact-render-to-string": "~6.3.1",
"preact-ssr-prepass": "^1.2.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/markdown/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@types/estree": "^1.0.5",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.3",
"@types/mocha": "^10.0.6",
"@types/unist": "^3.0.2",
"astro-scripts": "workspace:*",
"esbuild": "^0.20.2",
Expand Down
17 changes: 4 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading