Skip to content

Commit

Permalink
chore: bump rimraf from 5.0.7 to 6.0.1 (#356)
Browse files Browse the repository at this point in the history
* chore: bump rimraf from 5.0.7 to 6.0.1

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.7...v6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* drop support for node 18 and add node 20 in qa and build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: idaho <664101+idaho@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and idaho committed Aug 1, 2024
1 parent b501398 commit 01e5244
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
109 changes: 103 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"jest": "29.7.0",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"rollup": "4.18.0",
"rollup-plugin-serve": "2.0.2",
"ts-jest": "29.1.5",
Expand Down

0 comments on commit 01e5244

Please sign in to comment.