astro-accelerator 5.9.3 → 5.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,14 +15,14 @@ Astro Accelerator is designed for re-use. That means we have to be careful to en
|
|
|
15
15
|
|
|
16
16
|
To make this possible...
|
|
17
17
|
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
18
|
+
- Consider whether a change should be accompanied by a feature flag
|
|
19
|
+
- Make sure SVG icons can be styled in CSS (stroke and fill shouldn't be hard-coded to a colour)
|
|
20
|
+
- For drastic changes to a component, consider creating an alternate component instead
|
|
21
|
+
- Update the documentation files with changes to help folks out
|
|
22
22
|
|
|
23
23
|
## Image optimization on Linux
|
|
24
24
|
|
|
25
|
-
Currently, to run the image optimization on Linux, you need to force a compatible version of Sharp to be installed. Any suggestions for a better approach would be appreciated
|
|
25
|
+
Currently, to run the image optimization on Linux, you need to force a compatible version of Sharp to be installed. Any suggestions for a better approach would be appreciated. This is not needed on Windows or Mac.
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
pnpm install --include=optional sharp
|
|
@@ -37,4 +37,4 @@ The NPM token expires periodically and must be updated in GitHub settings -> Sec
|
|
|
37
37
|
|
|
38
38
|
## Upgrades
|
|
39
39
|
|
|
40
|
-
-
|
|
40
|
+
- [Upgrading from v3 to v4 of Astro and Astro Accelerator.](https://www.stevefenton.co.uk/blog/2023/12/upgrade-astro-v4/)
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.9.
|
|
2
|
+
"version": "5.9.4",
|
|
3
3
|
"author": "Steve Fenton",
|
|
4
4
|
"name": "astro-accelerator",
|
|
5
5
|
"description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@astrojs/mdx": "^4.3.0",
|
|
37
37
|
"astro": "^5.10.1",
|
|
38
|
-
"astro-accelerator-utils": "^0.3.
|
|
38
|
+
"astro-accelerator-utils": "^0.3.46",
|
|
39
39
|
"cspell": "^8.19.4",
|
|
40
40
|
"csv": "^6.3.11",
|
|
41
41
|
"glob": "^11.0.3",
|