File tree 14 files changed +663
-401
lines changed
14 files changed +663
-401
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://unpkg.com/@changesets/config@2.3 .0/schema.json" ,
2
+ "$schema" : " https://unpkg.com/@changesets/config@3.0 .0/schema.json" ,
3
3
"changelog" : " @changesets/cli/changelog" ,
4
4
"commit" : false ,
5
5
"fixed" : [],
Original file line number Diff line number Diff line change 4
4
"features" : {
5
5
"ghcr.io/devcontainers/features/node:1" : {
6
6
"nodeGypDependencies" : true ,
7
- "version" : " 20.11.1 " ,
7
+ "version" : " 20.12.2 " ,
8
8
"nvmVersion" : " latest"
9
9
}
10
10
},
17
17
" bradlc.vscode-tailwindcss" ,
18
18
" astro-build.astro-vscode" ,
19
19
" unifiedjs.vscode-mdx" ,
20
+ " vitest.explorer" ,
20
21
" github.vscode-github-actions" ,
21
- " github.vscode-pull-request-github" ,
22
- " vitest.explorer"
22
+ " github.vscode-pull-request-github"
23
23
]
24
24
}
25
25
},
Original file line number Diff line number Diff line change 5
5
- main
6
6
7
7
env :
8
- PNPM_VERSION : 8.15.5
8
+ PNPM_VERSION : 8.15.6
9
9
10
10
jobs :
11
11
lint :
Original file line number Diff line number Diff line change 5
5
- main
6
6
7
7
env :
8
- PNPM_VERSION : 8.15.5
8
+ PNPM_VERSION : 8.15.6
9
9
10
10
jobs :
11
11
lint :
Original file line number Diff line number Diff line change 1
- name : " CodeQL"
1
+ name : CodeQL
2
2
3
3
on :
4
4
push :
12
12
permissions :
13
13
actions : read
14
14
contents : read
15
+ packages : read
15
16
security-events : write
16
17
17
18
strategy :
@@ -23,10 +24,10 @@ jobs:
23
24
- name : Initialize CodeQL
24
25
uses : github/codeql-action/init@v3
25
26
with :
26
- languages : javascript
27
+ languages : javascript-typescript
27
28
- name : Autobuild
28
29
uses : github/codeql-action/autobuild@v3
29
30
- name : Perform CodeQL Analysis
30
31
uses : github/codeql-action/analyze@v3
31
32
with :
32
- category : " /language:javascript"
33
+ category : " /language:javascript-typescript "
Original file line number Diff line number Diff line change 1
1
name : Labeler
2
- on : [ pull_request]
2
+ on : pull_request
3
3
4
4
jobs :
5
5
labeler :
Original file line number Diff line number Diff line change 9
9
- main
10
10
11
11
env :
12
- PNPM_VERSION : 8.15.5
12
+ PNPM_VERSION : 8.15.6
13
13
14
14
jobs :
15
15
release :
Original file line number Diff line number Diff line change 1
- v20.11.1
1
+ v20.12.2
Original file line number Diff line number Diff line change 17
17
},
18
18
"typescript.tsdk" : " ./node_modules/typescript/lib" ,
19
19
"typescript.enablePromptUseWorkspaceTsdk" : true ,
20
- "yaml.schemas" : {
21
- "https://json.schemastore.org/github-workflow.json" : " /.github/workflows/*.yml"
22
- },
23
20
"prettier.documentSelectors" : [" **/*.astro" ],
24
21
"[astro]" : {
25
22
"editor.defaultFormatter" : " esbenp.prettier-vscode"
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"@changesets/cli" : " ^2.27.1" ,
18
- "@types/node" : " ^20.11.30 " ,
19
- "@vitest/coverage-v8" : " ^1.4 .0" ,
18
+ "@types/node" : " ^20.12.7 " ,
19
+ "@vitest/coverage-v8" : " ^1.5 .0" ,
20
20
"dotenv" : " ^16.4.5" ,
21
21
"eslint" : " ^8.57.0" ,
22
22
"eslint-config-untidy" : " workspace:^" ,
23
- "msw" : " ^2.2.10 " ,
23
+ "msw" : " ^2.2.13 " ,
24
24
"prettier" : " ^3.2.5" ,
25
25
"prettier-plugin-astro" : " ^0.13.0" ,
26
- "prettier-plugin-tailwindcss" : " ^0.5.12 " ,
27
- "tsx" : " ^4.7.1 " ,
28
- "typescript" : " ^5.4.3 " ,
29
- "vitest" : " ^1.4 .0"
26
+ "prettier-plugin-tailwindcss" : " ^0.5.13 " ,
27
+ "tsx" : " ^4.7.2 " ,
28
+ "typescript" : " ^5.4.5 " ,
29
+ "vitest" : " ^1.5 .0"
30
30
},
31
31
"engines" : {
32
32
"node" : " ^18.17.0 || ^20.0.0" ,
37
37
"esbuild" : " 0.20.2"
38
38
}
39
39
},
40
- "packageManager" :
" [email protected] .5 +sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589 "
40
+ "packageManager" :
" [email protected] .6 +sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f "
41
41
}
Original file line number Diff line number Diff line change 30
30
"test" : " vitest --coverage"
31
31
},
32
32
"devDependencies" : {
33
- "@types/node" : " ^20.11.30 " ,
34
- "typescript" : " ^5.4.3 "
33
+ "@types/node" : " ^20.12.7 " ,
34
+ "typescript" : " ^5.4.5 "
35
35
},
36
36
"engines" : {
37
37
"node" : " ^18.17.0 || ^20.0.0"
Original file line number Diff line number Diff line change 6
6
"main" : " ./index.cjs" ,
7
7
"exports" : " ./index.cjs" ,
8
8
"dependencies" : {
9
- "@typescript-eslint/eslint-plugin" : " ^7.3.1 " ,
10
- "@typescript-eslint/parser" : " ^7.3.1 " ,
9
+ "@typescript-eslint/eslint-plugin" : " ^7.6.0 " ,
10
+ "@typescript-eslint/parser" : " ^7.6.0 " ,
11
11
"eslint-config-prettier" : " ^9.1.0" ,
12
- "eslint-plugin-jsdoc" : " ^48.2.1 " ,
13
- "eslint-plugin-n" : " ^16.6.2 " ,
12
+ "eslint-plugin-jsdoc" : " ^48.2.3 " ,
13
+ "eslint-plugin-n" : " ^17.2.0 " ,
14
14
"eslint-plugin-promise" : " ^6.1.1" ,
15
- "eslint-plugin-vitest" : " ^0.3.26 "
15
+ "eslint-plugin-vitest" : " 0.4.1 "
16
16
},
17
17
"devDependencies" : {
18
18
"eslint" : " ^8.57.0"
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@astrojs/check" : " ^0.5.10" ,
13
- "@astrojs/starlight" : " ^0.21.2 " ,
14
- "@astrojs/starlight-tailwind" : " ^2.0.1 " ,
13
+ "@astrojs/starlight" : " ^0.21.5 " ,
14
+ "@astrojs/starlight-tailwind" : " ^2.0.2 " ,
15
15
"@astrojs/tailwind" : " ^5.1.0" ,
16
- "astro" : " ^4.5.9 " ,
17
- "sharp" : " ^0.33.2 " ,
18
- "tailwindcss" : " ^3.4.1 " ,
19
- "typescript" : " ^5.4.3 "
16
+ "astro" : " ^4.6.0 " ,
17
+ "sharp" : " ^0.33.3 " ,
18
+ "tailwindcss" : " ^3.4.3 " ,
19
+ "typescript" : " ^5.4.5 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments