@juuso.piikkila/eslint-config-typescript 4.3.0 → 4.5.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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.5.0](https://github.com/optioni/eslint-config-typescript/compare/4.4.0...4.5.0) (2026-03-06)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **deps:** update dependency globals to ~17.4.0 ([565b46c](https://github.com/optioni/eslint-config-typescript/commit/565b46c66491b330a893c202eb24d2cc5f75311f))
|
|
6
|
+
|
|
7
|
+
## [4.4.0](https://github.com/optioni/eslint-config-typescript/compare/4.3.0...4.4.0) (2026-02-20)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **deps:** update all minor dependency updates ([d27e3c8](https://github.com/optioni/eslint-config-typescript/commit/d27e3c8207566a70f8ddb023fbe4189a4cc0fff0))
|
|
12
|
+
* **deps:** update dependency eslint-plugin-vuejs-accessibility to ~2.5.0 ([e1e18d0](https://github.com/optioni/eslint-config-typescript/commit/e1e18d067821ac121703ce26ca27ea4f718090d0))
|
|
13
|
+
* **deps:** update dependency vue-eslint-parser to ~10.3.0 ([72ce299](https://github.com/optioni/eslint-config-typescript/commit/72ce29963732399f7f60dc8495fb5ef8f833fdb2))
|
|
14
|
+
|
|
1
15
|
## [4.3.0](https://github.com/optioni/eslint-config-typescript/compare/4.2.0...4.3.0) (2026-02-06)
|
|
2
16
|
|
|
3
17
|
### 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.5.0",
|
|
5
5
|
"main": "index.mjs",
|
|
6
6
|
"author": "Juuso Piikkilä",
|
|
7
7
|
"license": "MIT",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"eslint": "~9.39.0",
|
|
20
20
|
"eslint-config-canonical": "~47.4.0",
|
|
21
|
-
"eslint-plugin-vue": "~10.
|
|
22
|
-
"eslint-plugin-vuejs-accessibility": "~2.
|
|
23
|
-
"globals": "~17.
|
|
24
|
-
"vue-eslint-parser": "~10.
|
|
21
|
+
"eslint-plugin-vue": "~10.8.0",
|
|
22
|
+
"eslint-plugin-vuejs-accessibility": "~2.5.0",
|
|
23
|
+
"globals": "~17.4.0",
|
|
24
|
+
"vue-eslint-parser": "~10.4.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@semantic-release/changelog": "^6.0.1",
|