Skip to content

Commit

Permalink
chore(deps-dev): bump rollup from 3.29.4 to 4.0.2 (#1391)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump rollup from 3.29.4 to 4.0.2

Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.0.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.0.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(ci): remove node < 18

* chore: support rollup ^4.0.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mickael Jeanroy <[email protected]>
  • Loading branch information
dependabot[bot] and mjeanroy authored Oct 14, 2023
1 parent 2327b4b commit b52b7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 14, 16, 18, 19, 20 ]
node: [ 18, 19, 20 ]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier"
],
"peerDependencies": {
"prettier": "^1.0.0 || ^2.0.0 || ^3.0.0",
"prettier": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"dependencies": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"prettier": "3.0.3",
"q": "1.5.1",
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup": "4.0.2",
"rollup-plugin-strip-banner": "3.1.0",
"tmp": "0.2.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit b52b7bd

Please sign in to comment.