@nx/workspace 20.7.2 → 20.8.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "20.7.2",
3
+ "version": "20.8.0-beta.1",
4
4
  "private": false,
5
5
  "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.",
6
6
  "repository": {
@@ -38,14 +38,14 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@nx/devkit": "20.7.2",
41
+ "@nx/devkit": "20.8.0-beta.1",
42
42
  "@zkochan/js-yaml": "0.0.7",
43
43
  "chalk": "^4.1.0",
44
44
  "enquirer": "~2.3.6",
45
45
  "picomatch": "4.0.2",
46
46
  "tslib": "^2.3.0",
47
47
  "yargs-parser": "21.1.1",
48
- "nx": "20.7.2"
48
+ "nx": "20.8.0-beta.1"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -23,6 +23,7 @@ jobs:
23
23
  steps:
24
24
  - checkout: self
25
25
  fetchDepth: 0
26
+ fetchFilter: tree:0
26
27
  # Set Azure Devops CLI default settings
27
28
  - bash: az devops configure --defaults organization=$(System.TeamFoundationCollectionUri) project=$(System.TeamProject)
28
29
  displayName: 'Set default Azure DevOps organization and project'
@@ -16,7 +16,9 @@ jobs:
16
16
  steps:
17
17
  - uses: actions/checkout@v4
18
18
  with:
19
+ filter: tree:0
19
20
  fetch-depth: 0
21
+
20
22
  <% if(packageManager == 'pnpm'){ %>
21
23
  - uses: pnpm/action-setup@v4
22
24
  with: