Skip to content

Commit a66b813

Browse files
authored
Merge branch 'main' into serhalp/add-french-translations
2 parents f2d7a45 + 970d141 commit a66b813

10 files changed

Lines changed: 1256 additions & 968 deletions

File tree

.github/workflows/chromatic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: ☑️ Checkout
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
with:
2525
fetch-depth: 0
2626
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm install
4040

4141
- name: 🧪 Run Chromatic Visual and Accessibility Tests
42-
uses: chromaui/action@a8ce9c58f59be5cc7090cadfc8f130fb08fcf0c3 # v15.1.0
42+
uses: chromaui/action@5ec258af08deb3e8c36653bd618cb7fe52090031 # v15.2.0
4343
env:
4444
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
4545
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}

app/components/ColumnPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function handleReset() {
129129
</label>
130130
</div>
131131

132-
<div class="border-t border-border py-1">
132+
<div class="border-t border-border p-2 pb-1">
133133
<ButtonBase @click="handleReset">
134134
{{ $t('filters.columns.reset') }}
135135
</ButtonBase>

app/pages/blog/alpha-release.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ headline="Read more from the community"
9595
authorHandle: 'danielroe.dev',
9696
description: 'There\'s a reason why building npmx has been such a blast so far, and it\'s one of the most powerful patterns in open source software development. It\'s also why \'the 10x developer\' is an incredibly dangerous myth.'
9797
},
98+
{
99+
url: 'https://patak.cat/npmx/converging-communities',
100+
title: 'npmx: converging communities',
101+
authorHandle: 'patak.cat',
102+
description: 'The story of the many people and communities that converged to build npmx together.'
103+
},
98104
{
99105
url: 'https://graphieros.github.io/graphieros-blog/blog/2026/npmx.html',
100106
title: 'vue-data-ui is on npmx npmx is on vue-data-ui',
@@ -172,6 +178,12 @@ headline="Read more from the community"
172178
title: 'OSS made me a better developer',
173179
authorHandle: 'philippeserhal.com',
174180
description: 'How getting involved in npmx made me a better developer.'
181+
},
182+
{
183+
url: 'https://www.radosvet.dev/posts/career/from-newsletter-to-open-source',
184+
title: 'From a Newsletter Link to My First Open Source Contribution',
185+
authorHandle: 'radosvet.dev',
186+
description: 'How discovering npmx through a newsletter led to a first meaningful open source contribution and a new perspective on community-driven development.'
175187
}
176188
]"
177189
/>

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"validate-npm-package-name": "^7.0.2"
4141
},
4242
"devDependencies": {
43-
"@types/node": "24.10.13",
43+
"@types/node": "24.11.0",
4444
"@types/validate-npm-package-name": "4.0.2",
4545
"tsdown": "0.20.3",
4646
"typescript": "5.9.3"

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"preview": "nuxt preview"
2020
},
2121
"dependencies": {
22-
"@nuxt/ui": "4.5.0",
22+
"@nuxt/ui": "4.5.1",
2323
"@nuxtjs/mdc": "0.20.1",
2424
"better-sqlite3": "12.6.2",
25-
"docus": "5.6.1",
25+
"docus": "5.7.0",
2626
"nuxt": "4.3.1",
2727
"tailwindcss": "4.2.1"
2828
}

