Skip to content

Commit

Permalink
build(deps-dev): bump the majordev group with 2 updates (#1393)
Browse files Browse the repository at this point in the history
Bumps the majordev group with 2 updates: [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) and [rimraf](https://github.com/isaacs/rimraf).


Updates `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

Updates `rimraf` from 5.0.5 to 6.0.1
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v6.0.1)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 036ce79 commit f7898e7
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 20 deletions.
125 changes: 107 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-swc": "^0.4.0",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -53,7 +53,7 @@
"husky": "^9.1.6",
"jest": "^29.6.4",
"nx": "^20.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"ts-jest": "^29.2.5",
Expand Down

0 comments on commit f7898e7

Please sign in to comment.