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

Bump the minor group with 4 updates #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the minor group with 4 updates: @astrojs/mdx, @tanstack/react-query, @vector-im/compound-web and astro.

Updates @astrojs/mdx from 4.1.0 to 4.2.1

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.2.0

Minor Changes

  • #13352 cb886dc Thanks @​delucis! - Adds support for a new experimental.headingIdCompat flag

    By default, Astro removes a trailing - from the end of IDs it generates for headings ending with special characters. This differs from the behavior of common Markdown processors.

    You can now disable this behavior with a new configuration flag:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    export default defineConfig({
    experimental: {
    headingIdCompat: true,
    },
    });

    This can be useful when heading IDs and anchor links need to behave consistently across your site and other platforms such as GitHub and npm.

    If you are using the rehypeHeadingIds plugin directly, you can also pass this new option:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import { rehypeHeadingIds } from '@astrojs/markdown-remark';
    import { otherPluginThatReliesOnHeadingIDs } from 'some/plugin/source';
    export default defineConfig({
    markdown: {
    rehypePlugins: [
    [rehypeHeadingIds, { experimentalHeadingIdCompat: true }],
    otherPluginThatReliesOnHeadingIDs,
    ],
    },
    });

Patch Changes

@​astrojs/mdx@​4.1.1

Patch Changes

... (truncated)

Changelog

Sourced from @​astrojs/mdx's changelog.

4.2.1

Patch Changes

4.2.0

Minor Changes

  • #13352 cb886dc Thanks @​delucis! - Adds support for a new experimental.headingIdCompat flag

    By default, Astro removes a trailing - from the end of IDs it generates for headings ending with special characters. This differs from the behavior of common Markdown processors.

    You can now disable this behavior with a new configuration flag:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    export default defineConfig({
    experimental: {
    headingIdCompat: true,
    },
    });

    This can be useful when heading IDs and anchor links need to behave consistently across your site and other platforms such as GitHub and npm.

    If you are using the rehypeHeadingIds plugin directly, you can also pass this new option:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import { rehypeHeadingIds } from '@astrojs/markdown-remark';
    import { otherPluginThatReliesOnHeadingIDs } from 'some/plugin/source';
    export default defineConfig({
    markdown: {
    rehypePlugins: [
    [rehypeHeadingIds, { experimentalHeadingIdCompat: true }],
    otherPluginThatReliesOnHeadingIDs,
    ],
    },
    });

... (truncated)

Commits

Updates @tanstack/react-query from 5.66.11 to 5.69.0

Release notes

Sourced from @​tanstack/react-query's releases.

v5.69.0

Version 5.69.0 - 3/18/25, 11:11 AM

Changes