i18n/locales/ja-JP.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
"algolia": "Algolia",
123123
"algolia_description": "Algoliaを使用して検索、organization、ユーザーページをより高速に取得します。"
124124
},
125+
"instant_search": "インスタント検索",
126+
"instant_search_description": "タイピング中に検索ページに移動し、検索結果を更新します。",
125127
"relative_dates": "日付を相対表記",
126128
"include_types": "インストール時に{'@'}typesを含める",
127129
"include_types_description": "型定義のないパッケージのインストールコマンドに{'@'}typesパッケージを追加します",

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
},
5555
"dependencies": {
5656
"@atcute/bluesky-richtext-segmenter": "3.0.0",
57-
"@atproto/api": "^0.18.17",
57+
"@atproto/api": "^0.19.0",
5858
"@atproto/common": "0.5.13",
5959
"@atproto/lex": "0.0.19",
6060
"@atproto/lex-password-session": "0.0.7",
6161
"@atproto/oauth-client-node": "^0.3.15",
6262
"@deno/doc": "jsr:^0.189.1",
6363
"@floating-ui/vue": "1.1.10",
64-
"@iconify-json/lucide": "1.2.93",
65-
"@iconify-json/simple-icons": "1.2.71",
64+
"@iconify-json/lucide": "1.2.95",
65+
"@iconify-json/simple-icons": "1.2.72",
6666
"@iconify-json/svg-spinners": "1.2.4",
67-
"@iconify-json/vscode-icons": "1.2.43",
67+
"@iconify-json/vscode-icons": "1.2.44",
6868
"@intlify/shared": "11.2.8",
6969
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@904b935",
70-
"@napi-rs/canvas": "0.1.94",
70+
"@napi-rs/canvas": "0.1.95",
7171
"@nuxt/a11y": "1.0.0-alpha.1",
7272
"@nuxt/fonts": "0.14.0",
7373
"@nuxt/scripts": "0.13.2",
@@ -78,21 +78,21 @@
7878
"@shikijs/langs": "4.0.1",
7979
"@shikijs/markdown-exit": "4.0.1",
8080
"@shikijs/themes": "4.0.1",
81-
"@unocss/nuxt": "66.6.0",
82-
"@unocss/preset-wind4": "66.6.0",
83-
"@upstash/redis": "1.36.2",
81+
"@unocss/nuxt": "66.6.2",
82+
"@unocss/preset-wind4": "66.6.3",
83+
"@upstash/redis": "1.36.3",
8484
"@vite-pwa/assets-generator": "1.0.2",
8585
"@vite-pwa/nuxt": "1.1.1",
86-
"@voidzero-dev/vite-plus-core": "0.0.0-g52709db6.20260226-1136",
86+
"@voidzero-dev/vite-plus-core": "0.0.0-gd42e0ca6.20260225-0619",
8787
"@vueuse/core": "14.2.1",
8888
"@vueuse/integrations": "14.2.1",
8989
"@vueuse/nuxt": "14.2.1",
9090
"@vueuse/router": "^14.2.1",
9191
"@vueuse/shared": "14.2.1",
92-
"algoliasearch": "5.49.0",
92+
"algoliasearch": "5.49.1",
9393
"defu": "6.1.4",
9494
"diff": "^8.0.3",
95-
"fast-npm-meta": "1.2.1",
95+
"fast-npm-meta": "1.3.0",
9696
"focus-trap": "^8.0.0",
9797
"gray-matter": "4.0.3",
9898
"ipaddr.js": "2.3.0",
@@ -106,12 +106,12 @@
106106
"sanitize-html": "2.17.1",
107107
"semver": "7.7.4",
108108
"shiki": "4.0.1",
109-
"simple-git": "3.32.2",
109+
"simple-git": "3.32.3",
110110
"spdx-license-list": "6.11.0",
111111
"std-env": "3.10.0",
112112
"tinyglobby": "0.2.15",
113113
"ufo": "1.6.3",
114-
"unocss": "66.6.0",
114+
"unocss": "66.6.2",
115115
"unplugin-vue-router": "0.19.2",
116116
"valibot": "1.2.0",
117117
"validate-npm-package-name": "7.0.2",
@@ -130,31 +130,31 @@
130130
"@storybook/addon-a11y": "catalog:storybook",
131131
"@storybook/addon-docs": "catalog:storybook",
132132
"@storybook/addon-themes": "catalog:storybook",
133-
"@types/node": "24.10.13",
133+
"@types/node": "24.11.0",
134134
"@types/sanitize-html": "2.16.0",
135135
"@types/semver": "7.7.1",
136136
"@types/validate-npm-package-name": "4.0.2",
137137
"@vitest/coverage-v8": "4.0.18",
138138
"@vue/test-utils": "2.4.6",
139139
"axe-core": "4.11.1",
140-
"chromatic": "15.1.0",
140+
"chromatic": "15.2.0",
141141
"defu": "6.1.4",
142142
"devalue": "5.6.3",
143143
"eslint-plugin-regexp": "3.0.0",
144144
"fast-check": "4.5.3",
145145
"h3": "1.15.5",
146146
"h3-next": "npm:h3@2.0.1-rc.14",
147147
"knip": "5.85.0",
148-
"lint-staged": "16.2.7",
148+
"lint-staged": "16.3.1",
149149
"markdown-it-anchor": "9.2.0",
150-
"oxfmt": "0.35.0",
150+
"oxfmt": "0.36.0",
151151
"oxlint": "1.51.0",
152152
"schema-dts": "1.1.5",
153153
"simple-git-hooks": "2.13.1",
154154
"storybook": "catalog:storybook",
155155
"typescript": "5.9.3",
156156
"unplugin-vue-markdown": "30.0.0",
157-
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-g52709db6.20260226-1136",
157+
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-gd42e0ca6.20260225-0619",
158158
"vitest-environment-nuxt": "1.0.1",
159159
"vue-i18n-extract": "2.0.7",
160160
"vue-tsc": "3.2.5"
@@ -182,7 +182,7 @@
182182
"pnpm exec oxfmt"
183183
]
184184
},
185-
"packageManager": "pnpm@10.30.1",
185+
"packageManager": "pnpm@10.30.3",
186186
"storybook": {
187187
"url": "https://storybook.npmx.dev"
188188
}

0 commit comments

Comments
 (0)