@nx/eslint 21.5.0-canary.20250902-f34b5ef → 21.5.1-beta.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
# Nx: Smart Repos · Fast Builds
|
24
24
|
|
25
|
-
|
25
|
+
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
|
26
26
|
|
27
27
|
## Getting Started
|
28
28
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/eslint",
|
3
|
-
"version": "21.5.
|
3
|
+
"version": "21.5.1-beta.3",
|
4
4
|
"private": false,
|
5
5
|
"description": "The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
6
6
|
"repository": {
|
@@ -35,14 +35,14 @@
|
|
35
35
|
"eslint": "^8.0.0 || ^9.0.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@nx/devkit": "21.5.
|
39
|
-
"@nx/js": "21.5.
|
38
|
+
"@nx/devkit": "21.5.1-beta.3",
|
39
|
+
"@nx/js": "21.5.1-beta.3",
|
40
40
|
"semver": "^7.5.3",
|
41
41
|
"tslib": "^2.3.0",
|
42
42
|
"typescript": "~5.9.2"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"nx": "21.5.
|
45
|
+
"nx": "21.5.1-beta.3"
|
46
46
|
},
|
47
47
|
"peerDependenciesMeta": {
|
48
48
|
"@zkochan/js-yaml": {
|