@automattic/eslint-config-target-es 2.2.1 → 2.2.2
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 +8 -0
- package/package.json +3 -3
- package/src/flatconfig/base.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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
|
+
## [2.2.2] - 2025-02-05
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#40564] [#41099] [#41491]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Tests: Adjust test to account for iOS Safari version ranges. [#40809]
|
|
14
|
+
|
|
8
15
|
## [2.2.1] - 2024-12-04
|
|
9
16
|
### Added
|
|
10
17
|
- Enable test coverage. [#39961]
|
|
@@ -75,6 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
75
82
|
### Added
|
|
76
83
|
- Initial release.
|
|
77
84
|
|
|
85
|
+
[2.2.2]: https://github.com/Automattic/eslint-config-target-es/compare/2.2.1...2.2.2
|
|
78
86
|
[2.2.1]: https://github.com/Automattic/eslint-config-target-es/compare/2.2.0...2.2.1
|
|
79
87
|
[2.2.0]: https://github.com/Automattic/eslint-config-target-es/compare/2.1.0...2.2.0
|
|
80
88
|
[2.1.0]: https://github.com/Automattic/eslint-config-target-es/compare/2.0.0...2.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/eslint-config-target-es",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
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": "6.
|
|
28
|
-
"eslint": "
|
|
27
|
+
"@wordpress/browserslist-config": "6.17.0",
|
|
28
|
+
"eslint": "9.16.0",
|
|
29
29
|
"eslint-plugin-es-x": "7.8.0",
|
|
30
30
|
"globals": "15.4.0",
|
|
31
31
|
"jest": "29.7.0"
|