Skip to content

Commit 73f866d

Browse files
authored
chore: downgrade ua-parser-js version (#529)
1 parent b9aaf50 commit 73f866d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ updates:
1515
interval: "weekly"
1616
ignore:
1717
- dependency-name: "@types/vscode"
18+
# These versions must match the versions specified in coder/coder exactly.
19+
- dependency-name: "@types/ua-parser-js"
20+
- dependency-name: "ua-parser-js"

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: "18"
2222

2323
- run: yarn
2424

2525
- run: yarn lint
2626

27+
- run: yarn build
28+
2729
test:
2830
runs-on: ubuntu-22.04
2931

@@ -32,7 +34,7 @@ jobs:
3234

3335
- uses: actions/setup-node@v4
3436
with:
35-
node-version: '18'
37+
node-version: "18"
3638

3739
- run: yarn
3840

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
"@types/glob": "^7.1.3",
286286
"@types/node": "^22.14.1",
287287
"@types/node-forge": "^1.3.11",
288-
"@types/ua-parser-js": "^0.7.39",
288+
"@types/ua-parser-js": "0.7.36",
289289
"@types/vscode": "^1.73.0",
290290
"@types/ws": "^8.18.1",
291291
"@typescript-eslint/eslint-plugin": "^7.0.0",
@@ -323,7 +323,7 @@
323323
"pretty-bytes": "^6.1.1",
324324
"proxy-agent": "^6.4.0",
325325
"semver": "^7.7.1",
326-
"ua-parser-js": "^2.0.3",
326+
"ua-parser-js": "1.0.40",
327327
"ws": "^8.18.2",
328328
"zod": "^3.25.1"
329329
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy