Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 134ee15

Browse files
authored
Update Node and Package Dependencies (#2464)
* add ci (#3) * add ci * rename lerna task * openssl-legacy-provider * new action setup node * build client with options * config node_options in job * fix paths * skip windows pack * upload * do not audit * audit * update actions * add pack * fix pack * fix dispatch * rename pack * upd babel to 20 * upd overrides * upd react * upd @babel/core * baseUrl * botbuilder * webpack-dev-server * fix webpack plugins * fix pack (#5) * fix pack * add fail fast * upd bot builder * fix matrix * fix pack win * more webapck * eslint * rm copied actions * fix webpack plugin * ms-rest * babel runtime * luis apis * lscache * appinsights * bf-schema * webchat * webchat 4.15.9 * webchat 4.15.6 * upd node-version
1 parent 488da25 commit 134ee15

16 files changed

Lines changed: 73 additions & 212 deletions

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "14"
7+
"node": "20"
88
}
99
}
1010
],

.github/ci.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/pack.yaml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.2
1+
v20.17.0

package.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"uploadcoverage": "cat ./coverage/lcov.info | coveralls"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "^7.20.2",
19+
"@babel/core": "^7.25.2",
2020
"@babel/plugin-proposal-class-properties": "^7.18.6",
2121
"@babel/plugin-proposal-decorators": "^7.20.7",
2222
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
@@ -85,21 +85,25 @@
8585
"keytar": "7.9.0"
8686
},
8787
"overrides": {
88-
"minimist@<1.2.6": ">=1.2.6",
89-
"follow-redirects@<1.14.8": ">=1.14.8",
88+
"minimist": ">=1.2.8",
89+
"follow-redirects": ">=1.15.9",
9090
"serialize-javascript@<6.0.2": ">=6.0.2",
91-
"postcss@<7.0.36": ">=7.0.36",
91+
"postcss@<7.0.36": ">=8.4.45",
9292
"trim-newlines@<3.0.1": ">=3.0.1",
93-
"parse-path@<5.0.0": ">=5.0.0",
94-
"glob-parent@<5.1.2": ">=5.1.2",
95-
"browserslist@>=4.0.0 <4.16.5": ">=4.16.5",
96-
"ejs@<3.1.7": ">=3.1.7",
97-
"jsdom@<=16.4.0": ">=16.5.0",
98-
"axios@<0.21.2": ">=0.21.2",
99-
"parse-url@<8.1.0": ">=8.1.0",
100-
"minimatch@<3.0.5": ">=3.0.5",
101-
"shell-quote@<=1.7.2": ">=1.7.3",
102-
"got@<11.8.5": ">=11.8.5",
103-
"ajv@<6.12.3": ">=6.12.3"
93+
"parse-path@<5.0.0": ">=7.0.0",
94+
"glob-parent@<5.1.2": ">=6.0.2",
95+
"browserslist@>=4.0.0 <4.16.5": ">=4.23.3",
96+
"ejs@<3.1.7": ">=3.1.10",
97+
"jsdom@<=16.4.0": ">=25.0.0",
98+
"axios@<0.21.2": ">=1.7.7",
99+
"parse-url@<8.1.0": ">=9.2.2",
100+
"minimatch@<3.0.5": ">=10.0.1",
101+
"shell-quote@<=1.7.2": ">=1.8.1",
102+
"got@<11.8.5": ">=14.4.2",
103+
"ajv@<6.12.3": ">=6.12.3",
104+
"braces@<3.0.2" : ">=3.0.3",
105+
"ip@<2.0.0" : ">=2.0.1",
106+
"path-to-regexp@<1.0.0" : ">=1.9.0",
107+
"body-parser@<1.20.1" : ">=1.20.3"
104108
}
105109
}

packages/app/client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.20.2",
51+
"@babel/core": "^7.25.2",
5252
"@babel/plugin-proposal-class-properties": "^7.18.6",
5353
"@babel/plugin-proposal-decorators": "^7.20.7",
5454
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
@@ -74,7 +74,7 @@
7474
"css-loader": "^1.0.1",
7575
"enzyme": "^3.3.0",
7676
"enzyme-adapter-react-16": "^1.1.1",
77-
"eslint": "^7.19.0",
77+
"eslint": "^7.32.0",
7878
"eslint-config-prettier": "^3.5.0",
7979
"eslint-plugin-import": "2.26.0",
8080
"eslint-plugin-notice": "^0.7.7",
@@ -96,7 +96,7 @@
9696
"url-loader": "^1.0.1",
9797
"webpack": "^4.32.2",
9898
"webpack-cli": "^4.0.0",
99-
"webpack-dev-server": "^4.11.1"
99+
"webpack-dev-server": "^4.15.2"
100100
},
101101
"dependencies": {
102102
"@bfemulator/app-shared": "^1.0.0",
@@ -107,9 +107,9 @@
107107
"@uifabric/icons": "^5.6.0",
108108
"@uifabric/merge-styles": "^6.2.0",
109109
"@uifabric/styling": "^5.20.0",
110-
"base64url": "3.0.0",
110+
"base64url": "3.0.1",
111111
"botframework-config": "^4.4.0",
112-
"botframework-schema": "^4.17.0",
112+
"botframework-schema": "^4.23.0",
113113
"botframework-webchat": "^4.15.6",
114114
"botframework-webchat-core": "^4.15.6",
115115
"core-js": "^3.6.5",
@@ -118,8 +118,8 @@
118118
"markdown-it": "^12.3.0",
119119
"monaco-editor": "^0.21.2",
120120
"monaco-editor-webpack-plugin": "^2.0.0",
121-
"react": "16.8.6",
122-
"react-dom": "16.8.6",
121+
"react": "16.14.0",
122+
"react-dom": "16.14.0",
123123
"react-html-parser": "^2.0.2",
124124
"react-redux": "^5.0.7",
125125
"react-router-dom": "^4.2.2",

packages/app/main/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "14"
7+
"node": "20"
88
}
99
}
1010
],

