Skip to content

Commit 32b033a

Browse files
chore(deps): update all non-major dependencies (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b1ef50 commit 32b033a

9 files changed

Lines changed: 748 additions & 206 deletions

File tree

demos/loaders/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@ascorbic/mock-loader": "workspace:^",
1919
"@astro-community/astro-embed-bluesky": "^0.1.2",
2020
"@astrojs/check": "^0.9.4",
21-
"@astrojs/netlify": "^6.0.0",
22-
"@atproto/api": "^0.13.19",
21+
"@astrojs/netlify": "^6.0.1",
22+
"@atproto/api": "^0.13.22",
2323
"@unpic/astro": "^0.1.0",
24-
"astro": "5.0.4",
24+
"astro": "5.1.1",
2525
"typescript": "^5.7.2"
2626
}
2727
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@changesets/changelog-github": "^0.5.0",
16-
"@changesets/cli": "^2.27.10",
17-
"@types/node": "^22.10.1",
16+
"@changesets/cli": "^2.27.11",
17+
"@types/node": "^22.10.2",
1818
"prettier": "^3.4.2",
19-
"vite": "^6.0.3",
19+
"vite": "^6.0.5",
2020
"vitest": "^2.1.8"
2121
},
22-
"packageManager": "pnpm@9.15.0"
22+
"packageManager": "pnpm@9.15.1"
2323
}

packages/airtable/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.17.1",
22-
"astro": "5.0.4",
21+
"@arethetypeswrong/cli": "^0.17.2",
22+
"astro": "5.1.1",
2323
"publint": "^0.2.12",
2424
"tsup": "^8.3.5",
2525
"typescript": "^5.7.2"
@@ -42,6 +42,6 @@
4242
"dependencies": {
4343
"@ascorbic/loader-utils": "workspace:^",
4444
"airtable": "^0.12.2",
45-
"ts-pattern": "^5.5.0"
45+
"ts-pattern": "^5.6.0"
4646
}
4747
}

packages/bluesky/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"check": "publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm"
1818
},
1919
"devDependencies": {
20-
"@arethetypeswrong/cli": "^0.17.1",
21-
"astro": "5.0.4",
20+
"@arethetypeswrong/cli": "^0.17.2",
21+
"astro": "5.1.1",
2222
"publint": "^0.2.12",
2323
"tsup": "^8.3.5",
2424
"typescript": "^5.7.2"
@@ -40,6 +40,6 @@
4040
"homepage": "https://github.com/ascorbic/astro-loaders",
4141
"dependencies": {
4242
"@ascorbic/loader-utils": "workspace:^",
43-
"@atproto/api": "^0.13.19"
43+
"@atproto/api": "^0.13.22"
4444
}
4545
}

packages/csv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.17.1",
21+
"@arethetypeswrong/cli": "^0.17.2",
2222
"@types/papaparse": "^5.3.15",
23-
"astro": "5.0.4",
23+
"astro": "5.1.1",
2424
"publint": "^0.2.12",
2525
"tsup": "^8.3.5",
2626
"typescript": "^5.7.2"

packages/feed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.17.1",
21+
"@arethetypeswrong/cli": "^0.17.2",
2222
"@types/feedparser": "^2.2.8",
23-
"astro": "5.0.4",
23+
"astro": "5.1.1",
2424
"publint": "^0.2.12",
2525
"tsup": "^8.3.5",
2626
"typescript": "^5.7.2"

packages/mock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.17.1",
22-
"astro": "5.0.4",
21+
"@arethetypeswrong/cli": "^0.17.2",
22+
"astro": "5.1.1",
2323
"publint": "^0.2.12",
2424
"tsup": "^8.3.5",
2525
"typescript": "^5.7.2"

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.17.1",
22-
"astro": "5.0.4",
21+
"@arethetypeswrong/cli": "^0.17.2",
22+
"astro": "5.1.1",
2323
"publint": "^0.2.12",
2424
"tsup": "^8.3.5",
2525
"typescript": "^5.7.2"

0 commit comments

Comments
 (0)