@automattic/eslint-config-target-es 1.0.3 → 1.0.4

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 +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ 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.4] - 2022-11-01
9
+ ### Changed
10
+ - Updated package dependencies.
11
+
8
12
  ## [1.0.3] - 2022-07-06
9
13
  ### Changed
10
14
  - Reorder JS imports for `import/order` eslint rule. [#24601]
@@ -24,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
28
  ### Added
25
29
  - Initial release.
26
30
 
31
+ [1.0.4]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.3...1.0.4
27
32
  [1.0.3]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.2...1.0.3
28
33
  [1.0.2]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.1...1.0.2
29
34
  [1.0.1]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.0...1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/eslint-config-target-es",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "ESLint sharable config to activate eslint-plugin-es checks based on browserslist targets.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/eslint-config-target-es/README.md#readme",
6
6
  "bugs": {
@@ -24,8 +24,8 @@
24
24
  "semver": "^7.3.5"
25
25
  },
26
26
  "devDependencies": {
27
- "@wordpress/browserslist-config": "4.1.2",
28
- "eslint": "8.17.0",
27
+ "@wordpress/browserslist-config": "5.3.0",
28
+ "eslint": "8.22.0",
29
29
  "eslint-plugin-es": "4.1.0",
30
30
  "jest": "28.1.0"
31
31
  },