@adyen/eslint-plugin-bento 2.19.0 → 2.20.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.20.0 (2026-07-15)
4
+
5
+ ### Miscellaneous Chores
6
+
7
+ - cleaned up workspace deps & moved `.npmrc` settings into `pnpm-workspace.yaml` ([3729d36b6](https://github.com/Adyen/bento/commit/3729d36b6))
8
+ - patched security dependencies ([7d5490fe6](https://github.com/Adyen/bento/commit/7d5490fe6))
9
+
10
+ ### ❤️ Thank You
11
+
12
+ - gerald
13
+
14
+
3
15
  ## 2.19.0 (2026-07-08)
4
16
 
5
17
  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.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Adyen Bento ESLint rules",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -29,15 +29,15 @@
29
29
  "@eslint/js": "9.39.2",
30
30
  "@types/eslint": "9.6.1",
31
31
  "@types/estree": "1.0.6",
32
- "@types/node": "20.17.24",
33
- "@typescript-eslint/eslint-plugin": "8.26.0",
34
- "@typescript-eslint/parser": "8.26.0",
32
+ "@types/node": "24.9.0",
33
+ "@typescript-eslint/eslint-plugin": "8.52.0",
34
+ "@typescript-eslint/parser": "8.52.0",
35
35
  "@vitest/eslint-plugin": "1.1.25",
36
- "@vitest/coverage-v8": "2.1.9",
36
+ "@vitest/coverage-v8": "3.2.6",
37
37
  "eslint": "9.39.0",
38
38
  "eslint-plugin-vue": "10.0.0",
39
39
  "globals": "16.5.0",
40
- "vitest": "^3.2.4",
40
+ "vitest": "3.2.6",
41
41
  "vue-eslint-parser": "10.1.3"
42
42
  },
43
43
  "peerDependencies": {