contacts-pane 2.6.11 → 2.6.12-17064b60

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.
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v16.14.0
1
+ v18.19.0
@@ -87,7 +87,8 @@ export async function renderGroupMemberships (person, context) {
87
87
  if (!book) {
88
88
  book = kb.any(undefined, ns.vcard('includesGroup'))
89
89
  if (!book) {
90
- throw new Error('findBookFromGroups: Cant find address book which this group is part of')
90
+ // throw new Error('findBookFromGroups: Cant find address book which this group is part of')
91
+ return // no book => no groups
91
92
  }
92
93
  }
93
94
  const groupIndex = kb.any(book, ns.vcard('groupIndex'))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contacts-pane",
3
- "version": "2.6.11",
3
+ "version": "2.6.12-17064b60",
4
4
  "description": "Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.",
5
5
  "main": "./contactsPane.js",
6
6
  "scripts": {
@@ -38,25 +38,25 @@
38
38
  },
39
39
  "homepage": "https://github.com/solid/contacts-pane",
40
40
  "dependencies": {
41
- "solid-ui": "^2.4.32"
41
+ "solid-ui": "^2.4.33"
42
42
  },
43
43
  "devDependencies": {
44
- "@babel/cli": "^7.23.4",
45
- "@babel/core": "^7.23.5",
46
- "@babel/preset-env": "^7.23.5",
47
- "@babel/preset-typescript": "^7.23.3",
48
- "@testing-library/jest-dom": "^6.1.5",
49
- "@types/jest": "^29.5.10",
50
- "@typescript-eslint/eslint-plugin": "^6.13.2",
51
- "@typescript-eslint/parser": "^6.13.2",
52
- "eslint": "^8.55.0",
53
- "eslint-plugin-import": "^2.29.0",
44
+ "@babel/cli": "^7.24.1",
45
+ "@babel/core": "^7.24.3",
46
+ "@babel/preset-env": "^7.24.3",
47
+ "@babel/preset-typescript": "^7.24.1",
48
+ "@testing-library/jest-dom": "^6.4.2",
49
+ "@types/jest": "^29.5.12",
50
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
51
+ "@typescript-eslint/parser": "^6.21.0",
52
+ "eslint": "^8.57.0",
53
+ "eslint-plugin-import": "^2.29.1",
54
54
  "husky": "^8.0.3",
55
55
  "jest": "^29.7.0",
56
56
  "jest-environment-jsdom": "^29.7.0",
57
57
  "jest-fetch-mock": "^3.0.3",
58
58
  "lint-staged": "^13.3.0",
59
- "typescript": "^5.3.2",
59
+ "typescript": "^5.4.3",
60
60
  "typescript-transpile-only": "0.0.4"
61
61
  },
62
62
  "husky": {