Compare commits

...

4 commits

Author SHA1 Message Date
Nate Moore
96d84e513f chore: add changeset 2022-06-10 13:15:35 -05:00
Alex Tim
257134c94f fix: forgotten pnpm install 2022-06-09 12:21:19 +03:00
Alex Tim
7bcebcf467 refactor: 'filter' option should return boolean instead of string 2022-06-09 10:59:39 +03:00
Alex Tim
82ae70e2d3 refactor: @astrojs/sitemap does't use 'sitemap' pkg 2022-06-09 10:57:48 +03:00
4 changed files with 6 additions and 22 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/sitemap': patch
---
Remove unused dependency

View file

@ -27,7 +27,6 @@
"dev": "astro-scripts dev \"src/**/*.ts\"" "dev": "astro-scripts dev \"src/**/*.ts\""
}, },
"dependencies": { "dependencies": {
"sitemap": "^7.1.1"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -15,7 +15,7 @@ type SitemapOptions =
* filter: (page) => page !== 'http://example.com/secret-page' * filter: (page) => page !== 'http://example.com/secret-page'
* ``` * ```
*/ */
filter?(page: string): string; filter?(page: string): boolean;
/** /**
* If you have any URL, not rendered by Astro, that you want to include in your sitemap, * If you have any URL, not rendered by Astro, that you want to include in your sitemap,

View file

@ -1800,9 +1800,6 @@ importers:
specifiers: specifiers:
astro: workspace:* astro: workspace:*
astro-scripts: workspace:* astro-scripts: workspace:*
sitemap: ^7.1.1
dependencies:
sitemap: 7.1.1
devDependencies: devDependencies:
astro: link:../../astro astro: link:../../astro
astro-scripts: link:../../../scripts astro-scripts: link:../../../scripts
@ -6825,12 +6822,6 @@ packages:
'@types/node': 17.0.41 '@types/node': 17.0.41
dev: false dev: false
/@types/sax/1.2.4:
resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==}
dependencies:
'@types/node': 17.0.41
dev: false
/@types/scheduler/0.16.2: /@types/scheduler/0.16.2:
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
@ -12454,17 +12445,6 @@ packages:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
dev: false dev: false
/sitemap/7.1.1:
resolution: {integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==}
engines: {node: '>=12.0.0', npm: '>=5.6.0'}
hasBin: true
dependencies:
'@types/node': 17.0.41
'@types/sax': 1.2.4
arg: 5.0.2
sax: 1.2.4
dev: false
/slash/2.0.0: /slash/2.0.0:
resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==}
engines: {node: '>=6'} engines: {node: '>=6'}