@atlassian/wrm-troubleshooting 0.6.0 → 0.6.2

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 +14 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,19 +3,28 @@
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
- ## 0.6.0 (2024-04-05)
6
+ ### [0.6.2](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.2..@atlassian/wrm-troubleshooting@0.6.1) (2024-05-28)
7
7
 
8
8
 
9
- ### Features
9
+ ### Bug Fixes
10
10
 
11
- * **webresource-webpack-plugin:** introduce association generation for resource files. Automatically pick up the associated package name from Webpack context path ([a129ce4](https://bitbucket.org/atlassianlabs/fe-server/commits/a129ce413b5d7876017028ec09a7cd70dd9386da))
11
+ * **soy-loader:** [SPFE-1066](https://ecosystem.atlassian.net/browse/SPFE-1066), DCA11Y-1013 - Support java17+ ([3a369bb](https://bitbucket.org/atlassianlabs/fe-server/commits/3a369bb655ef59df930c883388ab34217719f782))
12
12
 
13
13
 
14
- ### Bug Fixes
15
14
 
16
- * [SPFE-894](https://ecosystem.atlassian.net/browse/SPFE-894) refactor code and fix some ESLint Sonar rules ([4b995c2](https://bitbucket.org/atlassianlabs/fe-server/commits/4b995c2f531c12b7d7c9010fc19b0a1efa842358))
15
+ ### [0.6.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.1..@atlassian/wrm-troubleshooting@0.6.0) (2024-05-13)
17
16
 
17
+ **Note:** Version bump only for package @atlassian/wrm-troubleshooting
18
+
19
+ ## 0.6.0 (2024-04-05)
18
20
 
21
+ ### Features
22
+
23
+ - **webresource-webpack-plugin:** introduce association generation for resource files. Automatically pick up the associated package name from Webpack context path ([a129ce4](https://bitbucket.org/atlassianlabs/fe-server/commits/a129ce413b5d7876017028ec09a7cd70dd9386da))
24
+
25
+ ### Bug Fixes
26
+
27
+ - [SPFE-894](https://ecosystem.atlassian.net/browse/SPFE-894) refactor code and fix some ESLint Sonar rules ([4b995c2](https://bitbucket.org/atlassianlabs/fe-server/commits/4b995c2f531c12b7d7c9010fc19b0a1efa842358))
19
28
 
20
29
  ### [0.5.11](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.5.11..@atlassian/wrm-troubleshooting@0.5.10) (2023-02-07)
21
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/wrm-troubleshooting",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
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": [
@@ -80,18 +80,18 @@
80
80
  "@types/valid-url": "1.0.3",
81
81
  "@types/webpack": "5.28.0",
82
82
  "@types/yargs": "17.0.4",
83
- "atlassian-webresource-webpack-plugin": "^6.0.0",
83
+ "atlassian-webresource-webpack-plugin": "^6.0.2",
84
84
  "concat-stream": "2.0.0",
85
85
  "get-port": "5.1.1",
86
86
  "jest": "27.4.3",
87
87
  "mock-http-server": "1.4.5",
88
88
  "typescript": "4.5.2",
89
- "webpack": "5.86.0",
89
+ "webpack": "5.90.3",
90
90
  "webpack-cli": "4.9.1"
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": "9ba5f96fa1f2ab85dd2c453602ff83602ff5a618"
96
+ "gitHead": "29d08a00de0698d36dccbbb546ba98c3f1317e74"
97
97
  }