@atlassian/wrm-troubleshooting 0.7.7 → 0.7.9

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## <small>0.7.7 (2026-02-23)</small>
6
+ ## [0.7.9](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.7.9..@atlassian/wrm-troubleshooting@0.7.8) (2026-05-12)
7
7
 
8
8
  **Note:** Version bump only for package @atlassian/wrm-troubleshooting
9
9
 
@@ -11,7 +11,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## <small>0.7.6 (2026-02-21)</small>
14
+ ### [0.7.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.7.8..@atlassian/wrm-troubleshooting@0.7.7) (2026-04-09)
15
+
16
+ * chore: align all versions of webpack in use ([c258aac](https://bitbucket.org/atlassianlabs/fe-server/commits/c258aac))
17
+ * chore: fix used types (due to package update) ([96553c8](https://bitbucket.org/atlassianlabs/fe-server/commits/96553c8))
18
+
19
+
20
+
21
+
22
+
23
+ ### [0.7.7](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.7.7..@atlassian/wrm-troubleshooting@0.7.6) (2026-02-23)
24
+
25
+ **Note:** Version bump only for package @atlassian/wrm-troubleshooting
26
+
27
+
28
+
29
+
30
+
31
+ ### [0.7.6](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.7.6..@atlassian/wrm-troubleshooting@0.7.5) (2026-02-21)
15
32
 
16
33
  **Note:** Version bump only for package @atlassian/wrm-troubleshooting
17
34
 
@@ -19,7 +36,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
36
 
20
37
 
21
38
 
22
- ## <small>0.7.5 (2026-02-20)</small>
39
+ ### [0.7.5](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.7.5..@atlassian/wrm-troubleshooting@0.7.4) (2026-02-20)
23
40
 
24
41
  **Note:** Version bump only for package @atlassian/wrm-troubleshooting
25
42
 
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.globWithOptions = globWithOptions;
7
7
  const glob_promise_1 = __importDefault(require("glob-promise"));
8
8
  const DEFAULT_IGNORED = ['**/node_modules/**', '**/target/**', '**/dist/**'];
9
- async function globWithOptions(pattern, options = {}) {
9
+ async function globWithOptions(pattern, options) {
10
10
  return (0, glob_promise_1.default)(pattern, {
11
11
  nodir: true,
12
12
  ignore: DEFAULT_IGNORED,
13
13
  absolute: true,
14
- ...options,
14
+ ...(options ?? {}),
15
15
  });
16
16
  }
17
17
  //# sourceMappingURL=globWithOptions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"globWithOptions.js","sourceRoot":"","sources":["../src/globWithOptions.ts"],"names":[],"mappings":";;;;;AAKA,0CAOC;AAXD,gEAAgC;AAEhC,MAAM,eAAe,GAAG,CAAC,oBAAoB,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;AAEtE,KAAK,UAAU,eAAe,CAAC,OAAe,EAAE,UAAoB,EAAE;IAC3E,OAAO,IAAA,sBAAI,EAAC,OAAO,EAAE;QACnB,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,eAAe;QACvB,QAAQ,EAAE,IAAI;QACd,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"globWithOptions.js","sourceRoot":"","sources":["../src/globWithOptions.ts"],"names":[],"mappings":";;;;;AAQA,0CAOC;AAfD,gEAAgC;AAEhC,MAAM,eAAe,GAAG,CAAC,oBAAoB,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;AAMtE,KAAK,UAAU,eAAe,CAAC,OAAe,EAAE,OAAqB;IAC1E,OAAO,IAAA,sBAAI,EAAC,OAAO,EAAE;QACnB,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,eAAe;QACvB,QAAQ,EAAE,IAAI;QACd,GAAG,CAAC,OAAO,IAAI,EAAE,CAAC;KACnB,CAAC,CAAC;AACL,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/wrm-troubleshooting",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "author": "Atlassian Pty Ltd.",
5
5
  "description": "A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.",
6
6
  "keywords": [
@@ -67,7 +67,7 @@
67
67
  "yargs": "17.2.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@atlassian/webresource-webpack-plugin": "^7.1.6",
70
+ "@atlassian/webresource-webpack-plugin": "^7.1.8",
71
71
  "@types/concat-stream": "2.0.3",
72
72
  "@types/glob": "7.2.0",
73
73
  "@types/inquirer": "8.2.12",
@@ -86,12 +86,12 @@
86
86
  "jest": "30.2.0",
87
87
  "mock-http-server": "1.4.5",
88
88
  "typescript": "5.9.3",
89
- "webpack": "5.104.1",
89
+ "webpack": "5.105.4",
90
90
  "webpack-cli": "4.10.0"
91
91
  },
92
92
  "//comment": "Everything should be bumped to 14+, but don't want to do it with this PR",
93
93
  "engines": {
94
94
  "node": ">=12.0.0"
95
95
  },
96
- "gitHead": "415d6e97aecdf8cf776fcc6697757531cf7d5c31"
96
+ "gitHead": "805e0888bfb7dcfb07c7369e2d1e11843b758986"
97
97
  }