packages/app/main/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"license": "MIT",
8282
"devDependencies": {
83-
"@babel/core": "^7.20.2",
83+
"@babel/core": "^7.25.2",
8484
"@babel/plugin-proposal-class-properties": "^7.18.6",
8585
"@babel/plugin-proposal-decorators": "^7.20.7",
8686
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
@@ -105,15 +105,15 @@
105105
"@typescript-eslint/parser": "^4.14.2",
106106
"asar-integrity": "^0.2.4",
107107
"babel-jest": "^29.3.1",
108-
"botbuilder": "^4.5.1",
108+
"botbuilder": "^4.23.0",
109109
"chalk": "^2.4.1",
110110
"concurrently": "^3.5.1",
111111
"cross-env": "^5.1.3",
112112
"del": "^3.0.0",
113113
"electron": "26.2.4",
114114
"electron-builder": "23.6.0",
115115
"@electron/rebuild": "^3.3.0",
116-
"eslint": "^7.19.0",
116+
"eslint": "^7.32.0",
117117
"eslint-config-prettier": "^3.5.0",
118118
"eslint-plugin-import": "2.26.0",
119119
"eslint-plugin-notice": "^0.7.7",
@@ -132,7 +132,7 @@
132132
"vinyl-source-stream": "^2.0.0"
133133
},
134134
"dependencies": {
135-
"@babel/runtime": "^7.1.5",
135+
"@babel/runtime": "^7.25.6",
136136
"@bfemulator/app-shared": "^1.0.0",
137137
"@bfemulator/client": "^1.0.0",
138138
"@bfemulator/extension-json": "^1.0.0",
@@ -141,11 +141,11 @@
141141
"@bfemulator/extension-qnamaker-client": "^0.1.0",
142142
"@bfemulator/sdk-shared": "^1.0.0",
143143
"@electron/remote": "^2.0.11",
144-
"@microsoft/bf-chatdown": "4.7.0",
145-
"applicationinsights": "^1.0.8",
144+
"@microsoft/bf-chatdown": "4.15.0",
145+
"applicationinsights": "^1.8.10",
146146
"base64url": "3.0.1",
147147
"botframework-config": "^4.4.0",
148-
"botframework-schema": "^4.17.0",
148+
"botframework-schema": "^4.23.0",
149149
"chokidar": "^2.0.2",
150150
"command-line-args": "^5.0.2",
151151
"electron-updater": "4.3.5",

packages/app/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"devDependencies": {
21-
"@babel/core": "^7.20.2",
21+
"@babel/core": "^7.25.2",
2222
"@babel/plugin-proposal-class-properties": "^7.18.6",
2323
"@babel/plugin-proposal-decorators": "^7.20.7",
2424
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
@@ -30,7 +30,7 @@
3030
"@typescript-eslint/eslint-plugin": "^4.14.2",
3131
"@typescript-eslint/parser": "^4.14.2",
3232
"babel-jest": "^29.3.1",
33-
"eslint": "^7.19.0",
33+
"eslint": "^7.32.0",
3434
"eslint-config-prettier": "^3.5.0",
3535
"eslint-plugin-import": "2.26.0",
3636
"eslint-plugin-notice": "^0.7.7",
@@ -43,7 +43,7 @@
4343
"@babel/runtime": "^7.1.5",
4444
"@bfemulator/sdk-shared": "^1.0.0",
4545
"botframework-config": "^4.4.0",
46-
"botframework-schema": "^4.17.0",
46+
"botframework-schema": "^4.23.0",
4747
"eslint-plugin-security": "^1.4.0",
4848
"tslib": "^1.9.0"
4949
},

packages/extensions/json/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"@bfemulator/sdk-client": "^1.0.0",
1212
"@bfemulator/sdk-shared": "^1.0.0",
1313
"@bfemulator/ui-react": "^1.0.0",
14-
"botframework-schema": "^4.17.0",
14+
"botframework-schema": "^4.23.0",
1515
"deep-diff": "^1.0.2",
1616
"eslint-plugin-security": "^1.4.0",
17-
"react": "16.8.6",
18-
"react-dom": "16.8.6",
17+
"react": "16.14.0",
18+
"react-dom": "16.14.0",
1919
"react-json-tree": "^0.17.0"
2020
},
2121
"scripts": {
@@ -26,7 +26,7 @@
2626
"test": "jest"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.20.2",
29+
"@babel/core": "^7.25.2",
3030
"@babel/plugin-proposal-class-properties": "^7.18.6",
3131
"@babel/plugin-proposal-decorators": "^7.20.7",
3232
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
@@ -49,7 +49,7 @@
4949
"copy-webpack-plugin": "^6.4.1",
5050
"css-loader": "^1.0.1",
5151
"enzyme": "^3.3.0",
52-
"eslint": "^7.19.0",
52+
"eslint": "^7.32.0",
5353
"eslint-config-prettier": "^3.5.0",
5454
"eslint-plugin-import": "2.26.0",
5555
"eslint-plugin-notice": "^0.7.7",
@@ -63,7 +63,7 @@
6363
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
6464
"webpack": "^4.32.2",
6565
"webpack-cli": "^4.0.0",
66-
"webpack-dev-server": "^4.11.1"
66+
"webpack-dev-server": "^4.15.2"
6767
},
6868
"jest": {
6969
"setupFilesAfterEnv": ["../../../../testSetup.js"],

0 commit comments

Comments
 (0)