@d-kuehn/eslint-config 31.5.1 → 31.5.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -82,7 +82,7 @@ export default combine(
82
82
 
83
83
  | Configuration | Purpose | Targeted Files |
84
84
  | ---------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------- |
85
- | [vitest() v1.4.3](https://github.com/vitest-dev/eslint-plugin-vitest) | Vitest test rules | `**/*.{spec,test,bench,benchmark}.?([cm])[jt]s?(x)` |
85
+ | [vitest() v1.4.4](https://github.com/vitest-dev/eslint-plugin-vitest) | Vitest test rules | `**/*.{spec,test,bench,benchmark}.?([cm])[jt]s?(x)` |
86
86
  | [playwright() v2.3.0](https://github.com/playwright-community/eslint-plugin-playwright) | Playwright E2E test rules | `tests/e2e/**`, `**/*.e2e.?([cm])[jt]s?(x)` |
87
87
  | [testingLibrary() v7.13.5](https://github.com/testing-library/eslint-plugin-testing-library) | Testing Library with Vue.js | `**/*.{spec,test,bench,benchmark}.?([cm])[jt]s?(x)` |
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "31.5.1",
3
+ "version": "31.5.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "@stylistic/eslint-plugin": "5.6.1",
33
33
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
34
34
  "@typescript-eslint/parser": "8.47.0",
35
- "@vitest/eslint-plugin": "1.4.3",
35
+ "@vitest/eslint-plugin": "1.4.4",
36
36
  "@vue/eslint-config-typescript": "14.6.0",
37
37
  "astro-eslint-parser": "^1.2.2",
38
38
  "eslint": "9.39.1",