Skip to content

Commit

Permalink
Merge branch 'main' into alexanderniebuhr/sitemap-type-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr committed May 25, 2023
2 parents 63ae4f0 + 59d8c50 commit a5476d2
Show file tree
Hide file tree
Showing 243 changed files with 4,706 additions and 1,176 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-goats-serve.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/curvy-hotels-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/partytown': patch
---

fix typescript type for partytown options
5 changes: 0 additions & 5 deletions .changeset/eleven-hotels-roll.md

This file was deleted.

17 changes: 17 additions & 0 deletions .changeset/eleven-tables-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@astrojs/markdoc': patch
---

Add support for syntax highlighting with Shiki. Install `shiki` in your project with `npm i shiki`, and apply to your Markdoc config using the `extends` option:

```js
// markdoc.config.mjs
import { defineMarkdocConfig, shiki } from '@astrojs/markdoc/config';
export default defineMarkdocConfig({
extends: [
await shiki({ /** Shiki config options */ }),
],
})
```

Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting)
5 changes: 0 additions & 5 deletions .changeset/fifty-guests-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-baboons-switch.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/lazy-zebras-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@astrojs/mdx': patch
'astro': patch
---

Detect `mdx` files using their full extension
5 changes: 0 additions & 5 deletions .changeset/long-starfishes-raise.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/mighty-shoes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-planets-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-students-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-gifts-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-crews-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-ties-vanish.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/spotty-glasses-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/mdx': patch
---

Remove `@mdx-js/rollup` dependency
5 changes: 5 additions & 0 deletions .changeset/static-slot-css.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

fix: add astro-static-slot to the list of inert tags in astro css
5 changes: 0 additions & 5 deletions .changeset/swift-moons-drop.md

This file was deleted.

51 changes: 0 additions & 51 deletions .changeset/tall-eyes-vanish.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/tiny-snails-dance.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/young-impalas-boil.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.1.2",
"@astrojs/markdoc": "^0.2.0",
"astro": "^2.4.1",
"kleur": "^4.1.5"
}
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"format:imports": "organize-imports-cli ./packages/*/tsconfig.json ./packages/*/*/tsconfig.json",
"test": "turbo run test --concurrency=1 --filter=astro --filter=create-astro --filter=\"@astrojs/*\"",
"test:match": "cd packages/astro && pnpm run test:match",
"test:unit": "cd packages/astro && pnpm run test:unit",
"test:unit:match": "cd packages/astro && pnpm run test:unit:match",
"test:smoke": "pnpm test:smoke:example && pnpm test:smoke:docs",
"test:smoke:example": "turbo run build --concurrency=100% --filter=\"@example/*\"",
"test:smoke:docs": "turbo run build --filter=docs",
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-prism/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/prism

## 2.1.2

### Patch Changes

- [#7104](https://github.com/withastro/astro/pull/7104) [`826e02890`](https://github.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@bluwy](https://github.com/bluwy)! - Specify `"files"` field to only publish necessary files

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "2.1.1",
"version": "2.1.2",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/astro-rss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @astrojs/rss

## 2.4.3

### Patch Changes

- [#7153](https://github.com/withastro/astro/pull/7153) [`e17ed0727`](https://github.com/withastro/astro/commit/e17ed0727ef1acb512c77723a1b641326de8ca84) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - exposes RSSFeedItem type

## 2.4.2

### Patch Changes

- [#7066](https://github.com/withastro/astro/pull/7066) [`a37e67b52`](https://github.com/withastro/astro/commit/a37e67b520dc35dbf40313c77490a97446de2f74) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Fix pubDate schema tranformation

- [#7104](https://github.com/withastro/astro/pull/7104) [`826e02890`](https://github.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@bluwy](https://github.com/bluwy)! - Specify `"files"` field to only publish necessary files

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-rss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "2.4.1",
"version": "2.4.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-rss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type RSSOptions = {
trailingSlash?: z.infer<typeof rssOptionsValidator>['trailingSlash'];
};

type RSSFeedItem = {
export type RSSFeedItem = {
/** Link to item */
link: string;
/** Full content of the item. Should be valid HTML */
Expand Down

0 comments on commit a5476d2

Please sign in to comment.