Skip to content

Commit

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

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

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

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

* chore: pin rimraf dev dep

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kudakwashe Mupeni <[email protected]>
  • Loading branch information
dependabot[bot] and 2wce authored Jul 16, 2024
1 parent b32a72f commit 1c0a898
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 12 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"lerna": "8.1.3",
"lint-staged": "15.2.7",
"prettier": "^3.2.5",
"rimraf": "6.0.1",
"rollup": "^4.18.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-json": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/contentful-slatejs-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"cz-conventional-changelog": "^3.3.0",
"lodash.camelcase": "^4.3.0",
"prompt": "^1.0.0",
"rimraf": "^2.6.1",
"ts-jest": "^29.1.2"
},
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/rich-text-from-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/lodash": "^4.14.172",
"rimraf": "^2.6.3",
"ts-jest": "^29.1.2"
},
"bugs": {
Expand Down
1 change: 0 additions & 1 deletion packages/rich-text-html-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@types/escape-html": "^1.0.4",
"@types/lodash.clonedeep": "^4.5.6",
"lodash.clonedeep": "^4.5.0",
"rimraf": "^2.6.3",
"ts-jest": "^29.1.2"
}
}
1 change: 0 additions & 1 deletion packages/rich-text-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@contentful/rich-text-types": "^16.6.2"
},
"devDependencies": {
"rimraf": "^2.6.3",
"ts-jest": "^29.1.2"
}
}
1 change: 0 additions & 1 deletion packages/rich-text-plain-text-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@contentful/rich-text-types": "^16.6.2"
},
"devDependencies": {
"rimraf": "^2.6.3",
"ts-jest": "^29.1.2"
}
}
1 change: 0 additions & 1 deletion packages/rich-text-react-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^2.6.3",
"ts-jest": "^29.1.2"
}
}
1 change: 0 additions & 1 deletion packages/rich-text-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@faker-js/faker": "^8.4.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"rimraf": "^2.6.3",
"ts-jest": "^29.1.2",
"typescript-json-schema": "0.64.0"
}
Expand Down
52 changes: 47 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4260,6 +4260,18 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.1:
package-json-from-dist "^1.0.0"
path-scurry "^1.11.1"

glob@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
dependencies:
foreground-child "^3.1.0"
jackspeak "^4.0.1"
minimatch "^10.0.0"
minipass "^7.1.2"
package-json-from-dist "^1.0.0"
path-scurry "^2.0.0"

glob@^8.0.1:
version "8.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
Expand Down Expand Up @@ -5202,6 +5214,15 @@ jackspeak@^3.1.2:
optionalDependencies:
"@pkgjs/parseargs" "^0.11.0"

jackspeak@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
dependencies:
"@isaacs/cliui" "^8.0.2"
optionalDependencies:
"@pkgjs/parseargs" "^0.11.0"

jake@^10.8.5:
version "10.9.1"
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
Expand Down Expand Up @@ -6085,6 +6106,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0:
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==

lru-cache@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==

lru-cache@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
Expand Down Expand Up @@ -6419,6 +6445,13 @@ [email protected]:
dependencies:
brace-expansion "^2.0.1"

minimatch@^10.0.0:
version "10.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
dependencies:
brace-expansion "^2.0.1"

minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
Expand Down Expand Up @@ -7310,6 +7343,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"

path-scurry@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
dependencies:
lru-cache "^11.0.0"
minipass "^7.1.2"

path-type@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
Expand Down Expand Up @@ -7814,12 +7855,13 @@ rfdc@^1.4.1:
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==

rimraf@^2.6.1, rimraf@^2.6.3:
version "2.7.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
rimraf@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
dependencies:
glob "^7.1.3"
glob "^11.0.0"
package-json-from-dist "^1.0.0"

rimraf@^3.0.2:
version "3.0.2"
Expand Down

0 comments on commit 1c0a898

Please sign in to comment.