Skip to content

Commit 6efb29f

Browse files
Merge pull request #3055 from OctopusDeploy/sf/dependencies-update
Update dependencies
2 parents 3d5b05e + c996c43 commit 6efb29f

3 files changed

Lines changed: 498 additions & 552 deletions

File tree

dictionary-octopus.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ lifecycles
259259
linecap
260260
linejoin
261261
linkerd
262+
linkinator
262263
Linq
263264
Liquibase
264265
llms

package.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"crawl": "linkinator ./dist --skip \"^(?!http://localhost)\" --recurse --verbosity error",
2020
"format": "prettier --write --plugin=prettier-plugin-astro 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css'",
2121
"preview": "astro preview",
22+
"renovate": "renovate",
2223
"spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --no-must-find-files --file-list stdin",
2324
"spellcheck-all": "cspell \"**/*.{md,mdx}\"",
2425
"thin": "node ./src/themes/octopus/utilities/dist-thinner.mjs",
@@ -27,24 +28,24 @@
2728
},
2829
"dependencies": {
2930
"@astrojs/mdx": "^4.3.13",
30-
"astro": "^5.17.2",
31-
"astro-accelerator-utils": "^0.3.70",
32-
"cspell": "^9.6.4",
33-
"glob": "^12.0.0",
31+
"astro": "^5.18.0",
32+
"astro-accelerator-utils": "^0.3.71",
33+
"glob": "^13.0.6",
3434
"gray-matter": "^4.0.3",
3535
"hast-util-from-selector": "^3.0.1",
3636
"html-to-text": "^9.0.5",
3737
"keyword-extractor": "^0.0.28",
38-
"linkinator": "7.0.0",
3938
"optional": "^0.1.4",
4039
"remark-directive": "^4.0.0",
4140
"remark-heading-id": "^1.0.1",
4241
"sharp": "^0.34.5"
4342
},
4443
"devDependencies": {
4544
"@playwright/test": "^1.58.2",
46-
"@pnpm/exe": "^10.29.3",
45+
"@pnpm/exe": "^10.30.3",
46+
"cspell": "^9.7.0",
4747
"csv-parse": "^6.1.0",
48+
"linkinator": "7.6.1",
4849
"npm-run-all": "^4.1.5",
4950
"onchange": "^7.1.0",
5051
"prettier": "^3.8.1",
@@ -54,7 +55,12 @@
5455
"overrides": {
5556
"postcss@<8.4.31": ">=8.4.31",
5657
"zod@<=3.22.2": ">=3.22.3",
57-
"esbuild": ">=0.25.0"
58+
"esbuild": ">=0.25.0",
59+
"svgo": ">=4.0.1",
60+
"devalue": ">=5.6.3",
61+
"minimatch": ">=10.2.3",
62+
"rollup": ">=4.59.0",
63+
"linkinator": "7.0.0"
5864
}
5965
}
6066
}

0 commit comments

Comments
 (0)