Skip to content

Commit e4638ae

Browse files
authored
chore(deps): bump dependencies versions (#1146)
1 parent ebc821e commit e4638ae

File tree

8 files changed

+285
-668
lines changed

8 files changed

+285
-668
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ updates:
1414
directory: "/client"
1515
schedule:
1616
interval: "weekly"
17+
groups:
18+
aggrid:
19+
patterns:
20+
- "ag-grid*"
21+
react:
22+
patterns:
23+
- "react*"
1724
ignore:
1825
# @types/vscode should match the engine version we're using
1926
# should not be upgraded on its own
@@ -26,6 +33,13 @@ updates:
2633
directory: "/website"
2734
schedule:
2835
interval: "weekly"
36+
groups:
37+
docusaurus:
38+
patterns:
39+
- "@docusaurus/*"
40+
react:
41+
patterns:
42+
- "react*"
2943
- package-ecosystem: "github-actions"
3044
# Don't need to specify `/.github/workflows` for `directory`. Github knows it.
3145
directory: "/"

client/package-lock.json

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

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"vscode": "^1.82.0"
1010
},
1111
"dependencies": {
12-
"ag-grid-community": "^32.0.2",
13-
"ag-grid-react": "^32.0.2",
12+
"ag-grid-community": "^32.1.0",
13+
"ag-grid-react": "^32.1.0",
1414
"axios": "^1.7.3",
1515
"media-typer": "^1.1.0",
1616
"react": "^18.3.1",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
"nock": "^13.5.4",
11031103
"papaparse": "^5.4.1",
11041104
"path-browserify": "^1.0.1",
1105-
"prettier": "^3.3.2",
1105+
"prettier": "^3.3.3",
11061106
"sinon": "^18.0.0",
11071107
"ts-loader": "^9.5.1",
11081108
"ts-node": "^10.9.2",

server/src/sas/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let bundle: Record<string, string>;
2828
const locale: string =
2929
typeof process !== "undefined" && process.env.VSCODE_NLS_CONFIG
3030
? JSON.parse(process.env.VSCODE_NLS_CONFIG).locale
31-
: global.navigator?.language ?? "en";
31+
: (global.navigator?.language ?? "en");
3232
const supportedLanguages = [
3333
"ar",
3434
"cs",

0 commit comments

Comments
 (0)