angular-ru-sdk
angular-ru-sdk copied to clipboard
build: update nrwl dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @nrwl/cli (source) | dependencies | major | 14.8.6 -> 15.9.2 |
| @nrwl/devkit (source) | dependencies | minor | 15.3.0 -> 15.9.2 |
| @nrwl/nx-cloud | dependencies | major | 14.7.0 -> 15.3.5 |
| @nrwl/tao (source) | dependencies | major | 14.8.6 -> 15.9.2 |
| @nrwl/workspace (source) | dependencies | major | 14.8.6 -> 15.9.2 |
Release Notes
nrwl/nx
v15.9.2
Bug Fixes
- angular: generate ngrx code using rxjs operators from rxjs/operators when workspace has rxjs <7.2.0 (#β15977) (77f2d0a)
- angular: use @βnrwl/web:file-server in serve-static targets (#β16009) (ad37d77)
- bundling: pass tsConfig from project when --bundle=false so the correct file is applied (#β16006) (47c671c)
- core: fix handling of legacy angular versions in nx init (#β16000) (6eca9b6)
- detox: typo at buildTarget (#β15787) (ba93808)
- misc: filter shared libraries by import name in module federation helpers (#β15980) (5c33797)
- misc: skip formatting files in nested generator calls (#β15961) (4eb7cc7)
- nextjs: adding "none" style option to next component generator (#β15990) (5211382)
- react-native: fix pnpm module resolver (#β15956) (a404595)
- repo: increase timeouts until we improve tests (#β16007) (26ad1f6)
v15.9.1
Bug Fixes
- misc: create-nx-workspace errors should display properly (#β15988) (5d51ed9)
- web: add migration for dropped dependencies (#β15991) (9723859)
v15.9.0
Bug Fixes
- angular: fix rxjs package updates and ensure peer deps are installed before other migrations (#β15458) (fba34ca)
- angular: misc fixes in some generator schemas (#β15602) (46b3767)
- angular: prevent updating unchanged projects when syncing changes to the wrapped tree (#β15503) (f7367ff)
- angular: respect cli config and schematics defaults in ng cli adapter (#β15510) (bfdd2eb)
- angular: sync missing schema changes in builders (#β15600) (6c9a0e3)
- bundling: default Node scriptType to CommonJS since it has the widest compatibility (#β15483) (d7cd153)
- bundling: use a range rather than ^ for vitest peer dependency β¦ (#β15362) (b7ef261)
- core: add missing await when migrating monorepo to nx (#β15554) (3463349)
- core: add warning if running on an outdated global installation (#β15408) (e773bdb)
- core: catch all lock file parsing/pruning errors and provide fallback (#β15158) (5d69c4e)
- core: do not return a default project when nxJson is undefined (#β15432) (17a0d2c)
- core: encapsulated nx repos should invoke wrapper when invoked via npx or global install (#β15337) (c9244d2)
- core: ensure correct $schema path is generated when adding project configuration (#β15463) (02a450e)
- core: handle .nxignore properly for the native hasher (#β15420) (b0ab036)
- core: handle file renames properly for affected (#β15340) (7aac67c)
- core: inline source maps for local nx plugins (#β15336) (b87f838)
- core: interactive migrations should be prompt when necessary (#β15572) (4a8b7ed)
- core: issue with registering file dependencies (#β15523) (ac9c7e9)
- core: last project should be visible in
nx show projects(#β15335) (0aff9dc) - core: mark package.json dependencies as static (#β15381) (aaed63b)
- core: nx migrate should work in encapsulated Nx repos (#β15338) (4a53ace)
- core: plugin should not override existing external nodes (#β15219) (9a014c7)
- core: properly diff json from the merge-base (#β15476) (ffac350)
- core: refactor the logging logic in e2e tests (#β15548) (a0e00c8)
- core: shutdown the daemon when it is invalid (#β15550) (ad12ab2)
- core: standardize chunking elements passing to cli (#β15322) (bf08714)
- core: use globbing also for workspace file patterns without '*' (#β11298) (a43a99b)
- core: use smarter hoisting of npm packages (#β15502) (8d3f2bd)
- devkit: allow ensured packages to resolve from workspace node_moβ¦ (#β15386) (66f498a)
- js: fix parsing link dependencies in yarn (#β15364) (65aac8e)
- js: handle swcrc path mappings if specified (#β15328) (c981ac2)
- js: integrate buildable bundler and compiler options (#β15376) (b84125f)
- js: libraries should be buildable by default (#β15533) (16ad308)
- linter: ensure ast file detection supports tsx files (#β15345) (e767fa4)
- misc: ci workflow generator use correct default branch (#β15487) (fc75166)
- misc: restore tsconfig utils as deprecated in @βnrwl/workspace (#β15409) (c956435)
- node: add default build configuration (#β15542) (a69f8ab)
- node: lint generator aware that app is root (#β15355) (b40c9fa)
- nx-plugin: e2e utils should work (#β15397) (a4a9c27)
- nx-plugin: run jest 29 migrations for @βnrwl/nx-plugin:e2e (#β15551) (a67baaa)
- react: fixes library type not passed to the module federation conf (#β15385) (c054251)
- repo: disable long running manual dispatch (#β15575) (4c9a2ee)
- repo: improve nightly workflow setup (#β15358) (f6dd441)
- storybook: better detection of failed migrations (#β15588) (c7525b4)
- storybook: fix the path to the template file (#β15565) (eebadef)
- testing: fix generated testMatch pattern in jest config to support windows (#β15415) (5e12d05)
- testing: only install dependency for the desired --testEnvironment (#β15244) (2d2804b)
- testing: type the jest nx preset (#β15404) (456391e)
- testing: walk all project deps to check if CT project is used in buildTarget (#β15252) (e8f19d8)
- vite: add missing types for tsconfigs (#β15260) (2e449da)
- vite: root for running the builder (#β15359) (3d4e542)
- web: update snapshots from vite tsconfig changes (#β15398) (76fcf7a)
- bundling: sourcemaps setting (#β15981) (ae69ec9)
- core: hidden executor and generator options shouldn't be displayed in help text (#β15967) (62c2ebe)
- nextjs: ensure requred Next.js packages are always added to generated package.json (#β15965) (96da56d)
- react: add missing dependencies (#β15976) (9f395e8)
- repo: add more granular timeout to nightly runs (#β15945) (0cd0300)
- repo: remove command from the output to match test (#β15950) (482a77d)
- storybook: install correct dependencies on storybook init when no framework specified (#β15966) (c30269e)
- webpack: configure terser plugin with non-deprecated options forβ¦ (#β15968) (d47d3f1)
- angular: throw error for invalid project name in withModuleFederation helper (#β15694) (76ec6f9)
- core: apply nxignore after gitignore (#β15679) (9897cbe)
- core: clear line escape code shouldn't erase prefix in output (#β15674) (72d64b6)
- core: prevent running arbitrary code when attempting to detect plugin capabilities (#β15676) (cd3d316)
- angular: resolve browserTarget options correctly in webpack-dev-server (#β15638) (db682bf)
- angular: set projectName as the default source for relevant generators (#β15664) (ca8d24b)
- core: fix invalid yarn parser dependencies grouping key (#β15647) (3f4ba6d)
- core: fix pnpm hoisted dependencies resolution with hoisted node-linker (#β15594) (5937597)
- core: handle missing package version on lockfile parsing (#β15648) (425c134)
- core: help text shouldn't include .js file extensions on windows (#β15677) (a950719)
- core: ignore missing modules.yaml during postinstall (#β15660) (8a0398d)
- core: include target and configuration being run in env variables (#β15668) (63eced7)
- core: negative implicit dependencies should exclude statically detected dependencies (#β15546) (9acd775)
- core: only perform pattern matching if file input doesn't exist (#β15640) (5add52b)
- expo: fix expo build-list executor and update examples (#β15574) (a364252)
- expo: fix expo run-ios command (#β15582) (b7beb99)
- misc: cli - case in drive letters - windows (#β15643) (87a6b30)
- misc: filter out deps early based on shared config from module federation (#β15654) (e2a2703)
- misc: handle standalone repos when removing nested projects (#β15609) (636a74b)
- misc: move generator should null-check cypress props (#β15436) (46bc6af)
- vite: add configuration option for emptyOutDir (#β15619) (ae6dc6b)
- vite: configuration docs and optional chain targets (#β15655) (8e838b5)
- core: wildcard implicit dependency should support scoped project names (#β15699) (cc68012)
- nextjs: refactor how webpack config is loaded with nextjs (#β15650) (be81405)
- repo: update @βmonodon/rust to 1.1.1 (#β15695) (1b448d2)
- angular: fix e2e tests to support pnpm v7 (#β15587) (c690461)
- react: print next prod server error in verbose mode (#β15721) (583ee1f)
- core: fix NX_TASK_TARGET_CONFIGURATION being set to 'null' (#β15725) (1e27759)
- core: nx migrate should accept tags other than latest and next for community packages (#β15673) (9791f31)
- react: fix next import (#β15724) (4b9865c)
- core: combine serial and parallel execution + forward sigint to child process (#β13885) (fd11334)
- core: start path to supporting esm modules (#β15684) (616f0f0)
- core: use relative paths for socket path (#β10896) (f60f8cd)
- js: do not run prettier when we can run formatFiles (#β15740) (4d9df3d)
- misc: do not create apps libs for standalone presets (#β15741) (9885ec3)
- testing: use es2016 for jest-preset-angular projects (#β15646) (1bca347)
- angular: do not set angularCompilerOptions in e2e tsconfig when generating an app (#β15729) (a91513d)
- angular: fix wrong tsconfig option name in webpack-dev-server implementation (#β15765) (f2fb4c8)
- core: add warning if running on an outdated global install (#β15443) (7740bb1)
- core: misc daemon fixes (#β15472) (84075c3)
- node: align proxy port with default api port (#β15754) (a868bce)
- storybook: enable e2e tests (#β15709) (61fb737)
- angular: format files after angular jest migration (#β15779) (9c7e67b)
- bundling: respect --sourcemap option for esbuild (#β15778) (7d9352e)
- core: move the daemon stop log out of client (#β15783) (28096b8)
- core: use a main function inside nx.ts to avoid future hoisting issues (#β15806) (1e48f6a)
- nextjs: handle buildable libs correctly (#β15795) (63cdddf)
- nx-plugin: allow some customization when running nx-plugins (#β15438) (6834b65)
- core: fix broken path elevation in npm lockfile pruning (#β15833) (8cd410a)
- nextjs: produce correct next.config.js file for production server (#β15824) (c7e49c5)
- core: resolve some strip-source-code bugs (#β15840) (8af80de)
- misc: prevent --quiet and --verbose from both being true (#β15836) (7d61ae2)
- nextjs: add missing express dependencies to next plugin (#β15854) (7a48214)
- nextjs: add missing style deps for less and stylus (#β15839) (e904e04)
- nextjs: set correct distDir when running production server through Nx (#β15861) (b3200fb)
- node: fix standalone linter setup (#β15681) (4bf652d)
- storybook: show e2e error only if configureCypress is true (#β15832) (750a978)
- misc: cleanup deps to support pnpm v7 in create-nx-workspace (#β15859) (7c9b66e)
- nextjs: deference symlinks when copying public folder to dist (#β15862) (884c200)
- core: fix bin path (#β15883) (a8f77df)
- angular: add angular cache dir to .prettierignore (#β15923) (26c864a)
- angular: prevent inserting a leading comma in NgModule properties (#β15933) (091978b)
- angular: use @βnrwl/web:file-server (#β15849) (597832e)
- graph: fix display of task graph in docs (#β15913) (74fed92)
- js: run prettier with default options when theres no prettierrc (#β15888) (4a55ee9)
- linter: remove outdated e2e test check (#β15899) (15e29b2)
- nx-dev: add misc style corrections (#β15909) (6749701)
- repo: add missing git config on nightly for lerna e2e (#β15900) (eec6041)
- storybook: improve and simplify e2e tests (#β15734) (4e2b07e)
- storybook: proper user prompts for config generator (#β15860) (b94b669)
- core: fix project graph analysis (#β15941) (44d090d)
- repo: switch CI to use pnpm v7 (#β15904) (89893b6)
- angular: allow skiping formatFiles in component generator when called from another generator (#β15953) (75f6b98)
- angular: handle projects with no targets in angular migration (#β15940) (afdf5ea)
- angular: prevent nested calls to formatFiles in generators (#β15946) (d20bf77)
- node: ensure node e2e test uses unique port to avoid port clashes (#β15951) (e4db34a)
- react: ensureCypressInstallation on e2e tests (#β15949) (65f7fca)
- react: setParserOptionsProject option should be respected (#β15937) (8fd5bcf)
- storybook: increase timeout of flaky test (#β15947) (9e9623e)
- web: ensure unique port is used for file server tests (#β15952) (18c8e70)
Features
- angular: move replaceAppNameWithPath to Angular (#β15493) (14dd8e1)
- core: move checkAndCleanWithSemver to devkit (#β15505) (47fd3a2)
- core: move forEachExecutorOptions to devkit (#β15547) (c3a58e9)
- core: move prettier init logic from @βnrwl/workspace to @βnrwl/js (#β15501) (24b82ed)
- core: move string utils to devkit (#β15479) (80f3d03)
- devkit: move runTasksInSerial to devkit (#β15467) (8744698)
- expo: upgrade expo to 48 (#β15400) (67e41da)
- js: add getSourceNodes to nrwl/js package (#β15497) (c82ba4e)
- js: added a minimal option to the library generator (#β13561) (8c1d035)
- js: move buildable libs to js (#β15558) (361ddb1)
- node: add nestjs support to node app plugin (#β15484) (79f5fc3)
- react-native: upgrade react-native to 0.71.3 (#β15401) (6c93378)
- repo: add github action to periodically check issue counts (#β15392) (e72f993)
- repo: automatically lock closed issues after 30 days of inactivity (#β15253) (8941063)
- repo: use caching for pnpm workspaces in e2e tests (#β15461) (82d499c)
- repo: use pnpm v7 for ci (#β15460) (c38ffc9)
- storybook: update to v7.0.0-rc (#β15584) (2e3e32c)
- storybook: version 7 automigrate integration (#β15136) (df4efc2)
- web: add a generator to add @βnrwl/web:file-server target (#β15434) (3a4b108)
- core: version option should display global and local installation separately (#β15911) (3575028)
- angular: add directive generator (#β15630) (481899c)
- angular: add pipe generator (#β15659) (9cd2858)
- core: use inputs to determine package dependencies (#β13966) (ebdb193)
- misc: add a link to Nx Console for IntelliJ on React & Angular Nx welcome page (#β15617) (a491b35)
- nx-plugin: plugin presets can now be standalone (#β15601) (41f094a)
- react-native: upgrade react native to 0.71.4 (#β15599) (e617593)
- repo: add new flag for verbose e2e logging (#β15541) (7450e72)
- repo: make granular slack notifications when E2E tests fail (#β15462) (3d76f05)
- repo: improve yarn install caching for nightly (#β15683) (85cd954)
- angular: remove protractor (#β15627) (7812f41)
- core: make task runner selection configurable through env variable (#β14529) (c95b27d)
- core: add entry file for create-nx-workspace (#β15610) (129cbed)
- core: add support for NX_DEFAULT_PROJECT env variable (#β15549) (0af052b)
- linter: add override for noImportsOfLazyLoadedLibraries (#β15670) (9ef2dd9)
- bundling: add for esbuild to enable/disable package.json generation (#β15777) (7ebca51)
- core: add --quiet option to suppress generate output (#β15802) (0370794)
- core: show task graph of commands (#β15440) (2cc949e)
- devkit: provide better error messaging when attempting to use a FsTree instance after changes are committed to disk. (#β15780) (247e8a2)
- react-native: add IntelliJ to react native and expo welcome page (#β15744) (0cb817b)
- testing: add --port flag (#β15486) (d1ddd52)
- web: remove hard dependencies on cypress, rollup, jest, and linter (#β15797) (e772ee2)
- vite: ts-node register paths in vite (#β15629) (d3a85e5)
- nextjs: deprecate proxy config option for server executor (#β15855) (e611a0b)
- storybook: add configureStaticServe option (#β15688) (b3dd65a)
- testing: add static serve target for e2e tests in CI (#β15808) (b124b97)
- vite: add outfile for build executor (#β15002) (#β15845) (64017a2)
- core: set interactive true for create-nx-workspace (#β15863) (24cb81d)
- core: optimize npm pruning path elevation function (#β15880) (1f935a7)
- core: refactor most of js graph work into its own folder (#β15365) (8cf8f18)
- react-native: update @βreact-native-community/cli to 10.2.1 (#β15738) (04b6ddb)
- repo: add nightly tests for several node versions (#β15908) (ae3a55f)
- testing: add cypress-e2e-configuration generator (#β15736) (78fb3b9)
- node: add --framework=none to create-nx-workspace for Node projects (#β15929) (874b6a5)
v15.8.9
Bug Fixes
v15.8.8
Bug Fixes
- angular: fix wrong tsconfig option name in webpack-dev-server implementation (#β15765) (cb0a2f1)
- bundling: respect --sourcemap option for esbuild (#β15778) (53ba54f)
- core: add warning if running on an outdated global install (#β15443) (91b7344)
- core: combine serial and parallel execution + forward sigint to child process (#β13885) (71b96cf)
- core: fix broken path elevation in npm lockfile pruning (#β15833) (c94c00d)
- core: misc daemon fixes (#β15472) (efd89aa)
- core: move the daemon stop log out of client (#β15783) (f85c2df)
- nextjs: add missing express dependencies to next plugin (#β15854) (f88cc40)
- nextjs: add missing style deps for less and stylus (#β15839) (54bc5ca)
- nextjs: handle buildable libs correctly (#β15795) (7c4f043)
- nextjs: produce correct next.config.js file for production server (#β15824) (cf785ef)
- nextjs: set correct distDir when running production server through Nx (#β15861) (867180c)
- node: align proxy port with default api port (#β15754) (b05f540)
- nx-plugin: allow some customization when running nx-plugins (#β15438) (7a57f59)
v15.8.7
Bug Fixes
- angular: resolve browserTarget options correctly in webpack-dev-server (#β15638) (5214ea9)
- angular: throw error for invalid project name in withModuleFederation helper (#β15694) (932ed44)
- core: apply nxignore after gitignore (#β15679) (996a690)
- core: clear line escape code shouldn't erase prefix in output (#β15674) (2b97817)
- core: fix invalid yarn parser dependencies grouping key (#β15647) (336ed03)
- core: fix NX_TASK_TARGET_CONFIGURATION being set to 'null' (#β15725) (143d8d3)
- core: fix pnpm hoisted dependencies resolution with hoisted node-linker (#β15594) (d0e831e)
- core: handle missing package version on lockfile parsing (#β15648) (699a355)
- core: help text shouldn't include .js file extensions on windows (#β15677) (17e4194)
- core: ignore missing modules.yaml during postinstall (#β15660) (cd35a0c)
- core: include target and configuration being run in env variables (#β15668) (27b0a29)
- core: negative implicit dependencies should exclude statically detected dependencies (#β15546) (4dd0d97)
- core: nx migrate should accept tags other than latest and next for community packages (#β15673) (47fdc35)
- core: only perform pattern matching if file input doesn't exist (#β15640) (f32eee9)
- core: prevent running arbitrary code when attempting to detect plugin capabilities (#β15676) (c3d5041)
- core: wildcard implicit dependency should support scoped project names (#β15699) (3811844)
- misc: cli - case in drive letters - windows (#β15643) (5b56bbe)
- misc: filter out deps early based on shared config from module federation (#β15654) (6e49fae)
- misc: handle standalone repos when removing nested projects (#β15609) (cb5b5b2)
- misc: move generator should null-check cypress props (#β15436) (138c920)
- nextjs: refactor how webpack config is loaded with nextjs (#β15650) (b81c398)
- react: fix merge conflict for import (aabd76f)
- react: fix next import (#β15724) (7d34a05)
- vite: add configuration option for emptyOutDir (#β15619) (ccd213b)
- vite: configuration docs and optional chain targets (#β15655) (36bc8fa)
v15.8.6
Bug Fixes
- angular: misc fixes in some generator schemas (#β15602) (ed362e8)
- angular: prevent updating unchanged projects when syncing changes to the wrapped tree (#β15503) (d7ba8db)
- angular: respect cli config and schematics defaults in ng cli adapter (#β15510) (081c2d7)
- bundling: default Node scriptType to CommonJS since it has the widest compatibility (#β15483) (d4a0554)
- core: catch all lock file parsing/pruning errors and provide fallback (#β15158) (b5ea35c)
- core: ensure correct $schema path is generated when adding project configuration (#β15463) (ef5a979)
- core: interactive migrations should be prompt when necessary (#β15572) (937516c)
- core: issue with registering file dependencies (#β15523) (14121a0)
- core: properly diff json from the merge-base (#β15476) (6c34f40)
- core: refactor the logging logic in e2e tests (#β15548) (9c84e1d)
- core: shutdown the daemon when it is invalid (#β15550) (49b04b0)
- core: use smarter hoisting of npm packages (#β15502) (6e0a1e2)
- js: libraries should be buildable by default (#β15533) (27a3cb0)
- misc: ci workflow generator use correct default branch (#β15487) (ba53770)
- node: add default build configuration (#β15542) (ebb130d)
v15.8.5
Note: Version bump only for package @βnrwl/nx-source
v15.8.4
Bug Fixes
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.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.