Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

chore(deps): update nrwl monorepo to v17 (major) #679

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/workspace (source) 15.9.4 -> 17.2.0 age adoption passing confidence
nx (source) 15.9.4 -> 17.2.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nrwl/workspace)

v17.2.0

Compare Source

17.2.0
🚀 Features
  • angular: update component generator to use a single string styles or styleUrl property (#​20146)
  • angular: support application builder for cypress component testing (#​20214)
  • angular: update ngrx to v17 (#​20247)
  • angular: support esbuild-based executors/builders in @​nx/angular:dev-server (#​20311)
  • angular: convert module-federation-dev-server to executor (#​20252)
  • angular: support providing esbuild plugins to @​nx/angular:browser-esbuild (#​20504)
  • angular: add application executor (#​20529)
  • core: extglob to standard glob parser (#​20089)
  • core: make createNodes async (#​20195)
  • core: track project changes in source map when applying plugins (#​19955)
  • core: independent nx releases and automated git operations (#​20191)
  • core: rust task hasher (#​19617)
  • core: programmatic API for nx release (#​20371)
  • core: allow setting true for changelog config to enable with defaults (#​20376)
  • core: add env parameter to run-commands (#​20440)
  • core: introduce workspace file archive (#​20471)
  • core: targets inferred from plugins override targetDefaults (#​20586)
  • core: add task plans to --graph=file.json argument (#​20643)
  • graph: add project details view (#​20466)
  • linter: update eslint to next minor version (#​20351)
  • linter: support yaml for flat config conversion (#​20022)
  • linter: default lintFilePatterns to {projectRoot} (#​20313)
  • linter: add create-nodes plugin (#​20264)
  • misc: allow providing a path in the name option of project generators (#​20274)
  • module-federation: use single file-server for static remotes (#​20006)
  • module-federation: add comment to generated module federation config explaining usage of external remotes (#​20177)
  • module-federation: Add react support for dynamic federation (#​20024)
  • nextjs: Add support for create nodes for nextjs (#​20193)
  • nuxt: load nuxt config programmatically (#​20185)
  • nuxt: nodes for build, serve, test targets (#​20145)
  • nx-dev: call to action button (b9e02d152b)
  • nx-dev: move Twitter pixel to site-level (059b061bfe)
  • nx-dev: allow ranges in fences highlighting (#​20202)
  • nx-dev: rename nx-cloud tab to CI (#​20476)
  • nx-dev: improve advent of code page (#​20517)
  • nx-dev: allow custom media images (#​20561)
  • release: update dist-tags when publishing a package version that already exists (#​20316)
  • release: allow projects shorthand for single release group (#​20560)
  • testing: add cypress create nodes plugin (#​19840)
  • testing: distribute cypress tests for ci (#​20188)
  • testing: allow cypress preset to execute a command for a web server (#​20355)
  • vite: update to version 5 (#​20341)
  • vite: nodes for build, serve, test, preview targets (#​20086)
  • vite: Use app/lib tsconfig for buildable paths resolution (#​19972)
  • web: add verbose logging to waitForPortOpen function (#​20260)
  • web: support buildTarget that excludes project name (#​20508)
  • webpack: add plugin to automatically configure build and serve targets (#​20243)
🩹 Fixes
  • angular: update jest-preset-angular fixing an issue with component single string styles and styleUrl props (#​20205)
  • angular: fix misc issues with migration replacing the nguniversal usages (#​20209)
  • angular: set the correct target version for package update (#​20219)
  • angular: improve express server setup for static files in mf remote apps (#​20218)
  • angular: use esm2022 for secondary entrypoints in ng-packagr-lite executor (#​20130)
  • angular: display template error when cache is disabled in ng-packagr executors (#​20277)
  • angular: generate component with as-provided format when generating a library (#​20306)
  • angular: fix builder/executor resolution in ngcli-adapter (#​20307)
  • angular: force angular cli dev-server builder to handle nx browser-esbuild executor correctly (#​20492)
  • angular: ensure compat angular.json is read properly when creating a BuilderContext (#​20499)
  • angular: set tsconfig paths relative to the workspace root in target options (#​20507)
  • angular: update schema and validate compatibility in esbuild-based executors (#​20564)
  • core: drop file lock after its used (#​20165)
  • core: await for createNodesAsync (#​20232)
  • core: pass workingDirectory to executed schematic, if found in schema (#​19371)
  • core: change combine glob patterns to use the +() pattern (#​20254)
  • core: fix performance regression from using projects for loading… (#​20363)
  • core: fix a flaky test (cee187b9e9)
  • core: improve file gathering performance (#​20377)
  • core: handle local plugin executors when trying to hash targets (#​20436)
  • core: remove v8-compile-cache (#​20454)
  • core: programmatic release API should throw on error (#​20448)
  • core: fix handling of globs with {,.snap} (#​20461)
  • core: various release fixes (#​20478)
  • core: handle filesets with commas (#​20483)
  • core: update changelog schema (#​20488)
  • core: use relative .nxignore when walking workspace (#​20500)
  • core: use target_os = "linux" instead of just linux for watch events (#​20518)
  • core: sort project file map and global files (#​20591)
  • core: add 'dependsOn' property in when inferring build targets via plugins (#​20614)
  • core: run-commands should handle signals correctly (#​20611)
  • core: traverse project deps properly in hash planner (#​20621)
  • core: check compilerOptions exists before deleting it (#​20648)
  • core: listen to the write stream end unpacking lite client (#​20642)
  • core: add release.projects option to schema (#​20645)
  • core: fix calling exec at project root (#​20647)
  • core: hash files properly by reading the whole file (#​20652)
  • core: publish next versions of Nx with support for FreeBSD (#​20659)
  • core: have freebsd use the unix mtime function (#​20662)
  • devkit: make parseTargetString more tolerant to bad graph shapes (#​20170)
  • js: filtering of local dependencies when running nx release version (#​19995)
  • js: update minimum supported typescript version by js plugin (#​20530)
  • linter: standalone e2e should not extend root config (#​20379)
  • linter: fix flat config file paths (#​20386)
  • linter: fix null coallescing in eslint-file (#​20409)
  • linter: fix missing dependencies fixer reducer (#​20410)
  • linter: remove dangling comma before ast json parse (#​20412)
  • linter: check if eslint plugin exists before adding target (#​20510)
  • linter: expose rule name when eslint requires parser options project (#​20459)
  • linter: do not allow relative import of non-project files (#​20563)
  • linter: support adding plugin at a later stage (#​20557)
  • misc: fix project-name-and-root-utils type imports in schemas (#​20305)
  • misc: @​nx/web:file-server should not error on destructuring null (#​20318)
  • misc: add args to command in run-commands before unparsed args (#​20506)
  • module-federation: add tsconfig file for linting with TS webpack #​20150 (#​20210, #​20150)
  • module-federation: single file server should use project name for directory (#​20278)
  • module-federation: host with no remotes should not build remote apps (#​20283)
  • module-federation: fix static remote port determination (#​20432)
  • nextjs: read nextConfig path correctly when provided as an option. (#​20241)
  • nextjs: Component generator with path provided in the component name field (#​20538)
  • nextjs: When running dev server .next folder should be in source (#​20536)
  • nextjs: apply transpilation fixes and other webpack config when running dev-server (#​20615)
  • nextjs: fix crash when paths is undefined (#​20598)
  • nextjs: we should not cache .next/cache/ artifact (#​20658)
  • nuxt: import defineNuxtConfig function in nuxt.config.ts (#​20183)
  • nuxt: correct outputs for nuxt and vite (#​20627)
  • nx-dev: publish docs when on the latest tag (#​20182)
  • nx-dev: add wrapper for blog and semantic (#​20594)
  • nx-plugin: ensure plugin testing uses correct pm for install (#​20061)
  • react: types should be in compilerOptions of tsconfig.spec.json (#​20290)
  • react: remote url port depends on serve target (#​20417)
  • release: catch 403 when publishing an existing version (#​20155)
  • release: default to only publishing libs when no config is defined (#​20315)
  • release: only early exit when no changelog changes if expecting commit (#​20568)
  • release: do not update dependents when they already use "*" (#​20607)
  • release: allow interpolating {projectName} in custom commit message when valid (#​20613)
  • release: do not update dependents when they already use "*" " (#​20607)
  • repo: use a platform agnostic copy script (#​20364)
  • repo: fix release script to look for new node auth token (#​20590)
  • testing: target defaults migration should not throw if workspace contains inferred projects (#​20189)
  • testing: update the cypress plugin implementation (#​20314)
  • testing: set TS_NODE_PROJECT before running Jest so j.config.ts file transpile using the root tsconfig file (#​20372)
  • testing: cleanup cypress plugin and remove migration (#​20453)
  • testing: set TS_NODE_PROJECT before running Jest so j.config.ts file transpile using the root tsconfig file " (#​20372, #​20565)
  • testing: recalculate cypress targets when cypress config changes (#​20593)
  • testing: fix lint config generation for cypress standalone (#​20606)
  • testing: add webServerCommands/ciWebServerCommands option for cy… (#​20616)
  • vite: remove process.send call (#​20171)
  • vite: vitest should use v8 as default (#​20156)
  • vite: vitest versions alignment (#​20215)
  • vite: adjust config generation (#​20367)
  • web: file-server falls back to outputs if outputPath is not preset (#​20515)
  • webpack: maintain entry arrays that are accessed from within composePlugins() (#​20187)
  • webpack: set isolatedConfig to true by default (#​20281)
  • webpack: change fileReplacements to absolute path (#​20433)
  • webpack: should not extract css when extractCss is false (#​20415)
  • webpack: infer serve-static target correctly from plugin (#​20511)
  • webpack: Fixed libraryTarget option not being set for node targets (#​20505)
  • webpack: ensure webpack config is always at the latest version when running in the daemon (#​20618)
❤️ Thank You

v17.1.3

Compare Source

17.1.3
🚀 Features
  • angular: update component generator to use a single string styles or styleUrl property (#​20146)
🩹 Fixes
  • angular: update jest-preset-angular fixing an issue with component single string styles and styleUrl props (#​20205)
  • angular: fix misc issues with migration replacing the nguniversal usages (#​20209)
  • angular: set the correct target version for package update (#​20219)
  • angular: improve express server setup for static files in mf remote apps (#​20218)
  • angular: use esm2022 for secondary entrypoints in ng-packagr-lite executor (#​20130)
  • angular: display template error when cache is disabled in ng-packagr executors (#​20277)
  • angular: generate component with as-provided format when generating a library (#​20306)
  • angular: fix builder/executor resolution in ngcli-adapter (#​20307)
  • core: pass workingDirectory to executed schematic, if found in schema (#​19371)
  • js: filtering of local dependencies when running nx release version (#​19995)
  • misc: fix project-name-and-root-utils type imports in schemas (#​20305)
  • misc: @​nx/web:file-server should not error on destructuring null (#​20318)
  • module-federation: add tsconfig file for linting with TS webpack #​20150 (#​20210, #​20150)
  • nextjs: read nextConfig path correctly when provided as an option. (#​20241)
  • react: types should be in compilerOptions of tsconfig.spec.json (#​20290)
  • testing: target defaults migration should not throw if workspace contains inferred projects (#​20189)
  • vite: vitest versions alignment (#​20215)
❤️ Thank You

v17.1.2

Compare Source

17.1.2
🩹 Fixes
  • core: drop file lock after its used (#​20165)
  • devkit: make parseTargetString more tolerant to bad graph shapes (#​20170)
  • release: catch 403 when publishing an existing version (#​20155)
  • vite: vitest should use v8 as default (#​20156)
  • webpack: maintain entry arrays that are accessed from within composePlugins() (#​20187)
❤️ Thank You

v17.1.1

Compare Source

17.1.1
🚀 Features
  • angular: remove usage of cypressProjectGenerator from ng-add generator (#​19816)
  • angular: support angular v17 (#​19689)
  • angular: update angular supported version to the stable 17.0.0 (#​20135)
  • core: support changelog customizations and project changelogs (#​19704)
  • core: remove parcel/watcher (#​19751)
  • core: merge target configurations from plugin results (#​19935)
  • core: change exec to run adhoc tasks (#​19910)
  • core: change the signature of createNodes to return a project root map instead of project name map (#​20102)
  • js: skipPackageJson in js lib generator (#​19821)
  • linter: Support no fail on empty lint run (#​19954)
  • linter: update typescript-eslint to v6 (#​19548)
  • misc: remove usages of @​nx/cypress:cypress-project internally (#​19766)
  • module-federation: use nx run-many to build static remotes in parallel (#​19987)
  • nextjs: can set compiler when setting up nxComponentTestingPreset (#​19171)
  • nuxt: nuxt executors, generators, docs (#​19855)
  • nx-dev: limit ai chat query length (#​20034)
  • nx-dev: add short-embed UI interactions and styles (b8cd45eb67)
  • react-native: run pod commands with bundler (#​19727)
  • react-native: upgrade react-native to 0.72.6 (#​19763)
  • release: add 'git-tag' currentVersionResolver and conventional commits support (#​19267)
  • repo: add exports to package.json of package (#​20090)
  • storybook: bump supported version to 7.5.3 (#​20078)
  • testing: move test config more into nx.json targetDefaults (#​19963)
  • testing: add migration for moving test target defaults (#​19993)
  • webpack: add NxWebpackPlugin that works with normal Webpack configuration (#​19984)
🩹 Fixes
  • Twitter logo changes to new X logo (#​19799)
  • angular: only append workspace root if it does not exist for buildable libs #​19807 (#​19843, #​19807)
  • angular: fix misc standalone generation issues in application and setup-mf generators (#​19846)
  • angular: resolve generator collections when generating a extended schematic (#​19815)
  • angular: allow numbers following a dash in application prefix (#​19926)
  • angular: extract remotes from manifest correctly #​19880 (#​19894, #​19880)
  • angular: add migration to replace deep imports from zone.js (#​20117)
  • angular: use helper to import @​angular/compiler-cli (#​20122)
  • bundling: fix regression with --thirdParty option for esbuild (#​19835)
  • core: do not filter updated files when the native watcher is in use (#​19757)
  • core: ensure require.resolve('nx') resolves correctly (#​19800)
  • core: negated paths should be considered by prefix migration (#​19791)
  • core: await output drain before exiting show (#​19793)
  • core: change the order of watch ignores so that nxignore is the last one added (#​19801)
  • core: sort all workspace files after combining (#​19806)
  • core: provide better error message if we cannot read a file when finding imports (#​19809)
  • core: canonicalize watch event paths on all linux distros (#​19848)
  • core: package json configuration should never override project.json in generators (#​19874)
  • core: generate should handle multiselect shorthand (#​19790)
  • core: ensure project order in graph is deterministic (#​19968)
  • core: properly sort all workspace files (#​20013)
  • core: shallow merge named inputs (#​20040)
  • core: ensure Github repo slug can be resolved in nx release changelog (#​20001)
  • core: attach github release to the current branch (#​20046)
  • core: always load nxignore last for highest priority (#​20104)
  • core: should use nx cloud if access token specified by env (#​19975)
  • core: fix changelog configuration (#​20138)
  • core: create nodes plugin fixes (#​20134)
  • core: always ignore ".git/", "node_modules" and ".nx/" directories even when use_ignore is set to false for the watcher (#​20126)
  • detox: Update jest transform to point to correct tsconfig (#​19977)
  • devkit: command format example should use derived info instead of as-provided (#​20065)
  • js: add missing entry to migrations.json (#​19869)
  • js: should respect vitest test environment (#​19859)
  • js: fix typescript analysis for imports in objects in arrays (#​19862)
  • js: add @​babel/plugin-transform-class-properties to babel preset (#​19818)
  • js: add dlx to pm commands (#​19743)
  • js: handle empty objects for migration to remove deprecated buil… (#​19996)
  • linter: fix flat config migration (#​19742)
  • linter: fix update to using module node16 (#​20004)
  • linter: migrate custom ignorePath to flat config (#​20017)
  • linter: catch lstatSync issues on ast utils (#​19749)
  • linter: do not expect project to have flat eslint config (#​20018)
  • misc: publish legacy readmes (#​19762)
  • misc: nx init should add .nx/cache to gitignore (#​19961)
  • misc: create-nx-workspace should not log undefined for preset deprecation (#​19960)
  • misc: add missing migration to bump typescript version to v5.2 (#​20112)
  • misc: update nx-welcome templates with as-provided generator paths (#​20129)
  • module-federation: refactor federate-module generator (#​19979)
  • nextjs: Custom server should work on fresh applications (#​19833)
  • nextjs: Setup Tailwind should work with nextjs app router (#​19934)
  • nextjs: re-enable storybook test (#​20074)
  • nuxt: enable lint e2e (#​20133)
  • nx-cloud: fallback to nx-cloud bin if enterprise is outdated and… (#​20098)
  • nx-dev: don't show minor on main version section (#​19838)
  • nx-dev: infinite redirect for nx-cloud-workflows (5e31624a6d)
  • nx-dev: mobile menu, adding ai chat and changelog (#​19887)
  • nx-plugin: move tests from 'tests' to 'src' directory (#​19866)
  • plugins: change locally published packages version from 1.0.0 -> `0.0.0-e2e… (#​20023)
  • react: Update error message for invalid remote name (#​19744)
  • react: Update types version so that there is no mismatch when using yarn (#​19882)
  • react: component generator should work without sourceRoot (#​20094)
  • react: import path info on federated module (#​20091)
  • react: fix serve-static for react ssr (#​20136)
  • repo: update devcontainer.json to use latest Node LTS (20.x.x)… (#​20020)
  • repo: fix freebsd hanging issue (#​20042)
  • testing: add e2e for root project should not add eslintrc.base (#​19860)
  • vite: throw informative error if no vitest config exists (#​19819)
  • vue: do not generate component in lib by default (#​19755)
  • vue: drop vue jest dependency (#​19756)
  • vue: Standalone tsconfig moduleResultion should be node (#​19759)
  • vue: move vue-tsc in devDependencies (#​19772)
  • vue: remove filter from cnw (#​19879)
  • vue: dont require project when generating component (#​19885)
  • vue: remove jest generators (#​19997)
  • webpack: add back deprecated Stylus support until v18 (#​19810)
❤️ Thank You

v17.0.3

Compare Source

17.0.3
🩹 Fixes
  • angular: allow numbers following a dash in application prefix (#​19926)
  • angular: extract remotes from manifest correctly #​19880 (#​19894, #​19880)
  • core: canonicalize watch event paths on all linux distros (#​19848)
  • core: package json configuration should never override project.json in generators (#​19874)
  • core: generate should handle multiselect shorthand (#​19790)
  • core: ensure project order in graph is deterministic (#​19968)
  • core: properly sort all workspace files (#​20013)
  • detox: Update jest transform to point to correct tsconfig (#​19977)
  • js: add missing entry to migrations.json (#​19869)
  • js: should respect vitest test environment (#​19859)
  • js: fix typescript analysis for imports in objects in arrays (#​19862)
  • js: add @​babel/plugin-transform-class-properties to babel preset (#​19818)
  • js: add dlx to pm commands (#​19743)
  • js: handle empty objects for migration to remove deprecated buil… (#​19996)
  • linter: fix flat config migration (#​19742)
  • misc: nx init should add .nx/cache to gitignore (#​19961)
  • misc: create-nx-workspace should not log undefined for preset deprecation (#​19960)
  • module-federation: refactor federate-module generator (#​19979)
  • nextjs: Setup Tailwind should work with nextjs app router (#​19934)
  • nx-dev: mobile menu, adding ai chat and changelog (#​19887)
  • nx-plugin: move tests from 'tests' to 'src' directory (#​19866)
  • plugins: change locally published packages version from 1.0.0 -> `0.0.0-e2e… (#​20023)
  • react: Update types version so that there is no mismatch when using yarn (#​19882)
  • repo: fix freebsd hanging issue (#​20042)
  • testing: add e2e for root project should not add eslintrc.base (#​19860)
  • vue: remove filter from cnw (#​19879)
  • vue: dont require project when generating component (#​19885)
  • vue: remove jest generators (#​19997)
❤️ Thank You

v17.0.2

Compare Source

17.0.2
🩹 Fixes
  • core: do not filter updated files when the native watcher is in use (#​19757)
  • core: ensure require.resolve('nx') resolves correctly (#​19800)
  • core: negated paths should be considered by prefix migration (#​19791)
  • core: await output drain before exiting show (#​19793)
  • core: change the order of watch ignores so that nxignore is the last one added (#​19801)
  • core: sort all workspace files after combining (#​19806)
  • core: provide better error message if we cannot read a file when finding imports (#​19809)
  • misc: publish legacy readmes (#​19762)
  • nextjs: Custom server should work on fresh applications (#​19833)
  • react: Update error message for invalid remote name (#​19744)
  • vite: throw informative error if no vitest config exists (#​19819)
  • vue: do not generate component in lib by default (#​19755)
  • vue: drop vue jest dependency (#​19756)
  • vue: Standalone tsconfig moduleResultion should be node (#​19759)
  • vue: move vue-tsc in devDependencies (#​19772)
  • webpack: add back deprecated Stylus support until v18 (#​19810)
❤️ Thank You

v17.0.1

Compare Source

17.0.1
🩹 Fixes
  • core: do not filter updated files when the native watcher is in use (#​19757)
  • misc: publish legacy readmes (#​19762)
  • vue: do not generate component in lib by default (#​19755)
  • vue: drop vue jest dependency (#​19756)
  • vue: Standalone tsconfig moduleResultion should be node (#​19759)
❤️ Thank You

v17.0.0

Compare Source

17.0.0
🚀 Features
  • angular: switch default to typescript configuration for module federation (#​18998)
  • angular: support generating artifacts using options as provided (#​19527)
  • angular: add federate-module generator (#​19523)
  • angular: use consistent artifact generation for generators (#​19601)
  • core: accept various task runner options from root of nx.json (#​19243)
  • core: read cloud url from nx.json (#​19468)
  • core: add --type for nx show projects (#​19358)
  • core: add NX_PARALLEL env var (#​19488)
  • core: generate new workspaces without tasks runner options (#​19483)
  • core: update default cache directory to .nx/cache (#​19536)
  • core: migrate existing workspaces to slimmer tasks runner options config (#​19570)
  • core: add the outputs of a task onto the task (#​19561)
  • core: remove deprecated workspace generator command (#​19541)
  • core: add nx task planner (#​19233)
  • core: Allow specifying daemon socket dir (#​17870)
  • core: allow using Nx Cloud without nx-cloud installed (#​19553)
  • core: remove deprecated workspace-lint (#​16212)
  • core: add batch flag to run (#​19575)
  • core: update version of axios used (#​19607)
  • core: add standard way to pass plugin options (#​19589)
  • core: generate standalone projects with scoped package names (#​19662)
  • core: allow specifying cacheability per target (#​19672)
  • core: remove deprecated defaultCollection and npmScope nx.json … (#​19708)
  • devkit: remove backwards compatibility for Nx 15 (#​19572)
  • graph: display expanded task inputs (#​19597)
  • js: add @​swc-node/register and @​swc/core to JS projects by default (#​19453)
  • js: remove options to update package.json dependencies and peerDependencies (#​19543)
  • linter: remove tslint logic (#​19002)
  • linter: update eslint-config-prettier to v9 (#​19232)
  • linter: rename @​nx/linter to @​nx/eslint (#​19515)
  • misc: remove migrations for v14 and under (#​19552)
  • misc: remove deprecated Angular CLI usage of schematics and builders (#​19557)
  • misc: remove deprecated code from @​nx/workspace (#​19588)
  • nest: update nest generators to support name and directory format option (#​19668)
  • nuxt: init, app, component, page generators (#​19509)
  • nuxt: storybook generators (#​19529)
  • nx-dev: statically highlight lines in code (#​19703)
  • nx-dev: mark internal properties (#​19659)
  • nx-plugin: add as provided prompt for executor generator (#​19602)
  • nx-plugin: add as-provided mode for generator and migration gen… (#​19614)
  • react: Add federate-module generator (#​19286)
  • react: Add support for promise based remotes (#​19566)
  • react: use TS config files for module federation (#​19455)
  • react: remove stylus option from generators (#​19441)
  • react: support generating components using the path as provided (#​19608)
  • react: add recursive remote serve (#​19638)
  • vite: future-proof Vite plugin to support ESM-only version of Vite (#​19533)
  • vue: set @​nx/vue as public (#​19582)
  • vue: support generating components using the path as provided (#​19609)
🩹 Fixes
  • angular: install swc/helpers when generating remote applications (#​19686)
  • angular: fix usage of internal generators and prevent usage of deprecated project option (#​19697)
  • angular: federate-module should support as-provided for new remotes (#​19731)
  • core: register transpiler should setup loading for node code (#​19454)
  • core: use typescript to get compiler options for ts-node (#​19480)
  • core: hash the same environment as the tasks are run with (#​19487)
  • core: set prerelease on GitHub release API request (#​19532)
  • core: typo in cache error message (#​19547)
  • core: notify life cycles that tasks are scheduled after they are… (#​19610)
  • core: fix verification of non-existent cloud client (#​19613)
  • core: correct windows path for native watcher (#​19646)
  • core: support prettier v3 when run nx format (#​19207)
  • core: setup the nx cloud client during postinstall (#​19658)
  • core: removes formatting from show command when using --json flag (#​19583)
  • core: remove -d alias because it conflicts with --dry-run (#​19664)
  • core: always hash runtime input (#​19670)
  • core: ensure CNW works without .yarnrc with custom registry (#​18937)
  • core: only show cloud messaging when migrating if not using cloud (#​19709)
  • core: check nxjson cli exists before looking for keys (#​19730)
  • core: fix convert to monorepo eslint issue (#​19713)
  • devkit: pass filepath to ejs for include statements (#​19517)
  • devkit: correct nx-json typing after plugin tweaks (#​19706)
  • js: remove deprecated babel transform (#​19671)
  • js: update esbuild version (#​19728)
  • js: Avoid @babel/preset-env warning in js/babel.ts (#​14772)
  • js: use normalized tsConfig path for generating tmpTscConfig (#​18794)
  • linter: fix validateDependenciesSectionExistance fixer (#​19512)
  • linter: fix linter standalone patterns in Js and Next (#​19508)
  • linter: remove consistent-type-assertions rule from config (#​19549)
  • linter: add missing entry to migrations.json (#​19641)
  • linter: add @​nx/linter in nx packageGroup (#​19654)
  • linter: handle string extends property in config ([#​19674

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, check this box

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

@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 8 times, most recently from 4c75336 to 26a7914 Compare May 4, 2023 19:24
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 10 times, most recently from c10b477 to 2cb0442 Compare May 10, 2023 21:07
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 11 times, most recently from 02bd04a to 9bf092d Compare June 7, 2023 21:18
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from 9bf092d to 6d696cf Compare June 14, 2023 16:45
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from c91288b to 58ccdbc Compare July 10, 2023 19:37
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from 8d2d789 to 82d8cfd Compare July 18, 2023 14:38
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from b69fd5b to ccfac05 Compare July 22, 2023 06:39
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from ccfac05 to b0f19f2 Compare July 31, 2023 13:49
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 5 times, most recently from 629537a to ff60868 Compare August 22, 2023 16:44
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from ff60868 to 722caaf Compare August 23, 2023 16:22
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from 7336d58 to bc3cb8d Compare September 8, 2023 00:44
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from 9d514f7 to 0a154dc Compare September 26, 2023 07:49
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from 0a154dc to 94f37c3 Compare October 5, 2023 00:49
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from 94f37c3 to a1fbd22 Compare October 20, 2023 00:37
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v16 (major) chore(deps): update nrwl monorepo to v17 (major) Oct 20, 2023
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from 42233a9 to 6564965 Compare October 25, 2023 18:18
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch 2 times, most recently from 5160a18 to 8df165c Compare November 9, 2023 19:28
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from 8df165c to 0937f5a Compare November 13, 2023 17:24
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from 0937f5a to c4b4707 Compare November 20, 2023 20:11
@renovate renovate bot force-pushed the dependency/major-nrwl-monorepo branch from c4b4707 to 8dd5722 Compare December 8, 2023 18:42
@siyul-park siyul-park merged commit 4c0dd05 into develop Dec 10, 2023
4 checks passed
@siyul-park siyul-park deleted the dependency/major-nrwl-monorepo branch December 10, 2023 03:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant