nest-commander icon indicating copy to clipboard operation
nest-commander copied to clipboard

chore(deps): update nrwl monorepo to v14.7.8

Open renovate[bot] opened this issue 3 years ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/js (source) 14.4.3 -> 14.7.8 age adoption passing confidence
@nrwl/node (source) 14.4.3 -> 14.7.8 age adoption passing confidence
@nrwl/workspace (source) 14.4.3 -> 14.7.8 age adoption passing confidence
nx (source) 14.4.3 -> 14.7.8 age adoption passing confidence

Release Notes

nrwl/nx

v14.7.8

Compare Source

Bug Fixes
  • repo: make esbuild package as non private (6eb4e1f)

v14.7.7

Compare Source

Bug Fixes
Features

v14.7.6

Compare Source

Bug Fixes
  • angular: add $schema property to generated project configs (#​12031) (e2bfaa6)
  • bundling: default outputFileName to "main.js" when called from "@​nrwl/web:webpack" (#​12072) (d9afcac)
  • core: rework the daemon process communication to use a queue and a long running connection (a3e480b)
  • core: split chunk correctly when they contain multiple messages (08e7588)
  • core: temp workaround to deal with daemon start during workspace creation (8e8b175)
  • linter: handle missing task graph in hasher on print-affected (#​11974) (40da702)
  • testing: normalize paths for component-testing (#​11963) (1a9df53)
  • testing: use cypress generated tsconfig for angular ct (#​12014) (d535cf3)
  • testing: use webpack defined in executor options for react ct (#​12005) (73fd49a)
Features

v14.7.5

Compare Source

Bug Fixes
  • core: temporary make the daemon output optimization opt in (9364a40)
  • repo: ensure husky checks are respected on commit (#​11973) (3a78d3b)
Features
Reverts

v14.7.4

Compare Source

Bug Fixes

v14.7.3

Compare Source

Features
  • core: add more logging when socket communication fails (0663385)

v14.7.2

Compare Source

Bug Fixes
  • core: DAEMON_DIR_FOR_CURRENT_WORKSPACE isnt defined in case of error (6849b90)

v14.7.1

Compare Source

Bug Fixes
  • core: nx daemon doesnt get disable correctly (0f8aac0)

v14.7.0

Compare Source

Bug Fixes
  • angular: emit typescript declaration diagnostics in ng-packagr executors (#​11927) (c6520a1)
  • angular: warning logged when generating MF app with no e2e (#​11911) (4aa7282)
  • core: add back target defaults for all new workspaces (#​11936) (caec117)
  • core: fix process.send will crash the nx runner without check if it is undefined (#​11904) (350f71d)
  • repo: remove more things from production fileset and added babel config (#​11942) (b582964)
  • storybook: do not add target defaults and named inputs if they are not defined (#​11941) (31b1b00)
  • testing: add component-test named inputs (7b52c0d)
  • testing: do not add cypress inputs if namedInputs is not defined (#​11943) (8a35f18)
  • testing: move cypress tsconfig to cypress folder (6d0c6a8)
Features
  • angular: allow component options to be passed to standalone library #​11702 (#​11890) (81b5eeb)
  • angular: share by default some relevant angular packages when using withModuleFederation (#​11849) (41af7c7)
  • core: create the daemon socket file in the tmp dir instead of node modules (db74bc7)
  • core: generate inputs configuration for new workspaces (#​11856) (292f0c1)
  • core: use daemon to watch outputs to enable cache restoration optimization (0d9dbae)
  • storybook: generate storybook with more framework options (#​11914) (ae58c1d)
  • testing: support angular cypress component testing (#​11790) (a0904a6), closes #​11602

v14.6.5

Compare Source

Bug Fixes

v14.6.4

Compare Source

Bug Fixes
  • angular: host tests were failing due to no navigation (#​11825) (458e89b)
  • core: gracefully handle errors when unable to find custom hasher (#​11854) (830b55a)
  • js: remove check for non-buildable libs being used when packaging. (#​11835) (cd3352a)
  • misc: print new workspace directory and fix issues when creating workspaces with non-normalized name (#​11853) (8db5f1a)
  • nextjs: use SWC compiler for next.js libraries (#​11848) (525350f)

v14.6.3

Compare Source

Bug Fixes
  • nextjs: SVGR plugin should not be used if nx: { svgr: false } is set in next.config.js (#​11829) (9b26bc1)
Features
  • misc: a/b test different prompt messages (f89b68b)

v14.6.2

Compare Source

Bug Fixes

v14.6.1

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.6.0

Compare Source

Bug Fixes
Features
Reverts

v14.5.10

Compare Source

Bug Fixes
  • devkit: convertNxExecutor() should properly emit observables (6652fe4), closes #​11653

v14.5.9

Compare Source

v14.5.8

Compare Source

Bug Fixes
  • core: project graph should be read from executor context (b5f4b12)

v14.5.7

Compare Source

Bug Fixes
Features

v14.5.6

Compare Source

Bug Fixes
  • core: restore the old behavior of output missing check (9d500ee)

v14.5.5

Compare Source

Bug Fixes
Features

v14.5.4

Compare Source

Reverts

v14.5.3

Compare Source

Bug Fixes
  • angular: building all projects in webpack-server #​11349 (#​11455) (e8ad465)
  • angular: cloud init with make-angular-cli-faster (#​11458) (15a1d72)
  • angular: hide warnings when reading workspace due to extra properties (#​11143) (2dc51d7)
  • core: add -c as an alias for --configuration for affected and … (#​10993) (355dc54)
  • core: correctly handle overrides of watch flag for caching (dc46534)
  • core: resolve project files correctly in project graph creation for empty root (#​11425) (308fd9b)
  • devkit: do not duplicate dependencies (#​10921) (f4ce897)
  • nextjs: remove unsupported cssModules config property (#​11405) (ccd6295)
  • react: adjust nx-console related x-dropdown prop name (9c93c90)
  • web: fix json imports in rollup with swc (#​11436) (b6bbd41)
Features

v14.5.2

Compare Source

Bug Fixes
  • angular: update angular cli package in a migration generator to prevent migration issues (#​11375) (e5ec39a)
  • nest: update nestjs versions for init generators (#​11355) (b67ca98)
  • node: add implicit dep on the e2e project to nest (#​11397) (ffecf93)
  • nx: Ignore the debugger attached message in node (#​11131) (20996d6)
  • react: allow positional params for setup-tailwind generator (#​11396) (bf2c79b)
Features

v14.5.1

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.5.0

Compare Source

Bug Fixes
  • angular: add @​angular/localize to list of default packages to be eagerly loaded in mf apps (#​11189) (b7a1cd3)
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#​11097) (9352f2e)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#​11125) (1b6e587)
  • angular: do not set a module federation remote project as the default project (#​11127) (ba592f8)
  • angular: do not write files unnecessarily in mfe to mf migration (#​11126) (8ce1444)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#​11032) (bc5c414)
  • angular: update module federation logic to correctly identify workspace libs secondary entry points (#​11286) (7db3aac)
  • angular: update package watch version on secondary entrypoint changes when building libraries in watch mode (#​11230) (41693f9)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (608ef8e)
  • core: handle specifying a prerelease version without a package when migrating (#​11129) (9933d91)
  • core: improve performance of enforce-module-boundaries linting rule on Windows (#​11251) (2f0cd86)
  • core: outputs in nx.json targetDefaults is not work (#​11157) (f8104d9), closes #​11141
  • core: print out configuration for run-many logging (#​11228) (b89e321)
  • core: remove eslintrc.json from the package build artifact (#​11043) (b8efa77)
  • core: use generator options from nx config (#​11006) (d579f94), closes #​11004
  • core: use proper package manager when installing package for migration (#​11213) (f285446)
  • dep-graph: filter by text correctly during quick inputs (#​10986) (fb4e92a)
  • linter: correctly fix absolute imports across package boundaries (8e6a66c)
  • linter: escape dollar signs in filepaths (#​11009) (74c3c6c)
  • linter: improve performance of runtime lint utils (#​11100) (5194551)
  • linter: update typescript eslint dependency (#​11112) (c117ad5)
  • misc: add dotenv as dependencies for plugins that import it (#​11167) (96e84ee)
  • misc: make unparsed not required and add smart provider in adapter (#​11262) (00ef4c7)
  • misc: show help when no command is passed (#​11269) (1a900d4)
  • nextjs: adjust generator reference in Next startup page component (9436a96)
  • nextjs: fix invalid config warning by sanitizing it before passing to Next.js (#​11313) (1fef99d)
  • nextjs: set development outputPath to a different one from production build (#​11169) (e3d5c53), closes #​10312
  • react-native: fix library path in Podfile (#​11327) (b4cc8c2)
  • react-native: only add resolverMainFields to metro.config for storybook (#​11326) (2b44aaf)
  • react: buildable library sets NODE_ENV correctly (#​11294) (4bb8ab1)
  • react: do not set a module federation remote project as the default project (#​11128) (2163c54)
  • react: fix typo in testing-library migrations (57a6ebc)
  • repo: explicitly stop all agents on failure (#​11123) (8ab6ad4)
  • storybook: adjusted STORYBOOK_ (#​11171) (edc9ce1)
  • storybook: change-storybook-targets should not fail if no build (#​11038) (01e25ec)
  • storybook: fix schema to read projectName from config (#​11098) (a2d9577)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#​11136) (943d4ba)
  • testing: update exports for .ts plugin files (#​11200) (0cd8d8c)
  • web: fix http-server proxyOptions arg converter (#​11309) (5614307), closes #​11302
Features
  • angular: add spa option to file-server executor to support reloading client-side routes (#​11252) (ea3fe2e)
  • angular: deprecate DataPersistence class in favor of data persistence operators (#​11183) (cc6c2f9)
  • angular: deprecate generating e2e tests with protractor (#​11254) (d372be0)
  • angular: deprecate syntax option from the ngrx generator (#​11184) (6866122)
  • angular: support angular v14.1.0 (#​11155) (46ad8c3)
  • core: add ability to use globs as outputs (#​10894) (63b74d2)
  • core: allow configuring targets to forward args to its target dependencies (3ce6f35)
  • core: improve graph utils matrix generation (#​11226) (5f097b9)
  • core: run-many runs all proj

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 29 '22 01:07 renovate[bot]

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Found file in cache: /tmp/containerbase/7576b42decc67f70b61585f41c5074bea75c260886346e567578ea0e0dc2d571/node-v16.17.0-linux-x64.tar.xz

renovate[bot] avatar Jul 29 '22 01:07 renovate[bot]

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 3a58fec5e4f671eb2bbd5e82a5dc3423d3d65464. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Jul 29 '22 01:07 nx-cloud[bot]

⚠️ No Changeset found

Latest commit: 3a58fec5e4f671eb2bbd5e82a5dc3423d3d65464

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Jul 29 '22 01:07 changeset-bot[bot]