Feat

  • core: streamedQuery (#8814) (4d67c1c) by Dominik Dorfmeister

Test

  • query-core: use fake timers for focusManager.test.tsx (#8809) (081ef3c) by @​manudeli
  • query-core: use fake timers for mutationCache.test.tsx (#8807) (4922f06) by @​manudeli
  • query-core: use fake timers for mutations.test.tsx (#8806) (730b79a) by @​manudeli
  • query-core: use fake timers for mutationObserver.test.tsx (#8805) (fb7edb4) by @​manudeli

Docs

  • fix eslint links (f03b109) by TkDodo
  • fix internal links (4b7fd0e) by TkDodo
  • fix links in ssr guide (980d08d) by TkDodo
  • remove extra link (ff788ac) by TkDodo
  • add .md to links (84b1bed) by TkDodo
  • Fix broken link some example path (#8813) (21c5e09) by HYUNJOON

Packages

  • @​tanstack/query-core@​5.69.0
  • @​tanstack/query-broadcast-client-experimental@​5.69.0
  • @​tanstack/query-persist-client-core@​5.69.0
  • @​tanstack/query-sync-storage-persister@​5.69.0
  • @​tanstack/react-query@​5.69.0
  • @​tanstack/react-query-devtools@​5.69.0
  • @​tanstack/react-query-persist-client@​5.69.0
  • @​tanstack/react-query-next-experimental@​5.69.0
  • @​tanstack/solid-query@​5.69.0
  • @​tanstack/solid-query-devtools@​5.69.0
  • @​tanstack/solid-query-persist-client@​5.69.0
  • @​tanstack/svelte-query@​5.69.0
  • @​tanstack/svelte-query-devtools@​5.69.0
  • @​tanstack/svelte-query-persist-client@​5.69.0
  • @​tanstack/vue-query@​5.69.0
  • @​tanstack/vue-query-devtools@​5.69.0
  • @​tanstack/angular-query-experimental@​5.69.0
  • @​tanstack/query-async-storage-persister@​5.69.0
  • @​tanstack/angular-query-devtools-experimental@​5.69.0

v5.68.1

Version 5.68.1 - 3/17/25, 12:21 AM

... (truncated)

Commits

Updates @vector-im/compound-web from 7.6.4 to 7.8.0

Release notes

Sourced from @​vector-im/compound-web's releases.

Release 7.8.0

7.8.0 Release

What's Changed

Full Changelog: element-hq/compound-web@v7.7.2...v7.8.0

Release 7.7.2

7.7.2 Release

What's Changed

Full Changelog: element-hq/compound-web@v7.7.1...v7.7.2

v7.7.1

What's Changed

Full Changelog: element-hq/compound-web@v7.7.0...v7.7.1

Release 7.7.0

7.7.0 Release

What's Changed

Full Changelog: element-hq/compound-web@v7.6.4...v7.7.0

Commits

Updates astro from 5.4.1 to 5.5.4

Release notes

Sourced from astro's releases.

astro@5.5.4

Patch Changes

astro@5.5.3

Patch Changes

  • #13437 013fa87 Thanks @​Vardhaman619! - Handle server.allowedHosts when the value is true without attempting to push it into an array.

  • #13324 ea74336 Thanks @​ematipico! - Upgrade to shiki v3

  • #13372 7783dbf Thanks @​ascorbic! - Fixes a bug that caused some very large data stores to save incomplete data.

  • #13358 8c21663 Thanks @​ematipico! - Adds a new function called insertPageRoute to the Astro Container API.

    The new function is useful when testing routes that, for some business logic, use Astro.rewrite.

    For example, if you have a route /blog/post and for some business decision there's a rewrite to /generic-error, the container API implementation will look like this:

    import Post from '../src/pages/Post.astro';
    import GenericError from '../src/pages/GenericError.astro';
    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    const container = await AstroContainer.create();
    container.insertPageRoute('/generic-error', GenericError);
    const result = await container.renderToString(Post);
    console.log(result); // this should print the response from GenericError.astro

    This new method only works for page routes, which means that endpoints aren't supported.

  • #13426 565583b Thanks @​ascorbic! - Fixes a bug that caused the astro add command to ignore the --yes flag for third-party integrations

  • #13428 9cac9f3 Thanks @​matthewp! - Prevent bad value in x-forwarded-host from crashing request

  • #13432 defad33 Thanks @​P4tt4te! - Fix an issue in the Container API, where the renderToString function doesn't render adequately nested slots when they are components.

  • Updated dependencies [ea74336]:

    • @​astrojs/markdown-remark@​6.3.1

astro@5.5.2

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

5.5.4

Patch Changes

5.5.3

Patch Changes

  • #13437 013fa87 Thanks @​Vardhaman619! - Handle server.allowedHosts when the value is true without attempting to push it into an array.

  • #13324 ea74336 Thanks @​ematipico! - Upgrade to shiki v3

  • #13372 7783dbf Thanks @​ascorbic! - Fixes a bug that caused some very large data stores to save incomplete data.

  • #13358 8c21663 Thanks @​ematipico! - Adds a new function called insertPageRoute to the Astro Container API.

    The new function is useful when testing routes that, for some business logic, use Astro.rewrite.

    For example, if you have a route /blog/post and for some business decision there's a rewrite to /generic-error, the container API implementation will look like this:

    import Post from '../src/pages/Post.astro';
    import GenericError from '../src/pages/GenericError.astro';
    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    const container = await AstroContainer.create();
    container.insertPageRoute('/generic-error', GenericError);
    const result = await container.renderToString(Post);
    console.log(result); // this should print the response from GenericError.astro

    This new method only works for page routes, which means that endpoints aren't supported.

  • #13426 565583b Thanks @​ascorbic! - Fixes a bug that caused the astro add command to ignore the --yes flag for third-party integrations

  • #13428 9cac9f3 Thanks @​matthewp! - Prevent bad value in x-forwarded-host from crashing request

  • #13432 defad33 Thanks @​P4tt4te! - Fix an issue in the Container API, where the renderToString function doesn't render adequately nested slots when they are components.

  • Updated dependencies [ea74336]:

    • @​astrojs/markdown-remark@​6.3.1

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 4 updates: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@vector-im/compound-web](https://github.com/vector-im/compound-web) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@astrojs/mdx` from 4.1.0 to 4.2.1
- [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/astro@4.2.1/packages/integrations/mdx)

Updates `@tanstack/react-query` from 5.66.11 to 5.69.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.69.0/packages/react-query)

Updates `@vector-im/compound-web` from 7.6.4 to 7.8.0
- [Release notes](https://github.com/vector-im/compound-web/releases)
- [Commits](element-hq/compound-web@v7.6.4...v7.8.0)

Updates `astro` from 5.4.1 to 5.5.4
- [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@5.5.4/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@vector-im/compound-web"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants