Skip to content

Commit c577b9d

Browse files
authored
Upgrade deps (#1229)
* upgrade deps * update workflows * upgrade yarn
1 parent 10e0f3b commit c577b9d

11 files changed

+387
-280
lines changed

.github/workflows/build-enjoy-app-macos14.yml renamed to .github/workflows/build-enjoy-app-macos-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
build:
7-
runs-on: macos-14
7+
runs-on: macos-15
88
steps:
99
- uses: actions/checkout@v4
1010

@@ -16,7 +16,7 @@ jobs:
1616
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1717
with:
1818
path: "**/node_modules"
19-
key: macos-14-${{ hashFiles('**/yarn.lock') }}
19+
key: macos-15-${{ hashFiles('**/yarn.lock') }}
2020

2121
- name: Install dependencies
2222
run: yarn install

.github/workflows/build-enjoy-app-macos12.yml renamed to .github/workflows/build-enjoy-app-macos-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build Enjoy App (macos-12)
1+
name: Build Enjoy App (macos-x64)
22
on:
33
workflow_dispatch:
44

55
jobs:
66
build:
7-
runs-on: macos-12
7+
runs-on: macos-13
88
steps:
99
- uses: actions/checkout@v4
1010

@@ -16,7 +16,7 @@ jobs:
1616
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1717
with:
1818
path: "**/node_modules"
19-
key: macos-12-${{ hashFiles('**/yarn.lock') }}
19+
key: macos-13-${{ hashFiles('**/yarn.lock') }}
2020

2121
- name: Install dependencies
2222
run: yarn install

.github/workflows/release-enjoy-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [macos-12, macos-14, windows-latest, ubuntu-latest]
9+
os: [macos-13, macos-15, windows-latest, ubuntu-latest]
1010
steps:
1111
- uses: actions/checkout@v4
1212

@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload artifact
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: Enjoy-${{ runner.os }}-${{ matrix.os == 'macos-14' && 'arm64' || 'x64' }}-build-${{ github.ref_name }}
41+
name: Enjoy-${{ runner.os }}-${{ matrix.os == 'macos-15' && 'arm64' || 'x64' }}-build-${{ github.ref_name }}
4242
path: |
4343
enjoy/out/make/**/*.deb
4444
enjoy/out/make/**/*.rpm

.github/workflows/test-enjoy-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [macos-12, macos-14, windows-latest, windows-2019, ubuntu-latest]
22+
os: [macos-13, macos-15, windows-latest, windows-2019, ubuntu-latest]
2323
steps:
2424
- uses: actions/checkout@v4
2525

@@ -36,8 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: yarn install
3838

39-
- name: Install sdl2 for macOS12
40-
if: matrix.os == 'macos-12'
39+
- name: Install sdl2 for macOS13
40+
if: matrix.os == 'macos-13'
4141
run: |
4242
brew update
4343
brew install sdl2

.yarn/releases/yarn-4.5.2.cjs renamed to .yarn/releases/yarn-4.5.3.cjs

Lines changed: 80 additions & 80 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nmHoistingLimits: workspaces
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.5.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

1000-hours/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"markdown-it-sub": "^2.0.0",
1010
"markdown-it-sup": "^2.0.0",
1111
"mermaid": "^11.4.1",
12-
"sass": "^1.81.0",
12+
"sass": "^1.82.0",
1313
"vitepress": "^1.5.0",
1414
"vitepress-plugin-mermaid": "^2.0.17",
1515
"vue": "^3.5.13"

1000h-portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"autoprefixer": "^10.4.20",
2121
"postcss": "^8.4.49",
22-
"sass": "^1.81.0",
23-
"tailwindcss": "^3.4.15"
22+
"sass": "^1.82.0",
23+
"tailwindcss": "^3.4.16"
2424
}
2525
}

