@atlassian/webresource-webpack-plugin 7.1.6 → 7.1.7
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 +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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>7.1.7 (2026-04-09)</small>
|
|
7
|
+
|
|
8
|
+
* [Renovate] Update dependency @types/node to v25.3.0 ([3feb2d5](https://bitbucket.org/atlassianlabs/fe-server/commits/3feb2d5))
|
|
9
|
+
* [Renovate] Update dependency @types/node to v25.5.0 ([4776c12](https://bitbucket.org/atlassianlabs/fe-server/commits/4776c12))
|
|
10
|
+
* [Renovate] Update dependency del to v8 ([8253122](https://bitbucket.org/atlassianlabs/fe-server/commits/8253122))
|
|
11
|
+
* [Renovate] Update dependency glob to v13 ([1593e98](https://bitbucket.org/atlassianlabs/fe-server/commits/1593e98))
|
|
12
|
+
* [Renovate] Update frontend - webpack ([b693f8c](https://bitbucket.org/atlassianlabs/fe-server/commits/b693f8c))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## <small>7.1.6 (2026-02-23)</small>
|
|
7
19
|
|
|
8
20
|
* fix(@atlassian/webresource-webpack-plugin): deduplication with same resources ([12baf70](https://bitbucket.org/atlassianlabs/fe-server/commits/12baf70))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/webresource-webpack-plugin",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.7",
|
|
4
4
|
"description": "Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.",
|
|
5
5
|
"main": "dist/WrmPlugin.js",
|
|
6
6
|
"types": "dist/WrmPlugin.d.ts",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@rspack/core": "1.7.4",
|
|
79
79
|
"@types/glob": "7.2.0",
|
|
80
80
|
"@types/lodash": "4.17.23",
|
|
81
|
-
"@types/node": "25.
|
|
81
|
+
"@types/node": "25.5.0",
|
|
82
82
|
"@types/pretty-data": "0.40.3",
|
|
83
83
|
"@types/url-join": "4.0.3",
|
|
84
84
|
"@types/uuid": "8.3.4",
|
|
@@ -87,22 +87,22 @@
|
|
|
87
87
|
"babel-loader": "^10.0.0",
|
|
88
88
|
"css-loader": "5.2.7",
|
|
89
89
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
90
|
-
"del": "
|
|
90
|
+
"del": "8.0.1",
|
|
91
91
|
"esbuild": "0.27.2",
|
|
92
92
|
"esbuild-register": "3.6.0",
|
|
93
93
|
"eslint-plugin-local-rules": "^3.0.2",
|
|
94
94
|
"file-loader": "6.2.0",
|
|
95
|
-
"glob": "13.0.
|
|
95
|
+
"glob": "13.0.6",
|
|
96
96
|
"jest": "30.2.0",
|
|
97
97
|
"jquery": "3.6.0",
|
|
98
|
-
"mini-css-extract-plugin": "2.
|
|
98
|
+
"mini-css-extract-plugin": "2.10.0",
|
|
99
99
|
"react": "^18.3.1",
|
|
100
100
|
"react-dom": "^18.3.1",
|
|
101
101
|
"style-loader": "2.0.0",
|
|
102
102
|
"ts-node": "10.4.0",
|
|
103
103
|
"typescript": "5.9.3",
|
|
104
104
|
"underscore": "1.13.7",
|
|
105
|
-
"webpack": "5.
|
|
105
|
+
"webpack": "5.105.2",
|
|
106
106
|
"webpack-cli": "4.10.0",
|
|
107
107
|
"webpack-sources": "2.3.1",
|
|
108
108
|
"xml-parser": "1.2.1"
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"test:watch": "jest --watch",
|
|
132
132
|
"test:ci": "jest --ci --silent --runInBand"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "7d591c8de01b67345c2632277440b43788089d9c"
|
|
135
135
|
}
|