@nx/workspace
Advanced tools
Comparing version 20.3.0-canary.20241218-fb40366 to 20.3.0-canary.20241219-2eb5243
{ | ||
"name": "@nx/workspace", | ||
"version": "20.3.0-canary.20241218-fb40366", | ||
"version": "20.3.0-canary.20241219-2eb5243", | ||
"private": false, | ||
@@ -41,3 +41,3 @@ "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.", | ||
"dependencies": { | ||
"@nx/devkit": "20.3.0-canary.20241218-fb40366", | ||
"@nx/devkit": "20.3.0-canary.20241219-2eb5243", | ||
"chalk": "^4.1.0", | ||
@@ -47,3 +47,3 @@ "enquirer": "~2.3.6", | ||
"yargs-parser": "21.1.1", | ||
"nx": "20.3.0-canary.20241218-fb40366" | ||
"nx": "20.3.0-canary.20241219-2eb5243" | ||
}, | ||
@@ -50,0 +50,0 @@ "publishConfig": { |
@@ -22,2 +22,3 @@ "use strict"; | ||
'eslint.config.js', | ||
'eslint.config.cjs', | ||
/^jest\.config\.((app|lib)\.)?[jt]s$/, | ||
@@ -24,0 +25,0 @@ 'vite.config.ts', |
@@ -14,4 +14,6 @@ "use strict"; | ||
!tree.exists('eslint.config.js') && | ||
!tree.exists('eslint.config.cjs') && | ||
!tree.exists('.eslintrc.base.json') && | ||
!tree.exists('eslint.base.config.js')) { | ||
!tree.exists('eslint.base.config.js') && | ||
!tree.exists('eslint.base.config.cjs')) { | ||
return; | ||
@@ -18,0 +20,0 @@ } |
@@ -44,3 +44,5 @@ "use strict"; | ||
} | ||
if (file === '.eslintrc.json' || file === 'eslint.config.js') { | ||
if (file === '.eslintrc.json' || | ||
file === 'eslint.config.js' || | ||
file === 'eslint.config.cjs') { | ||
continue; | ||
@@ -77,3 +79,5 @@ } | ||
} | ||
if (file === '.eslintrc.json' || file === 'eslint.config.js') { | ||
if (file === '.eslintrc.json' || | ||
file === 'eslint.config.cjs' || | ||
file === 'eslint.config.js') { | ||
continue; | ||
@@ -80,0 +84,0 @@ } |
@@ -342,3 +342,3 @@ "use strict"; | ||
tree.write((0, path_1.join)(options.directory, 'pnpm-workspace.yaml'), `packages: | ||
- ${workspaces.join('\n - ')} | ||
${workspaces.map((workspace) => `- "${workspace}"`).join('\n ')} | ||
`); | ||
@@ -345,0 +345,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223896
4829
+ Added@nx/devkit@20.3.0-canary.20241219-2eb5243(transitive)
+ Added@nx/nx-darwin-arm64@20.3.0(transitive)
+ Added@nx/nx-darwin-x64@20.3.0(transitive)
+ Added@nx/nx-freebsd-x64@20.3.0(transitive)
+ Added@nx/nx-linux-arm-gnueabihf@20.3.0(transitive)
+ Added@nx/nx-linux-arm64-gnu@20.3.0(transitive)
+ Added@nx/nx-linux-arm64-musl@20.3.0(transitive)
+ Added@nx/nx-linux-x64-gnu@20.3.0(transitive)
+ Added@nx/nx-linux-x64-musl@20.3.0(transitive)
+ Added@nx/nx-win32-arm64-msvc@20.3.0(transitive)
+ Added@nx/nx-win32-x64-msvc@20.3.0(transitive)
+ Addednx@20.3.020.3.0-canary.20241219-2eb5243(transitive)
- Removed@nx/devkit@20.3.0-canary.20241218-fb40366(transitive)
- Removed@nx/nx-darwin-arm64@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-darwin-x64@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-freebsd-x64@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-linux-arm-gnueabihf@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-linux-arm64-gnu@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-linux-arm64-musl@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-linux-x64-gnu@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-linux-x64-musl@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-win32-arm64-msvc@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removed@nx/nx-win32-x64-msvc@20.3.0-canary.20241218-fb4036620.3.1(transitive)
- Removednx@20.3.0-canary.20241218-fb4036620.3.1(transitive)