@aarongoldenthal/eslint-config-standard 33.0.1 → 34.0.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2024 Aaron Goldenthal
3
+ Copyright (c) 2019 - 2025 Aaron Goldenthal
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarongoldenthal/eslint-config-standard",
3
- "version": "33.0.1",
3
+ "version": "34.0.0",
4
4
  "description": "Standard ESLint configuration settings",
5
5
  "scripts": {
6
6
  "hooks:pre-commit": "npm run lint && npm run prettier:check",
@@ -35,25 +35,25 @@
35
35
  "homepage": "https://gitlab.com/gitlab-ci-utils/eslint-config-standard",
36
36
  "dependencies": {
37
37
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
38
- "@vitest/eslint-plugin": "1.1.10",
39
- "eslint-config-prettier": "9.1.0",
40
- "eslint-plugin-jest": "28.9.0",
41
- "eslint-plugin-jsdoc": "50.5.0",
42
- "eslint-plugin-n": "17.13.2",
43
- "eslint-plugin-playwright": "2.1.0",
44
- "eslint-plugin-promise": "7.1.0",
38
+ "@vitest/eslint-plugin": "1.1.25",
39
+ "eslint-config-prettier": "10.0.1",
40
+ "eslint-plugin-jest": "28.11.0",
41
+ "eslint-plugin-jsdoc": "50.6.2",
42
+ "eslint-plugin-n": "17.15.1",
43
+ "eslint-plugin-playwright": "2.2.0",
44
+ "eslint-plugin-promise": "7.2.1",
45
45
  "eslint-plugin-unicorn": "56.0.1",
46
- "globals": "15.12.0"
46
+ "globals": "15.14.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@eslint/config-inspector": "0.5.6",
50
- "eslint": "9.15.0",
49
+ "@eslint/config-inspector": "1.0.0",
50
+ "eslint": "9.18.0",
51
51
  "jest": "29.7.0",
52
52
  "jest-junit": "16.0.0",
53
- "markdownlint-cli2": "0.15.0",
54
- "prettier": "3.3.3"
53
+ "markdownlint-cli2": "0.17.2",
54
+ "prettier": "3.4.2"
55
55
  },
56
56
  "peerDependencies": {
57
- "eslint": "^9.0.0"
57
+ "eslint": "^9.18.0"
58
58
  }
59
59
  }
@@ -36,6 +36,7 @@ module.exports = {
36
36
  'playwright/no-raw-locators': 'error',
37
37
  'playwright/no-restricted-matchers': 'off',
38
38
  'playwright/no-skipped-test': 'error',
39
+ 'playwright/no-slowed-test': 'error',
39
40
  'playwright/no-standalone-expect': 'error',
40
41
  'playwright/no-unsafe-references': 'error',
41
42
  'playwright/no-useless-await': 'error',