Skip to content

Commit 422e8f2

Browse files
committed
chore: update dependencies
1 parent 3d75ce2 commit 422e8f2

3 files changed

Lines changed: 930 additions & 919 deletions

File tree

knip.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { KnipConfig } from 'knip'
22

33
export default {
4-
entry: ['index.ts', 'test/v8-coverage-provider.js'],
5-
ignoreDependencies: ['@vitest/coverage-custom'],
64
ignore: ['test/fixtures/**'],
5+
entry: ['index.ts'],
76
} satisfies KnipConfig

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,57 +58,57 @@
5858
"test:usage": "knip"
5959
},
6060
"dependencies": {
61-
"@typescript-eslint/utils": "^8.58.1",
61+
"@typescript-eslint/utils": "^8.58.2",
6262
"natural-orderby": "^5.0.0"
6363
},
6464
"devDependencies": {
6565
"@astrojs/check": "^0.9.8",
6666
"@astrojs/mdx": "^5.0.3",
6767
"@astrojs/sitemap": "^3.7.2",
68-
"@astrojs/svelte": "^8.0.4",
69-
"@azat-io/eslint-config": "^2.76.0",
68+
"@astrojs/svelte": "^8.0.5",
69+
"@azat-io/eslint-config": "^2.77.0",
7070
"@azat-io/prettier-config": "^1.1.1",
7171
"@azat-io/stylelint-config": "^1.9.0",
7272
"@azat-io/typescript-config": "^1.1.1",
7373
"@commitlint/cli": "^20.5.0",
7474
"@commitlint/config-conventional": "^20.5.0",
7575
"@commitlint/types": "^20.5.0",
76-
"@humanwhocodes/crosspost": "^1.0.3",
76+
"@humanwhocodes/crosspost": "^1.0.4",
7777
"@humanwhocodes/social-changelog": "^0.4.0",
7878
"@nanostores/persistent": "^1.3.3",
7979
"@poppanator/sveltekit-svg": "6.0.1",
8080
"@shikijs/langs": "^4.0.2",
8181
"@shikijs/transformers": "^4.0.2",
8282
"@types/mdast": "^4.0.4",
83-
"@types/node": "^25.5.2",
83+
"@types/node": "^25.6.0",
8484
"@types/unist": "^3.0.3",
85-
"@typescript-eslint/parser": "^8.58.1",
86-
"@typescript-eslint/types": "^8.58.1",
85+
"@typescript-eslint/parser": "^8.58.2",
86+
"@typescript-eslint/types": "^8.58.2",
8787
"@vercel/og": "^0.11.1",
88-
"@vitest/coverage-v8": "^4.1.3",
88+
"@vitest/coverage-v8": "^4.1.4",
8989
"ajv-draft-04": "^1.0.0",
90-
"astro": "^6.1.5",
90+
"astro": "^6.1.7",
9191
"browserslist": "^4.28.2",
9292
"changelogen": "^0.6.2",
9393
"changelogithub": "^14.0.0",
9494
"clean-publish": "^6.0.5",
9595
"cross-env": "^10.1.0",
9696
"cspell": "^10.0.0",
9797
"dedent": "^1.7.2",
98-
"eslint": "^10.2.0",
98+
"eslint": "^10.2.1",
9999
"eslint-plugin-eslint-plugin": "^7.3.2",
100100
"eslint-vitest-rule-tester": "^3.1.0",
101101
"hast-util-to-text": "^4.0.2",
102102
"json-schema-to-typescript-lite": "^15.0.0",
103-
"keyux": "^0.11.3",
104-
"knip": "^6.3.1",
103+
"keyux": "^0.11.5",
104+
"knip": "^6.4.1",
105105
"lightningcss": "^1.32.0",
106106
"mdast-util-to-string": "^4.0.0",
107107
"minisearch": "^7.2.0",
108-
"nanostores": "^1.2.0",
109-
"oxlint": "^1.59.0",
108+
"nanostores": "^1.3.0",
109+
"oxlint": "^1.60.0",
110110
"postcss-html": "^1.8.1",
111-
"prettier": "^3.8.1",
111+
"prettier": "^3.8.3",
112112
"rehype-external-links": "^3.0.0",
113113
"remark-frontmatter": "^5.0.0",
114114
"remark-gfm": "^4.0.1",
@@ -119,17 +119,17 @@
119119
"shiki": "^4.0.2",
120120
"shiki-magic-move": "^1.3.0",
121121
"simple-git-hooks": "^2.13.1",
122-
"stylelint": "^17.6.0",
123-
"svelte": "5.55.2",
122+
"stylelint": "^17.8.0",
123+
"svelte": "5.55.4",
124124
"svelte-check": "^4.4.6",
125125
"tinyexec": "^1.1.1",
126-
"typescript": "^6.0.2",
126+
"typescript": "^6.0.3",
127127
"unified": "^11.0.5",
128128
"unist-util-visit": "^5.1.0",
129129
"vite": "^8.0.8",
130130
"vite-plugin-dts": "4.5.4",
131131
"vite-plugin-prettier-format": "^1.0.0",
132-
"vitest": "^4.1.3"
132+
"vitest": "^4.1.4"
133133
},
134134
"peerDependencies": {
135135
"eslint": "^8.45.0 || ^9.0.0 || ^10.0.0"

0 commit comments

Comments
 (0)