Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/dependency_updates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Update dependencies

on:
#schedule:
#- cron: '0 2 * * *'
workflow_dispatch:

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- run: |
cd Composer
yarn up-all --exclude electron

- name: Create pull request
uses: peter-evans/create-pull-request@v3.1.0
with:
commit-message: Update all dependencies
branch: automatic_dependency_updates
title: Update all dependencies
body: Auto-generated by workflow "Update dependencies". An update of all NPM dependencies except electron.
#labels: auto-merge
#reviewers: # optional
1 change: 1 addition & 0 deletions .yarn/plugins/yarn-up-all-plugin.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports={name:"yarn-up-all-plugin",factory:a=>{const{Configuration:b,Project:c}=a("@yarnpkg/core"),{Cli:d,Command:e,Option:f}=a("clipanion"),g=a("@yarnpkg/plugin-essentials"),h=a("typanion"),i=(a,b)=>a?`@${a}/${b}`:b,j=(a,b)=>{const c=[...a.values()];return b?c.filter(a=>{const c=i(a[1].scope,a[1].name);return!b.includes(c)}):c};class k extends e{constructor(){super(),this.exclude=f.String("-e,--exclude",{validator:h.isString()})}async execute(){if(!g.default.commands)throw new Error("Yarn commands are not available!");const a=await b.find(this.context.cwd,this.context.plugins),{workspace:e}=await c.find(a,this.context.cwd),f=[...e.manifest.dependencies,...e.manifest.devDependencies],h=j(f,this.exclude?this.exclude.split(" "):null),k=h.map(a=>i(a[1].scope,a[1].name)),l=d.from(g.default.commands);return l.runExit(["up",...k],this.context)}}return k.paths=[["up-all"]],k.usage={category:"Utilities",description:"Yarn 2 plugin that will upgrade all dependencies to their latest version with one simple command",details:"This command will upgrade all dependencies to their latest version. You can exclude certain dependencies from being upgraded by using the `-e,--exclude` option.",examples:[["Upgrade all dependencies","yarn up-all"],["Upgrade all dependencies but exclude a single dependency","yarn up-all --exclude package"],["Upgrade all dependencies but exclude a single dependency","yarn up-all -e package"],["Upgrade all dependencies but exclude multiple dependencies","yarn up-all --exclude \"package1 package2\""]]},{commands:[k]}}};
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
lockfileFilename: "yarn-berry.lock"
nodeLinker: "node-modules"
yarnPath: ".yarn/releases/yarn-3.1.1.cjs"
checksumBehavior: "update"
checksumBehavior: update

defaultSemverRangePrefix: ""

enableTelemetry: false
preferInteractive: true

lockfileFilename: yarn-berry.lock

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/yarn-up-all-plugin.cjs
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"

preferInteractive: false

