Skip to content

Commit 9f5798e

Browse files
build: update dependency @rollup/plugin-commonjs to v28 (angular#57929)
See associated pull request for more information. PR Close angular#57929
1 parent d944377 commit 9f5798e

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@jridgewell/sourcemap-codec": "^1.4.14",
7171
"@microsoft/api-extractor": "^7.24.2",
7272
"@rollup/plugin-babel": "^6.0.0",
73-
"@rollup/plugin-commonjs": "^26.0.0",
73+
"@rollup/plugin-commonjs": "^28.0.0",
7474
"@rollup/plugin-node-resolve": "^13.0.4",
7575
"@schematics/angular": "19.0.0-next.6",
7676
"@stackblitz/sdk": "^1.11.0",

packages/bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
3131
"@bazel/concatjs": "^5.3.0",
3232
"@bazel/worker": "^5.3.0",
33-
"@rollup/plugin-commonjs": "^26.0.0",
33+
"@rollup/plugin-commonjs": "^28.0.0",
3434
"@rollup/plugin-node-resolve": "^13.0.4",
3535
"rollup": "^2.56.3",
3636
"rollup-plugin-sourcemaps": "^0.6.3",

yarn.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3183,17 +3183,18 @@
31833183
"@babel/helper-module-imports" "^7.18.6"
31843184
"@rollup/pluginutils" "^5.0.1"
31853185

3186-
"@rollup/plugin-commonjs@^26.0.0":
3187-
version "26.0.1"
3188-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
3189-
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
3186+
"@rollup/plugin-commonjs@^28.0.0":
3187+
version "28.0.0"
3188+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.0.tgz#44b5e49cb5d5e6233f1e4996013a8649fdbb9557"
3189+
integrity sha512-BJcu+a+Mpq476DMXG+hevgPSl56bkUoi88dKT8t3RyUp8kGuOh+2bU8Gs7zXDlu+fyZggnJ+iOBGrb/O1SorYg==
31903190
dependencies:
31913191
"@rollup/pluginutils" "^5.0.1"
31923192
commondir "^1.0.1"
31933193
estree-walker "^2.0.2"
3194-
glob "^10.4.1"
3194+
fdir "^6.1.1"
31953195
is-reference "1.2.1"
31963196
magic-string "^0.30.3"
3197+
picomatch "^2.3.1"
31973198

31983199
"@rollup/plugin-node-resolve@^13.0.4":
31993200
version "13.3.0"
@@ -8576,6 +8577,11 @@ fd-slicer@~1.1.0:
85768577
dependencies:
85778578
pend "~1.2.0"
85788579

8580+
fdir@^6.1.1:
8581+
version "6.3.0"
8582+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.3.0.tgz#fcca5a23ea20e767b15e081ee13b3e6488ee0bb0"
8583+
integrity sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==
8584+
85798585
fecha@^4.2.0:
85808586
version "4.2.3"
85818587
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"

0 commit comments

Comments
 (0)