Skip to content

Commit 9f37774

Browse files
committed
Bumped node version and changed bugs and homepage url globally
1 parent 39bfb8c commit 9f37774

File tree

83 files changed

+11734
-2669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+11734
-2669
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@jsr:registry=https://npm.jsr.io

ep_align/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"lint:fix": "eslint --fix ."
3838
},
3939
"engines": {
40-
"node": ">=18.0.0"
40+
"node": ">=20.0.0"
4141
}
42-
}
42+
}

ep_announce/package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ep_announce",
3-
"homepage": "https://github.com/orblivion/ep_announce#readme",
3+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_announce#readme",
44
"repository": {
5-
"url": "[email protected]:orblivion/ep_announce.git",
6-
"type": "git"
5+
"type": "git",
6+
"url": "https://github.com/ether/ether-plugins.git"
77
},
88
"version": "0.0.28",
99
"description": "Plays a chime when other users join on Etherpad",
@@ -18,20 +18,23 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=12.17.0"
21+
"node": ">=20.0.0"
2222
},
2323
"dependencies": {},
2424
"funding": {
2525
"type": "individual",
2626
"url": "https://etherpad.org/"
2727
},
2828
"devDependencies": {
29-
"eslint": "^8.54.0",
30-
"eslint-config-etherpad": "^3.0.22",
31-
"typescript": "^4.9.5"
29+
"eslint": "catalog:",
30+
"eslint-config-etherpad": "catalog:",
31+
"typescript": "catalog:"
3232
},
3333
"scripts": {
3434
"lint": "eslint .",
3535
"lint:fix": "eslint --fix ."
36+
},
37+
"bugs": {
38+
"url": "https://github.com/ether/ether-plugins/issues"
3639
}
37-
}
40+
}

ep_author_follow/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,26 @@
77
"dependencies": {},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/ether/ep_author_follow.git"
10+
"url": "https://github.com/ether/ether-plugins.git"
1111
},
1212
"funding": {
1313
"type": "individual",
1414
"url": "https://etherpad.org/"
1515
},
1616
"devDependencies": {
17-
"eslint": "^8.57.0",
18-
"eslint-config-etherpad": "^3.0.22",
19-
"typescript": "^5.4.2"
17+
"eslint": "catalog:",
18+
"eslint-config-etherpad": "catalog:",
19+
"typescript": "catalog:"
2020
},
2121
"scripts": {
2222
"lint": "eslint .",
2323
"lint:fix": "eslint --fix ."
2424
},
2525
"engines": {
26-
"node": ">=18.0.0"
27-
}
28-
}
26+
"node": ">=20.0.0"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/ether/ether-plugins/issues"
30+
},
31+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_author_follow#readme"
32+
}

ep_author_hover/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,26 @@
99
"version": "1.0.1",
1010
"repository": {
1111
"type": "git",
12-
"url": "git@github.com:JohnMcLear/ep_author_hover.git"
12+
"url": "https://github.com/ether/ether-plugins.git"
1313
},
1414
"funding": {
1515
"type": "individual",
1616
"url": "https://etherpad.org/"
1717
},
1818
"devDependencies": {
19-
"eslint": "^8.57.0",
20-
"eslint-config-etherpad": "^3.0.22",
21-
"typescript": "^5.4.2"
19+
"eslint": "catalog:",
20+
"eslint-config-etherpad": "catalog:",
21+
"typescript": "catalog:"
2222
},
2323
"scripts": {
2424
"lint": "eslint .",
2525
"lint:fix": "eslint --fix ."
2626
},
2727
"engines": {
28-
"node": ">=18.0.0"
29-
}
30-
}
28+
"node": ">=20.0.0"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/ether/ether-plugins/issues"
32+
},
33+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_author_hover#readme"
34+
}

ep_author_neat2/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Etherpad plugin that uses colored underlines instead of colored backgrounds to indicate authorship.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/ether/ep_author_neat2.git"
7+
"url": "https://github.com/ether/ether-plugins.git"
88
},
99
"keywords": [
1010
"ep",
@@ -13,23 +13,23 @@
1313
],
1414
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/ether/ep_author_neat2/issues"
16+
"url": "https://github.com/ether/ether-plugins/issues"
1717
},
18-
"homepage": "https://github.com/ether/ep_author_neat2#readme",
18+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_author_neat2#readme",
1919
"funding": {
2020
"type": "individual",
2121
"url": "https://etherpad.org/"
2222
},
2323
"devDependencies": {
24-
"eslint": "^8.57.0",
25-
"eslint-config-etherpad": "^3.0.22",
26-
"typescript": "^5.4.2"
24+
"eslint": "catalog:",
25+
"eslint-config-etherpad": "catalog:",
26+
"typescript": "catalog:"
2727
},
2828
"engines": {
29-
"node": ">=18.0.0"
29+
"node": ">=20.0.0"
3030
},
3131
"scripts": {
3232
"lint": "eslint .",
3333
"lint:fix": "eslint --fix ."
3434
}
35-
}
35+
}

