@carbon/cli 11.25.0 → 11.26.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/cli",
3
3
  "description": "Task automation for working with the Carbon Design System",
4
- "version": "11.25.0",
4
+ "version": "11.26.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-cli": "./bin/carbon-cli.js"
@@ -58,5 +58,5 @@
58
58
  "typescript-config-carbon": "^0.5.0",
59
59
  "yargs": "^17.0.1"
60
60
  },
61
- "gitHead": "7c4674649e1a5bd1367d99797df86cdc338eff6e"
61
+ "gitHead": "01b2d2b1c2d901921c615dcbdb85e0a2340b67e6"
62
62
  }
@@ -124,6 +124,7 @@ async function inlineSassDependencies(
124
124
  await replace({
125
125
  files: file.path,
126
126
  from: REPLACE_REGEX,
127
+ glob: { windowsPathsNoEscape: true },
127
128
  to(_, match) {
128
129
  return `@import '${
129
130
  isWin ? relativeImportPath.replace('\\', '/') : relativeImportPath