@atlassian/webresource-webpack-plugin 7.1.7 → 7.1.8

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 +7 -7
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>7.1.7 (2026-04-09)</small>
6
+ ## [7.1.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/webresource-webpack-plugin@7.1.8..@atlassian/webresource-webpack-plugin@7.1.7) (2026-05-12)
7
+
8
+ **Note:** Version bump only for package @atlassian/webresource-webpack-plugin
9
+
10
+
11
+
12
+
13
+
14
+ ### [7.1.7](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/webresource-webpack-plugin@7.1.7..@atlassian/webresource-webpack-plugin@7.1.6) (2026-04-09)
7
15
 
8
16
  * [Renovate] Update dependency @types/node to v25.3.0 ([3feb2d5](https://bitbucket.org/atlassianlabs/fe-server/commits/3feb2d5))
9
17
  * [Renovate] Update dependency @types/node to v25.5.0 ([4776c12](https://bitbucket.org/atlassianlabs/fe-server/commits/4776c12))
@@ -15,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
23
 
16
24
 
17
25
 
18
- ## <small>7.1.6 (2026-02-23)</small>
26
+ ### [7.1.6](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/webresource-webpack-plugin@7.1.6..@atlassian/webresource-webpack-plugin@7.1.5) (2026-02-23)
19
27
 
20
28
  * fix(@atlassian/webresource-webpack-plugin): deduplication with same resources ([12baf70](https://bitbucket.org/atlassianlabs/fe-server/commits/12baf70))
21
29
 
@@ -23,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
23
31
 
24
32
 
25
33
 
26
- ## <small>7.1.5 (2026-02-21)</small>
34
+ ### [7.1.5](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/webresource-webpack-plugin@7.1.5..@atlassian/webresource-webpack-plugin@7.1.4) (2026-02-21)
27
35
 
28
36
  * fix(@atlassian/webresource-webpack-plugin): handle default values for chunkLoadingGlobal ([a341f63](https://bitbucket.org/atlassianlabs/fe-server/commits/a341f63))
29
37
 
@@ -31,7 +39,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
39
 
32
40
 
33
41
 
34
- ## <small>7.1.4 (2026-02-20)</small>
42
+ ### [7.1.4](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/webresource-webpack-plugin@7.1.4..@atlassian/webresource-webpack-plugin@7.1.3) (2026-02-20)
35
43
 
36
44
  * [Renovate] Update dependency @types/node to v25.2.0 ([d8a6e41](https://bitbucket.org/atlassianlabs/fe-server/commits/d8a6e41))
37
45
  * [Renovate] Update dependency glob to v13 ([7b50582](https://bitbucket.org/atlassianlabs/fe-server/commits/7b50582))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/webresource-webpack-plugin",
3
- "version": "7.1.7",
3
+ "version": "7.1.8",
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",
@@ -60,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "lodash": "4.17.23",
62
62
  "pretty-data": "0.40.0",
63
- "tapable": "2.2.3",
63
+ "tapable": "2.3.3",
64
64
  "url-join": "4.0.1",
65
65
  "uuid": "8.3.2"
66
66
  },
@@ -73,12 +73,12 @@
73
73
  "@babel/preset-react": "^7.27.1",
74
74
  "@compiled/babel-plugin": "^0.38.1",
75
75
  "@compiled/babel-plugin-strip-runtime": "^0.38.0",
76
- "@compiled/react": "^0.19.0",
76
+ "@compiled/react": "^0.21.0",
77
77
  "@compiled/webpack-loader": "^0.20.0",
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.5.0",
81
+ "@types/node": "25.6.0",
82
82
  "@types/pretty-data": "0.40.3",
83
83
  "@types/url-join": "4.0.3",
84
84
  "@types/uuid": "8.3.4",
@@ -95,14 +95,14 @@
95
95
  "glob": "13.0.6",
96
96
  "jest": "30.2.0",
97
97
  "jquery": "3.6.0",
98
- "mini-css-extract-plugin": "2.10.0",
98
+ "mini-css-extract-plugin": "2.10.2",
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.2",
105
+ "webpack": "5.105.4",
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": "7d591c8de01b67345c2632277440b43788089d9c"
134
+ "gitHead": "805e0888bfb7dcfb07c7369e2d1e11843b758986"
135
135
  }