Skip to content

Commit

Permalink
Lock ESLint to 9.14 due to typescript-eslint issue (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy authored Nov 17, 2024
1 parent d53f414 commit 0cb536f
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 620 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Runs on pushes targeting the default branch
push:
# Pattern matched against refs/tags
tags:
tags:
- 'v*' # Push events to every tag not containing /

# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: false
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: "pnpm"
- name: Login
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: false
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: "pnpm"
- name: Login
run: |
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@codemirror/language": "^6.10.3",
"@codemirror/legacy-modes": "^6.4.1",
"@codemirror/legacy-modes": "^6.4.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@codemirror/view": "^6.34.3",
"@material/web": "^2.2.0",
"@milkdown/core": "^7.5.0",
"@milkdown/ctx": "^7.5.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@ucla-irl/ndnts-aux": "^4.0.0",
"@ucla-irl/ndnts-aux": "^4.0.1",
"autoprefixer": "^10.4.20",
"codemirror": "^6.0.1",
"diff": "^5.2.0",
Expand All @@ -76,7 +76,7 @@
"jose": "^5.9.6",
"jszip": "^3.10.1",
"peerjs": "^1.5.4",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"remark-gfm": "3.0.1",
Expand All @@ -85,7 +85,7 @@
"solid-markdown": "^2.0.13",
"solid-tiptap": "^0.7.0",
"solid-toast": "^0.5.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"uuid": "^10.0.0",
"y-codemirror.next": "^0.3.5",
"y-prosemirror": "^1.2.12",
Expand All @@ -99,19 +99,19 @@
"@types/uuid": "^10.0.0",
"@types/web-bluetooth": "^0.0.20",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-solid": "^0.14.4",
"peer": "^1.0.2",
"prettier": "^3.3.3",
"sass": "^1.80.5",
"sass": "^1.81.0",
"solid-devtools": "^0.30.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.14.0",
"typescript-event-target": "^1.1.1",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-solid": "^2.10.2",
"wait-your-turn": "^1.0.1",
Expand Down
Loading

0 comments on commit 0cb536f

Please sign in to comment.