|
54 | 54 | "test:unit": "vitest --run --coverage"
|
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 |
| - "@typescript-eslint/types": "^8.25.0", |
58 |
| - "@typescript-eslint/utils": "^8.25.0", |
| 57 | + "@typescript-eslint/types": "^8.26.0", |
| 58 | + "@typescript-eslint/utils": "^8.26.0", |
59 | 59 | "natural-orderby": "^5.0.0"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 | 62 | "@astrojs/check": "^0.9.4",
|
63 | 63 | "@astrojs/mdx": "^4.1.0",
|
64 | 64 | "@astrojs/sitemap": "^3.2.1",
|
65 | 65 | "@astrojs/svelte": "^7.0.5",
|
66 |
| - "@azat-io/eslint-config": "^2.16.0", |
| 66 | + "@azat-io/eslint-config": "^2.18.0", |
67 | 67 | "@azat-io/stylelint-config": "^0.1.1",
|
68 |
| - "@commitlint/cli": "^19.7.1", |
69 |
| - "@commitlint/config-conventional": "^19.7.1", |
| 68 | + "@commitlint/cli": "^19.8.0", |
| 69 | + "@commitlint/config-conventional": "^19.8.0", |
70 | 70 | "@nanostores/persistent": "^0.10.2",
|
71 | 71 | "@poppanator/sveltekit-svg": "5.0.0",
|
72 | 72 | "@shikijs/langs": "^3.1.0",
|
73 | 73 | "@shikijs/transformers": "^3.1.0",
|
74 | 74 | "@types/mdast": "^4.0.4",
|
75 |
| - "@types/node": "^22.13.5", |
| 75 | + "@types/node": "^22.13.10", |
76 | 76 | "@types/unist": "^3.0.3",
|
77 |
| - "@typescript-eslint/parser": "^8.25.0", |
78 |
| - "@typescript-eslint/rule-tester": "^8.25.0", |
| 77 | + "@typescript-eslint/parser": "^8.26.0", |
| 78 | + "@typescript-eslint/rule-tester": "^8.26.0", |
79 | 79 | "@typescript-eslint/types": "^6.13.0",
|
80 | 80 | "@vercel/og": "^0.6.5",
|
81 |
| - "@vitest/coverage-v8": "^3.0.7", |
82 |
| - "astro": "^5.4.0", |
| 81 | + "@vitest/coverage-v8": "^3.0.8", |
| 82 | + "astro": "^5.4.2", |
83 | 83 | "browserslist": "^4.24.4",
|
84 |
| - "changelogen": "^0.6.0", |
85 |
| - "changelogithub": "^13.12.1", |
| 84 | + "changelogen": "^0.6.1", |
| 85 | + "changelogithub": "^13.13.0", |
86 | 86 | "clean-publish": "^5.1.0",
|
87 | 87 | "cspell": "^8.17.5",
|
88 | 88 | "dedent": "^1.5.3",
|
89 |
| - "eslint": "^9.21.0", |
| 89 | + "eslint": "^9.22.0", |
90 | 90 | "eslint-plugin-eslint-plugin": "^6.4.0",
|
91 | 91 | "execa": "^9.5.2",
|
92 | 92 | "keyux": "^0.11.0",
|
93 |
| - "lightningcss": "^1.29.1", |
| 93 | + "lightningcss": "^1.29.2", |
94 | 94 | "nanostores": "^0.11.4",
|
95 | 95 | "postcss-html": "^1.8.0",
|
96 |
| - "prettier": "^3.5.2", |
| 96 | + "prettier": "^3.5.3", |
97 | 97 | "prettier-plugin-astro": "^0.14.1",
|
98 | 98 | "prettier-plugin-svelte": "^3.3.3",
|
99 | 99 | "rehype-external-links": "^3.0.0",
|
100 | 100 | "remark-sectionize": "^2.1.0",
|
101 | 101 | "shiki": "^3.1.0",
|
102 | 102 | "shiki-magic-move": "^1.0.1",
|
103 | 103 | "simple-git-hooks": "^2.11.1",
|
104 |
| - "stylelint": "^16.14.1", |
| 104 | + "stylelint": "^16.15.0", |
105 | 105 | "stylelint-config-recess-order": "^6.0.0",
|
106 | 106 | "stylelint-gamut": "^1.3.4",
|
107 | 107 | "stylelint-order": "^6.0.4",
|
108 | 108 | "stylelint-plugin-logical-css": "^1.2.1",
|
109 |
| - "svelte": "5.20.5", |
110 |
| - "svelte-check": "^4.1.4", |
111 |
| - "typescript": "^5.7.3", |
| 109 | + "svelte": "5.22.6", |
| 110 | + "svelte-check": "^4.1.5", |
| 111 | + "typescript": "^5.8.2", |
112 | 112 | "unified": "^11.0.5",
|
113 | 113 | "unist-util-visit": "^5.0.0",
|
114 |
| - "vite": "^6.2.0", |
115 |
| - "vite-plugin-dts": "4.5.1", |
| 114 | + "vite": "^6.2.1", |
| 115 | + "vite-plugin-dts": "4.5.3", |
116 | 116 | "vite-plugin-lightningcss": "^0.0.5",
|
117 | 117 | "vite-plugin-prettier-format": "^1.0.0",
|
118 |
| - "vitest": "^3.0.7" |
| 118 | + "vitest": "^3.0.8" |
119 | 119 | },
|
120 | 120 | "peerDependencies": {
|
121 | 121 | "eslint": ">=8.45.0"
|
|
0 commit comments