Skip to content

Commit

Permalink
build(deps): update nrwl monorepo to v19.6.2 (#10151)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nx/nx-darwin-arm64](https://togithub.com/nrwl/nx)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-arm64))
| [`19.5.7` ->
`19.6.2`](https://renovatebot.com/diffs/npm/@nx%2fnx-darwin-arm64/19.5.7/19.6.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fnx-darwin-arm64/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fnx-darwin-arm64/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fnx-darwin-arm64/19.5.7/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fnx-darwin-arm64/19.5.7/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nx/nx-win32-x64-msvc](https://togithub.com/nrwl/nx)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc))
| [`19.5.7` ->
`19.6.2`](https://renovatebot.com/diffs/npm/@nx%2fnx-win32-x64-msvc/19.5.7/19.6.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fnx-win32-x64-msvc/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fnx-win32-x64-msvc/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fnx-win32-x64-msvc/19.5.7/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fnx-win32-x64-msvc/19.5.7/19.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nrwl/nx (@&#8203;nx/nx-darwin-arm64)</summary>

### [`v19.6.2`](https://togithub.com/nrwl/nx/releases/tag/19.6.2)

[Compare Source](https://togithub.com/nrwl/nx/compare/19.6.1...19.6.2)

##### 19.6.2 (2024-08-21)

##### 🚀 Features

- **bundling:** add option to generate sourcemaps for Rollup build
([#&#8203;27539](https://togithub.com/nrwl/nx/pull/27539))
- **devkit:** prefer strings over Linter enum
([#&#8203;27209](https://togithub.com/nrwl/nx/pull/27209))
- **graph:** add expandedTargets to project details on nx dev
([#&#8203;26911](https://togithub.com/nrwl/nx/pull/26911))
- **js:** add skipPackageManager option to build executors in order to
skip generating "packageManager" entry in package.json
([#&#8203;27518](https://togithub.com/nrwl/nx/pull/27518))
- **nx-dev:** honor prefers-reduced-motion
([#&#8203;27541](https://togithub.com/nrwl/nx/pull/27541))

##### 🩹 Fixes

- missing export for setRemoteDefinition
([#&#8203;27491](https://togithub.com/nrwl/nx/pull/27491))
- **core:** fix importing files with special characters
([#&#8203;27484](https://togithub.com/nrwl/nx/pull/27484))
- **core:** use withVerbose util
([#&#8203;27553](https://togithub.com/nrwl/nx/pull/27553))
- **core:** support import detection of packages installed from git
remote URL ([#&#8203;27569](https://togithub.com/nrwl/nx/pull/27569))
- **esbuild:** declaration:true should find the correct package root
regardless of cwd
[#&#8203;26261](https://togithub.com/nrwl/nx/issues/26261)
([#&#8203;27560](https://togithub.com/nrwl/nx/pull/27560),
[#&#8203;26261](https://togithub.com/nrwl/nx/issues/26261))
- **gradle:** track childProjects in properties report
([#&#8203;27488](https://togithub.com/nrwl/nx/pull/27488))
- **gradle:** fix tasksFileLines might be undefined
([#&#8203;27548](https://togithub.com/nrwl/nx/pull/27548))
- **js:** only sync references when composite is true, preserve comments
in other parts of file
([#&#8203;27530](https://togithub.com/nrwl/nx/pull/27530))
- **js:** ensure assets option in tsc executor defaults to empty array
for programmatic usage
([#&#8203;27565](https://togithub.com/nrwl/nx/pull/27565))
- **module-federation:** ensure shared packages can be shared from host
[#&#8203;27162](https://togithub.com/nrwl/nx/issues/27162)
([#&#8203;27513](https://togithub.com/nrwl/nx/pull/27513),
[#&#8203;27162](https://togithub.com/nrwl/nx/issues/27162))
- **nextjs:** should not fail when running outside of nx cli
([#&#8203;27523](https://togithub.com/nrwl/nx/pull/27523))
- **nextjs:** Should be able to run custom server targets with swc
([#&#8203;27526](https://togithub.com/nrwl/nx/pull/27526))
- **nextjs:** schema type for unitTestRunner for library
([#&#8203;26824](https://togithub.com/nrwl/nx/pull/26824))
- **node:** generate webpack server apps with generatePackageJson:true
by default ([#&#8203;27570](https://togithub.com/nrwl/nx/pull/27570))
- **nx-dev:** modify prompt
([#&#8203;27536](https://togithub.com/nrwl/nx/pull/27536))
- **nx-plugin:** allow create-package without e2eProject
([#&#8203;27572](https://togithub.com/nrwl/nx/pull/27572))
- **react:** handle more scenarios when collecting component props for
generating stories
([#&#8203;27528](https://togithub.com/nrwl/nx/pull/27528))
- **storybook:** should generate correct config for nextjs apps
[#&#8203;27233](https://togithub.com/nrwl/nx/issues/27233)
([#&#8203;27510](https://togithub.com/nrwl/nx/pull/27510),
[#&#8203;27233](https://togithub.com/nrwl/nx/issues/27233))
- **testing:** fix issues in static server target migrations
([#&#8203;27547](https://togithub.com/nrwl/nx/pull/27547))
- **vite:** plugin should infer serve target if server config defined
[#&#8203;27370](https://togithub.com/nrwl/nx/issues/27370)
([#&#8203;27507](https://togithub.com/nrwl/nx/pull/27507),
[#&#8203;27370](https://togithub.com/nrwl/nx/issues/27370))
- **vite:** load the correct config file from
[@&#8203;nx/vite](https://togithub.com/nx/vite):test executor
([#&#8203;27514](https://togithub.com/nrwl/nx/pull/27514))
- **vite:** add typecheck inferred target for vite plugin
[#&#8203;27501](https://togithub.com/nrwl/nx/issues/27501)
([#&#8203;27531](https://togithub.com/nrwl/nx/pull/27531),
[#&#8203;27501](https://togithub.com/nrwl/nx/issues/27501))

##### ❤️  Thank You

-   Colum Ferry [@&#8203;Coly010](https://togithub.com/Coly010)
-   Emily Xiong [@&#8203;xiongemi](https://togithub.com/xiongemi)
-   Feliche-Demian Netliukh
- Guilherme Prezzi
[@&#8203;menosprezzi](https://togithub.com/menosprezzi)
-   Isaac Mann [@&#8203;isaacplmann](https://togithub.com/isaacplmann)
-   Jack Hsu [@&#8203;jaysoo](https://togithub.com/jaysoo)
-   James Henry [@&#8203;JamesHenry](https://togithub.com/JamesHenry)
-   Jason Jean [@&#8203;FrozenPandaz](https://togithub.com/FrozenPandaz)
- Leosvel Pérez Espinosa
[@&#8203;leosvelperez](https://togithub.com/leosvelperez)
- Nicholas Cunningham
[@&#8203;ndcunningham](https://togithub.com/ndcunningham)

### [`v19.6.1`](https://togithub.com/nrwl/nx/releases/tag/19.6.1)

[Compare Source](https://togithub.com/nrwl/nx/compare/19.6.0...19.6.1)

##### 19.6.1 (2024-08-19)

##### 🚀 Features

- **core:** add shutdown lifecycle hook to node executor
([#&#8203;27354](https://togithub.com/nrwl/nx/pull/27354))
- **docs:** update OpenAI model to use gpt-4o-mini
([#&#8203;27434](https://togithub.com/nrwl/nx/pull/27434))
- **nx-dev:** add Explain with AI to Enterprise and Pro Plans
([#&#8203;27455](https://togithub.com/nrwl/nx/pull/27455))
- **nx-dev:** add Monorepo World banner to hero
([#&#8203;27482](https://togithub.com/nrwl/nx/pull/27482))

##### 🩹 Fixes

- **angular:** generate
[@&#8203;nx/angular](https://togithub.com/nx/angular) in devDependencies
and move to dependencies when using runtime helpers
([#&#8203;27405](https://togithub.com/nrwl/nx/pull/27405))
- **angular:** module-federation-ssr-dev-server should call correct
builder ([#&#8203;27477](https://togithub.com/nrwl/nx/pull/27477))
- **angular:** bump ngrx version to 18.0.2
([#&#8203;27506](https://togithub.com/nrwl/nx/pull/27506))
- **js:** handle arbitrary nested ts path mappings when re-mapping them
to the outputs
([#&#8203;27429](https://togithub.com/nrwl/nx/pull/27429))
- **linter:** update the
[@&#8203;nx/dependency-checks](https://togithub.com/nx/dependency-checks)
rule to read the package.json content from the rule context
([#&#8203;27476](https://togithub.com/nrwl/nx/pull/27476))
- **misc:** ensure custom reporters are usable with
[@&#8203;nx/playwright](https://togithub.com/nx/playwright):playwright
([#&#8203;27443](https://togithub.com/nrwl/nx/pull/27443))
- **module-federation:** ensure target defaults are set correctly
[#&#8203;27448](https://togithub.com/nrwl/nx/issues/27448)
([#&#8203;27472](https://togithub.com/nrwl/nx/pull/27472),
[#&#8203;27448](https://togithub.com/nrwl/nx/issues/27448))
- **node:** build-esbuild-options.ts browser user define envs by config
([#&#8203;27480](https://togithub.com/nrwl/nx/pull/27480))
- **nx-dev:** Og image path generation
([#&#8203;27456](https://togithub.com/nrwl/nx/pull/27456))
- **nx-dev:** bad link from home page
([#&#8203;27475](https://togithub.com/nrwl/nx/pull/27475))
- **nx-dev:** fix use `key` instead of `env` to reference cache key in…
([#&#8203;26644](https://togithub.com/nrwl/nx/pull/26644))
- **react:** ensure
[@&#8203;vitejs/plugin-react](https://togithub.com/vitejs/plugin-react)
is installed for storybook
([#&#8203;27463](https://togithub.com/nrwl/nx/pull/27463))
- **react:** enable vitejs-plugin-react-swc for swc compiler
([#&#8203;27457](https://togithub.com/nrwl/nx/pull/27457))
- **repo:** add dependsOn to native build
([#&#8203;27446](https://togithub.com/nrwl/nx/pull/27446))
- **testing:** fix misc issues in migrations
([#&#8203;27471](https://togithub.com/nrwl/nx/pull/27471))

##### ❤️  Thank You

- [@&#8203;NgDaddy](https://togithub.com/NgDaddy)
[@&#8203;NgDaddy](https://togithub.com/NgDaddy)
-   Benjamin Cabanes [@&#8203;bcabanes](https://togithub.com/bcabanes)
-   Colum Ferry [@&#8203;Coly010](https://togithub.com/Coly010)
-   EGonz1PCTY
-   Isaac Mann [@&#8203;isaacplmann](https://togithub.com/isaacplmann)
-   Jason Jean [@&#8203;FrozenPandaz](https://togithub.com/FrozenPandaz)
-   Jonathan Cammisuli
-   Kamenskih Dmitriy
- Leosvel Pérez Espinosa
[@&#8203;leosvelperez](https://togithub.com/leosvelperez)
- Nicholas Cunningham
[@&#8203;ndcunningham](https://togithub.com/ndcunningham)
-   Tine Kondo [@&#8203;tinesoft](https://togithub.com/tinesoft)
-   Wei Liang [@&#8203;weiliang79](https://togithub.com/weiliang79)

### [`v19.6.0`](https://togithub.com/nrwl/nx/releases/tag/19.6.0)

[Compare Source](https://togithub.com/nrwl/nx/compare/19.5.7...19.6.0)

##### 19.6.0 (2024-08-15)

##### 🚀 Features

- **angular:** deprecate data persistence operators
([#&#8203;27401](https://togithub.com/nrwl/nx/pull/27401))
- **angular:** support angular v18.2.0
([#&#8203;27379](https://togithub.com/nrwl/nx/pull/27379))
- **core:** error when running atomized tasks outside of DTE
([#&#8203;26898](https://togithub.com/nrwl/nx/pull/26898))
- **core:** update pnpm/action-setup to v4 in ci-workflow generator
([#&#8203;26838](https://togithub.com/nrwl/nx/pull/26838))
- **core:** update axios to ^1.7.2
([#&#8203;27076](https://togithub.com/nrwl/nx/pull/27076))
- **core:** include target architecture in nx report
([#&#8203;27094](https://togithub.com/nrwl/nx/pull/27094))
- **core:** add --exclude-task-dependencies flag
([#&#8203;27137](https://togithub.com/nrwl/nx/pull/27137))
- **core:** add nx-console installation source to nx connect
([#&#8203;27307](https://togithub.com/nrwl/nx/pull/27307))
- **core:** change e2e-ci,e2e to be same line affected command
([#&#8203;26951](https://togithub.com/nrwl/nx/pull/26951))
- **core:** Refresh welcome screens based on Nx Cloud
([#&#8203;27313](https://togithub.com/nrwl/nx/pull/27313))
- **core:** introduce nx import
([#&#8203;26847](https://togithub.com/nrwl/nx/pull/26847))
- **core:** remove env var to enable sync generators
([#&#8203;27409](https://togithub.com/nrwl/nx/pull/27409))
- **devkit:** allow updating package json based projects
([#&#8203;27138](https://togithub.com/nrwl/nx/pull/27138))
- **graph:** add parallelism in target details
([#&#8203;27014](https://togithub.com/nrwl/nx/pull/27014))
- **js:** add scopes option for verdaccio
([#&#8203;26918](https://togithub.com/nrwl/nx/pull/26918))
- **js:** added a verdaccio listen address to configuration
([#&#8203;26976](https://togithub.com/nrwl/nx/pull/26976))
- **js:** [@&#8203;nx/js](https://togithub.com/nx/js):init generator
does not generate prettier and tsconfig.base.json files by default
([#&#8203;27406](https://togithub.com/nrwl/nx/pull/27406))
- **misc:** prioritize github onboarding flow
([#&#8203;27085](https://togithub.com/nrwl/nx/pull/27085))
- **misc:** only create one commit with cloud onboard URL on cnw
([#&#8203;27093](https://togithub.com/nrwl/nx/pull/27093))
- **misc:** add onboarding a/b testing
([#&#8203;27217](https://togithub.com/nrwl/nx/pull/27217))
- **misc:** add more logging while running migrations
([#&#8203;27063](https://togithub.com/nrwl/nx/pull/27063))
- **misc:** add nx syncing mechanism and update the typescript-sync
generator ([#&#8203;26793](https://togithub.com/nrwl/nx/pull/26793))
- **module-federation:** add nx-runtime-library-control-plugin
([#&#8203;26816](https://togithub.com/nrwl/nx/pull/26816))
- **module-federation:** use proxy servers to proxy to single file
server for static remotes
([#&#8203;26782](https://togithub.com/nrwl/nx/pull/26782))
- **module-federation:** improve console output for remote build errors
([#&#8203;26711](https://togithub.com/nrwl/nx/pull/26711))
- **module-federation:** support setremotedefinition api
([#&#8203;27051](https://togithub.com/nrwl/nx/pull/27051))
- **module-federation:** Update SSR enabling static serving for remotes
([#&#8203;27345](https://togithub.com/nrwl/nx/pull/27345))
- **nx-cloud:** add nxCloudId field for auth
([#&#8203;27197](https://togithub.com/nrwl/nx/pull/27197))
- **nx-dev:** add announcement pill on top of hero section
([#&#8203;26961](https://togithub.com/nrwl/nx/pull/26961))
- **nx-dev:** improve hero section on homepage
([1f34788c75](https://togithub.com/nrwl/nx/commit/1f34788c75))
- **nx-dev:** update descriptions and layout styles for better clarity
([#&#8203;26991](https://togithub.com/nrwl/nx/pull/26991))
- **nx-dev:** update typography and hero component styles
([#&#8203;27011](https://togithub.com/nrwl/nx/pull/27011))
- **nx-dev:** add Nx Cloud Page
([#&#8203;26865](https://togithub.com/nrwl/nx/pull/26865))
- **nx-dev:** Migrate careers from nx.app
([#&#8203;27020](https://togithub.com/nrwl/nx/pull/27020))
- **nx-dev:** reprioritize customer logos on landing page
([#&#8203;27061](https://togithub.com/nrwl/nx/pull/27061))
- **nx-dev:** Update nx-cloud page ai section
([#&#8203;27103](https://togithub.com/nrwl/nx/pull/27103))
- **nx-dev:** Migrate pricing page from nx.app
([#&#8203;27012](https://togithub.com/nrwl/nx/pull/27012))
- **nx-dev:** Migrate brands from nx.app
([#&#8203;27044](https://togithub.com/nrwl/nx/pull/27044))
- **nx-dev:** Update footer links
([#&#8203;27075](https://togithub.com/nrwl/nx/pull/27075))
- **nx-dev:** add ai for ci
([#&#8203;27096](https://togithub.com/nrwl/nx/pull/27096))
- **nx-dev:** improve link visibility on docs pages
([9712fb2a83](https://togithub.com/nrwl/nx/commit/9712fb2a83))
- **nx-dev:** add contact us button
([#&#8203;27248](https://togithub.com/nrwl/nx/pull/27248))
- **nx-dev:** improve tab UX
([ff51fcd2cd](https://togithub.com/nrwl/nx/commit/ff51fcd2cd))
- **nx-dev:** add support section on contact page
([#&#8203;27437](https://togithub.com/nrwl/nx/pull/27437))
- **react:** add skipPackageJson flag to remote and host generators
([#&#8203;27116](https://togithub.com/nrwl/nx/pull/27116))
- **react-native:** add convert-to-inferred generator for Expo and React
Native ([#&#8203;27326](https://togithub.com/nrwl/nx/pull/27326))
- **release:** allow {releaseGroupName} to be interpolated in tag
pattern ([#&#8203;27188](https://togithub.com/nrwl/nx/pull/27188))
- **release:** allow {releaseGroupName} to be interpolated in
releaseTagPattern"
([#&#8203;27189](https://togithub.com/nrwl/nx/pull/27189))
- **release:** allow {releaseGroupName} to be interpolated in
releaseTagPattern
([#&#8203;27190](https://togithub.com/nrwl/nx/pull/27190))
- **release:** dynamic release config via programmatic API
([#&#8203;27204](https://togithub.com/nrwl/nx/pull/27204))
- **release:** add logUnchangedProjects flag to version generator, true
by default ([#&#8203;27231](https://togithub.com/nrwl/nx/pull/27231))
- **release:** add `nx release plan:check` command to ensure relevant
version plans exist
([#&#8203;27343](https://togithub.com/nrwl/nx/pull/27343))
- **repo:** run e2e in the same command as build,test,lint
([#&#8203;27019](https://togithub.com/nrwl/nx/pull/27019))
- **storybook:** add storybook 8 support
([#&#8203;27214](https://togithub.com/nrwl/nx/pull/27214))
- **testing:** support vite configOverrides for cypress
([#&#8203;26554](https://togithub.com/nrwl/nx/pull/26554))
- **testing:** e2e-ci should use serve-static or vite preview for
playwright and cypress
([#&#8203;27240](https://togithub.com/nrwl/nx/pull/27240))
- **testing:** update jest to v29.7.0
([#&#8203;27301](https://togithub.com/nrwl/nx/pull/27301))
- **testing:** add missing targetDefaults migration entry for
[@&#8203;nx/playwright](https://togithub.com/nx/playwright)
([#&#8203;27359](https://togithub.com/nrwl/nx/pull/27359))
- **testing:** allow usage of jest 30 pre-release versions
([#&#8203;27334](https://togithub.com/nrwl/nx/pull/27334))
- **testing:** support positional arg for jest executor
([#&#8203;27328](https://togithub.com/nrwl/nx/pull/27328))

##### 🩹 Fixes

- **angular:** generate correct server file when using webpack-based
executors ([#&#8203;27007](https://togithub.com/nrwl/nx/pull/27007))
- **angular:** remove unnecessary esbuild peer dependency
([#&#8203;27046](https://togithub.com/nrwl/nx/pull/27046))
- **angular:** bump ngrx version and add
[@&#8203;ngrx/operators](https://togithub.com/ngrx/operators) to the
package update list
([#&#8203;27107](https://togithub.com/nrwl/nx/pull/27107))
- **angular:** update .gitignore and .prettierignore files in angular
integrated migration
([#&#8203;27400](https://togithub.com/nrwl/nx/pull/27400))
- **bundling:** prevent exports overwrite with esbuild
([#&#8203;27047](https://togithub.com/nrwl/nx/pull/27047))
- **bundling:** get workspace package prefix length correctly
[#&#8203;20817](https://togithub.com/nrwl/nx/issues/20817)
([#&#8203;27092](https://togithub.com/nrwl/nx/pull/27092),
[#&#8203;20817](https://togithub.com/nrwl/nx/issues/20817))
- **bundling:** explicitly set types for exports entries in package.json
([#&#8203;27152](https://togithub.com/nrwl/nx/pull/27152))
- **core:** resolve nested delegated executor package correctly
([#&#8203;26979](https://togithub.com/nrwl/nx/pull/26979))
- **core:** normalizeTargetDependencyWithStringProjects should not
return undefined
([#&#8203;26994](https://togithub.com/nrwl/nx/pull/26994))
- **core:** typo in nx update log
([#&#8203;27036](https://togithub.com/nrwl/nx/pull/27036))
- **core:** record stats for more commands
([#&#8203;27017](https://togithub.com/nrwl/nx/pull/27017))
- **core:** copy package manager config files when installing latest nx
version in nx migrate
([#&#8203;27032](https://togithub.com/nrwl/nx/pull/27032))
- **core:** fix watch daemon error
([#&#8203;27067](https://togithub.com/nrwl/nx/pull/27067))
- **core:** ensure output paths returned are unique
([#&#8203;18207](https://togithub.com/nrwl/nx/pull/18207))
- **core:** use argument length that match the actual size of the
argument length
([#&#8203;21074](https://togithub.com/nrwl/nx/pull/21074))
- **core:** reset should cleanup temporary nx-cloud files
([#&#8203;23316](https://togithub.com/nrwl/nx/pull/23316))
- **core:** shorten socket length for plugin workers
([#&#8203;27073](https://togithub.com/nrwl/nx/pull/27073))
- **core:** remove outdated workaround artificially keeping process
alive ([#&#8203;27062](https://togithub.com/nrwl/nx/pull/27062))
- **core:** update migration generators missing calls to format files
([#&#8203;27082](https://togithub.com/nrwl/nx/pull/27082))
- **core:** improve error for setting an internal node as an external …
([#&#8203;27102](https://togithub.com/nrwl/nx/pull/27102))
- **core:** allow overriding NX_PARALLEL with --parallel
([#&#8203;27016](https://togithub.com/nrwl/nx/pull/27016))
- **core:** format global config files modified by nx migrate
([#&#8203;27066](https://togithub.com/nrwl/nx/pull/27066))
- **core:** bump the time crate so compilation succeeds
([#&#8203;27117](https://togithub.com/nrwl/nx/pull/27117))
- **core:** always load task envs from workspace root instead of
relative to cwd
([#&#8203;27120](https://togithub.com/nrwl/nx/pull/27120))
- **core:** change link in e2e-ci error message
([#&#8203;27187](https://togithub.com/nrwl/nx/pull/27187))
- **core:** disable plugin isolation by default on windows for now
([#&#8203;27210](https://togithub.com/nrwl/nx/pull/27210))
- **core:** show target description, add metadata to schema, and docum…
([#&#8203;27131](https://togithub.com/nrwl/nx/pull/27131))
- **core:** remove additional quotes around cache path while pruning
([#&#8203;27273](https://togithub.com/nrwl/nx/pull/27273))
- **core:** move token generation into new
([#&#8203;27266](https://togithub.com/nrwl/nx/pull/27266))
- **core:** script-based targets should be able to be modified in a
project.json file
([#&#8203;27309](https://togithub.com/nrwl/nx/pull/27309))
- **core:** don't cache full dependency configuration when expanding
target name ([#&#8203;27308](https://togithub.com/nrwl/nx/pull/27308))
- **core:** allow configuring plugin message timeout
([#&#8203;27315](https://togithub.com/nrwl/nx/pull/27315))
- **core:** update napi-build dependency to 2.1.3
([#&#8203;27341](https://togithub.com/nrwl/nx/pull/27341))
- **core:** avoid mutating target defaults during task graph calculation
([#&#8203;27348](https://togithub.com/nrwl/nx/pull/27348))
- **core:** allow isolated plugins to shut themselves down
([#&#8203;27317](https://togithub.com/nrwl/nx/pull/27317))
- **core:** prevent post install failures when socket path too long
([#&#8203;27366](https://togithub.com/nrwl/nx/pull/27366))
- **core:** ensure context is available when updating files in context
([#&#8203;27395](https://togithub.com/nrwl/nx/pull/27395))
- **core:** disable daemon in postinstall
([#&#8203;27415](https://togithub.com/nrwl/nx/pull/27415))
- **core:** improve the dx of the sync commands and gracefully handle
exiting the prompt when running tasks
([#&#8203;27418](https://togithub.com/nrwl/nx/pull/27418))
- **core:** ensure the error has message before reading indexOf
[#&#8203;27078](https://togithub.com/nrwl/nx/issues/27078)
([#&#8203;27426](https://togithub.com/nrwl/nx/pull/27426),
[#&#8203;27078](https://togithub.com/nrwl/nx/issues/27078))
- **devkit:** remove --web from being logged to show project details
([#&#8203;26968](https://togithub.com/nrwl/nx/pull/26968))
- **devkit:** detect package manager based on install location
([#&#8203;27127](https://togithub.com/nrwl/nx/pull/27127))
- **gradle:** change test-ci depends on testClasses
([#&#8203;27349](https://togithub.com/nrwl/nx/pull/27349))
- **js:** do not override package.json type when defined in tsc executor
([#&#8203;27106](https://togithub.com/nrwl/nx/pull/27106))
- **js:** generate additional entry point exports without the filename
for barrel files
([#&#8203;27112](https://togithub.com/nrwl/nx/pull/27112))
- **js:** handle project references better in typescript plugin
([#&#8203;27178](https://togithub.com/nrwl/nx/pull/27178))
- **js:** locate npm nodes correctly for aliased packages
([#&#8203;27124](https://togithub.com/nrwl/nx/pull/27124))
- **linter:** log a message when the number of warnings exceeds the
specified maxWarnings for the lint executor
([#&#8203;27003](https://togithub.com/nrwl/nx/pull/27003))
- **linter:** convert root projects correctly to inferred and remove
default option values
([#&#8203;27035](https://togithub.com/nrwl/nx/pull/27035))
- **linter:** ensure too many warnings is only logged if enabled
([#&#8203;27083](https://togithub.com/nrwl/nx/pull/27083))
- **linter:** checking command is specified
([#&#8203;26908](https://togithub.com/nrwl/nx/pull/26908))
- **linter:** allow undefined options in eslint plugin
([#&#8203;27232](https://togithub.com/nrwl/nx/pull/27232))
- **misc:** update concurrency in ci workflows to 3
([#&#8203;26974](https://togithub.com/nrwl/nx/pull/26974))
- **misc:** generate the "types" field in package.json if no set
([#&#8203;27147](https://togithub.com/nrwl/nx/pull/27147))
- **misc:** hide git not a repository error
([#&#8203;27237](https://togithub.com/nrwl/nx/pull/27237))
- **misc:** add cloud token during new workspace like expected
([#&#8203;27265](https://togithub.com/nrwl/nx/pull/27265))
- **misc:** fix cloud setup
([#&#8203;27281](https://togithub.com/nrwl/nx/pull/27281))
- **misc:** end ab testing for onboarding message
([#&#8203;27316](https://togithub.com/nrwl/nx/pull/27316))
- **misc:** track which CI providers being used
([#&#8203;27320](https://togithub.com/nrwl/nx/pull/27320))
- **misc:** avoid terminal popups when checking package manager version
([#&#8203;27329](https://togithub.com/nrwl/nx/pull/27329))
- **misc:** update readmes
([#&#8203;27038](https://togithub.com/nrwl/nx/pull/27038))
- **misc:** init should run add for .nx workspaces on windows
([#&#8203;27364](https://togithub.com/nrwl/nx/pull/27364))
- **module-federation:** do not cache assets from static serve
([#&#8203;27005](https://togithub.com/nrwl/nx/pull/27005))
- **module-federation:** pin versions mf packages versions
([#&#8203;27071](https://togithub.com/nrwl/nx/pull/27071))
- **module-federation:** handle tspath mappings with /\* wildcard
[#&#8203;26765](https://togithub.com/nrwl/nx/issues/26765)
([#&#8203;27149](https://togithub.com/nrwl/nx/pull/27149),
[#&#8203;26765](https://togithub.com/nrwl/nx/issues/26765))
- **module-federation:** optimization should not be overwritten
[#&#8203;27201](https://togithub.com/nrwl/nx/issues/27201)
([#&#8203;27376](https://togithub.com/nrwl/nx/pull/27376),
[#&#8203;27201](https://togithub.com/nrwl/nx/issues/27201))
- **module-federation:** remote proxies should use https when host is
configured with ssl
[#&#8203;27360](https://togithub.com/nrwl/nx/issues/27360)
([#&#8203;27381](https://togithub.com/nrwl/nx/pull/27381),
[#&#8203;27360](https://togithub.com/nrwl/nx/issues/27360))
- **module-federation:** turn dts off by default
[#&#8203;27198](https://togithub.com/nrwl/nx/issues/27198)
([#&#8203;27403](https://togithub.com/nrwl/nx/pull/27403),
[#&#8203;27198](https://togithub.com/nrwl/nx/issues/27198))
- **module-federation:** Add migration for ssr server file to run on
it's own port ([#&#8203;27411](https://togithub.com/nrwl/nx/pull/27411))
- **nextjs:** fix inlined workspace root in .nx-helpers
([#&#8203;27136](https://togithub.com/nrwl/nx/pull/27136))
- **nextjs:** update @&#8203;nx/next/babel preset to remove conflicting
plugins when testing in Jest
([#&#8203;27414](https://togithub.com/nrwl/nx/pull/27414))
- **nextjs:** Fix order, and wrong number call to createWebpackConfig()
([#&#8203;27337](https://togithub.com/nrwl/nx/pull/27337))
- **node:** ensure artifacts are built before serving app
([#&#8203;27146](https://togithub.com/nrwl/nx/pull/27146))
- **node:** Ensure docker file is generated when nest framework is
supplied ([#&#8203;27153](https://togithub.com/nrwl/nx/pull/27153))
- **nx-cloud:** fix connect generator
([#&#8203;27314](https://togithub.com/nrwl/nx/pull/27314))
- **nx-cloud:** add nxCloudId to nxJson when connecting with generator
([#&#8203;27356](https://togithub.com/nrwl/nx/pull/27356))
- **nx-dev:** Navigating to blogs should work
([#&#8203;26972](https://togithub.com/nrwl/nx/pull/26972))
- **nx-dev:** Remove announcement banner
([232e12479e](https://togithub.com/nrwl/nx/commit/232e12479e))
- **nx-dev:** improve bandwidth usage convert gif to mp4
([#&#8203;27129](https://togithub.com/nrwl/nx/pull/27129))
- **nx-dev:** add background on pricing tiles & blog link to pricing
page [#&#8203;27157](https://togithub.com/nrwl/nx/issues/27157)
([#&#8203;27157](https://togithub.com/nrwl/nx/issues/27157))
- **nx-dev:** Add png image file for ai blog socials
([#&#8203;27192](https://togithub.com/nrwl/nx/pull/27192))
- **nx-dev:** OG image meta tag
([#&#8203;27195](https://togithub.com/nrwl/nx/pull/27195))
- **nx-dev:** plugin-registry title style
([777eea685c](https://togithub.com/nrwl/nx/commit/777eea685c))
- **nx-dev:** adjust scroll offset for headings on docs and blog
container ([90e29f078e](https://togithub.com/nrwl/nx/commit/90e29f078e))
- **nx-dev:** Turn off next.js cache for careers api
([#&#8203;27275](https://togithub.com/nrwl/nx/pull/27275))
- **nx-dev:** clean up heading text
([#&#8203;27205](https://togithub.com/nrwl/nx/pull/27205))
- **react:** generate valid Vite + JSX setup for React
([#&#8203;27130](https://togithub.com/nrwl/nx/pull/27130))
- **react-native:** fix unable to resolve realm
([#&#8203;26983](https://togithub.com/nrwl/nx/pull/26983))
- **react-native:** migration handles case where plugins is missing from
nx.json ([#&#8203;27387](https://togithub.com/nrwl/nx/pull/27387))
- **release:** only include relevant authors in project changelogs
([#&#8203;27181](https://togithub.com/nrwl/nx/pull/27181))
- **release:** ensure
[@&#8203;org/package](https://togithub.com/org/package) style names are
wrapped in quotes in version plans
([#&#8203;27177](https://togithub.com/nrwl/nx/pull/27177))
- **release:** do not add groups to commit message when their projects
have no changes
([#&#8203;27218](https://togithub.com/nrwl/nx/pull/27218))
- **release:** deleted files should be staged alongside changed files
([#&#8203;27219](https://togithub.com/nrwl/nx/pull/27219))
- **release:** allow version plans to have multi-line, arbitrarily
formatted messages
([#&#8203;27323](https://togithub.com/nrwl/nx/pull/27323))
- **release:** allow specifier override for version command when version
plans are enabled
([#&#8203;27436](https://togithub.com/nrwl/nx/pull/27436))
- **repo:** update tests to pass regardless of actually installed yarn
version ([#&#8203;27054](https://togithub.com/nrwl/nx/pull/27054))
- **repo:** fix native cache inputs
([#&#8203;27338](https://togithub.com/nrwl/nx/pull/27338))
- **storybook:** update version check
([#&#8203;27278](https://togithub.com/nrwl/nx/pull/27278))
- **testing:** use taskkill to kill web server process when running
cypress on windows
([#&#8203;27068](https://togithub.com/nrwl/nx/pull/27068))
- **testing:** adding e2e projects should register e2e-ci targetDefaults
([#&#8203;27185](https://togithub.com/nrwl/nx/pull/27185))
- **testing:** resolve jest package from the project root in plugin
([#&#8203;27342](https://togithub.com/nrwl/nx/pull/27342))
- **testing:** playwright migration should find correct targetName
([#&#8203;27386](https://togithub.com/nrwl/nx/pull/27386))
- **testing:** e2e-ci targetDefaults migration should handle self deps
([#&#8203;27380](https://togithub.com/nrwl/nx/pull/27380))
- **testing:** cypress update ci webserver to serve-static based on
plugins ([#&#8203;27399](https://togithub.com/nrwl/nx/pull/27399))
- **testing:** cache resolved jest path in plugin correctly
([#&#8203;27407](https://togithub.com/nrwl/nx/pull/27407))
- **testing:** resolve jest utils in plugin from the
[@&#8203;jest/core](https://togithub.com/jest/core) package location
that jest uses
([#&#8203;27422](https://togithub.com/nrwl/nx/pull/27422))
- **testing:** revert bump for ts-jest
([#&#8203;27432](https://togithub.com/nrwl/nx/pull/27432))
- **testing:** do not migrate projects without webpack nor vite
([#&#8203;27431](https://togithub.com/nrwl/nx/pull/27431))
- **testing:** migrations should look for existing target before
attempting migration
([#&#8203;27441](https://togithub.com/nrwl/nx/pull/27441))
- **vite:** typecheck vue projects with vue-tsc
[#&#8203;20242](https://togithub.com/nrwl/nx/issues/20242)
([#&#8203;26450](https://togithub.com/nrwl/nx/pull/26450),
[#&#8203;20242](https://togithub.com/nrwl/nx/issues/20242))
- **vite:** remove cache.dir option from test utils
([#&#8203;27087](https://togithub.com/nrwl/nx/pull/27087))
- **vite:** respect existing package.json type
[#&#8203;27057](https://togithub.com/nrwl/nx/issues/27057)
([#&#8203;27084](https://togithub.com/nrwl/nx/pull/27084),
[#&#8203;27057](https://togithub.com/nrwl/nx/issues/27057))
- **vite:** vitest executor should continue to load plugins
[#&#8203;22001](https://togithub.com/nrwl/nx/issues/22001)
([#&#8203;27118](https://togithub.com/nrwl/nx/pull/27118),
[#&#8203;22001](https://togithub.com/nrwl/nx/issues/22001))
- **vite:** ensure nxViteTsPaths resolve before vite internal resolver
([#&#8203;27155](https://togithub.com/nrwl/nx/pull/27155))
- **webpack:** fixing null pointer about projectGraph with nx enhance
configuration ([#&#8203;26430](https://togithub.com/nrwl/nx/pull/26430))
- **webpack:** include hash in asset filenames so they do not conflict
([#&#8203;27159](https://togithub.com/nrwl/nx/pull/27159))
- **webpack:** return proper webpack plugin from useLegacyNxPlugin
function ([#&#8203;27340](https://togithub.com/nrwl/nx/pull/27340))
- **webpack:** bump webpack-dev-server to 5.0.4
[#&#8203;27310](https://togithub.com/nrwl/nx/issues/27310)
([#&#8203;27375](https://togithub.com/nrwl/nx/pull/27375),
[#&#8203;27310](https://togithub.com/nrwl/nx/issues/27310))

##### ❤️  Thank You

-   abcdmku [@&#8203;abcdmku](https://togithub.com/abcdmku)
-   Adrian Dimech [@&#8203;agdimech](https://togithub.com/agdimech)
-   Austin Fahsl [@&#8203;fahslaj](https://togithub.com/fahslaj)
-   Benjamin Cabanes [@&#8203;bcabanes](https://togithub.com/bcabanes)
-   Colum Ferry [@&#8203;Coly010](https://togithub.com/Coly010)
- Craigory Coppola [@&#8203;AgentEnder](https://togithub.com/AgentEnder)
-   Daniel Rose [@&#8203;DanielRose](https://togithub.com/DanielRose)
- Denis Frenademetz
[@&#8203;skrtheboss](https://togithub.com/skrtheboss)
-   Elyahou Ittah
-   Emily Xiong [@&#8203;xiongemi](https://togithub.com/xiongemi)
- Guilherme Prezzi
[@&#8203;menosprezzi](https://togithub.com/menosprezzi)
-   Jack Hsu [@&#8203;jaysoo](https://togithub.com/jaysoo)
-   James Henry [@&#8203;JamesHenry](https://togithub.com/JamesHenry)
- Jan-Niklas W.
[@&#8203;niklas-wortmann](https://togithub.com/niklas-wortmann)
-   Jason Jean [@&#8203;FrozenPandaz](https://togithub.com/FrozenPandaz)
-   Jonathan Cammisuli
-   Juri [@&#8203;juristr](https://togithub.com/juristr)
-   Juri Strumpflohner [@&#8203;juristr](https://togithub.com/juristr)
- Katerina Skroumpelou
[@&#8203;mandarini](https://togithub.com/mandarini)
- Leosvel Pérez Espinosa
[@&#8203;leosvelperez](https://togithub.com/leosvelperez)
-   Louie Weng [@&#8203;lourw](https://togithub.com/lourw)
-   Matthew Hancock
-   MaxKless [@&#8203;MaxKless](https://togithub.com/MaxKless)
-   Michal Jez [@&#8203;MJez29](https://togithub.com/MJez29)
-   Miroslav Jonaš [@&#8203;meeroslav](https://togithub.com/meeroslav)
- Nicholas Cunningham
[@&#8203;ndcunningham](https://togithub.com/ndcunningham)
-   Nicolas Belliard
-   Rajhans Jadhao [@&#8203;iamrajhans](https://togithub.com/iamrajhans)
-   Raz Luvaton [@&#8203;rluvaton](https://togithub.com/rluvaton)
-   Stefan F. [@&#8203;SFU253](https://togithub.com/SFU253)
- Tim van den Eijnden
[@&#8203;TimvdEijnden](https://togithub.com/TimvdEijnden)
-   Trang Doan
-   Wixewr
-   Zach Tindall [@&#8203;a88zach](https://togithub.com/a88zach)

</details>

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJjaG9yZSIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 595639c commit eb0cecb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
"patch-package": "8.0.0"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "19.5.7",
"@nx/nx-darwin-arm64": "19.6.2",
"@nx/nx-linux-x64-gnu": "18.3.5",
"@nx/nx-win32-x64-msvc": "19.5.7"
"@nx/nx-win32-x64-msvc": "19.6.2"
}
}

0 comments on commit eb0cecb

Please sign in to comment.