Skip to content

Commit

Permalink
chore(repo): update nx to 19.0.0-beta.11 (#23133)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

This repo is using Nx `19.0.0-beta.8`

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

This repo is using Nx `19.0.0-beta.11`

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
FrozenPandaz committed May 3, 2024
1 parent 21d7e92 commit 2cb62c6
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 235 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
"@ngrx/store": "17.0.1",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "19.0.0-beta.8",
"@nx/cypress": "19.0.0-beta.8",
"@nx/devkit": "19.0.0-beta.8",
"@nx/esbuild": "19.0.0-beta.8",
"@nx/eslint": "19.0.0-beta.8",
"@nx/eslint-plugin": "19.0.0-beta.8",
"@nx/jest": "19.0.0-beta.8",
"@nx/js": "19.0.0-beta.8",
"@nx/next": "19.0.0-beta.8",
"@nx/playwright": "19.0.0-beta.8",
"@nx/react": "19.0.0-beta.8",
"@nx/storybook": "19.0.0-beta.8",
"@nx/vite": "19.0.0-beta.8",
"@nx/web": "19.0.0-beta.8",
"@nx/webpack": "19.0.0-beta.8",
"@nx/angular": "19.0.0-beta.11",
"@nx/cypress": "19.0.0-beta.11",
"@nx/devkit": "19.0.0-beta.11",
"@nx/esbuild": "19.0.0-beta.11",
"@nx/eslint": "19.0.0-beta.11",
"@nx/eslint-plugin": "19.0.0-beta.11",
"@nx/jest": "19.0.0-beta.11",
"@nx/js": "19.0.0-beta.11",
"@nx/next": "19.0.0-beta.11",
"@nx/playwright": "19.0.0-beta.11",
"@nx/react": "19.0.0-beta.11",
"@nx/storybook": "19.0.0-beta.11",
"@nx/vite": "19.0.0-beta.11",
"@nx/web": "19.0.0-beta.11",
"@nx/webpack": "19.0.0-beta.11",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -231,7 +231,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "19.0.0-beta.8",
"nx": "19.0.0-beta.11",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/tao/src/shared/workspace.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { exec } from 'child_process';
import type { Compiler } from 'webpack';
import { daemonClient } from 'nx/src/daemon/client/client';
import { BatchFunctionRunner } from 'nx/src/command-line/watch';
import { BatchFunctionRunner } from 'nx/src/command-line/watch/watch';
import { output } from 'nx/src/utils/output';

export class WebpackNxBuildCoordinationPlugin {
Expand Down

0 comments on commit 2cb62c6

Please sign in to comment.