From 79e1b935e897b572919ab215693427655b1dca3f Mon Sep 17 00:00:00 2001 From: "Jibon L. Costa" Date: Sun, 22 Dec 2024 20:41:38 +0100 Subject: [PATCH 1/8] fix(ci): To rebase again --- .github/workflows/release-please.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e1f929b1..d63f2789 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -39,7 +39,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add . - git commit -m "bump beta version" + git commit -m "fix(ci): bump beta version" git push # now create zip file @@ -60,6 +60,12 @@ jobs: state-name: ".client-sync-state.json" exclude: | **/client/** + - name: To rebase again + uses: googleapis/release-please-action@v4 + if: ${{ ! steps.release.outputs.release_created }} + with: + token: ${{ secrets.GITHUB_TOKEN }} + release-type: node - name: Release as production if: ${{ steps.release.outputs.release_created }} env: From dcd203b8179604af08de8ae80453aadba9c2d925 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 22 Dec 2024 19:42:47 +0000 Subject: [PATCH 2/8] fix(ci): bump beta version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cbcb254..91fead4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugnmeet-client", - "version": "1.6.11-1", + "version": "1.6.11-2", "author": "Jibon L. Costa", "license": "MIT", "scripts": { From 5e0e1730443b80dd5488df0423ed73b6e6aedef1 Mon Sep 17 00:00:00 2001 From: "Jibon L. Costa" Date: Sun, 22 Dec 2024 20:52:31 +0100 Subject: [PATCH 3/8] fix(ci): removed rebase again --- .github/workflows/release-please.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d63f2789..e1f929b1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -39,7 +39,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add . - git commit -m "fix(ci): bump beta version" + git commit -m "bump beta version" git push # now create zip file @@ -60,12 +60,6 @@ jobs: state-name: ".client-sync-state.json" exclude: | **/client/** - - name: To rebase again - uses: googleapis/release-please-action@v4 - if: ${{ ! steps.release.outputs.release_created }} - with: - token: ${{ secrets.GITHUB_TOKEN }} - release-type: node - name: Release as production if: ${{ steps.release.outputs.release_created }} env: From 03b12cfec918a211aa8d071460dcb2a43a53ef6b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 22 Dec 2024 19:53:28 +0000 Subject: [PATCH 4/8] bump beta version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91fead4a..08963ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugnmeet-client", - "version": "1.6.11-2", + "version": "1.6.11-3", "author": "Jibon L. Costa", "license": "MIT", "scripts": { From 1d3d0d6acd00e8c8fcd469ea02773a97005bd37f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:57:35 +0000 Subject: [PATCH 5/8] chore(deps): update dependency react-refresh-typescript to v2.0.10 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 08963ff3..28da8be5 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "postcss-nested": "7.0.2", "prettier": "3.4.2", "react-refresh": "0.14.2", - "react-refresh-typescript": "2.0.9", + "react-refresh-typescript": "2.0.10", "sass": "1.83.0", "sass-loader": "16.0.4", "size-limit": "11.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index efd33939..674cdc53 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -214,8 +214,8 @@ importers: specifier: 0.14.2 version: 0.14.2 react-refresh-typescript: - specifier: 2.0.9 - version: 2.0.9(react-refresh@0.14.2)(typescript@5.7.2) + specifier: 2.0.10 + version: 2.0.10(react-refresh@0.14.2)(typescript@5.7.2) sass: specifier: 1.83.0 version: 1.83.0 @@ -3346,10 +3346,10 @@ packages: redux: optional: true - react-refresh-typescript@2.0.9: - resolution: {integrity: sha512-chAnOO4vpxm/3WkgOVmti+eN8yUtkJzeGkOigV6UA9eDFz12W34e/SsYe2H5+RwYJ3+sfSZkVbiXcG1chEBxlg==} + react-refresh-typescript@2.0.10: + resolution: {integrity: sha512-Cj8ZKTPEEdSoxiopFq0tB0rq/Wl90yWzAX1LEp9CGvzvauDUmC4BHIQXzcuT8/61naq/KmkR3A9VzqdZ9c6j1g==} peerDependencies: - react-refresh: 0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x + react-refresh: 0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x || 0.15.x || 0.16.x || 0.17.x typescript: ^4.8 || ^5.0 react-refresh@0.14.2: @@ -7341,7 +7341,7 @@ snapshots: '@types/react': 18.3.1 redux: 5.0.1 - react-refresh-typescript@2.0.9(react-refresh@0.14.2)(typescript@5.7.2): + react-refresh-typescript@2.0.10(react-refresh@0.14.2)(typescript@5.7.2): dependencies: react-refresh: 0.14.2 typescript: 5.7.2 From 10a4a0993ae842345fdb288dcba9986429365640 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 29 Dec 2024 14:40:01 +0000 Subject: [PATCH 6/8] bump beta version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28da8be5..93179bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugnmeet-client", - "version": "1.6.11-3", + "version": "1.6.11-4", "author": "Jibon L. Costa", "license": "MIT", "scripts": { From dd4732611a62b9575b45dcf77a889362a0c3e85f Mon Sep 17 00:00:00 2001 From: "Jibon L. Costa" Date: Fri, 3 Jan 2025 13:11:21 +0100 Subject: [PATCH 7/8] fix: deps update --- package.json | 10 ++-- pnpm-lock.yaml | 152 ++++++++++++++++++++++++------------------------- 2 files changed, 81 insertions(+), 81 deletions(-) diff --git a/package.json b/package.json index 93179bfe..c9bc0ac0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "microsoft-cognitiveservices-speech-sdk": "1.42.0", "mobile-detect": "1.4.5", "nosleep.js": "0.12.0", - "plugnmeet-protocol-js": "1.0.8", + "plugnmeet-protocol-js": "1.0.9", "react": "18.3.1", "react-cool-virtual": "0.7.0", "react-dnd": "16.0.1", @@ -43,7 +43,7 @@ "react-dom": "18.3.1", "react-draggable": "npm:@tdaniil/react-draggable@5.0.1", "react-hotkeys-hook": "4.6.1", - "react-i18next": "15.2.0", + "react-i18next": "15.4.0", "react-player": "2.16.0", "react-redux": "9.2.0", "react-toastify": "11.0.2", @@ -78,14 +78,14 @@ "globals": "15.14.0", "html-webpack-plugin": "5.6.3", "husky": "9.1.7", - "lint-staged": "15.2.11", + "lint-staged": "15.3.0", "mini-css-extract-plugin": "2.9.2", "postcss": "8.4.49", "postcss-loader": "8.1.1", "postcss-nested": "7.0.2", "prettier": "3.4.2", "react-refresh": "0.14.2", - "react-refresh-typescript": "2.0.10", + "react-refresh-typescript": "2.0.9", "sass": "1.83.0", "sass-loader": "16.0.4", "size-limit": "11.1.6", @@ -94,7 +94,7 @@ "terser-webpack-plugin": "5.3.11", "ts-loader": "9.5.1", "typescript": "5.7.2", - "typescript-eslint": "8.18.1", + "typescript-eslint": "8.19.0", "webpack": "5.97.1", "webpack-cli": "6.0.1", "webpack-dev-server": "5.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 674cdc53..7a608cc6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ importers: specifier: 0.12.0 version: 0.12.0 plugnmeet-protocol-js: - specifier: 1.0.8 - version: 1.0.8 + specifier: 1.0.9 + version: 1.0.9 react: specifier: 18.3.1 version: 18.3.1 @@ -93,8 +93,8 @@ importers: specifier: 4.6.1 version: 4.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-i18next: - specifier: 15.2.0 - version: 15.2.0(i18next@24.2.0(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 15.4.0 + version: 15.4.0(i18next@24.2.0(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-player: specifier: 2.16.0 version: 2.16.0(react@18.3.1) @@ -193,8 +193,8 @@ importers: specifier: 9.1.7 version: 9.1.7 lint-staged: - specifier: 15.2.11 - version: 15.2.11 + specifier: 15.3.0 + version: 15.3.0 mini-css-extract-plugin: specifier: 2.9.2 version: 2.9.2(webpack@5.97.1) @@ -214,8 +214,8 @@ importers: specifier: 0.14.2 version: 0.14.2 react-refresh-typescript: - specifier: 2.0.10 - version: 2.0.10(react-refresh@0.14.2)(typescript@5.7.2) + specifier: 2.0.9 + version: 2.0.9(react-refresh@0.14.2)(typescript@5.7.2) sass: specifier: 1.83.0 version: 1.83.0 @@ -241,8 +241,8 @@ importers: specifier: 5.7.2 version: 5.7.2 typescript-eslint: - specifier: 8.18.1 - version: 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + specifier: 8.19.0 + version: 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) webpack: specifier: 5.97.1 version: 5.97.1(webpack-cli@6.0.1) @@ -870,51 +870,51 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.18.1': - resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==} + '@typescript-eslint/eslint-plugin@8.19.0': + resolution: {integrity: sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.18.1': - resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==} + '@typescript-eslint/parser@8.19.0': + resolution: {integrity: sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.18.1': - resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==} + '@typescript-eslint/scope-manager@8.19.0': + resolution: {integrity: sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.18.1': - resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==} + '@typescript-eslint/type-utils@8.19.0': + resolution: {integrity: sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.18.1': - resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==} + '@typescript-eslint/types@8.19.0': + resolution: {integrity: sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.18.1': - resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==} + '@typescript-eslint/typescript-estree@8.19.0': + resolution: {integrity: sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.18.1': - resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==} + '@typescript-eslint/utils@8.19.0': + resolution: {integrity: sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.18.1': - resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==} + '@typescript-eslint/visitor-keys@8.19.0': + resolution: {integrity: sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@videojs/http-streaming@3.16.2': @@ -1275,8 +1275,8 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} - chalk@5.3.0: - resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + chalk@5.4.1: + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} chokidar@3.6.0: @@ -2486,8 +2486,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@15.2.11: - resolution: {integrity: sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==} + lint-staged@15.3.0: + resolution: {integrity: sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==} engines: {node: '>=18.12.0'} hasBin: true @@ -2950,8 +2950,8 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - plugnmeet-protocol-js@1.0.8: - resolution: {integrity: sha512-wuG0bi4FSywtjFzNmAbsC4zafe954Aaaa8DwxYDK15aEwUPHsOYjUCcwCVzDuMCo2f/uC5WHvB3lllbAGiI26w==} + plugnmeet-protocol-js@1.0.9: + resolution: {integrity: sha512-qVX7LDEM0+juz0zRib9AfT1QlZNdSlZbZbrWwAK9eLACDzVJXhggJN0L71T7ZV2xj7l3blVEEdCOWka3g+ZIJw==} postcss-calc@10.0.2: resolution: {integrity: sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==} @@ -3313,8 +3313,8 @@ packages: react: '>=16.8.1' react-dom: '>=16.8.1' - react-i18next@15.2.0: - resolution: {integrity: sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==} + react-i18next@15.4.0: + resolution: {integrity: sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==} peerDependencies: i18next: '>= 23.2.3' react: '>= 16.8.0' @@ -3346,10 +3346,10 @@ packages: redux: optional: true - react-refresh-typescript@2.0.10: - resolution: {integrity: sha512-Cj8ZKTPEEdSoxiopFq0tB0rq/Wl90yWzAX1LEp9CGvzvauDUmC4BHIQXzcuT8/61naq/KmkR3A9VzqdZ9c6j1g==} + react-refresh-typescript@2.0.9: + resolution: {integrity: sha512-chAnOO4vpxm/3WkgOVmti+eN8yUtkJzeGkOigV6UA9eDFz12W34e/SsYe2H5+RwYJ3+sfSZkVbiXcG1chEBxlg==} peerDependencies: - react-refresh: 0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x || 0.15.x || 0.16.x || 0.17.x + react-refresh: 0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x typescript: ^4.8 || ^5.0 react-refresh@0.14.2: @@ -3878,8 +3878,8 @@ packages: typed-emitter@2.1.0: resolution: {integrity: sha512-g/KzbYKbH5C2vPkaXGu8DJlHrGKHLsM25Zg9WuC9pMGfuvT+X25tZQWo5fK1BjBm8+UrVE9LDCvaY0CQk+fXDA==} - typescript-eslint@8.18.1: - resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==} + typescript-eslint@8.19.0: + resolution: {integrity: sha512-Ni8sUkVWYK4KAcTtPjQ/UTiRk6jcsuDhPpxULapUDi8A/l8TSBk+t1GtJA1RsCzIJg0q6+J7bf35AwQigENWRQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -4811,14 +4811,14 @@ snapshots: '@types/node': 22.7.5 optional: true - '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.19.0(@typescript-eslint/parser@8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.18.1 - '@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.18.1 + '@typescript-eslint/parser': 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.19.0 + '@typescript-eslint/type-utils': 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/utils': 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.19.0 eslint: 9.17.0(jiti@2.3.3) graphemer: 1.4.0 ignore: 5.3.2 @@ -4828,27 +4828,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/parser@8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': dependencies: - '@typescript-eslint/scope-manager': 8.18.1 - '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.18.1 + '@typescript-eslint/scope-manager': 8.19.0 + '@typescript-eslint/types': 8.19.0 + '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.19.0 debug: 4.4.0 eslint: 9.17.0(jiti@2.3.3) typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.18.1': + '@typescript-eslint/scope-manager@8.19.0': dependencies: - '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/visitor-keys': 8.18.1 + '@typescript-eslint/types': 8.19.0 + '@typescript-eslint/visitor-keys': 8.19.0 - '@typescript-eslint/type-utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2) + '@typescript-eslint/utils': 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) debug: 4.4.0 eslint: 9.17.0(jiti@2.3.3) ts-api-utils: 1.3.0(typescript@5.7.2) @@ -4856,12 +4856,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.18.1': {} + '@typescript-eslint/types@8.19.0': {} - '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.19.0(typescript@5.7.2)': dependencies: - '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/visitor-keys': 8.18.1 + '@typescript-eslint/types': 8.19.0 + '@typescript-eslint/visitor-keys': 8.19.0 debug: 4.4.0 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -4872,20 +4872,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/utils@8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) - '@typescript-eslint/scope-manager': 8.18.1 - '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.19.0 + '@typescript-eslint/types': 8.19.0 + '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.2) eslint: 9.17.0(jiti@2.3.3) typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.18.1': + '@typescript-eslint/visitor-keys@8.19.0': dependencies: - '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/types': 8.19.0 eslint-visitor-keys: 4.2.0 '@videojs/http-streaming@3.16.2(video.js@8.21.0)': @@ -5289,7 +5289,7 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 - chalk@5.3.0: {} + chalk@5.4.1: {} chokidar@3.6.0: dependencies: @@ -6531,9 +6531,9 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@15.2.11: + lint-staged@15.3.0: dependencies: - chalk: 5.3.0 + chalk: 5.4.1 commander: 12.1.0 debug: 4.4.0 execa: 8.0.1 @@ -6961,7 +6961,7 @@ snapshots: dependencies: find-up: 4.1.0 - plugnmeet-protocol-js@1.0.8: + plugnmeet-protocol-js@1.0.9: dependencies: '@bufbuild/protobuf': 2.2.3 @@ -7312,7 +7312,7 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-i18next@15.2.0(i18next@24.2.0(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-i18next@15.4.0(i18next@24.2.0(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.25.7 html-parse-stringify: 3.0.1 @@ -7341,7 +7341,7 @@ snapshots: '@types/react': 18.3.1 redux: 5.0.1 - react-refresh-typescript@2.0.10(react-refresh@0.14.2)(typescript@5.7.2): + react-refresh-typescript@2.0.9(react-refresh@0.14.2)(typescript@5.7.2): dependencies: react-refresh: 0.14.2 typescript: 5.7.2 @@ -7935,11 +7935,11 @@ snapshots: optionalDependencies: rxjs: 7.8.1 - typescript-eslint@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2): + typescript-eslint@8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 8.19.0(@typescript-eslint/parser@8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/parser': 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/utils': 8.19.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) eslint: 9.17.0(jiti@2.3.3) typescript: 5.7.2 transitivePeerDependencies: From 8728a0097fe4cbdf2326a376ab09243b0a825e20 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Jan 2025 12:12:26 +0000 Subject: [PATCH 8/8] bump beta version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9bc0ac0..fa2d83a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugnmeet-client", - "version": "1.6.11-4", + "version": "1.6.11-5", "author": "Jibon L. Costa", "license": "MIT", "scripts": {