@nx/eslint 17.2.0-rc.2 → 17.3.0-canary.20231209-dbeaf92

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 +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
1
+ <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Monorepos · Fast CI"></p>
2
2
 
3
3
  <div style="text-align: center;">
4
4
 
@@ -15,9 +15,9 @@
15
15
 
16
16
  <hr>
17
17
 
18
- # Nx: Smart, Fast and Extensible Build System
18
+ # Nx: Smart Monorepos · Fast CI
19
19
 
20
- Nx is a next generation build system with first class monorepo support and powerful integrations.
20
+ Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
21
21
 
22
22
  ## Getting Started
23
23
 
@@ -57,5 +57,5 @@ npx nx@latest init
57
57
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
58
58
 
59
59
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
60
- width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
60
+ width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint",
3
- "version": "17.2.0-rc.2",
3
+ "version": "17.3.0-canary.20231209-dbeaf92",
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": {
@@ -34,11 +34,11 @@
34
34
  "js-yaml": "4.1.0"
35
35
  },
36
36
  "dependencies": {
37
- "@nx/devkit": "17.2.0-rc.2",
38
- "@nx/js": "17.2.0-rc.2",
37
+ "@nx/devkit": "17.3.0-canary.20231209-dbeaf92",
38
+ "@nx/js": "17.3.0-canary.20231209-dbeaf92",
39
39
  "tslib": "^2.3.0",
40
40
  "typescript": "~5.2.2",
41
- "@nx/linter": "17.2.0-rc.2"
41
+ "@nx/linter": "17.3.0-canary.20231209-dbeaf92"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "eslint": {