Skip to content

Commit 34d2474

Browse files
committed
bump eslint in ODP Desktop for Dependabot
1 parent b46bfad commit 34d2474

File tree

4 files changed

+45
-23
lines changed

4 files changed

+45
-23
lines changed

.github/codeql/desktop-only.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: desktop-only
2+
paths:
3+
include:
4+
- desktop/**

.github/workflows/codeql.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ name: "CodeQL Advanced"
1414
on:
1515
push:
1616
branches: [ "develop", "PR-review", "gh-pages", "main" ]
17+
paths-ignore:
18+
- 'cookiecutter/**'
1719
pull_request:
1820
branches: [ "develop", "PR-review", "gh-pages", "main" ]
21+
paths-ignore:
22+
- 'cookiecutter/**'
1923
schedule:
2024
- cron: '37 0 * * 6'
2125

@@ -45,16 +49,16 @@ jobs:
4549
include:
4650
- language: actions
4751
build-mode: none
52+
config-file: ''
4853
- language: python
4954
build-mode: none
50-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
51-
# Use `c-cpp` to analyze code written in C, C++ or both
52-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
53-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
54-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
55-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
56-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
57-
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
55+
config-file: ''
56+
- language: rust
57+
build-mode: none
58+
config-file: .github/codeql/desktop-only.yml
59+
- language: javascript-typescript
60+
build-mode: none
61+
config-file: .github/codeql/desktop-only.yml
5862
steps:
5963
- name: Checkout repository
6064
uses: actions/checkout@v4
@@ -71,6 +75,7 @@ jobs:
7175
with:
7276
languages: ${{ matrix.language }}
7377
build-mode: ${{ matrix.build-mode }}
78+
config-file: ${{ matrix.config-file }}
7479
# If you wish to specify custom queries, you can do so here or in a config file.
7580
# By default, queries listed here will override any specified in a config file.
7681
# Prefix the list here with "+" to use these queries and those in the config file.

desktop/package-lock.json

Lines changed: 25 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"zod": "^3.25.76"
4545
},
4646
"devDependencies": {
47-
"@eslint/js": "^9.31.0",
47+
"@eslint/js": "^9.39.1",
4848
"@tanstack/router-vite-plugin": "^1.131.27",
4949
"@tauri-apps/api": "^2.8.0",
5050
"@tauri-apps/cli": "^2.8.1",
@@ -64,8 +64,8 @@
6464
"jsdom": "^26.1.0",
6565
"typescript": "^5.9.2",
6666
"typescript-eslint": "^8.40.0",
67-
"vite": "^7.1.11",
68-
"vite-plugin-svgr": "^4.3.0",
67+
"vite": "^7.2.2",
68+
"vite-plugin-svgr": "^4.5.0",
6969
"vitest": "^3.2.4"
7070
}
7171
}

0 commit comments

Comments
 (0)