ep_button_link/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,27 @@
55
"author": "johnyma22 (John McLear) <[email protected]>",
66
"dependencies": {},
77
"engines": {
8-
"node": ">=18.0.0"
8+
"node": ">=20.0.0"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/JohnMcLear/ep_button_link.git"
12+
"url": "https://github.com/ether/ether-plugins.git"
1313
},
1414
"funding": {
1515
"type": "individual",
1616
"url": "https://etherpad.org/"
1717
},
1818
"devDependencies": {
19-
"eslint": "^8.57.0",
20-
"eslint-config-etherpad": "^3.0.22",
21-
"typescript": "^5.4.2"
19+
"eslint": "catalog:",
20+
"eslint-config-etherpad": "catalog:",
21+
"typescript": "catalog:"
2222
},
2323
"scripts": {
2424
"lint": "eslint .",
2525
"lint:fix": "eslint --fix ."
26-
}
27-
}
26+
},
27+
"bugs": {
28+
"url": "https://github.com/ether/ether-plugins/issues"
29+
},
30+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_button_link#readme"
31+
}

ep_chat_log_join_leave/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/ether/ep_chat_log_join_leave.git"
13+
"url": "https://github.com/ether/ether-plugins.git"
1414
},
1515
"keywords": [
1616
"ep",
@@ -19,19 +19,19 @@
1919
],
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/ether/ep_chat_log_join_leave/issues"
22+
"url": "https://github.com/ether/ether-plugins/issues"
2323
},
24-
"homepage": "https://github.com/ether/ep_chat_log_join_leave#readme",
24+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_chat_log_join_leave#readme",
2525
"devDependencies": {
26-
"eslint": "^8.57.0",
27-
"eslint-config-etherpad": "^4.0.4",
28-
"typescript": "^5.4.2"
26+
"eslint": "catalog:",
27+
"eslint-config-etherpad": "catalog:",
28+
"typescript": "catalog:"
2929
},
3030
"engines": {
31-
"node": ">=18.0.0"
31+
"node": ">=20.0.0"
3232
},
3333
"funding": {
3434
"type": "individual",
3535
"url": "https://etherpad.org/"
3636
}
37-
}
37+
}

ep_clear_authorship_no_prompt/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/johnmclear/ep_clear_authorship_no_prompt"
12+
"url": "https://github.com/ether/ether-plugins.git"
1313
},
1414
"contributors": [],
1515
"_from": "ep_clear_authorship_no_prompt@",
@@ -18,15 +18,19 @@
1818
"url": "https://etherpad.org/"
1919
},
2020
"devDependencies": {
21-
"eslint": "^8.57.0",
22-
"eslint-config-etherpad": "^4.0.4",
23-
"typescript": "^5.4.2"
21+
"eslint": "catalog:",
22+
"eslint-config-etherpad": "catalog:",
23+
"typescript": "catalog:"
2424
},
2525
"scripts": {
2626
"lint": "eslint .",
2727
"lint:fix": "eslint --fix ."
2828
},
2929
"engines": {
30-
"node": ">=18.0.0"
31-
}
32-
}
30+
"node": ">=20.0.0"
31+
},
32+
"bugs": {
33+
"url": "https://github.com/ether/ether-plugins/issues"
34+
},
35+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_clear_authorship_no_prompt#readme"
36+
}

ep_clear_formatting/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,27 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "git://github.com/ether/ep_clear_formatting.git"
18+
"url": "https://github.com/ether/ether-plugins.git"
1919
},
2020
"dependencies": {},
2121
"engines": {
22-
"node": ">=18.0.0"
22+
"node": ">=20.0.0"
2323
},
2424
"funding": {
2525
"type": "individual",
2626
"url": "https://etherpad.org/"
2727
},
2828
"devDependencies": {
29-
"eslint": "^8.57.0",
30-
"eslint-config-etherpad": "^4.0.4",
31-
"typescript": "^5.4.2"
29+
"eslint": "catalog:",
30+
"eslint-config-etherpad": "catalog:",
31+
"typescript": "catalog:"
3232
},
3333
"scripts": {
3434
"lint": "eslint .",
3535
"lint:fix": "eslint --fix ."
36-
}
37-
}
36+
},
37+
"bugs": {
38+
"url": "https://github.com/ether/ether-plugins/issues"
39+
},
40+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_clear_formatting#readme"
41+
}

0 commit comments

Comments
 (0)