enjoy/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@electron-forge/publisher-s3": "^7.6.0",
4444
"@electron/fuses": "^1.8.0",
4545
"@hookform/resolvers": "^3.9.1",
46-
"@langchain/community": "^0.3.16",
47-
"@langchain/core": "^0.3.19",
46+
"@langchain/community": "^0.3.17",
47+
"@langchain/core": "^0.3.22",
4848
"@langchain/ollama": "^0.1.2",
4949
"@mozilla/readability": "^0.5.0",
5050
"@playwright/test": "^1.49.0",
@@ -86,24 +86,24 @@
8686
"@types/mime-types": "^2.1.4",
8787
"@types/mustache": "^4.2.5",
8888
"@types/node": "^22.10.1",
89-
"@types/prop-types": "^15.7.13",
89+
"@types/prop-types": "^15.7.14",
9090
"@types/rails__actioncable": "^6.1.11",
91-
"@types/react": "^18.3.12",
92-
"@types/react-dom": "^18.3.1",
91+
"@types/react": "^18.3.14",
92+
"@types/react-dom": "^18.3.2",
9393
"@types/semver": "^7.5.8",
9494
"@types/turndown": "^5.0.5",
9595
"@types/unzipper": "^0.10.10",
9696
"@types/validator": "^13.12.2",
9797
"@types/wavesurfer.js": "^6.0.12",
98-
"@typescript-eslint/eslint-plugin": "^8.16.0",
99-
"@typescript-eslint/parser": "^8.16.0",
98+
"@typescript-eslint/eslint-plugin": "^8.17.0",
99+
"@typescript-eslint/parser": "^8.17.0",
100100
"@uidotdev/usehooks": "^2.4.1",
101101
"@vidstack/react": "^1.12.12",
102102
"@vitejs/plugin-react": "^4.3.4",
103103
"ahoy.js": "^0.4.4",
104104
"autoprefixer": "^10.4.20",
105105
"autosize": "^6.0.1",
106-
"axios": "^1.7.8",
106+
"axios": "^1.7.9",
107107
"camelcase": "^8.0.0",
108108
"camelcase-keys": "^9.1.3",
109109
"chart.js": "^4.4.7",
@@ -119,38 +119,38 @@
119119
"decamelize": "^6.0.0",
120120
"decamelize-keys": "^2.0.1",
121121
"dependencies-tree": "^2.0.0",
122-
"electron": "^33.2.1",
122+
"electron": "^33.3.0",
123123
"electron-context-menu": "^4.0.4",
124124
"electron-devtools-installer": "^3.2.0",
125125
"electron-forge-plugin-dependencies": "^1.0.0",
126-
"electron-log": "^5.2.3",
126+
"electron-log": "^5.2.4",
127127
"electron-playwright-helpers": "^1.7.1",
128128
"electron-squirrel-startup": "^1.0.1",
129129
"electron-unhandled": "^5.0.0",
130130
"eslint": "^9.16.0",
131-
"eslint-import-resolver-typescript": "^3.6.3",
131+
"eslint-import-resolver-typescript": "^3.7.0",
132132
"eslint-plugin-import": "^2.31.0",
133133
"flora-colossus": "^2.0.0",
134134
"foliate-js": "https://github.com/johnfactotum/foliate-js.git#commit=b5ae4c22c197ef70e12ead88277dde2856447634",
135135
"html-to-text": "^9.0.5",
136136
"https-proxy-agent": "^7.0.5",
137-
"i18next": "^24.0.2",
137+
"i18next": "^24.0.5",
138138
"input-otp": "^1.4.1",
139-
"intl-tel-input": "^24.8.1",
139+
"intl-tel-input": "^25.0.1",
140140
"js-md5": "^0.8.3",
141141
"langchain": "^0.3.6",
142142
"lodash": "^4.17.21",
143143
"lru-cache": "^11.0.2",
144-
"lucide-react": "^0.462.0",
144+
"lucide-react": "^0.468.0",
145145
"mark.js": "^8.11.1",
146146
"media-captions": "^0.0.18",
147147
"microsoft-cognitiveservices-speech-sdk": "^1.41.0",
148148
"mime-types": "^2.1.35",
149149
"mustache": "^4.2.0",
150150
"new-github-issue-url": "^1.0.0",
151-
"next-themes": "^0.4.3",
151+
"next-themes": "^0.4.4",
152152
"octokit": "^4.0.2",
153-
"openai": "^4.73.1",
153+
"openai": "^4.76.0",
154154
"pitchfinder": "^2.3.2",
155155
"postcss": "^8.4.49",
156156
"progress": "^2.0.3",
@@ -162,12 +162,12 @@
162162
"react-audio-voice-recorder": "^2.2.0",
163163
"react-dom": "^18.3.1",
164164
"react-frame-component": "^5.2.7",
165-
"react-hook-form": "^7.53.2",
165+
"react-hook-form": "^7.54.0",
166166
"react-hotkeys-hook": "^4.6.1",
167167
"react-i18next": "^15.1.3",
168168
"react-markdown": "^9.0.1",
169169
"react-resizable-panels": "^2.1.7",
170-
"react-router-dom": "^7.0.1",
170+
"react-router-dom": "^7.0.2",
171171
"react-shadow-root": "^6.2.0",
172172
"react-tooltip": "^5.28.0",
173173
"remark-gfm": "^4.0.0",
@@ -177,16 +177,16 @@
177177
"tailwind-merge": "^2.5.5",
178178
"tailwind-scrollbar": "^3.1.0",
179179
"tailwind-scrollbar-hide": "^1.1.7",
180-
"tailwindcss": "^3.4.15",
180+
"tailwindcss": "^3.4.16",
181181
"tailwindcss-animate": "^1.0.7",
182182
"ts-node": "^10.9.2",
183183
"tslib": "^2.8.1",
184184
"turndown": "^7.2.0",
185185
"typescript": "^5.7.2",
186186
"update-electron-app": "^3.0.0",
187-
"vite": "^6.0.1",
187+
"vite": "^6.0.3",
188188
"vite-plugin-static-copy": "^2.2.0",
189-
"wavesurfer.js": "^7.8.9",
189+
"wavesurfer.js": "^7.8.10",
190190
"zod": "^3.23.8",
191191
"zod-to-json-schema": "^3.23.5",
192192
"zx": "^8.2.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"docs:preview": "yarn workspace 1000-hours preview",
2525
"portal:generate": "yarn workspace 1000h-portal generate"
2626
},
27-
"packageManager": "[email protected].2",
27+
"packageManager": "[email protected].3",
2828
"engines": {
2929
"node": ">=18.0.0"
3030
}

0 commit comments

Comments
 (0)