{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":676456574,"defaultBranch":"master","name":"web3.js-plugin-template","ownerLogin":"web3","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-09T08:39:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36739222?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719837361.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"fbcceec43a0620dfa233a9dfd5c20f06419be4a8","ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-07-01T12:36:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): Bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): Bump braces from 3.0.2 to 3.0.3"}},{"before":"35f27b4ee45203caba815622560b27f1e777f3b9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/ws-8.17.1","pushedAt":"2024-07-01T12:35:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jdevcs","name":"Junaid","path":"/jdevcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86780488?s=80&v=4"}},{"before":"8f6c9e711c8c6192cb83ebeee3b118173268bdff","after":"b8db78beda5e8bee135f21730997b79c154027e4","ref":"refs/heads/master","pushedAt":"2024-07-01T12:35:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdevcs","name":"Junaid","path":"/jdevcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86780488?s=80&v=4"},"commit":{"message":"chore(deps): Bump ws from 8.13.0 to 8.17.1 (#7)\n\nBumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.\r\n
\r\nRelease notes\r\n

Sourced from ws's\r\nreleases.

\r\n
\r\n

8.17.1

\r\n

Bug fixes

\r\n
    \r\n
  • Fixed a DoS vulnerability (#2231).
  • \r\n
\r\n

A request with a number of headers exceeding\r\nthe[server.maxHeadersCount][]\r\nthreshold could be used to crash a ws server.

\r\n
const http = require('http');\r\nconst WebSocket = require('ws');\r\n

const wss = new WebSocket.Server({ port: 0 }, function () {\r\nconst chars =\r\n"!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');\r\nconst headers = {};\r\nlet count = 0;

\r\n

for (let i = 0; i < chars.length; i++) {\r\nif (count === 2000) break;

\r\n
for (let j = 0; j &lt; chars.length; j++) {\r\n  const key = chars[i] + chars[j];\r\n  headers[key] = 'x';\r\n\r\n  if (++count === 2000) break;\r\n}\r\n
\r\n

}

\r\n

headers.Connection = 'Upgrade';\r\nheaders.Upgrade = 'websocket';\r\nheaders['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';\r\nheaders['Sec-WebSocket-Version'] = '13';

\r\n

const request = http.request({\r\nheaders: headers,\r\nhost: '127.0.0.1',\r\nport: wss.address().port\r\n});

\r\n

request.end();\r\n});\r\n

\r\n

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

\r\n

In vulnerable versions of ws, the issue can be mitigated in the\r\nfollowing ways:

\r\n
    \r\n
  1. Reduce the maximum allowed length of the request headers using the\r\n[--max-http-header-size=size][] and/or the\r\n[maxHeaderSize][] options so\r\nthat no more headers than the server.maxHeadersCount limit\r\ncan be sent.
  2. \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=8.13.0&new-version=8.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/web3/web3.js-plugin-template/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Bump ws from 8.13.0 to 8.17.1 (#7)"}},{"before":null,"after":"35f27b4ee45203caba815622560b27f1e777f3b9","ref":"refs/heads/dependabot/npm_and_yarn/ws-8.17.1","pushedAt":"2024-06-18T12:41:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): Bump ws from 8.13.0 to 8.17.1\n\nBumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.\n- [Release notes](https://github.com/websockets/ws/releases)\n- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1)\n\n---\nupdated-dependencies:\n- dependency-name: ws\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): Bump ws from 8.13.0 to 8.17.1"}},{"before":"5bf16cb7f1fe8e11dfc8c942dd55fde33a8835a9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/web3-utils-4.2.1","pushedAt":"2024-03-27T22:00:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"52313703741aaac726a994016f635136f22c7fe7","ref":"refs/heads/dependabot/npm_and_yarn/web3-utils-4.2.2","pushedAt":"2024-03-27T21:59:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): Bump web3-utils from 4.0.7 to 4.2.2\n\nBumps [web3-utils](https://github.com/ChainSafe/web3.js) from 4.0.7 to 4.2.2.\n- [Release notes](https://github.com/ChainSafe/web3.js/releases)\n- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)\n- [Commits](https://github.com/ChainSafe/web3.js/commits/v4.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: web3-utils\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): Bump web3-utils from 4.0.7 to 4.2.2"}},{"before":null,"after":"5bf16cb7f1fe8e11dfc8c942dd55fde33a8835a9","ref":"refs/heads/dependabot/npm_and_yarn/web3-utils-4.2.1","pushedAt":"2024-03-25T22:01:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): Bump web3-utils from 4.0.7 to 4.2.1\n\nBumps [web3-utils](https://github.com/ChainSafe/web3.js) from 4.0.7 to 4.2.1.\n- [Release notes](https://github.com/ChainSafe/web3.js/releases)\n- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)\n- [Commits](https://github.com/ChainSafe/web3.js/commits/v4.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: web3-utils\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): Bump web3-utils from 4.0.7 to 4.2.1"}},{"before":"58f22cd1771eea53d47acf05b41bbc7685b030fe","after":null,"ref":"refs/heads/junaid/addnpmignore","pushedAt":"2024-01-19T15:07:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jdevcs","name":"Junaid","path":"/jdevcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86780488?s=80&v=4"}},{"before":"7e2e6e4e9d4f1d4db4fadc5be6ebb276c225aa08","after":"8f6c9e711c8c6192cb83ebeee3b118173268bdff","ref":"refs/heads/master","pushedAt":"2024-01-19T15:07:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdevcs","name":"Junaid","path":"/jdevcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86780488?s=80&v=4"},"commit":{"message":"chore: added npm ignore (#3)","shortMessageHtmlLink":"chore: added npm ignore (#3)"}},{"before":null,"after":"58f22cd1771eea53d47acf05b41bbc7685b030fe","ref":"refs/heads/junaid/addnpmignore","pushedAt":"2024-01-18T14:40:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jdevcs","name":"Junaid","path":"/jdevcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86780488?s=80&v=4"},"commit":{"message":"chore: added npm ignore","shortMessageHtmlLink":"chore: added npm ignore"}},{"before":"83c495ce9b7e5c35dbdaf1bfb903992b47b558be","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/babel/traverse-7.23.2","pushedAt":"2023-11-06T09:51:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mpetrunic","name":"Marin Petrunić","path":"/mpetrunic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8836210?s=80&v=4"}},{"before":"6134f5604bca13b161a7704a0af5d3bf5701a614","after":"7e2e6e4e9d4f1d4db4fadc5be6ebb276c225aa08","ref":"refs/heads/master","pushedAt":"2023-11-06T09:51:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mpetrunic","name":"Marin Petrunić","path":"/mpetrunic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8836210?s=80&v=4"},"commit":{"message":"chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2 (#1)\n\nBumps\r\n[@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse)\r\nfrom 7.22.8 to 7.23.2.\r\n
\r\nRelease notes\r\n

Sourced from @​babel/traverse's\r\nreleases.

\r\n
\r\n

v7.23.2 (2023-10-11)

\r\n

NOTE: This release also re-publishes\r\n@babel/core, even if it does not appear in the linked\r\nrelease commit.

\r\n

Thanks @​jimmydief for\r\nyour first PR!

\r\n

:bug: Bug Fix

\r\n
    \r\n
  • babel-traverse\r\n
      \r\n
    • #16033\r\nOnly evaluate own String/Number/Math methods (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-preset-typescript\r\n
      \r\n
    • #16022\r\nRewrite .tsx extension when using\r\nrewriteImportExtensions (@​jimmydief)
    • \r\n
    \r\n
  • \r\n
  • babel-helpers\r\n
      \r\n
    • #16017\r\nFix: fallback to typeof when toString is applied to incompatible object\r\n(@​JLHwung)
    • \r\n
    \r\n
  • \r\n
  • babel-helpers,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-runtime-corejs2, babel-runtime-corejs3,\r\nbabel-runtime\r\n
      \r\n
    • #16025\r\nAvoid override mistake in namespace imports (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
\r\n

Committers: 5

\r\n
    \r\n
  • Babel Bot (@​babel-bot)
  • \r\n
  • Huáng Jùnliàng (@​JLHwung)
  • \r\n
  • James Diefenderfer (@​jimmydief)
  • \r\n
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • \r\n
  • @​liuxingbaoyu
  • \r\n
\r\n

v7.23.1 (2023-09-25)

\r\n

Re-publishing @babel/helpers due to a publishing error\r\nin 7.23.0.

\r\n

v7.23.0 (2023-09-25)

\r\n

Thanks @​lorenzoferre\r\nand @​RajShukla1 for\r\nyour first PRs!

\r\n

:rocket: New Feature

\r\n
    \r\n
  • babel-plugin-proposal-import-wasm-source,\r\nbabel-plugin-syntax-import-source,\r\nbabel-plugin-transform-dynamic-import\r\n
      \r\n
    • #15870\r\nSupport transforming import source for wasm (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-helper-module-transforms,\r\nbabel-helpers,\r\nbabel-plugin-proposal-import-defer,\r\nbabel-plugin-syntax-import-defer,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-runtime-corejs2, babel-runtime-corejs3,\r\nbabel-runtime, babel-standalone\r\n
      \r\n
    • #15878\r\nImplement import defer proposal transform support (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-generator, babel-parser,\r\nbabel-types\r\n
      \r\n
    • #15845\r\nImplement import defer parsing support (@​nicolo-ribaudo)
    • \r\n
    • #15829 Add\r\nparsing support for the "source phase imports" proposal (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-generator,\r\nbabel-helper-module-transforms, babel-parser,\r\nbabel-plugin-transform-dynamic-import,\r\nbabel-plugin-transform-modules-amd,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-plugin-transform-modules-systemjs,\r\nbabel-traverse, babel-types\r\n
      \r\n
    • #15682 Add\r\ncreateImportExpressions parser option (@​JLHwung)
    • \r\n
    \r\n
  • \r\n
  • babel-standalone\r\n
      \r\n
    • #15671\r\nPass through nonce to the transformed script element (@​JLHwung)
    • \r\n
    \r\n
  • \r\n
  • babel-helper-function-name,\r\nbabel-helper-member-expression-to-functions,\r\nbabel-helpers, babel-parser,\r\nbabel-plugin-proposal-destructuring-private,\r\nbabel-plugin-proposal-optional-chaining-assign,\r\nbabel-plugin-syntax-optional-chaining-assign,\r\nbabel-plugin-transform-destructuring,\r\nbabel-plugin-transform-optional-chaining,\r\nbabel-runtime-corejs2, babel-runtime-corejs3,\r\nbabel-runtime, babel-standalone,\r\nbabel-types\r\n
      \r\n
    • #15751 Add\r\nsupport for optional chain in assignments (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-helpers,\r\nbabel-plugin-proposal-decorators\r\n
      \r\n
    • #15895\r\nImplement the "decorator metadata" proposal (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-traverse, babel-types\r\n
      \r\n
    • #15893 Add\r\nt.buildUndefinedNode (@​liuxingbaoyu)
    • \r\n
    \r\n
  • \r\n
  • babel-preset-typescript
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from @​babel/traverse's\r\nchangelog.

\r\n
\r\n

v7.23.2 (2023-10-11)

\r\n

:bug: Bug Fix

\r\n
    \r\n
  • babel-traverse\r\n
      \r\n
    • #16033\r\nOnly evaluate own String/Number/Math methods (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-preset-typescript\r\n
      \r\n
    • #16022\r\nRewrite .tsx extension when using\r\nrewriteImportExtensions (@​jimmydief)
    • \r\n
    \r\n
  • \r\n
  • babel-helpers\r\n
      \r\n
    • #16017\r\nFix: fallback to typeof when toString is applied to incompatible object\r\n(@​JLHwung)
    • \r\n
    \r\n
  • \r\n
  • babel-helpers,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-runtime-corejs2, babel-runtime-corejs3,\r\nbabel-runtime\r\n
      \r\n
    • #16025\r\nAvoid override mistake in namespace imports (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
\r\n

v7.23.0 (2023-09-25)

\r\n

:rocket: New Feature

\r\n
    \r\n
  • babel-plugin-proposal-import-wasm-source,\r\nbabel-plugin-syntax-import-source,\r\nbabel-plugin-transform-dynamic-import\r\n
      \r\n
    • #15870\r\nSupport transforming import source for wasm (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-helper-module-transforms,\r\nbabel-helpers,\r\nbabel-plugin-proposal-import-defer,\r\nbabel-plugin-syntax-import-defer,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-runtime-corejs2, babel-runtime-corejs3,\r\nbabel-runtime, babel-standalone\r\n
      \r\n
    • #15878\r\nImplement import defer proposal transform support (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-generator, babel-parser,\r\nbabel-types\r\n
      \r\n
    • #15845\r\nImplement import defer parsing support (@​nicolo-ribaudo)
    • \r\n
    • #15829 Add\r\nparsing support for the "source phase imports" proposal (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-generator,\r\nbabel-helper-module-transforms, babel-parser,\r\nbabel-plugin-transform-dynamic-import,\r\nbabel-plugin-transform-modules-amd,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-plugin-transform-modules-systemjs,\r\nbabel-traverse, babel-types\r\n
      \r\n
    • #15682 Add\r\ncreateImportExpressions parser option (@​JLHwung)
    • \r\n
    \r\n
  • \r\n
  • babel-standalone\r\n
      \r\n
    • #15671\r\nPass through nonce to the transformed script element (@​JLHwung)
    • \r\n
    \r\n
  • \r\n
  • babel-helper-function-name,\r\nbabel-helper-member-expression-to-functions,\r\nbabel-helpers, babel-parser,\r\nbabel-plugin-proposal-destructuring-private,\r\nbabel-plugin-proposal-optional-chaining-assign,\r\nbabel-plugin-syntax-optional-chaining-assign,\r\nbabel-plugin-transform-destructuring,\r\nbabel-plugin-transform-optional-chaining,\r\nbabel-runtime-corejs2, babel-runtime-corejs3,\r\nbabel-runtime, babel-standalone,\r\nbabel-types\r\n
      \r\n
    • #15751 Add\r\nsupport for optional chain in assignments (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-helpers,\r\nbabel-plugin-proposal-decorators\r\n
      \r\n
    • #15895\r\nImplement the "decorator metadata" proposal (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-traverse, babel-types\r\n
      \r\n
    • #15893 Add\r\nt.buildUndefinedNode (@​liuxingbaoyu)
    • \r\n
    \r\n
  • \r\n
  • babel-preset-typescript\r\n
      \r\n
    • #15913 Add\r\nrewriteImportExtensions option to TS preset (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
  • babel-parser\r\n
      \r\n
    • #15896\r\nAllow TS tuples to have both labeled and unlabeled elements (@​yukukotani)
    • \r\n
    \r\n
  • \r\n
\r\n

:bug: Bug Fix

\r\n
    \r\n
  • babel-plugin-transform-block-scoping\r\n
      \r\n
    • #15962\r\nfix: transform-block-scoping captures the variables of the\r\nmethod in the loop (@​liuxingbaoyu)
    • \r\n
    \r\n
  • \r\n
\r\n

:nail_care: Polish

\r\n
    \r\n
  • babel-traverse\r\n
      \r\n
    • #15797\r\nExpand evaluation of global built-ins in @babel/traverse\r\n(@​lorenzoferre)
    • \r\n
    \r\n
  • \r\n
  • babel-plugin-proposal-explicit-resource-management\r\n
      \r\n
    • #15985\r\nImprove source maps for blocks with using declarations (@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
\r\n

:microscope: Output optimization

\r\n
    \r\n
  • babel-core,\r\nbabel-helper-module-transforms,\r\nbabel-plugin-transform-async-to-generator,\r\nbabel-plugin-transform-classes,\r\nbabel-plugin-transform-dynamic-import,\r\nbabel-plugin-transform-function-name,\r\nbabel-plugin-transform-modules-amd,\r\nbabel-plugin-transform-modules-commonjs,\r\nbabel-plugin-transform-modules-umd,\r\nbabel-plugin-transform-parameters,\r\nbabel-plugin-transform-react-constant-elements,\r\nbabel-plugin-transform-react-inline-elements,\r\nbabel-plugin-transform-runtime,\r\nbabel-plugin-transform-typescript,\r\nbabel-preset-env\r\n
      \r\n
    • #15984\r\nInline exports.XXX = update in simple variable declarations\r\n(@​nicolo-ribaudo)
    • \r\n
    \r\n
  • \r\n
\r\n

v7.22.20 (2023-09-16)

\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • b4b9942\r\nv7.23.2
  • \r\n
  • b13376b\r\nOnly evaluate own String/Number/Math methods (#16033)
  • \r\n
  • ca58ec1\r\nv7.23.0
  • \r\n
  • 0f333da\r\nAdd createImportExpressions parser option (#15682)
  • \r\n
  • 3744545\r\nFix linting
  • \r\n
  • c7e6806\r\nAdd t.buildUndefinedNode (#15893)
  • \r\n
  • 38ee8b4\r\nExpand evaluation of global built-ins in @babel/traverse\r\n(#15797)
  • \r\n
  • 9f3dfd9\r\nv7.22.20
  • \r\n
  • 3ed28b2\r\nFully support || and && in\r\npluginToggleBooleanFlag (#15961)
  • \r\n
  • 77b0d73\r\nv7.22.19
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/traverse&package-manager=npm_and_yarn&previous-version=7.22.8&new-version=7.23.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/web3/web3.js-plugin-template/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2 (#1)"}},{"before":"dbe2b291644095dbd0b0fc2a62fc71d3953554a2","after":"6134f5604bca13b161a7704a0af5d3bf5701a614","ref":"refs/heads/master","pushedAt":"2023-11-06T09:51:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mpetrunic","name":"Marin Petrunić","path":"/mpetrunic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8836210?s=80&v=4"},"commit":{"message":"chore: few non-functional updates (#2)","shortMessageHtmlLink":"chore: few non-functional updates (#2)"}},{"before":null,"after":"83c495ce9b7e5c35dbdaf1bfb903992b47b558be","ref":"refs/heads/dependabot/npm_and_yarn/babel/traverse-7.23.2","pushedAt":"2023-10-19T12:28:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2\n\nBumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)\n\n---\nupdated-dependencies:\n- dependency-name: \"@babel/traverse\"\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2"}},{"before":"1a994bab18acc2e50da9a80dbf315e59b169e89d","after":"dbe2b291644095dbd0b0fc2a62fc71d3953554a2","ref":"refs/heads/master","pushedAt":"2023-09-26T08:58:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mpetrunic","name":"Marin Petrunić","path":"/mpetrunic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8836210?s=80&v=4"},"commit":{"message":"update names\n\nSigned-off-by: Marin Petrunic ","shortMessageHtmlLink":"update names"}},{"before":"2306d22c74960233ce04c9f2d1369574638ca0f5","after":"1a994bab18acc2e50da9a80dbf315e59b169e89d","ref":"refs/heads/master","pushedAt":"2023-08-09T09:15:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mpetrunic","name":"Marin Petrunić","path":"/mpetrunic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8836210?s=80&v=4"},"commit":{"message":"ignore lib\n\nSigned-off-by: Marin Petrunic ","shortMessageHtmlLink":"ignore lib"}},{"before":null,"after":"2306d22c74960233ce04c9f2d1369574638ca0f5","ref":"refs/heads/master","pushedAt":"2023-08-09T09:12:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mpetrunic","name":"Marin Petrunić","path":"/mpetrunic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8836210?s=80&v=4"},"commit":{"message":"chore: initial setup\n\nSigned-off-by: Marin Petrunic ","shortMessageHtmlLink":"chore: initial setup"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEc76dxQA","startCursor":null,"endCursor":null}},"title":"Activity · web3/web3.js-plugin-template"}