ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#742
Closed github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
4 files +10 -12

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

bun.lockmodified+4-6
Changes to bun.lock
@@ -6,7 +6,7 @@
66 "name": "@stacksjs/bun-queue",
77 "devDependencies": {
88 "@stacksjs/bunpress": "^0.1.1",
9 "@types/bun": "^1.3.9",
9 "@types/bun": "^1.3.10",
1010 "better-dx": "^0.2.6",
1111 },
1212 },
@@ -19,11 +19,11 @@
1919 "version": "0.1.0",
2020 "dependencies": {
2121 "@cwcss/crosswind": "^0.1.6",
22 "@stacksjs/bun-queue": "^0.0.1",
23 "@stacksjs/stx": "^0.2.5",
22 "@stacksjs/bun-queue": "^0.1.0",
23 "@stacksjs/stx": "^0.2.6",
2424 },
2525 "devDependencies": {
26 "bun-plugin-stx": "^0.2.5",
26 "bun-plugin-stx": "^0.2.6",
2727 },
2828 },
2929 },
@@ -139,7 +139,5 @@
139139 "wrap-ansi": ["wrap-ansi@9.0.2", "", { "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" } }, "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww=="],
140140
141141 "yocto-queue": ["yocto-queue@1.2.2", "", {}, "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ=="],
142
143 "@stacksjs/bun-queue-dashboard/@stacksjs/bun-queue": ["@stacksjs/bun-queue@0.0.1", "", {}, "sha512-DmnFxh5cgaQppy3SOpP1kl3ez6/b+ntFJu12+you6gH1wJPdN1Z6bumsHZD1Zq9cBw/ZM+IQueiVCq4PVsZY4g=="],
144142 }
145143}
deps.yamlmodified+2-2
Changes to deps.yaml
@@ -1,3 +1,3 @@
11dependencies:
2 bun.sh: ^1.2.10
3 redis: ^7.4.2
2 bun.sh: ^1.3.4
3 redis: ^7.4.7
package.jsonmodified+1-1
Changes to package.json
@@ -65,7 +65,7 @@
6565 },
6666 "devDependencies": {
6767 "@stacksjs/bunpress": "^0.1.1",
68 "@types/bun": "^1.3.9",
68 "@types/bun": "^1.3.10",
6969 "better-dx": "^0.2.6"
7070 },
7171 "git-hooks": {
packages/devtools/package.jsonmodified+3-3
Changes to packages/devtools/package.json
@@ -48,10 +48,10 @@
4848 },
4949 "dependencies": {
5050 "@cwcss/crosswind": "^0.1.6",
51 "@stacksjs/bun-queue": "^0.0.1",
52 "@stacksjs/stx": "^0.2.5"
51 "@stacksjs/bun-queue": "^0.1.0",
52 "@stacksjs/stx": "^0.2.6"
5353 },
5454 "devDependencies": {
55 "bun-plugin-stx": "^0.2.5"
55 "bun-plugin-stx": "^0.2.6"
5656 }
5757}