yarnPath: .yarn/releases/yarn-3.2.1.cjs
70 changes: 35 additions & 35 deletions Composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,46 +118,46 @@
]
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@bfc/eslint-plugin-bfcomposer": "*",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@babel/cli": "7.18.6",
"@babel/core": "7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@bfc/eslint-plugin-bfcomposer": "workspace:*",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/eslint-plugin": "11.7.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"concurrently": "^4.1.0",
"coveralls": "^3.1.0",
"cross-env": "7.0.2",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"concurrently": "7.2.2",
"coveralls": "3.1.1",
"cross-env": "7.0.3",
"eslint": "7.0.0",
"eslint-config-prettier": "6.11.0",
"eslint-formatter-github-actions": "^1.0.0",
"eslint-plugin-format-message": "6.2.3",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-lodash": "7.1.0",
"eslint-config-prettier": "8.5.0",
"eslint-formatter-github-actions": "1.1.0",
"eslint-plugin-format-message": "6.2.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-notice": "0.9.10",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"eslint-plugin-security": "1.4.0",
"format-message": "6.2.3",
"format-message-cli": "6.2.3",
"get-port": "^5.1.1",
"husky": "^1.3.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.5.0",
"format-message": "6.2.4",
"format-message-cli": "6.2.4",
"get-port": "6.1.2",
"husky": "8.0.1",
"jest": "27.4.7",
"jest-cli": "27.4.7",
"lint-staged": "^8.1.0",
"prettier": "2.0.5",
"rimraf": "^2.6.3",
"ts-loader": "7.0.4",
"tslib": "^2.0.0",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"ts-loader": "9.3.1",
"tslib": "2.4.0",
"typescript": "3.9.2",
"wait-on": "^5.3.0",
"wsrun": "^5.2.0"
"wait-on": "6.0.1",
"wsrun": "5.2.4"
}
}
6 changes: 3 additions & 3 deletions Composer/packages/adaptive-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prop-types": "^15.7.2",
"react-measure": "^2.3.0",
"source-map-loader": "^0.2.4",
"tslib": "2.0.3"
"tslib": "2.4.0"
},
"peerDependencies": {
"format-message": "^6.2.3",
Expand All @@ -49,11 +49,11 @@
"@botframework-composer/test-utils": "*",
"@types/lodash": "^4.14.146",
"@types/react": "16.9.23",
"format-message": "^6.2.3",
"format-message": "6.2.4",
"json-loader": "^0.5.7",
"react": "16.13.1",
"react-dom": "16.13.1",
"ts-loader": "7.0.4",
"ts-loader": "9.3.1",
"tsconfig-paths-webpack-plugin": "^3.2.0"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/adaptive-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@emotion/react": "^11.1.3",
"lodash": "^4.17.19",
"react-error-boundary": "^1.2.5",
"tslib": "2.0.3"
"tslib": "2.4.0"
}
}
14 changes: 7 additions & 7 deletions Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"babel-plugin-extract-format-message": "^6.2.3",
"botframework-webchat": "4.15.1",
"botframework-webchat-core": "4.15.1",
"format-message": "^6.2.3",
"format-message": "6.2.4",
"format-message-generate-id": "^6.2.3",
"immer": "^9.0.6",
"jsonwebtoken": "^8.5.1",
Expand All @@ -78,7 +78,7 @@
"recoil": "^0.0.13",
"sanitize-html": "2.3.3",
"styled-components": "^4.1.3",
"tslib": "2.0.3",
"tslib": "2.4.0",
"uuid": "^8.3.0",
"webpack-bundle-analyzer": "^4.4.2"
},
Expand All @@ -89,12 +89,12 @@
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/cli": "7.18.6",
"@babel/core": "7.18.6",
"@babel/runtime": "7.3.4",
"@botframework-composer/test-utils": "*",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/babel-preset-css-prop": "11.2.0",
"@svgr/webpack": "4.1.0",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.146",
Expand All @@ -117,7 +117,7 @@
"eslint-config-react-app": "5.2.1",
"eslint-loader": "4.0.0",
"file-loader": "4.2.0",
"format-message-cli": "^6.2.3",
"format-message-cli": "6.2.4",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.8",
"jest-websocket-mock": "^2.2.0",
Expand All @@ -129,7 +129,7 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-safe-parser": "4.0.1",
"rimraf": "2.6.3",
"rimraf": "3.0.2",
"style-loader": "1.0.0",
"terser-webpack-plugin": "2.3.7",
"url-loader": "2.2.0",
Expand Down
12 changes: 6 additions & 6 deletions Composer/packages/electron-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"l10n": "yarn l10n:babel && yarn l10n:extract && yarn l10n:transform locales/en-US.json && rimraf l10ntemp"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@botframework-composer/test-utils": "0.0.1",
"@types/archiver": "^3.1.0",
"@types/body-parser": "^1.17.0",
Expand All @@ -47,15 +47,15 @@
"@types/morgan": "1.7.35",
"@types/node": "13.9.3",
"@types/rimraf": "^2.0.2",
"cross-env": "7.0.2",
"cross-env": "7.0.3",
"electron": "14.2.6",
"electron-builder": "^22.6.0",
"globby": "^11.0.1",
"js-yaml": "^3.13.1",
"mock-fs": "^4.10.1",
"ncp": "2.0.0",
"nodemon": "^2.0.3",
"rimraf": "^2.6.3",
"rimraf": "3.0.2",
"source-map-explorer": "^2.4.2",
"ts-node": "^8.4.1"
},
Expand All @@ -67,13 +67,13 @@
"debug": "4.1.1",
"electron-updater": "4.2.5",
"fix-path": "^3.0.0",
"format-message": "^6.2.3",
"format-message": "6.2.4",
"format-message-generate-id": "^6.2.3",
"fs-extra": "^9.0.0",
"lodash": "^4.17.19",
"node-fetch": "2.6.1",
"semver": "7.3.2",
"tslib": "2.0.3",
"tslib": "2.4.0",
"uuid": "7.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Composer/packages/extension-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@types/react": "16.9.23",
"react": "16.13.1",
"react-dom": "16.13.1",
"rimraf": "^3.0.2",
"rimraf": "3.0.2",
"typescript": "3.9.2"
},
"dependencies": {
"debug": "^4.1.1",
"lodash": "^4.17.19",
"tslib": "2.0.3"
"tslib": "2.4.0"
}
}
4 changes: 2 additions & 2 deletions Composer/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/path-to-regexp": "^1.7.0",
"@types/tar": "^4.0.3",
"json-schema": "^0.2.5",
"rimraf": "^3.0.2",
"rimraf": "3.0.2",
"typescript": "^3.8.3"
},
"dependencies": {
Expand All @@ -34,6 +34,6 @@
"passport": "^0.4.1",
"path-to-regexp": "^6.1.0",
"tar": "^6.1.6",
"tslib": "2.0.3"
"tslib": "2.4.0"
}
}
4 changes: 2 additions & 2 deletions Composer/packages/form-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@bfc/shared": "*",
"@bfc/ui-shared": "*",
"react-beautiful-dnd": "^13.0.0",
"tslib": "2.0.3"
"tslib": "2.4.0"
},
"peerDependencies": {
"@emotion/react": "^11.1.3",
Expand All @@ -43,6 +43,6 @@
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.8.4",
"@types/recoil": "^0.0.1",
"rimraf": "^2.6.3"
"rimraf": "3.0.2"
}
}
2 changes: 1 addition & 1 deletion Composer/packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chalk": "^4.0.0",
"cypress": "^7.5.0",
"eslint-plugin-cypress": "2.11.1",
"tslib": "2.0.3"
"tslib": "2.4.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/intellisense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@emotion/react": "^11.1.3",
"tslib": "2.0.3",
"tslib": "2.4.0",
"vscode-languageserver": "5.3.0-next.10",
"websocket": "^1.0.31"
},
Expand Down
6 changes: 3 additions & 3 deletions Composer/packages/lib/code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"postcss-loader": "^3.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"rimraf": "^2.6.3",
"rimraf": "3.0.2",
"style-loader": "^0.23.1",
"ts-loader": "7.0.4",
"ts-loader": "9.3.1",
"url-loader": "^1.1.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
Expand All @@ -72,7 +72,7 @@
"monaco-languageclient": "0.10.2",
"normalize-url": "^4.5.1",
"reconnecting-websocket": "^3.2.2",
"tslib": "2.0.3",
"tslib": "2.4.0",
"vscode-ws-jsonrpc": "^0.1.1"
}
}
4 changes: 2 additions & 2 deletions Composer/packages/lib/indexers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@bfc/shared": "*",
"@botframework-composer/test-utils": "*",
"@types/lodash": "^4.14.146",
"rimraf": "^2.6.3"
"rimraf": "3.0.2"
},
"dependencies": {
"@microsoft/bf-lu": "4.15.0-dev.20210702.cbf708d",
"adaptive-expressions": "4.12.0-rc1",
"botbuilder-lg": "4.14.0-dev.391a2ab",
"lodash": "^4.17.19",
"tslib": "2.0.3"
"tslib": "2.4.0"
},
"peerDependencies": {
"@bfc/shared": "*"
Expand Down
6 changes: 3 additions & 3 deletions Composer/packages/lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"copyfiles": "^2.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"rimraf": "^2.6.3"
"rimraf": "3.0.2"
},
"dependencies": {
"@botframework-composer/types": "*",
"format-message": "6.2.3",
"format-message": "6.2.4",
"https-proxy-agent": "^5.0.0",
"json-schema": "^0.2.5",
"multimatch": "^5.0.0",
"nanoid": "^3.1.3",
"nanoid-dictionary": "^3.0.0",
"tslib": "2.0.3"
"tslib": "2.4.0"
}
}
2 changes: 1 addition & 1 deletion Composer/packages/lib/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@emotion/styled": "^11.1.3",
"@fluentui/react": "^8.57.1",
"react-markdown": "^5.0.3",
"tslib": "2.0.3"
"tslib": "2.4.0"
},
"devDependencies": {
"@botframework-composer/test-utils": "*",
Expand Down
Loading