@automattic/eslint-config-target-es 1.0.5 → 1.0.6

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 +5 -6
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.6] - 2023-04-07
9
+ ### Changed
10
+ - Update to React 18.
11
+
8
12
  ## [1.0.5] - 2023-01-11
9
13
  ### Changed
10
14
  - Updated package dependencies.
@@ -32,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
36
  ### Added
33
37
  - Initial release.
34
38
 
39
+ [1.0.6]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.5...1.0.6
35
40
  [1.0.5]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.4...1.0.5
36
41
  [1.0.4]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.3...1.0.4
37
42
  [1.0.3]: https://github.com/Automattic/eslint-config-target-es/compare/1.0.2...1.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/eslint-config-target-es",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
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": {
@@ -14,8 +14,7 @@
14
14
  "license": "GPL-2.0-or-later",
15
15
  "author": "Automattic",
16
16
  "scripts": {
17
- "test": "jest tests",
18
- "test-coverage": "jest tests --coverage --collectCoverageFrom='src/**/*.js' --coverageDirectory=\"$COVERAGE_DIR\" --coverageReporters=clover"
17
+ "test": "jest tests"
19
18
  },
20
19
  "dependencies": {
21
20
  "@mdn/browser-compat-data": "4.2.1",
@@ -24,10 +23,10 @@
24
23
  "semver": "^7.3.5"
25
24
  },
26
25
  "devDependencies": {
27
- "@wordpress/browserslist-config": "5.5.0",
28
- "eslint": "8.22.0",
26
+ "@wordpress/browserslist-config": "5.13.0",
27
+ "eslint": "8.33.0",
29
28
  "eslint-plugin-es": "4.1.0",
30
- "jest": "29.3.1"
29
+ "jest": "29.4.3"
31
30
  },
32
31
  "peerDependencies": {
33
32
  "eslint": ">=4.19.1",