Skip to content

Commit

Permalink
chore(deps): update dependency tsup to ^8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent b90e985 commit 18ec8b4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/rehype-meta-as-attributes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"tsup": "^8.2.3",
"tsup": "^8.3.0",
"unified": "^11.0.5"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/lodash.kebabcase": "^4.1.9",
"tsup": "^8.2.3"
"tsup": "^8.3.0"
},
"bugs": {
"url": "https://github.com/LekoArts/gatsby-themes/issues"
Expand Down
43 changes: 36 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lekoarts/rehype-meta-as-attributes@workspace:packages/rehype-meta-as-attributes"
dependencies:
tsup: "npm:^8.2.3"
tsup: "npm:^8.3.0"
unified: "npm:^11.0.5"
unist-util-visit: "npm:^5.0.0"
languageName: unknown
Expand All @@ -3136,7 +3136,7 @@ __metadata:
dependencies:
"@types/lodash.kebabcase": "npm:^4.1.9"
lodash.kebabcase: "npm:^4.1.1"
tsup: "npm:^8.2.3"
tsup: "npm:^8.3.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10955,6 +10955,18 @@ __metadata:
languageName: node
linkType: hard

"fdir@npm:^6.4.0":
version: 6.4.0
resolution: "fdir@npm:6.4.0"
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
checksum: 10c0/9a03efa1335d78ea386b701799b08ad9e7e8da85d88567dc162cd28dd8e9486e8c269b3e95bfeb21dd6a5b14ebf69d230eb6e18f49d33fbda3cd97432f648c48
languageName: node
linkType: hard

"fflate@npm:~0.8.2":
version: 0.8.2
resolution: "fflate@npm:0.8.2"
Expand Down Expand Up @@ -18217,6 +18229,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2":
version: 4.0.2
resolution: "picomatch@npm:4.0.2"
checksum: 10c0/7c51f3ad2bb42c776f49ebf964c644958158be30d0a510efd5a395e8d49cb5acfed5b82c0c5b365523ce18e6ab85013c9ebe574f60305892ec3fa8eee8304ccc
languageName: node
linkType: hard

"pidtree@npm:~0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
Expand Down Expand Up @@ -21676,6 +21695,16 @@ __metadata:
languageName: node
linkType: hard

"tinyglobby@npm:^0.2.1":
version: 0.2.8
resolution: "tinyglobby@npm:0.2.8"
dependencies:
fdir: "npm:^6.4.0"
picomatch: "npm:^4.0.2"
checksum: 10c0/3d71cbd4c2144d4adaaf96e3d3dcb3d1496fbf5843c05eb84cff521ecd53093ecd30b176f5e7593f95bf0c15f703a3b68354fabe9ae2f4d93f1d9433497cb09d
languageName: node
linkType: hard

"tinypool@npm:^1.0.0":
version: 1.0.0
resolution: "tinypool@npm:1.0.0"
Expand Down Expand Up @@ -21873,9 +21902,9 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^8.2.3":
version: 8.2.3
resolution: "tsup@npm:8.2.3"
"tsup@npm:^8.3.0":
version: 8.3.0
resolution: "tsup@npm:8.3.0"
dependencies:
bundle-require: "npm:^5.0.0"
cac: "npm:^6.7.14"
Expand All @@ -21884,14 +21913,14 @@ __metadata:
debug: "npm:^4.3.5"
esbuild: "npm:^0.23.0"
execa: "npm:^5.1.1"
globby: "npm:^11.1.0"
joycon: "npm:^3.1.1"
picocolors: "npm:^1.0.1"
postcss-load-config: "npm:^6.0.1"
resolve-from: "npm:^5.0.0"
rollup: "npm:^4.19.0"
source-map: "npm:0.8.0-beta.0"
sucrase: "npm:^3.35.0"
tinyglobby: "npm:^0.2.1"
tree-kill: "npm:^1.2.2"
peerDependencies:
"@microsoft/api-extractor": ^7.36.0
Expand All @@ -21910,7 +21939,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 10c0/4a6fba80b441b400e44633db7e52d383cfd502119e6bdf7680ac07d5110eab2473d8b980a664c1564d0418d89c0e680b24a9f43d2d7da1193ce72259a863725a
checksum: 10c0/7f7132e48fca2284fd721077c6462c440dabdc95bcacf2e9837f81d2ca9771f804ff4f8b81a743e8fc6c3def856cf3ae99421c0568a7f030196abdc9e12e97e8
languageName: node
linkType: hard

Expand Down

0 comments on commit 18ec8b4

Please sign in to comment.