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 nrwl monorepo to v19.4.0 #136

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/js (source) 19.3.2 -> 19.4.0 age adoption passing confidence
@nx/plugin (source) 19.3.2 -> 19.4.0 age adoption passing confidence
nx (source) 19.3.2 -> 19.4.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/js)

v19.4.0

Compare Source

19.4.0 (2024-07-02)
🚀 Features
  • angular: update ngrx packages to v18 (#​26549)
  • angular: add helper function to devkit to add viewProviders to a component (#​26526)
  • bundling: add convert-to-inferred generator for @​nx/rollup (#​26280)
  • core: allow defining target with only dependsOn (#​26545)
  • core: add lifecycle to record task history & retrieve via daemon (#​26593)
  • core: added the ability to split command property into an array in nx:run-commands executor (#​20201)
  • core: add --help content to project details view (#​26629)
  • devkit: add aggregateLog util for executor to plugin migration (#​26523)
  • expo: add to project package.json for install command (#​26500)
  • gradle: support composite build (#​25990)
  • graph: add description and tags to details page (#​26252)
  • graph: add atomizer label to target groups (#​26622)
  • nextjs: add experimental-build-mode option to support compile only (#​26465)
  • nextjs: Add convert-to-inferred generator (#​26706)
  • nx-cloud: updates to the new onboarding flow (d928558bc)
  • nx-cloud: unhide new onboarding flow (92be32c1a)
  • release: allow disabling GitHub username matching in default changelog renderer (#​26672)
  • remix: add convert-to-inferred generator (#​26601)
  • storybook: add convert-to-inferred generator (#​26595)
  • testing: add convert-to-inferred migration generator for jest (#​26259)
  • vite: add convert-to-inferred migration generator (#​26249)
  • webpack: add createNodesV2 for plugin (#​26588)
  • webpack: add convertConfigToWebpackPlugin (#​26516)
  • webpack: add convert-to-inferred generator (#​26621)
🩹 Fixes
  • angular: fix chalk import and correctly skip invalid projects in ng-add generator (#​26667)
  • angular: allow usages of ecmascript decorators in ng-packagr executors (#​26691)
  • angular: migration of browserTarget to buildTarget should handle empty config #​26681 (#​26690, #​26681)
  • bundling: set project type correct for buildable vite projects (#​26420)
  • bundling: convert to inferred should handle config file (#​26619)
  • bundling: rename aliases for @​nx/rollup:convert-to-inferred generator (#​26659)
  • bundling: use vite createNodes v2 for add plugin (#​26662)
  • bundling: register plugin correctly in rollup migration generator (#​26673)
  • core: merge args and options in nx:run-commands executor (#​26573)
  • core: repair sourcemaps that had file & plugin swapped (#​26628)
  • core: pick up changes to plugins configuration in daemon (#​26625)
  • core: isolated plugins should provide cleanup function (#​26657)
  • core: expand env variables on load and unload (#​26459)
  • core: move plugin worker to socket (#​26558)
  • core: do not create projects twice from package.json (#​26700)
  • core: fix create package json root parsing (#​26717)
  • core: add windowsHide for depencies-and-lockfile plugin with bun (#​26718)
  • core: correctly detect Windows Bamboo agents as CI environments (#​26699)
  • core: prevent cmd popups from isolation (#​26730)
  • core: do not load transpiler when within tsx environment (#​26723)
  • core: handle packageManager property with createPackageJson (#​26726)
  • core: do not re-register ts-node twice for the same compiler opt… (#​26758)
  • expo: fix expo start windows (#​26493)
  • expo: should support app.config.ts (#​26713)
  • gradle: fix migrations (#​26739)
  • gradle: pass process.env when running gradle (#​26776)
  • graph: improve layout when target groups are empty or there are no groups (#​26555)
  • graph: fix search params reload when back to graph (#​26580)
  • graph: fix empty target group (#​26704)
  • graph: update atomizer metadata & pdv hint (#​26733)
  • js: node executor now correctly kills tasks when exiting (#​19219)
  • linter: ensure that @​nx/eslint-plugin is installed when we add an extracted base eslintrc file (#​26679)
  • linter: handle eslint flat config path correctly in lint executor (#​26687)
  • linter: dependency checks should respect pnpm workspace versions (#​26709)
  • misc: rename @​nrwl/* to @​nx/* in init generator descriptions (#​26610)
  • misc: register plugins correctly in migration generators (#​26670)
  • misc: restrict countries not supported by OpenAI (#​26725)
  • misc: respect useInferencePlugin in nx.json when generating apps and libs (#​26703)
  • module-federation: module-federation-dev-server hang caused by child process exiting too early (#​26684, #​26685)
  • module-federation: dynamic remotes external to workspace should be skipped correctly #​26551 (#​26692, #​26551)
  • nest: Add missing props (#​26534)
  • nextjs: fixes for convert-to-inferred (#​26735)
  • nuxt: api template typo (#​26719)
  • nx-cloud: do not use bff api for onboarding (#​26712)
  • nx-cloud: onboarding cloud version handling (#​26790)
  • nx-dev: allow linking to headers that are code wrapped (#​26608)
  • release: skip dependents of projects without changes in conventional commits (#​26671)
  • remix: don't add @​remix-run/eslint-config dependency to new remix apps (#​26568)
  • storybook: output should match CLI flag (#​26652)
  • testing: handle different jest config files in configurations when migrating to inferred (#​26591)
  • testing: accept a numeric value for the playwright executor's workers option (#​26689)
  • testing: only add atomizer label for parent atomizer task (#​26740)
  • testing: pin cypress to 13.12.0 and re-enable skipped tests (#​26751)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#​26574)
  • vite: setup-paths-plugin should only register import once (#​26678)
  • vite: incremental builds tmp tsconfig should have baseUrl set to workspace root (#​26680)
  • vite: infer build and serve targets when rollupOptions.input is present (#​26750)
  • vite: remove deprecated cache.dir from vitest generation (#​26756)
  • vue: application generator should use normalized app name #​26605 (#​26729, #​26605)
  • webpack: handle nullable plugin options (#​26624)
  • webpack: skip useLegacyNxPlugin during graph creation (#​26626)
  • webpack: add comment to explain useLegacyNxPlugin and how to remove it (#​26696)
❤️ Thank You

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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from recallwei as a code owner June 21, 2024 21:46
Copy link

changeset-bot bot commented Jun 21, 2024

⚠️ No Changeset found

Latest commit: ed5a19a

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

@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v19.3.1 chore(deps): update nrwl monorepo to v19.3.1 - autoclosed Jun 22, 2024
@renovate renovate bot closed this Jun 22, 2024
@renovate renovate bot deleted the renovate/nrwl-monorepo branch June 22, 2024 16:02
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v19.3.1 - autoclosed chore(deps): update nrwl monorepo to v19.3.1 Jun 26, 2024
@renovate renovate bot reopened this Jun 26, 2024
@renovate renovate bot restored the renovate/nrwl-monorepo branch June 26, 2024 18:50
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v19.3.1 chore(deps): update nrwl monorepo to v19.3.2 Jun 26, 2024
Copy link

nx-cloud bot commented Jun 26, 2024

☁️ Nx Cloud Report

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

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v19.3.2 chore(deps): update nrwl monorepo to v19.3.2 - autoclosed Jun 29, 2024
@renovate renovate bot closed this Jun 29, 2024
@renovate renovate bot deleted the renovate/nrwl-monorepo branch June 29, 2024 08:48
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v19.3.2 - autoclosed chore(deps): update nrwl monorepo to v19.3.2 Jul 2, 2024
@renovate renovate bot reopened this Jul 2, 2024
@renovate renovate bot restored the renovate/nrwl-monorepo branch July 2, 2024 21:15
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 5dab97a to ed5a19a Compare July 2, 2024 21:15
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v19.3.2 chore(deps): update nrwl monorepo to v19.4.0 Jul 2, 2024
@recallwei recallwei merged commit 00a3a49 into main Jul 3, 2024
1 check failed
@recallwei recallwei deleted the renovate/nrwl-monorepo branch July 3, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant