@stacksjs/lint 0.41.1 → 0.42.1

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 +2 -2
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -45,7 +45,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
45
45
 
46
46
  ## 💪🏼 Contributing
47
47
 
48
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
48
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
49
49
 
50
50
  ## 🏝 Community
51
51
 
@@ -55,7 +55,7 @@ For help, discussion about best practices, or any other conversation that would
55
55
 
56
56
  For casual chit-chat with others using this package:
57
57
 
58
- [Join the Open Web Discord Server](https://discord.ow3.org)
58
+ [Join the Stacks Discord Server](https://discord.ow3.org)
59
59
 
60
60
  ## 🙏🏼 Credits
61
61
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.41.1",
5
- "packageManager": "pnpm@7.16.0",
4
+ "version": "0.42.1",
5
+ "packageManager": "pnpm@7.17.0",
6
6
  "description": "The Stacks way to lint.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,17 +36,18 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.16.0"
39
+ "pnpm": ">=7.17.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@ow3/eslint-config": "^0.33.11",
43
43
  "@types/eslint": "^8.4.10",
44
- "eslint": "^8.27.0",
44
+ "eslint": "^8.28.0",
45
45
  "lint-staged": "^13.0.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "mkdist": "^1.0.0",
49
- "typescript": "^4.9.3"
49
+ "typescript": "^4.9.3",
50
+ "@stacksjs/testing": "0.42.1"
50
51
  },
51
52
  "scripts": {
52
53
  "build": "mkdist -d",