astro-integration-pocketbase 2.0.0-next.1 → 2.0.0-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +11 -10
package/README.md CHANGED
@@ -15,6 +15,7 @@ This package provides an Astro toolbar for users of [astro-loader-pocketbase](ht
15
15
  | Integration | Loader | Astro | PocketBase |
16
16
  | ----------- | ------ | ----- | ---------- |
17
17
  | 1.0.0 | 2.0.0 | 5.0.0 | >= 0.23.0 |
18
+ | 2.0.0 | 2.0.0 | 5.0.0 | >= 0.23.0 |
18
19
 
19
20
  ## Basic usage
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-integration-pocketbase",
3
- "version": "2.0.0-next.1",
3
+ "version": "2.0.0-next.3",
4
4
  "description": "An Astro integration to support developers working with astro-loader-pocketbase.",
5
5
  "keywords": [
6
6
  "astro",
@@ -35,26 +35,27 @@
35
35
  "format:check": "npx prettier . --check --cache",
36
36
  "lint": "npx eslint --cache",
37
37
  "lint:fix": "npx eslint --cache --fix",
38
- "prepare": "husky"
38
+ "prepare": "husky",
39
+ "typecheck": "npx tsc --noEmit"
39
40
  },
40
41
  "devDependencies": {
41
42
  "@commitlint/cli": "^19.8.1",
42
43
  "@commitlint/config-conventional": "^19.8.1",
43
- "@eslint/js": "^9.29.0",
44
- "@stylistic/eslint-plugin": "^4.4.1",
44
+ "@eslint/js": "^9.30.1",
45
+ "@stylistic/eslint-plugin": "^5.1.0",
45
46
  "@types/node": "^22.14.1",
46
- "astro": "^5.9.4",
47
- "eslint": "^9.29.0",
47
+ "astro": "^5.11.0",
48
+ "eslint": "^9.30.1",
48
49
  "eslint-config-prettier": "^10.1.5",
49
50
  "eventsource": "^4.0.0",
50
- "globals": "^16.2.0",
51
+ "globals": "^16.3.0",
51
52
  "husky": "^9.1.7",
52
53
  "lint-staged": "^16.1.2",
53
- "prettier": "^3.5.3",
54
+ "prettier": "^3.6.2",
54
55
  "prettier-plugin-organize-imports": "^4.1.0",
55
- "prettier-plugin-packagejson": "^2.5.15",
56
+ "prettier-plugin-packagejson": "^2.5.18",
56
57
  "typescript": "^5.8.3",
57
- "typescript-eslint": "^8.34.1"
58
+ "typescript-eslint": "^8.35.1"
58
59
  },
59
60
  "peerDependencies": {
60
61
  "astro": "^5.0.0",