File tree Expand file tree Collapse file tree 4 files changed +129
-129
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +129
-129
lines changed
Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@v4.2.2
18
18
- name : Setup Node.js
19
- uses : actions/setup-node@v4.1 .0
20
- - uses : pnpm/action-setup@v4.0 .0
19
+ uses : actions/setup-node@v4.2 .0
20
+ - uses : pnpm/action-setup@v4.1 .0
21
21
22
22
- uses : antfu/export-size-action@v1
23
23
with :
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
- name : Checkout
23
23
uses : actions/checkout@v4.2.2
24
24
- name : Setup Node.js ${{ matrix.node }}
25
- uses : actions/setup-node@v4.1 .0
25
+ uses : actions/setup-node@v4.2 .0
26
26
with :
27
27
node-version : ${{ matrix.node }}
28
- - uses : pnpm/action-setup@v4.0 .0
28
+ - uses : pnpm/action-setup@v4.1 .0
29
29
with :
30
30
run_install : true
31
31
45
45
- name : Checkout
46
46
uses : actions/checkout@v4.2.2
47
47
- name : Setup Node.js
48
- uses : actions/setup-node@v4.1 .0
49
- - uses : pnpm/action-setup@v4.0 .0
48
+ uses : actions/setup-node@v4.2 .0
49
+ - uses : pnpm/action-setup@v4.1 .0
50
50
with :
51
51
run_install : true
52
52
67
67
repository : fluent-vue/examples
68
68
path : examples
69
69
- name : Setup Node.js
70
- uses : actions/setup-node@v4.1 .0
71
- - uses : pnpm/action-setup@v4.0 .0
70
+ uses : actions/setup-node@v4.2 .0
71
+ - uses : pnpm/action-setup@v4.1 .0
72
72
73
73
- name : Test
74
74
run : node scripts/build-examples.mjs
Original file line number Diff line number Diff line change 2
2
"name" : " fluent-vue" ,
3
3
"type" : " module" ,
4
4
"version" : " 3.6.0" ,
5
- "packageManager" : " pnpm@10.2 .0" ,
5
+ "packageManager" : " pnpm@10.3 .0" ,
6
6
"description" : " Internationalization plugin for Vue.js. Project Fluent bindings for Vue.js" ,
7
7
"author" : " Ivan Demchuk <ivan.demchuk@gmail.com>" ,
8
8
"license" : " MIT" ,
76
76
"@fluent/dedent" : " ~0.5.0" ,
77
77
"@ls-lint/ls-lint" : " ^2.2.3" ,
78
78
"@release-it-plugins/lerna-changelog" : " ^7.0.0" ,
79
- "@types/node" : " ^22.10.9 " ,
80
- "@vitest/coverage-istanbul" : " ^3.0.4 " ,
79
+ "@types/node" : " ^22.13.1 " ,
80
+ "@vitest/coverage-istanbul" : " ^3.0.5 " ,
81
81
"@vue/compiler-sfc" : " ^3.5.13" ,
82
82
"@vue/test-utils" : " ^2.4.6" ,
83
83
"dotenv-cli" : " ^8.0.0" ,
86
86
"execa" : " ^9.5.2" ,
87
87
"happy-dom" : " ^17.1.0" ,
88
88
"husky" : " ^9.1.7" ,
89
- "lint-staged" : " ^15.4.2 " ,
89
+ "lint-staged" : " ^15.4.3 " ,
90
90
"release-it" : " *" ,
91
91
"rimraf" : " ^6.0.1" ,
92
- "tsup" : " ^8.3.5 " ,
92
+ "tsup" : " ^8.3.6 " ,
93
93
"typescript" : " ^5.7.3" ,
94
- "vite" : " ^6.0.11 " ,
95
- "vitest" : " ^3.0.4 " ,
94
+ "vite" : " ^6.1.0 " ,
95
+ "vitest" : " ^3.0.5 " ,
96
96
"vue" : " npm:vue@^3.5.13" ,
97
97
"vue-2" : " npm:vue@^2.7.16" ,
98
98
"vue-3" : " npm:vue@^3.5.13"
You can’t perform that action at this time.
0 commit comments