summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-07-19 14:37:18 -0700
committerGitHub2023-07-19 23:37:18 +0200
commitac6f7fec4f7076430d3f0403c348eb45da827a45 (patch)
treec52accdc161ca922169bb34948d2999c077f940b
parent77a810e51c1cf01c42a494060448c20f803767bb (diff)
downloadIT.starlight-ac6f7fec4f7076430d3f0403c348eb45da827a45.tar.gz
IT.starlight-ac6f7fec4f7076430d3f0403c348eb45da827a45.tar.bz2
IT.starlight-ac6f7fec4f7076430d3f0403c348eb45da827a45.zip
[ci] release (#361)@astrojs/starlight@0.5.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/silver-suits-relate.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md6
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml13
5 files changed, 15 insertions, 13 deletions
diff --git a/.changeset/silver-suits-relate.md b/.changeset/silver-suits-relate.md
deleted file mode 100644
index de18d8a7..00000000
--- a/.changeset/silver-suits-relate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix build warnings when using the TypeScript [`verbatimModuleSyntax`](https://www.typescriptlang.org/tsconfig#verbatimModuleSyntax) compiler option
diff --git a/examples/basics/package.json b/examples/basics/package.json
index f86e6e42..186d2ba2 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.5.3",
+ "@astrojs/starlight": "^0.5.4",
"astro": "^2.8.5",
"sharp": "^0.32.3"
}
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index af639011..5fd7d23e 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.5.4
+
+### Patch Changes
+
+- [#360](https://github.com/withastro/starlight/pull/360) [`8415df6`](https://github.com/withastro/starlight/commit/8415df63e502d517b68d7665d9257726e3dde246) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fix build warnings when using the TypeScript [`verbatimModuleSyntax`](https://www.typescriptlang.org/tsconfig#verbatimModuleSyntax) compiler option
+
## 0.5.3
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 036d0531..f8581683 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4e45da6d..181f5243 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,9 +1,5 @@
lockfileVersion: '6.0'
-settings:
- autoInstallPeers: true
- excludeLinksFromLockfile: false
-
importers:
.:
@@ -91,7 +87,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.5.3
+ specifier: ^0.5.4
version: link:../../packages/starlight
astro:
specifier: ^2.8.5
@@ -194,7 +190,7 @@ packages:
astro: ^2.5.0
dependencies:
'@astrojs/prism': 2.1.2
- astro: 2.8.5(@types/node@18.16.19)
+ astro: 2.8.5(sharp@0.32.3)
github-slugger: 1.5.0
import-meta-resolve: 2.2.2
rehype-raw: 6.1.1
@@ -1462,6 +1458,7 @@ packages:
- sugarss
- supports-color
- terser
+ dev: true
/astro@2.8.5(sharp@0.32.3):
resolution: {integrity: sha512-qfPUKLpZ9lVi5Hc5MrzyekUUx54AyrEphW5eetNQj/+d0iodHEneZXFDzZxTEsk3rL8Y2Y9pYFXJPmQB3eahUA==}
@@ -6115,3 +6112,7 @@ packages:
/zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false