@juuso.piikkila/eslint-config-typescript 4.2.0 → 4.3.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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.3.0](https://github.com/optioni/eslint-config-typescript/compare/4.2.0...4.3.0) (2026-02-06)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **deps:** update dependency globals to ~17.2.0 ([c0630d6](https://github.com/optioni/eslint-config-typescript/commit/c0630d6ef960048db2ccd661e2dac37dab08f479))
|
|
6
|
+
* **deps:** update dependency globals to ~17.3.0 ([6addbeb](https://github.com/optioni/eslint-config-typescript/commit/6addbebe85c5cb18bce28539e90ef6aa926d3c8a))
|
|
7
|
+
|
|
1
8
|
## [4.2.0](https://github.com/optioni/eslint-config-typescript/compare/4.1.1...4.2.0) (2026-01-30)
|
|
2
9
|
|
|
3
10
|
### Features
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juuso.piikkila/eslint-config-typescript",
|
|
3
3
|
"description": "ESLint config for typescript projects",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.0",
|
|
5
5
|
"main": "index.mjs",
|
|
6
6
|
"author": "Juuso Piikkilä",
|
|
7
7
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"eslint-config-canonical": "~47.4.0",
|
|
21
21
|
"eslint-plugin-vue": "~10.7.0",
|
|
22
22
|
"eslint-plugin-vuejs-accessibility": "~2.4.0",
|
|
23
|
-
"globals": "~17.
|
|
23
|
+
"globals": "~17.3.0",
|
|
24
24
|
"vue-eslint-parser": "~10.2.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|