File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38873,7 +38873,7 @@ const fixableRuleNames = (/* unused pure expression or super */ null && ([
3887338873 "MD058"
3887438874]));
3887538875const homepage = "https://github.com/DavidAnson/markdownlint";
38876- const version = "0.37.2 ";
38876+ const version = "0.37.3 ";
3887738877
3887838878;// CONCATENATED MODULE: ./node_modules/markdownlint/lib/md001.mjs
3887938879// @ts-check
@@ -55758,8 +55758,8 @@ var shared = __nccwpck_require__(3408);
5575855758
5575955759
5576055760
55761- // micromark-core-commonmark is not a dependency because this instance must match what's used by micromark
55762- // eslint-disable-next-line n/no-extraneous-import
55761+ // micromark-core-commonmark must exactly match what's used by micromark for the shim below to work correctly
55762+ // Unfortunately, omitting this dependency from package.json breaks strict dependency resolution (e.g., pnpm)
5576355763
5576455764
5576555765
@@ -62802,7 +62802,7 @@ const pathPosix = external_node_path_namespaceObject.posix;
6280262802
6280362803// Variables
6280462804const packageName = "markdownlint-cli2";
62805- const packageVersion = "0.17.0 ";
62805+ const packageVersion = "0.17.1 ";
6280662806const libraryName = "markdownlint";
6280762807const libraryVersion = getVersion();
6280862808const bannerMessage = `${packageName} v${packageVersion} (${libraryName} v${libraryVersion})`;
You can’t perform that action at this time.
0 commit comments