Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nx to v14.7.5 #6353

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nx (source) 14.5.8 -> 14.7.5 age adoption passing confidence

Release Notes

nrwl/nx

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


Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update 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 renovate bot added the release:chore This PR is a chore (means nothing for users) label Sep 5, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from f637bc4 to 5ce1434 Compare September 9, 2022 07:23
@renovate renovate bot changed the title chore(deps): update dependency nx to v14.6.4 chore(deps): update dependency nx to v14.6.5 Sep 9, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 3 times, most recently from 1974509 to 6ab02f0 Compare September 9, 2022 16:29
@renovate renovate bot changed the title chore(deps): update dependency nx to v14.6.5 chore(deps): update dependency nx to v14.7.0 Sep 9, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6ab02f0 to 097714e Compare September 9, 2022 20:05
@renovate renovate bot changed the title chore(deps): update dependency nx to v14.7.0 chore(deps): update dependency nx to v14.7.3 Sep 9, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 5 times, most recently from 800abbd to f2f2988 Compare September 12, 2022 02:44
@renovate renovate bot changed the title chore(deps): update dependency nx to v14.7.3 chore(deps): update dependency nx to v14.7.4 Sep 12, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 2 times, most recently from 60229f2 to 06bb30e Compare September 12, 2022 16:51
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 06bb30e to 056ada1 Compare September 12, 2022 19:51
@renovate renovate bot changed the title chore(deps): update dependency nx to v14.7.4 chore(deps): update dependency nx to v14.7.5 Sep 12, 2022
@renovate renovate bot merged commit 3d8c992 into main Sep 12, 2022
@renovate renovate bot deleted the renovate/nrwl-monorepo branch September 12, 2022 23:06
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Sep 12, 2022
jtoar pushed a commit that referenced this pull request Sep 13, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@jtoar jtoar modified the milestones: next-release, v3.0.0 Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant