@atlassian/wrm-troubleshooting 0.7.8 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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.8 (2026-04-09)</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
+
8
+ **Note:** Version bump only for package @atlassian/wrm-troubleshooting
9
+
10
+
11
+
12
+
13
+
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)
7
15
 
8
16
  * chore: align all versions of webpack in use ([c258aac](https://bitbucket.org/atlassianlabs/fe-server/commits/c258aac))
9
17
  * chore: fix used types (due to package update) ([96553c8](https://bitbucket.org/atlassianlabs/fe-server/commits/96553c8))
@@ -12,7 +20,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
20
 
13
21
 
14
22
 
15
- ## <small>0.7.7 (2026-02-23)</small>
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)
16
24
 
17
25
  **Note:** Version bump only for package @atlassian/wrm-troubleshooting
18
26
 
@@ -20,7 +28,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
20
28
 
21
29
 
22
30
 
23
- ## <small>0.7.6 (2026-02-21)</small>
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)
24
32
 
25
33
  **Note:** Version bump only for package @atlassian/wrm-troubleshooting
26
34
 
@@ -28,7 +36,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
28
36
 
29
37
 
30
38
 
31
- ## <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)
32
40
 
33
41
  **Note:** Version bump only for package @atlassian/wrm-troubleshooting
34
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/wrm-troubleshooting",
3
- "version": "0.7.8",
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.7",
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.105.2",
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": "7d591c8de01b67345c2632277440b43788089d9c"
96
+ "gitHead": "805e0888bfb7dcfb07c7369e2d1e11843b758986"
97
97
  }