@automattic/i18n-check-webpack-plugin 1.0.7 → 1.0.10

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 +16 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.10] - 2022-05-04
9
+ ### Added
10
+ - Add missing JavaScript dependencies. [#24096]
11
+
12
+ ## [1.0.9] - 2022-04-26
13
+ ### Changed
14
+ - Updated package dependencies.
15
+ - Update package.json metadata.
16
+
17
+ ## [1.0.8] - 2022-04-12
18
+ ### Changed
19
+ - Updated package dependencies
20
+
8
21
  ## [1.0.7] - 2022-04-05
9
22
  ### Changed
10
23
  - Updated package dependencies.
@@ -46,6 +59,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
59
  ### Added
47
60
  - Initial release.
48
61
 
62
+ [1.0.10]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.9...v1.0.10
63
+ [1.0.9]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.8...v1.0.9
64
+ [1.0.8]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.7...v1.0.8
49
65
  [1.0.7]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.6...v1.0.7
50
66
  [1.0.6]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.5...v1.0.6
51
67
  [1.0.5]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.0.4...v1.0.5
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@automattic/i18n-check-webpack-plugin",
3
- "version": "1.0.7",
3
+ "version": "1.0.10",
4
4
  "description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
5
- "homepage": "https://jetpack.com",
5
+ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#readme",
6
6
  "bugs": {
7
- "url": "https://github.com/Automattic/jetpack/issues"
7
+ "url": "https://github.com/Automattic/jetpack/labels/[JS Package] I18n Check Webpack Plugin"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Automattic/jetpack.git"
11
+ "url": "https://github.com/Automattic/jetpack.git",
12
+ "directory": "projects/js-packages/i18n-check-webpack-plugin"
12
13
  },
13
14
  "license": "GPL-2.0-or-later",
14
15
  "author": "Automattic",
@@ -20,9 +21,10 @@
20
21
  "debug": "^4.3.2"
21
22
  },
22
23
  "devDependencies": {
23
- "@babel/core": "7.17.8",
24
+ "@babel/core": "7.17.9",
24
25
  "jest": "27.3.1",
25
- "webpack": "5.65.0"
26
+ "webpack": "5.65.0",
27
+ "webpack-cli": "4.9.1"
26
28
  },
27
29
  "peerDependencies": {
28
30
  "@babel/core": "^7.0.0",