Skip to content

Commit a426f28

Browse files
chore(deps): update all non-major dependencies (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d59487 commit a426f28

9 files changed

Lines changed: 426 additions & 419 deletions

File tree

demos/loaders/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@ascorbic/csv-loader": "workspace:^",
1717
"@ascorbic/feed-loader": "workspace:^",
1818
"@ascorbic/mock-loader": "workspace:^",
19-
"@astro-community/astro-embed-bluesky": "^0.1.1",
19+
"@astro-community/astro-embed-bluesky": "^0.1.2",
2020
"@astrojs/check": "^0.9.4",
2121
"@astrojs/netlify": "^5.5.4",
22-
"@atproto/api": "^0.13.14",
22+
"@atproto/api": "^0.13.18",
2323
"@unpic/astro": "^0.0.47",
24-
"astro": "5.0.0-beta.6",
25-
"typescript": "^5.6.3"
24+
"astro": "5.0.0-beta.12",
25+
"typescript": "^5.7.2"
2626
}
2727
}

package.json

Lines changed: 6 additions & 6 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.9",
17-
"@types/node": "^22.8.6",
18-
"prettier": "^3.3.3",
19-
"vite": "^5.4.10",
20-
"vitest": "^2.1.4"
16+
"@changesets/cli": "^2.27.10",
17+
"@types/node": "^22.10.1",
18+
"prettier": "^3.4.1",
19+
"vite": "^5.4.11",
20+
"vitest": "^2.1.6"
2121
},
22-
"packageManager": "pnpm@9.12.3"
22+
"packageManager": "pnpm@9.14.4"
2323
}

packages/airtable/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.16.4",
22-
"astro": "5.0.0-beta.6",
21+
"@arethetypeswrong/cli": "^0.17.0",
22+
"astro": "5.0.0-beta.12",
2323
"publint": "^0.2.12",
2424
"tsup": "^8.3.5",
25-
"typescript": "^5.6.3"
25+
"typescript": "^5.7.2"
2626
},
2727
"peerDependencies": {
2828
"astro": "^4.14.0 || ^5.0.0-beta.0"

packages/bluesky/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"check": "publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm"
1818
},
1919
"devDependencies": {
20-
"@arethetypeswrong/cli": "^0.16.4",
21-
"astro": "5.0.0-beta.6",
20+
"@arethetypeswrong/cli": "^0.17.0",
21+
"astro": "5.0.0-beta.12",
2222
"publint": "^0.2.12",
2323
"tsup": "^8.3.5",
24-
"typescript": "^5.6.3"
24+
"typescript": "^5.7.2"
2525
},
2626
"peerDependencies": {
2727
"astro": "^4.14.0 || ^5.0.0-beta.0"
@@ -40,6 +40,6 @@
4040
"homepage": "https://github.com/ascorbic/astro-loaders",
4141
"dependencies": {
4242
"@ascorbic/loader-utils": "workspace:^",
43-
"@atproto/api": "^0.13.14"
43+
"@atproto/api": "^0.13.18"
4444
}
4545
}

packages/csv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.16.4",
21+
"@arethetypeswrong/cli": "^0.17.0",
2222
"@types/papaparse": "^5.3.15",
23-
"astro": "5.0.0-beta.6",
23+
"astro": "5.0.0-beta.12",
2424
"publint": "^0.2.12",
2525
"tsup": "^8.3.5",
26-
"typescript": "^5.6.3"
26+
"typescript": "^5.7.2"
2727
},
2828
"peerDependencies": {
2929
"astro": "^4.14.0 || ^5.0.0-beta.0"

packages/feed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.16.4",
21+
"@arethetypeswrong/cli": "^0.17.0",
2222
"@types/feedparser": "^2.2.8",
23-
"astro": "5.0.0-beta.6",
23+
"astro": "5.0.0-beta.12",
2424
"publint": "^0.2.12",
2525
"tsup": "^8.3.5",
26-
"typescript": "^5.6.3"
26+
"typescript": "^5.7.2"
2727
},
2828
"peerDependencies": {
2929
"astro": "^4.14.0 || ^5.0.0-beta.0"

packages/mock/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.16.4",
22-
"astro": "5.0.0-beta.6",
21+
"@arethetypeswrong/cli": "^0.17.0",
22+
"astro": "5.0.0-beta.12",
2323
"publint": "^0.2.12",
2424
"tsup": "^8.3.5",
25-
"typescript": "^5.6.3"
25+
"typescript": "^5.7.2"
2626
},
2727
"peerDependencies": {
2828
"astro": "^4.14.0 || ^5.0.0-beta.0"
@@ -42,6 +42,6 @@
4242
"dependencies": {
4343
"@anatine/zod-mock": "^3.13.4",
4444
"@ascorbic/loader-utils": "workspace:^",
45-
"@faker-js/faker": "^9.1.0"
45+
"@faker-js/faker": "^9.2.0"
4646
}
4747
}

packages/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"test": "vitest"
1919
},
2020
"devDependencies": {
21-
"@arethetypeswrong/cli": "^0.16.4",
22-
"astro": "5.0.0-beta.6",
21+
"@arethetypeswrong/cli": "^0.17.0",
22+
"astro": "5.0.0-beta.12",
2323
"publint": "^0.2.12",
2424
"tsup": "^8.3.5",
25-
"typescript": "^5.6.3"
25+
"typescript": "^5.7.2"
2626
},
2727
"peerDependencies": {
2828
"astro": "^4.14.0 || ^5.0.0-beta.0"

0 commit comments

Comments
 (0)