We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757343 commit a2db757Copy full SHA for a2db757
lib/links.js
@@ -1,4 +1,4 @@
1
-import cheerio from 'cheerio';
+import * as cheerio from 'cheerio';
2
3
const FIXES_RE = /(Close[ds]?|Fix(e[ds])?|Resolve[sd]?)\s*:\s*(\S+)/mgi;
4
const FIX_RE = /(Close[ds]?|Fix(e[ds])?|Resolve[sd]?)\s*:\s*(\S+)/i;
package.json
@@ -37,7 +37,7 @@
37
"branch-diff": "^2.1.0",
38
"chalk": "^5.2.0",
39
"changelog-maker": "^3.2.1",
40
- "cheerio": "^1.0.0-rc.10",
+ "cheerio": "^1.0.0-rc.12",
41
"clipboardy": "^3.0.0",
42
"core-validate-commit": "^3.18.0",
43
"enquirer": "^2.3.6",
0 commit comments