Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 22b5367

Browse files
Update dependency @rollup/plugin-typescript to v12
1 parent a846f18 commit 22b5367

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@js-lib/cli": "^1.6.0",
4545
"@rollup/plugin-node-resolve": "^15.0.2",
46-
"@rollup/plugin-typescript": "^11.1.1",
46+
"@rollup/plugin-typescript": "^12.0.0",
4747
"@typescript-eslint/eslint-plugin": "^5.50.0",
4848
"@typescript-eslint/parser": "^5.50.0",
4949
"babel-plugin-istanbul": "6.1.1",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,12 +518,12 @@
518518
is-module "^1.0.0"
519519
resolve "^1.22.1"
520520

521-
"@rollup/plugin-typescript@^11.1.1":
522-
version "11.1.1"
523-
resolved "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.1.tgz#258663a7aa6b51390dd39ae6e5502f2c4b2807cb"
524-
integrity sha512-Ioir+x5Bejv72Lx2Zbz3/qGg7tvGbxQZALCLoJaGrkNXak/19+vKgKYJYM3i/fJxvsb23I9FuFQ8CUBEfsmBRg==
521+
"@rollup/plugin-typescript@^12.0.0":
522+
version "12.3.0"
523+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.3.0.tgz#cc51b830973bc14c9456fe6532f322f2a40f5f12"
524+
integrity sha512-7DP0/p7y3t67+NabT9f8oTBFE6gGkto4SA6Np2oudYmZE/m1dt8RB0SjL1msMxFpLo631qjRCcBlAbq1ml/Big==
525525
dependencies:
526-
"@rollup/pluginutils" "^5.0.1"
526+
"@rollup/pluginutils" "^5.1.0"
527527
resolve "^1.22.1"
528528

529529
"@rollup/pluginutils@^4.1.2":
@@ -543,6 +543,15 @@
543543
estree-walker "^2.0.2"
544544
picomatch "^2.3.1"
545545

546+
"@rollup/pluginutils@^5.1.0":
547+
version "5.3.0"
548+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4"
549+
integrity sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==
550+
dependencies:
551+
"@types/estree" "^1.0.0"
552+
estree-walker "^2.0.2"
553+
picomatch "^4.0.2"
554+
546555
"@templatejs/parser@^2.4.0":
547556
version "2.4.0"
548557
resolved "https://registry.npmjs.org/@templatejs/parser/-/parser-2.4.0.tgz#7545e1079b38be6fb45817fcb3bfaec0c353c9f8"
@@ -2604,6 +2613,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
26042613
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
26052614
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
26062615

2616+
picomatch@^4.0.2:
2617+
version "4.0.3"
2618+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
2619+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
2620+
26072621
pkg-dir@^4.1.0:
26082622
version "4.2.0"
26092623
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"

0 commit comments

Comments
 (0)