Skip to content

Commit c13ffc5

Browse files
build(deps-dev): bump eslint-plugin-tsdoc from 0.2.17 to 0.3.0 (#3359)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) from 0.2.17 to 0.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md">eslint-plugin-tsdoc's changelog</a>.</em></p> <blockquote> <h2>0.3.0</h2> <p>Tue, 28 May 2024 21:34:19 GMT</p> <h3>Minor changes</h3> <ul> <li>Minor package cleanup.</li> </ul> <h3>Patches</h3> <ul> <li>Upgrade dev toolchain (Heft, Webpack, TypeScript, ESLint)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.3.0/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-tsdoc&package-manager=npm_and_yarn&previous-version=0.2.17&new-version=0.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- start pr-codex --> --- ## PR-Codex overview The focus of this PR is to update the `eslint-plugin-tsdoc` dependency across multiple packages to version `0.3.0`. ### Detailed summary - Updated `eslint-plugin-tsdoc` to version `0.3.0` in multiple package.json files - Updated `eslint-plugin-tsdoc` to version `0.3.0` in pnpm-lock.yaml > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent b5394b5 commit c13ffc5

File tree

9 files changed

+48
-26
lines changed

9 files changed

+48
-26
lines changed

legacy_packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"eslint-plugin-import": "^2.29.1",
9898
"eslint-plugin-inclusive-language": "^2.2.1",
9999
"eslint-plugin-prettier": "^5.1.3",
100-
"eslint-plugin-tsdoc": "^0.2.17",
100+
"eslint-plugin-tsdoc": "^0.3.0",
101101
"ethers": "^5.7.2",
102102
"express": "^4.19.2",
103103
"fastify": "^4.26.2",

legacy_packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint-plugin-import": "^2.29.1",
7575
"eslint-plugin-inclusive-language": "^2.2.1",
7676
"eslint-plugin-prettier": "^5.1.3",
77-
"eslint-plugin-tsdoc": "^0.2.17",
77+
"eslint-plugin-tsdoc": "^0.3.0",
7878
"ethers": "^5.7.2",
7979
"react": "18.2.0",
8080
"typedoc-gen": "workspace:*",

legacy_packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-import": "^2.29.1",
6060
"eslint-plugin-inclusive-language": "^2.2.1",
6161
"eslint-plugin-prettier": "^5.1.3",
62-
"eslint-plugin-tsdoc": "^0.2.17",
62+
"eslint-plugin-tsdoc": "^0.3.0",
6363
"ethers": "^5.7.2",
6464
"react": "18.2.0",
6565
"react-native": "^0.71.17",

legacy_packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"eslint-plugin-inclusive-language": "^2.2.1",
9292
"eslint-plugin-prettier": "^5.1.3",
9393
"eslint-plugin-svg-jsx": "^1.2.4",
94-
"eslint-plugin-tsdoc": "^0.2.17",
94+
"eslint-plugin-tsdoc": "^0.3.0",
9595
"ethers": "^5.7.2",
9696
"react": "18.2.0",
9797
"react-dom": "^18.2.0",

legacy_packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-plugin-import": "^2.29.1",
101101
"eslint-plugin-inclusive-language": "^2.2.1",
102102
"eslint-plugin-prettier": "^5.1.3",
103-
"eslint-plugin-tsdoc": "^0.2.17",
103+
"eslint-plugin-tsdoc": "^0.3.0",
104104
"ethers": "^5.7.2",
105105
"ethers-aws-kms-signer": "^1.3.2",
106106
"hardhat": "^2.22.2",

legacy_packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/uuid": "^9.0.8",
4141
"eslint": "8.57.0",
4242
"eslint-config-thirdweb": "workspace:*",
43-
"eslint-plugin-tsdoc": "^0.2.17",
43+
"eslint-plugin-tsdoc": "^0.3.0",
4444
"esm": "^3.2.25",
4545
"rimraf": "5.0.5",
4646
"typedoc-gen": "workspace:*",

legacy_packages/wallets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
"cross-env": "^7.0.3",
594594
"eslint-config-thirdweb": "workspace:*",
595595
"eslint-plugin-better-tree-shaking": "0.0.4",
596-
"eslint-plugin-tsdoc": "^0.2.17",
596+
"eslint-plugin-tsdoc": "^0.3.0",
597597
"ethereum-provider": "^0.7.7",
598598
"ethers": "^5.7.2",
599599
"ethers-aws-kms-signer": "^1.3.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-import": "^2.29.1",
6767
"eslint-plugin-inclusive-language": "^2.2.1",
6868
"eslint-plugin-prettier": "^5.1.3",
69-
"eslint-plugin-tsdoc": "^0.2.17",
69+
"eslint-plugin-tsdoc": "^0.3.0",
7070
"ethers5": "npm:ethers@5.7.2",
7171
"ethers6": "npm:ethers@6.11.1",
7272
"knip": "5.9.4",

pnpm-lock.yaml

Lines changed: 40 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)