Skip to content

Commit d05fddd

Browse files
committed
Ready for 1.6.9
1 parent b0671d6 commit d05fddd

8 files changed

Lines changed: 418 additions & 443 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
3636
- uses: actions/setup-node@v6
3737
with:
38-
node-version: 25
38+
node-version: 26
3939

4040
- uses: pnpm/action-setup@v6
4141
with:
4242
cache: true
43-
version: 10
43+
version: 11
4444

4545
# Change to '--frozen-lockfile' once this gets fixed:
4646
# https://github.com/pnpm/action-setup/issues/40

.github/workflows/lint.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030

3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 25
33+
node-version: 26
3434

3535
- uses: pnpm/action-setup@v6
3636
with:
37-
version: 10
37+
cache: true
3838
run_install: false
39+
version: 11
3940

4041
- name: Get pnpm store directory
4142
shell: bash

.github/workflows/release.yaml

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ jobs:
6262
- name: Install pnpm
6363
uses: pnpm/action-setup@v6
6464
with:
65-
version: 10
65+
cache: true
66+
version: 11
6667

6768
- uses: actions/setup-node@v6
6869
with:
69-
node-version: 25
70+
node-version: 26
7071

7172
- name: Get pnpm store directory
7273
run: |
@@ -78,14 +79,6 @@ jobs:
7879
echo Version: $VERSION
7980
echo "VERSION=$VERSION" >> ${GITHUB_ENV}
8081
81-
- uses: actions/cache@v5
82-
name: Setup pnpm cache
83-
with:
84-
path: ${{ env.STORE_PATH }}
85-
key: ${{ runner.os }}-pnpm-build-store-${{ hashFiles('**/pnpm-lock.yaml') }}
86-
restore-keys: |
87-
${{ runner.os }}-pnpm-build-store-
88-
8982
# Change to '--frozen-lockfile' once this gets fixed:
9083
# https://github.com/pnpm/action-setup/issues/40
9184
- name: Install Node dependencies
@@ -167,26 +160,19 @@ jobs:
167160
- name: Install NodeJS
168161
uses: actions/setup-node@v6
169162
with:
170-
node-version: 25
163+
node-version: 26
171164

172165
- uses: pnpm/action-setup@v6
173166
with:
174-
version: 10
167+
cache: true
168+
version: 11
175169
run_install: false
176170

177171
- name: Get pnpm store directory
178172
shell: bash
179173
run: |
180174
echo "STORE_PATH=$(pnpm store path --silent)" >> ${GITHUB_ENV}
181175
182-
- name: Setup pnpm cache
183-
uses: actions/cache@v5
184-
with:
185-
path: ${{ env.STORE_PATH }}
186-
key: ${{ runner.os }}-pnpm-build-store-${{ hashFiles('**/pnpm-lock.yaml') }}
187-
restore-keys: |
188-
${{ runner.os }}-pnpm-build-store-
189-
190176
# Change to '--frozen-lockfile' once this gets fixed:
191177
# https://github.com/pnpm/action-setup/issues/40
192178
- name: Install Node dependencies
@@ -344,10 +330,10 @@ jobs:
344330
# echo "VERSION=$env:VERSION" >> $env:GITHUB_ENV
345331
# - uses: actions/setup-node@v6
346332
# with:
347-
# node-version: 25
333+
# node-version: 26
348334
# - uses: pnpm/action-setup@v6
349335
# with:
350-
# version: 10
336+
# version: 11
351337
# run_install: false
352338
# - name: Get pnpm store directory
353339
# shell: bash

package.json

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,14 @@
3535
"last 1 safari version"
3636
]
3737
},
38-
"pnpm": {
39-
"peerDependencyRules": {
40-
"ignoreMissing": [
41-
"react-native"
42-
]
43-
},
44-
"onlyBuiltDependencies": [
45-
"@parcel/watcher",
46-
"@swc/core",
47-
"esbuild"
48-
],
49-
"overrides": {
50-
"mdast-util-to-hast": "13.2.1"
51-
}
52-
},
5338
"dependencies": {
5439
"@floating-ui/react": "^0.27.19",
5540
"@hookform/resolvers": "^3.10.0",
5641
"@react-hook/resize-observer": "^2.0.2",
5742
"@stablelib/base64": "^2.0.1",
5843
"@stablelib/x25519": "^2.0.1",
59-
"@tanstack/query-core": "^5.100.10",
60-
"@tanstack/react-virtual": "^3.13.24",
44+
"@tanstack/query-core": "^5.100.14",
45+
"@tanstack/react-virtual": "^3.13.26",
6146
"@tauri-apps/api": "^2.11.0",
6247
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
6348
"@tauri-apps/plugin-deep-link": "^2.4.9",
@@ -76,27 +61,27 @@
7661
"classnames": "^2.5.1",
7762
"clsx": "^2.1.1",
7863
"compare-versions": "^6.1.1",
79-
"dayjs": "^1.11.20",
64+
"dayjs": "^1.11.21",
8065
"deepmerge-ts": "^7.1.5",
8166
"detect-browser": "^5.3.0",
8267
"fast-deep-equal": "^3.1.3",
8368
"file-saver": "^2.0.5",
8469
"get-text-width": "^1.0.3",
8570
"html-react-parser": "^5.2.17",
86-
"itertools": "^2.6.0",
71+
"itertools": "^2.7.1",
8772
"js-base64": "^3.7.8",
8873
"lodash-es": "^4.18.1",
8974
"merge-refs": "^2.0.0",
9075
"millify": "^6.1.0",
91-
"motion": "^12.38.0",
76+
"motion": "^12.40.0",
9277
"p-timeout": "^6.1.4",
9378
"prop-types": "^15.8.1",
9479
"radash": "^12.1.1",
9580
"react": "^19.2.6",
9681
"react-auth-code-input": "^3.2.1",
9782
"react-click-away-listener": "^2.4.1",
9883
"react-dom": "^19.2.6",
99-
"react-hook-form": "^7.76.0",
84+
"react-hook-form": "^7.76.1",
10085
"react-hotkeys-hook": "^5.3.2",
10186
"react-loading-skeleton": "^3.5.0",
10287
"react-markdown": "^10.1.0",
@@ -115,19 +100,19 @@
115100
"@biomejs/biome": "^2.4.15",
116101
"@hookform/devtools": "^4.4.0",
117102
"@svgr/cli": "^8.1.0",
118-
"@tanstack/react-query": "^5.100.10",
119-
"@tanstack/react-query-devtools": "^5.100.10",
103+
"@tanstack/react-query": "^5.100.14",
104+
"@tanstack/react-query-devtools": "^5.100.14",
120105
"@tauri-apps/cli": "^2.11.2",
121106
"@types/file-saver": "^2.0.7",
122107
"@types/lodash-es": "^4.17.12",
123108
"@types/node": "^24.12.4",
124-
"@types/react": "^19.2.14",
109+
"@types/react": "^19.2.15",
125110
"@types/react-dom": "^19.2.3",
126111
"@vitejs/plugin-react": "^5.2.0",
127112
"@vitejs/plugin-react-swc": "^4.3.1",
128113
"autoprefixer": "^10.5.0",
129114
"npm-run-all": "^4.1.5",
130-
"postcss": "^8.5.14",
115+
"postcss": "^8.5.15",
131116
"prettier": "^3.8.3",
132117
"sass": "~1.92.1",
133118
"typedoc": "^0.28.19",

0 commit comments

Comments
 (0)