build(deps): bump the astro group with 6 updates#4202
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the astro group with 6 updates#4202dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the astro group with 6 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) | `12.6.12` | `13.0.2` | | [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `6.3.10` | `7.0.0` | | [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.3.13` | `5.0.0` | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.15` | `4.0.17` | | [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) | `5.1.4` | `6.0.0` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.18.0` | `6.0.2` | Updates `@astrojs/cloudflare` from 12.6.12 to 13.0.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@13.0.2/packages/integrations/cloudflare) Updates `@astrojs/markdown-remark` from 6.3.10 to 7.0.0 - [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/markdown-remark@7.0.0/packages/markdown/remark) Updates `@astrojs/mdx` from 4.3.13 to 5.0.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.0/packages/integrations/mdx) Updates `@astrojs/rss` from 4.0.15 to 4.0.17 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.17/packages/astro-rss) Updates `@astrojs/vue` from 5.1.4 to 6.0.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@6.0.0/packages/integrations/vue) Updates `astro` from 5.18.0 to 6.0.2 - [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.2/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 13.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: "@astrojs/mdx" dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: "@astrojs/rss" dependency-version: 4.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: "@astrojs/vue" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: astro dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro ... Signed-off-by: dependabot[bot] <support@github.com>
6ffe34a to
13e8b13
Compare
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 astro group with 6 updates:
12.6.1213.0.26.3.107.0.04.3.135.0.04.0.154.0.175.1.46.0.05.18.06.0.2Updates
@astrojs/cloudflarefrom 12.6.12 to 13.0.2Release notes
Sourced from
@astrojs/cloudflare's releases.... (truncated)
Changelog
Sourced from
@astrojs/cloudflare's changelog.... (truncated)
Commits
a7cc437[ci] release (#15834)53185af[ci] formate42b015fix(cloudflare): provisions the SESSION KV binding only when needed (#15803)95e12a2fix(frontmatter): Correctly handle bare returns (#15832)9a8eb99[ci] release (#15822)48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)05771cffix(cloudflare): resolve build error by adding picomatch to `optimizeDeps.inc...25560db[ci] release (beta) (#15773)4ebc1e3fix: calculate the correct value for clientAddress (#15778)Updates
@astrojs/markdown-remarkfrom 6.3.10 to 7.0.0Release notes
Sourced from
@astrojs/markdown-remark's releases.... (truncated)
Changelog
Sourced from
@astrojs/markdown-remark's changelog.... (truncated)
Commits
48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)25560db[ci] release (beta) (#15773)6414732Spelling (#15601)9b0def6[ci] release (beta) (#15758)3885e8d[ci] release (beta) (#15687)6f19eccchore(deps): update shiki to v4 (#15726)10088fdfix(deps): update all non-major dependencies (#15707)f94d3c5fix(markdown-remark): reuse shiki highlighter instance (#15651)2239cf2[ci] release (beta) (#15674)Updates
@astrojs/mdxfrom 4.3.13 to 5.0.0Release notes
Sourced from
@astrojs/mdx's releases.... (truncated)
Changelog
Sourced from
@astrojs/mdx's changelog.... (truncated)
Commits
48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)25560db[ci] release (beta) (#15773)6414732Spelling (#15601)9b0def6[ci] release (beta) (#15758)3885e8d[ci] release (beta) (#15687)6f19eccchore(deps): update shiki to v4 (#15726)1118ac4feat: update tsconfig template to prepare for TS 6 (#15668)31c692cchore(deps): remove deprecatedremark-shiki-twoslash(#15695)2239cf2[ci] release (beta) (#15674)Updates
@astrojs/rssfrom 4.0.15 to 4.0.17Release notes
Sourced from
@astrojs/rss's releases.Changelog
Sourced from
@astrojs/rss's changelog.Commits
a2fff74[ci] release (#15826)8d3f3aafix(rss): Pin fast-xml-parser until upstream fix (#15830)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)10088fdfix(deps): update all non-major dependencies (#15707)4d49632[ci] release (beta) (#15590)1cc62dcfix(deps): update all non-major dependencies (#15612)413b0f7chore(deps): update dependency fast-xml-parser to v5.3.6 [security] (#15561)Updates
@astrojs/vuefrom 5.1.4 to 6.0.0Release notes
Sourced from
@astrojs/vue's releases.Changelog
Sourced from
@astrojs/vue's changelog.Commits
48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)3963855fix(deps): update astro client runtimes (#15720)1118ac4feat: update tsconfig template to prepare for TS 6 (#15668)b958dc9chore: move vue jsx test (#15666)6c93201fix(deps): update astro client runtimes (#15530)f6ebad7[ci] release (beta) (#15426)2440f3efix(deps): lock file maintenance astro client runtimes (#15404)14b1d31chore: do renovate blocked updates (#15307)946bca2merge main in next (#15247)Updates
astrofrom 5.18.0 to 6.0.2Release notes
Sourced from astro's releases.