Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v4 (#124)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency rollup to v4

* Create purple-pugs-switch.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Konstantin Shutkin <kostya80@gmail.com>
  • Loading branch information
renovate[bot] and kshutkin authored Oct 5, 2023
1 parent ae03753 commit f321d3f
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 18 deletions.
13 changes: 13 additions & 0 deletions .changeset/purple-pugs-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@rollup-extras/utils": patch
"@rollup-extras/plugin-angularjs-template-cache": patch
"@rollup-extras/plugin-binify": patch
"@rollup-extras/plugin-clean": patch
"@rollup-extras/plugin-copy": patch
"@rollup-extras/plugin-exec": patch
"@rollup-extras/plugin-externals": patch
"@rollup-extras/plugin-html": patch
"@rollup-extras/plugin-serve": patch
---

chore(deps): update dependency rollup to v4
2 changes: 1 addition & 1 deletion plugin-angularjs-template-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/js-string-escape": "^1.0.1"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-binify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup-extras/utils": "^1.4.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-clean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup-extras/utils": "^1.4.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/glob-parent": "^5.1.1"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rollup-extras/utils": "^1.4.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@rollup-extras/utils": "^1.4.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@rollup-extras/utils": "^1.4.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/koa-static": "^4.0.2"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@niceties/logger": "^1.1.5"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
"rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
Expand Down

0 comments on commit f321d3f

Please sign in to comment.