@adyen/eslint-plugin-bento 2.7.4 → 2.7.7
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 +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.7.7 (2026-04-08)
|
|
4
|
+
|
|
5
|
+
This was a version bump only for eslint to align it with other projects, there were no code changes.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## 2.7.6 (2026-04-01)
|
|
9
|
+
|
|
10
|
+
This was a version bump only for eslint to align it with other projects, there were no code changes.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## 2.7.5 (2026-04-01)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous Chores
|
|
16
|
+
|
|
17
|
+
- updated `vite` to 6 in `vue2` package and to 7 everywhere else ([da24bee86](https://github.com/Adyen/bento/commit/da24bee86))
|
|
18
|
+
|
|
19
|
+
### ❤️ Thank You
|
|
20
|
+
|
|
21
|
+
- daver
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## 2.7.4 (2026-03-25)
|
|
4
25
|
|
|
5
26
|
This was a version bump only for eslint to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/eslint-plugin-bento",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.7",
|
|
4
4
|
"description": "Adyen Bento ESLint rules",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint": "9.39.0",
|
|
38
38
|
"eslint-plugin-vue": "10.0.0",
|
|
39
39
|
"globals": "16.5.0",
|
|
40
|
-
"vitest": "
|
|
40
|
+
"vitest": "^3.0.0",
|
|
41
41
|
"vue-eslint-parser": "10.1.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|