astro-accelerator 5.10.18 → 5.10.20

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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -29,9 +29,13 @@ pnpm install --include=optional sharp
29
29
  pnpm install --force @img/sharp-linux-x64
30
30
  ```
31
31
 
32
- ## Publish to NPM
32
+ ## Publish to N
33
33
 
34
- Update the `package.json` with the new version number, and commit the change.
34
+ Run the command:
35
+
36
+ pnpm refresh
37
+
38
+ This updates dependencies, increments the version number, and runs tests. On commit to main, the build will upload the new package to NPM.
35
39
 
36
40
  The NPM token expires periodically and must be updated in GitHub settings -> Secrets -> Actions.
37
41
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.10.18",
2
+ "version": "5.10.20",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -33,23 +33,23 @@
33
33
  "dts": "tsc ./tests/locate-content.js ./tests/locate-navigation.js ./tests/locate-search.js --allowJs --declaration --emitDeclarationOnly"
34
34
  },
35
35
  "dependencies": {
36
- "@astrojs/mdx": "^4.3.6",
36
+ "@astrojs/mdx": "^4.3.8",
37
37
  "@img/sharp-linux-x64": "^0.34.4",
38
- "astro": "^5.14.1",
39
- "astro-accelerator-utils": "^0.3.56",
40
- "cspell": "^9.2.1",
38
+ "astro": "^5.15.0",
39
+ "astro-accelerator-utils": "^0.3.58",
40
+ "cspell": "^9.2.2",
41
41
  "csv": "^6.4.1",
42
42
  "glob": "^11.0.3",
43
43
  "hast-util-from-selector": "^3.0.1",
44
44
  "html-to-text": "^9.0.5",
45
45
  "keyword-extractor": "^0.0.28",
46
- "linkinator": "^6.1.4",
46
+ "linkinator": "^6.3.0",
47
47
  "optional": "^0.1.4",
48
48
  "remark-directive": "^4.0.0",
49
49
  "sharp": "^0.34.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@playwright/test": "^1.55.1"
52
+ "@playwright/test": "^1.56.1"
53
53
  },
54
54
  "files": [
55
55
  ".npmrc",