@atlassian/i18n-properties-loader 1.1.6 → 2.0.0

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,6 +3,27 @@
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
+ ## [2.0.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@2.0.0..@atlassian/i18n-properties-loader@1.1.7) (2026-04-29)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * drop webpack 4 support
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * drop Webpack 4 support mention ([3c2c394](https://bitbucket.org/atlassianlabs/fe-server/commits/3c2c394d2f4be0c95d20c27e107a6b1d8f3e5ac4))
16
+
17
+
18
+
19
+ ## <small>1.1.7 (2026-04-09)</small>
20
+
21
+ * [Renovate] Update frontend - webpack ([b693f8c](https://bitbucket.org/atlassianlabs/fe-server/commits/b693f8c))
22
+
23
+
24
+
25
+
26
+
6
27
  ## <small>1.1.6 (2026-02-23)</small>
7
28
 
8
29
  **Note:** Version bump only for package @atlassian/i18n-properties-loader
package/README.md CHANGED
@@ -123,5 +123,10 @@ You can check the package description for more details and learn how to integrat
123
123
 
124
124
  This plugin is compatible with:
125
125
 
126
- - webpack 4.0+ and 5.0+
126
+ - webpack 5.0+
127
127
  - Node 12+
128
+
129
+ > **Note:** Starting with version `2.0.0`, support for webpack 4 has been dropped. If you still need to use webpack 4,
130
+ > please install version `1.0.9` of this package, which is the last version where webpack 4 was tested. Versions
131
+ > `1.0.10` and later (including all `1.1.x` releases) silently removed webpack 4 tests and are not guaranteed to work
132
+ > with webpack 4.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/i18n-properties-loader",
3
- "version": "1.1.6",
3
+ "version": "2.0.0",
4
4
  "description": "A webpack loader for i18n *.properties files that can be used in Atlassian Server products",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -46,12 +46,12 @@
46
46
  "webpack": "^5.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@atlassian/webresource-webpack-plugin": "^7.1.6",
49
+ "@atlassian/webresource-webpack-plugin": "^7.1.7",
50
50
  "jest": "30.2.0",
51
- "webpack": "5.104.1"
51
+ "webpack": "5.105.4"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=12"
55
55
  },
56
- "gitHead": "415d6e97aecdf8cf776fcc6697757531cf7d5c31"
56
+ "gitHead": "256c4a629fc4768ee9f47f313961738d41640a06"
57
57
  }