Conversation
Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.0` | `3.7.1` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.18.0` | `6.0.5` | | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.6` | `0.9.8` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260305.0` | `4.20260316.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.0` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.69.0` | `4.74.0` | Updates `@astrojs/sitemap` from 3.7.0 to 3.7.1 - [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/sitemap@3.7.1/packages/integrations/sitemap) Updates `astro` from 5.18.0 to 6.0.5 - [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@6.0.5/packages/astro) Updates `@astrojs/check` from 0.9.6 to 0.9.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.8/packages/language-tools/astro-check) Updates `@cloudflare/workers-types` from 4.20260305.0 to 4.20260316.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `vitest` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) Updates `wrangler` from 4.69.0 to 4.74.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.74.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: astro dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@astrojs/check" dependency-version: 0.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260316.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: wrangler dependency-version: 4.74.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 6 updates:
3.7.03.7.15.18.06.0.50.9.60.9.84.20260305.04.20260316.14.0.184.1.04.69.04.74.0Updates
@astrojs/sitemapfrom 3.7.0 to 3.7.1Release notes
Sourced from
@astrojs/sitemap's releases.Changelog
Sourced from
@astrojs/sitemap's changelog.Commits
48e5c4d[ci] release (#15808)6453380fix: manually updates packages who had main releases later than betas (#15816)6414732Spelling (#15601)1118ac4feat: update tsconfig template to prepare for TS 6 (#15668)3758436[ci] release (beta) (#15354)14252b2fix(deps): update dependency zod to v4 (#15373)14b1d31chore: do renovate blocked updates (#15307)946bca2merge main in next (#15247)8dc3f6f[ci] release (beta) (#15189)9265546Merge main into next (#15176)Updates
astrofrom 5.18.0 to 6.0.5Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
09ecdd7[ci] release (#15889)325901efix(svg): track inline styles for CSP (#15933)925252eFix server island build error (#15888)23d5244fix(build): emit before-hydration chunk for client environment (#15904)759f946fix(astro): fix root Astro.url pathname for file format (#15882)07c1002Fix content collection JSON schema generation (#15901)765a887Validate non-prerendered routes after resolution (#15890)c43ef8aSurface prerender errors and ensure teardown (#15875)1861fedfix(build): entrypoint leak (#15887)b889231fix(dev): route server islands through prerender handler (#15891)Updates
@astrojs/checkfrom 0.9.6 to 0.9.8Release notes
Sourced from
@astrojs/check's releases.Changelog
Sourced from
@astrojs/check's changelog.Commits
09ecdd7[ci] release (#15889)a2f597dfix(check): Revert publint lint fix (#15892)48e5c4d[ci] release (#15808)1118ac4feat: update tsconfig template to prepare for TS 6 (#15668)ddeb230chore: address publint suggestions (#15653)7392857[ci] release (beta) (#15197)55107a1fix:@astrojs/checkbeta version (#15198)8dc3f6f[ci] release (beta) (#15189)6feb0d7Merge main in next (#15125)802685cMerge branch 'main' into nextUpdates
@cloudflare/workers-typesfrom 4.20260305.0 to 4.20260316.1Commits
Updates
vitestfrom 4.0.18 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Updates
wranglerfrom 4.69.0 to 4.74.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
2e6b4abVersion Packages (#12876)65f1092Fix autoconfig package installation always failing at workspace roots (#12676)2b9a186Add wrangler containers instances command (#12873)351e1e1[wrangler] feat: add --secrets-file parameter to deploy and versions upload (...bd079a6[wrangler] Deduplicate unenv-preset e2e tests and bump beforeAll timeout (#12...7b0d8f5Fix unclear error when assets upload session returns anullresponse (#12841)25b090aVersion Packages (#12840)