Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(dev-deps): update dependency @rollup/plugin-commonjs to v28 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ivangabriele/prettier-config": "3.2.0",
"@ivangabriele/semantic-release-config-no-npm": "3.0.3",
"@ivangabriele/tsconfig-node": "1.2.2",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.5.25",
"@types/chrome": "0.0.268",
Expand Down
27 changes: 20 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1001,22 +1001,23 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-commonjs@npm:25.0.8":
version: 25.0.8
resolution: "@rollup/plugin-commonjs@npm:25.0.8"
"@rollup/plugin-commonjs@npm:28.0.0":
version: 28.0.0
resolution: "@rollup/plugin-commonjs@npm:28.0.0"
dependencies:
"@rollup/pluginutils": "npm:^5.0.1"
commondir: "npm:^1.0.1"
estree-walker: "npm:^2.0.2"
glob: "npm:^8.0.3"
fdir: "npm:^6.1.1"
is-reference: "npm:1.2.1"
magic-string: "npm:^0.30.3"
picomatch: "npm:^2.3.1"
peerDependencies:
rollup: ^2.68.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: 10/2d6190450bdf2ca2c4ab71a35eb5bf245349ad7dab6fc84a3a4e65147fd694be816e3c31b575c9e55a70a2f82132b79092d1ee04358e6e504beb31a8c82178bb
checksum: 10/21a59db90768578e595bd02ca9ba9a6fd5ba8a20a16d81667e7b5a3cfc86905aa4387ff8558618305d019f85b2138d90e06867b5079c7aed3253e36c6585fe5f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4615,6 +4616,18 @@ __metadata:
languageName: node
linkType: hard

"fdir@npm:^6.1.1":
version: 6.4.0
resolution: "fdir@npm:6.4.0"
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
checksum: 10/e45d7c5d349ef4a4835c788944dae7ac5de7aab159511bc3ce8bc62164d4a25cb915c6d2f400886a9ed6f9d9cf38de394b71cb73935408c90eeafa0a8f6cc377
languageName: node
linkType: hard

"figures@npm:^2.0.0":
version: 2.0.0
resolution: "figures@npm:2.0.0"
Expand Down Expand Up @@ -5072,7 +5085,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:8.1.0, glob@npm:^8.0.1, glob@npm:^8.0.3":
"glob@npm:8.1.0, glob@npm:^8.0.1":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
Expand Down Expand Up @@ -8267,7 +8280,7 @@ __metadata:
"@ivangabriele/prettier-config": "npm:3.2.0"
"@ivangabriele/semantic-release-config-no-npm": "npm:3.0.3"
"@ivangabriele/tsconfig-node": "npm:1.2.2"
"@rollup/plugin-commonjs": "npm:25.0.8"
"@rollup/plugin-commonjs": "npm:28.0.0"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@swc/core": "npm:1.5.25"
"@types/chrome": "npm:0.0.268"
Expand Down
Loading