Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 6cd0277

Browse files
fix(deps): update dependency @rollup/plugin-commonjs to v28 (#2749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b26ce8 commit 6cd0277

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

packages/tcm-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/preset-env": "7.24.6",
4545
"@babel/traverse": "7.24.6",
4646
"@rollup/plugin-babel": "6.0.4",
47-
"@rollup/plugin-commonjs": "25.0.8",
47+
"@rollup/plugin-commonjs": "28.0.3",
4848
"@rollup/plugin-json": "6.1.0",
4949
"@rollup/plugin-node-resolve": "15.1.0",
5050
"@rollup/plugin-replace": "6.0.2",

yarn.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -6014,22 +6014,23 @@ __metadata:
60146014
languageName: node
60156015
linkType: hard
60166016

6017-
"@rollup/plugin-commonjs@npm:25.0.8":
6018-
version: 25.0.8
6019-
resolution: "@rollup/plugin-commonjs@npm:25.0.8"
6017+
"@rollup/plugin-commonjs@npm:28.0.3":
6018+
version: 28.0.3
6019+
resolution: "@rollup/plugin-commonjs@npm:28.0.3"
60206020
dependencies:
60216021
"@rollup/pluginutils": "npm:^5.0.1"
60226022
commondir: "npm:^1.0.1"
60236023
estree-walker: "npm:^2.0.2"
6024-
glob: "npm:^8.0.3"
6024+
fdir: "npm:^6.2.0"
60256025
is-reference: "npm:1.2.1"
60266026
magic-string: "npm:^0.30.3"
6027+
picomatch: "npm:^4.0.2"
60276028
peerDependencies:
60286029
rollup: ^2.68.0||^3.0.0||^4.0.0
60296030
peerDependenciesMeta:
60306031
rollup:
60316032
optional: true
6032-
checksum: 10c0/00d6fe41c33476dcb4b4ac3068f869b8537153646ea18f1fb9d0dfd5592792148567dd735d58ac15e2fdd4ed6c98453d20fe5343105f8cfa93d291198c9a90f5
6033+
checksum: 10c0/0dbc61a5a894cdf526c3f0a738243cf1b3f634d592db0f2b9cad8c5d8e4c3e645d9b7ac19761c07a8a475118cafa6cdef4746111019388dd6e962f7373878ea4
60336034
languageName: node
60346035
linkType: hard
60356036

@@ -7046,7 +7047,7 @@ __metadata:
70467047
"@commitlint/cli": "npm:19.3.0"
70477048
"@commitlint/config-conventional": "npm:19.2.2"
70487049
"@rollup/plugin-babel": "npm:6.0.4"
7049-
"@rollup/plugin-commonjs": "npm:25.0.8"
7050+
"@rollup/plugin-commonjs": "npm:28.0.3"
70507051
"@rollup/plugin-json": "npm:6.1.0"
70517052
"@rollup/plugin-node-resolve": "npm:15.1.0"
70527053
"@rollup/plugin-replace": "npm:6.0.2"
@@ -14756,7 +14757,7 @@ __metadata:
1475614757
languageName: node
1475714758
linkType: hard
1475814759

14759-
"fdir@npm:^6.4.3":
14760+
"fdir@npm:^6.2.0, fdir@npm:^6.4.3":
1476014761
version: 6.4.3
1476114762
resolution: "fdir@npm:6.4.3"
1476214763
peerDependencies:
@@ -15644,7 +15645,7 @@ __metadata:
1564415645
languageName: node
1564515646
linkType: hard
1564615647

15647-
"glob@npm:^8.0.1, glob@npm:^8.0.3, glob@npm:^8.1.0":
15648+
"glob@npm:^8.0.1, glob@npm:^8.1.0":
1564815649
version: 8.1.0
1564915650
resolution: "glob@npm:8.1.0"
1565015651
dependencies:

0 commit comments

Comments
 (0)