Skip to content

Commit

Permalink
Update Node and Package Dependencies (#2464)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rido-min authored Sep 18, 2024
1 parent 488da25 commit 134ee15
Show file tree
Hide file tree
Showing 16 changed files with 73 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "14"
"node": "20"
}
}
],
Expand Down
41 changes: 0 additions & 41 deletions .github/ci.yaml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/pack.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.2
v20.17.0
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"uploadcoverage": "cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand Down Expand Up @@ -85,21 +85,25 @@
"keytar": "7.9.0"
},
"overrides": {
"minimist@<1.2.6": ">=1.2.6",
"follow-redirects@<1.14.8": ">=1.14.8",
"minimist": ">=1.2.8",
"follow-redirects": ">=1.15.9",
"serialize-javascript@<6.0.2": ">=6.0.2",
"postcss@<7.0.36": ">=7.0.36",
"postcss@<7.0.36": ">=8.4.45",
"trim-newlines@<3.0.1": ">=3.0.1",
"parse-path@<5.0.0": ">=5.0.0",
"glob-parent@<5.1.2": ">=5.1.2",
"browserslist@>=4.0.0 <4.16.5": ">=4.16.5",
"ejs@<3.1.7": ">=3.1.7",
"jsdom@<=16.4.0": ">=16.5.0",
"axios@<0.21.2": ">=0.21.2",
"parse-url@<8.1.0": ">=8.1.0",
"minimatch@<3.0.5": ">=3.0.5",
"shell-quote@<=1.7.2": ">=1.7.3",
"got@<11.8.5": ">=11.8.5",
"ajv@<6.12.3": ">=6.12.3"
"parse-path@<5.0.0": ">=7.0.0",
"glob-parent@<5.1.2": ">=6.0.2",
"browserslist@>=4.0.0 <4.16.5": ">=4.23.3",
"ejs@<3.1.7": ">=3.1.10",
"jsdom@<=16.4.0": ">=25.0.0",
"axios@<0.21.2": ">=1.7.7",
"parse-url@<8.1.0": ">=9.2.2",
"minimatch@<3.0.5": ">=10.0.1",
"shell-quote@<=1.7.2": ">=1.8.1",
"got@<11.8.5": ">=14.4.2",
"ajv@<6.12.3": ">=6.12.3",
"braces@<3.0.2" : ">=3.0.3",
"ip@<2.0.0" : ">=2.0.1",
"path-to-regexp@<1.0.0" : ">=1.9.0",
"body-parser@<1.20.1" : ">=1.20.3"
}
}
14 changes: 7 additions & 7 deletions packages/app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -74,7 +74,7 @@
"css-loader": "^1.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^7.19.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-notice": "^0.7.7",
Expand All @@ -96,7 +96,7 @@
"url-loader": "^1.0.1",
"webpack": "^4.32.2",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.15.2"
},
"dependencies": {
"@bfemulator/app-shared": "^1.0.0",
Expand All @@ -107,9 +107,9 @@
"@uifabric/icons": "^5.6.0",
"@uifabric/merge-styles": "^6.2.0",
"@uifabric/styling": "^5.20.0",
"base64url": "3.0.0",
"base64url": "3.0.1",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.17.0",
"botframework-schema": "^4.23.0",
"botframework-webchat": "^4.15.6",
"botframework-webchat-core": "^4.15.6",
"core-js": "^3.6.5",
Expand All @@ -118,8 +118,8 @@
"markdown-it": "^12.3.0",
"monaco-editor": "^0.21.2",
"monaco-editor-webpack-plugin": "^2.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-html-parser": "^2.0.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/main/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "14"
"node": "20"
}
}
],
Expand Down
14 changes: 7 additions & 7 deletions packages/app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -105,15 +105,15 @@
"@typescript-eslint/parser": "^4.14.2",
"asar-integrity": "^0.2.4",
"babel-jest": "^29.3.1",
"botbuilder": "^4.5.1",
"botbuilder": "^4.23.0",
"chalk": "^2.4.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"electron": "26.2.4",
"electron-builder": "23.6.0",
"@electron/rebuild": "^3.3.0",
"eslint": "^7.19.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-notice": "^0.7.7",
Expand All @@ -132,7 +132,7 @@
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/app-shared": "^1.0.0",
"@bfemulator/client": "^1.0.0",
"@bfemulator/extension-json": "^1.0.0",
Expand All @@ -141,11 +141,11 @@
"@bfemulator/extension-qnamaker-client": "^0.1.0",
"@bfemulator/sdk-shared": "^1.0.0",
"@electron/remote": "^2.0.11",
"@microsoft/bf-chatdown": "4.7.0",
"applicationinsights": "^1.0.8",
"@microsoft/bf-chatdown": "4.15.0",
"applicationinsights": "^1.8.10",
"base64url": "3.0.1",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.17.0",
"botframework-schema": "^4.23.0",
"chokidar": "^2.0.2",
"command-line-args": "^5.0.2",
"electron-updater": "4.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/app/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -30,7 +30,7 @@
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"babel-jest": "^29.3.1",
"eslint": "^7.19.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-notice": "^0.7.7",
Expand All @@ -43,7 +43,7 @@
"@babel/runtime": "^7.1.5",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.17.0",
"botframework-schema": "^4.23.0",
"eslint-plugin-security": "^1.4.0",
"tslib": "^1.9.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/extensions/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@bfemulator/sdk-client": "^1.0.0",
"@bfemulator/sdk-shared": "^1.0.0",
"@bfemulator/ui-react": "^1.0.0",
"botframework-schema": "^4.17.0",
"botframework-schema": "^4.23.0",
"deep-diff": "^1.0.2",
"eslint-plugin-security": "^1.4.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-json-tree": "^0.17.0"
},
"scripts": {
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -49,7 +49,7 @@
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^1.0.1",
"enzyme": "^3.3.0",
"eslint": "^7.19.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-notice": "^0.7.7",
Expand All @@ -63,7 +63,7 @@
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"webpack": "^4.32.2",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.15.2"
},
"jest": {
"setupFilesAfterEnv": ["../../../../testSetup.js"],
Expand Down
Loading

0 comments on commit 134ee15

Please sign in to comment.