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

build(deps): bump @astrojs/sitemap from 2.0.2 to 3.1.1 #743

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2024

Bumps @astrojs/sitemap from 2.0.2 to 3.1.1.

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.1.1

Patch Changes

@​astrojs/sitemap@​3.1.0

Minor Changes

  • #9846 9b78c992750cdb99c40a89a00ea2a0d1c00877d7 Thanks @​ktym4a! - Adds a new configuration option prefix that allows you to change the default sitemap-*.xml file name.

    By default, running astro build creates both sitemap-index.xml and sitemap-0.xml in your output directory.

    To change the names of these files (e.g. to astrosite-index.xml and astrosite-0.xml), set the prefix option in your sitemap integration configuration:

    import { defineConfig } from 'astro/config';
    import sitemap from '@astrojs/sitemap';
    export default defineConfig({
      site: 'https://example.com',
      integrations: [
        sitemap({
          prefix: 'astrosite-',
        }),
      ],
    });
    

    This option is useful when Google Search Console is unable to fetch your default sitemap files, but can read renamed files.

@​astrojs/sitemap@​3.0.5

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.1.1

Patch Changes

3.1.0

Minor Changes

  • #9846 9b78c992750cdb99c40a89a00ea2a0d1c00877d7 Thanks @​ktym4a! - Adds a new configuration option prefix that allows you to change the default sitemap-*.xml file name.

    By default, running astro build creates both sitemap-index.xml and sitemap-0.xml in your output directory.

    To change the names of these files (e.g. to astrosite-index.xml and astrosite-0.xml), set the prefix option in your sitemap integration configuration:

    import { defineConfig } from 'astro/config';
    import sitemap from '@astrojs/sitemap';
    export default defineConfig({
      site: 'https://example.com',
      integrations: [
        sitemap({
          prefix: 'astrosite-',
        }),
      ],
    });
    

    This option is useful when Google Search Console is unable to fetch your default sitemap files, but can read renamed files.

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2024
@dependabot dependabot bot requested a review from Th3S4mur41 March 13, 2024 23:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from fb69964 to 6c8bf60 Compare March 13, 2024 23:32
@Th3S4mur41 Th3S4mur41 enabled auto-merge (squash) March 14, 2024 08:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 6c8bf60 to 85a76b3 Compare March 14, 2024 08:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 85a76b3 to 8b540ab Compare March 14, 2024 09:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 8b540ab to bdf9f68 Compare March 14, 2024 23:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from bdf9f68 to 61550c1 Compare March 15, 2024 00:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 61550c1 to 0659ef8 Compare March 15, 2024 00:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 0659ef8 to 975ca2b Compare March 15, 2024 15:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 975ca2b to a08c623 Compare March 17, 2024 23:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from a08c623 to c12c265 Compare March 17, 2024 23:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from c12c265 to 459fb57 Compare March 18, 2024 00:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 459fb57 to b792368 Compare March 19, 2024 00:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from b792368 to 099eda1 Compare March 19, 2024 00:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 099eda1 to 8713e90 Compare March 21, 2024 10:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 8713e90 to 66fbff8 Compare March 21, 2024 10:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 66fbff8 to fbfc71b Compare March 21, 2024 23:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from fbfc71b to bcfeb16 Compare March 22, 2024 16:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from bcfeb16 to 60acd9e Compare March 22, 2024 16:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 60acd9e to 7c8ef93 Compare March 22, 2024 16:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 7c8ef93 to 25010a8 Compare March 22, 2024 16:36
@Th3S4mur41
Copy link
Member

@dependabot rebase

Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 2.0.2 to 3.1.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/[email protected]/packages/integrations/sitemap)

---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch from 25010a8 to b121f00 Compare March 22, 2024 19:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2024

Superseded by #765.

@dependabot dependabot bot closed this Mar 22, 2024
auto-merge was automatically disabled March 22, 2024 19:51

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/astrojs/sitemap-3.1.1 branch March 22, 2024 19:51
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
Development

Successfully merging this pull request may close these issues.

1 participant