Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): update dependency @nx/jest to v16.10.0 #1047

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/jest (source) 16.4.0 -> 16.10.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/jest)

v16.10.0

Compare Source

16.10.0
🚀 Features
🩹 Fixes
  • angular: throw an error when generating a component and the specified module can't be found (#​19324)
  • angular: remove leftover code causing duplicated route config when generating a library (#​19326)
  • angular: update tsconfig included and excluded files when generating a library secondary entry point (#​19366)
  • angular: do not set less math option in ng-packagr executors (#​19402)
  • core: generate permissions on github ci workflow (#​19357)
  • core: set prerelease on Github request for nx release changelog (#​19343)
  • core: include client env when hashing tasks in the daemon (#​19422)
  • core: adjust how findMatchingProjects works when provided additive patterns after an exclusion to be more intuitive (#​19295)
  • core: cache runtime hashes with the env as part of the key (#​19426)
  • core: add vue to cnw implicitDependencies (#​19443)
  • linter: fix rule typings (#​19294)
  • linter: add schema for nx plugin checks rule (#​19447)
  • misc: properly add extra dependencies to packages (#​19334)
  • misc: fixing discord link in npm page (#​19372)
  • misc: report should not throw when no nx.json file is present (#​19333)
  • repo: ensure cypress is installed on agents (#​19430)
  • testing: install devkit when init playwright (#​19406)
  • web: disable tsnode service after loading config (#​19387)
❤️ Thank You

v16.9.1

Compare Source

16.9.1
🩹 Fixes
  • angular: throw an error when generating a component and the specified module can't be found (#​19324)
  • misc: properly add extra dependencies to packages (#​19334)
❤️ Thank You
  • Jason Jean <jasonjean1993@​gmail.com>
  • Leosvel Pérez Espinosa @​leosvelperez

v16.9.0

Compare Source

16.9.0
🚀 Features
  • vue: add private Vue plugin (#​19009)
  • js: support finding imports in .vue files (#​19048)
  • webpack: move module federation utils to webpack (#​18996)
  • repo: add cloud workflows (018d9972e)
  • linter: update version of tslint-to-eslint (#​19065)
  • repo: enable agents" (#​19112)
  • devkit: update parseTargetString to allow referencing targets on the current project (#​19109)
  • js: warn users when additionalEntryPoints do not match any files (#​19107)
  • core: add WorkspaceContext class (#​18999)
  • vue: init, app, component and lib generators (#​19130)
  • react: allow setting react preset to production when using custom BABEL_ENV (#​19148)
  • core: hide vue preset options from create-nx-workspace (#​19155)
  • devkit: add method for tree-aware glob search (#​19128)
  • react: Add versioning for workspace libraries (#​19063)
  • nx-dev: add embeddings for community plugins (#​19168)
  • nx-dev: add "new chat" button to AI page (#​19150)
  • vue: add setup-tailwind generator (#​19147)
  • nx-dev: change "New chat" to "Clear chat" to avoid confusion, and open links in new tab (#​19190)
  • nx-dev: remove emojis from heading ID (#​19194)
  • nx-dev: improve auto-scrolling so it does not interfere with users reading the content (#​19196)
  • react: switch default to typescript configuration for module federation (#​19031)
  • core: initial implementation of nx release (#​19110)
  • react: Support loading remotes via library: var (#​19192)
  • core: include non-project files on fileMap and filesToProcess (#​19217)
  • misc: do not prompt for project name and root format when they produce the same result (#​19221)
  • react-native: upgrade react-native to 0.72.4 (#​19160)
  • nx-dev: improve initial prompt of the AI Chat to remove bad responses (#​19244)
  • repo: enable agents" " (#​19112)
  • repo: remove projectNameAndRoot nx.json option (#​19218)
  • core: run createDependencies plugins concurrently (#​19176)
  • core: allow multiple targets in show projects commmand (#​18506)
  • misc: prepend cwd to directory in project generators when using as-provided format (#​19227)
🩹 Fixes
  • linter: fix dep-checks projPackageJsonDeps caching for IDE (#​18935)
  • linter: handle non-JSON eslintrc files when updating overrides (#​19026)
  • misc: calculate cwd relative path correctly for generators and executors (#​18933)
  • react: fix createGlobPAtternsForDependencies path (#​18546)
  • webpack: enable in memory caching when building for node in watch mode (#​18348)
  • core: register ts transpiler when running .ts backed plugins (#​19027)
  • js: workspace lib devDependencies should not be added to package.json (#​17802)
  • misc: nx view-logs should open the nx-cloud link when connected … (#​17808)
  • nx-dev: menu chevron alignment (f994f54c5)
  • linter: ensure config manipulations are run only if config is supported (#​19035)
  • vite: check for undefined and create types array (#​19045)
  • angular: keep dependency-checks enabled for buildable libraries (#​19047)
  • node: explicitly check that project is a library before updating imports (#​19040)
  • core: do not prompt, only warn when projectNameAndRootLayout is … (#​19037)
  • core: prettier 3 shouldn't cause errors due to esm + compile cache (#​19042)
  • misc: use preset apps instead of empty (#​19051)
  • react: set "watch: false" on module federation serve-static options (#​19052)
  • js: handle nested wildcard imports and paths that start with # (#​19056)
  • core: do not validate remote cache validity (#​19059)
  • js: esbuild should not throw when a project depends on non-js dependencies (#​19057)
  • core: prettier 3 shouldn't cause errors due to v8 compile cache (#​19075)
  • linter: add @​eslint/js with correct package version (#​19077)
  • core: detect dependencies in .cjs and .cts files (#​19127)
  • node: set x-dropdown in app generator to enable autocomplete in console (#​19105)
  • angular: dont add .angular/cache to prettier again if existing (#​19183)
  • webpack: set module: true for swcMinify (#​19213)
  • core: handle negative single directory globs (#​19235)
  • core: allow parallel and output-style on publish target (#​19242)
  • core: support dry-run on nx release publish (#​19228)
  • core: handle negative star glob better (#​19241)
  • core: set SWC_NODE_PROJECT before registering @swc-node/register (#​19239)
  • nextjs: do not warn on NX_INVOKED_BY_RUNNER and only show warning once (#​19254)
  • core: update the native runtime input to include the cpu architecture (#​19263)
  • misc: adds nx cloud access token to agent workflow (#​19264)
  • nx-plugin: pass full context into parseTargetString (#​19154)
  • core: ensure target-only argument is rewritten correctly to be forwarded (#​17971)
  • repo: add native packages to the release group (#​19289)
  • js: update generated .swcrc file to align with @​swc/core@​1.3.85 (#​19214)
  • nextjs: Add missing env to base Nx Env (#​19201)
  • core: unregister in-process ts transpilers when projectGraph is created (#​19187)
  • vite: provide correct root directory when building a root project (#​19298)
  • core: do not attempt to publish private npm packages (#​19299)
❤️ Thank You

v16.8.1

Compare Source

Bug Fixes
  • angular: keep dependency-checks enabled for buildable libraries (#​19047) (58b13a2)
  • core: do not prompt, only warn when projectNameAndRootLayout is … (#​19037) (18acd9a)
  • core: do not validate remote cache validity (#​19059) (1f9dc40)
  • core: prettier 3 shouldn't cause errors due to esm + compile cache (#​19042) (ac2bea7)
  • core: register ts transpiler when running .ts backed plugins (#​19027) (22dadbc)
  • js: handle nested wildcard imports and paths that start with # (#​19056) (2194422)
  • js: workspace lib devDependencies should not be added to package.json (#​17802) (14a4ef4)
  • linter: ensure config manipulations are run only if config is supported (#​19035) (85b03c2)
  • linter: fix dep-checks projPackageJsonDeps caching for IDE (#​18935) (2e1d48e)
  • linter: handle non-JSON eslintrc files when updating overrides (#​19026) (4365c01)
  • misc: calculate cwd relative path correctly for generators and executors (#​18933) (24de089)
  • misc: nx view-logs should open the nx-cloud link when connected … (#​17808) (2e0b09a)
  • misc: use preset apps instead of empty (#​19051) (655a0a7)
  • node: explicitly check that project is a library before updating imports (#​19040) (6ac6473)
  • react: fix createGlobPAtternsForDependencies path (#​18546) (62f526a)
  • react: set "watch: false" on module federation serve-static options (#​19052) (2e52c14)
  • vite: check for undefined and create types array (#​19045) (143b223)
  • webpack: enable in memory caching when building for node in watch mode (#​18348) (1f10398)

v16.8.0

Compare Source

Bug Fixes
Features
  • angular: add flag to include hydration when setting up ssr (#​18675) (b9ca7ce)
  • angular: update module federation node (#​18513) (8390b9e)
  • angular: use helper to determine project name and root directory in project generators (#​18607) (47f8b7a)
  • core: support prettier v3 as a formatter (#​18644) (54496e8)
  • misc: save directory and name format to nx json defaults (#​18683) (e2ff519)
  • nx-dev: highlight lines in code samples (#​18690) (77bc1e8)
  • nx-dev: types in devkit toc (#​18594) (71d2994)
  • react: use helper to determine project name and root directory in project generators (#​18615) (eb9caa1)
  • detox: use helper to determine project name and root in application generator (#​18674) (9002662)
  • devkit: warn users the project name and root will not be derived (#​18718) (b309d83)
  • nextjs: use helper to determine project name and root in projects generators (#​18733) (18ba93a)
  • node: use helper to determine project name and root directory in project generators (#​18620) (d566055)
  • expo: use helper to determine project name and root in project generators (#​18678) (a668e0b)
  • express: use helper to determine project name and root in application generator (#​18679) (bb9f880)
  • linter: add flat config support to generators (#​18534) (e34219a)
  • misc: remove dotenv from executors (#​18719) (9d5a383)
  • misc: use helper to determine project name and root in npm-package generator (#​18710) (1b0439b)
  • nest: use helper to determine project name and root in project generators (#​18701) (e1b76e2)
  • nx-plugin: use helper to determine project name and root in project generators (#​18739) (016c89f)
  • react-native: use helper to determine project name and root in project generators (#​18734) (a2f7613)
  • web: use helper to determine project name and root in application generator (#​18737) (6640c32)
  • core: add migration script to escape $ in env (#​18796) (68407ca)
  • core: replace dotenv with dotenv-expand (#​18622) (6a09105)
  • js: remove ts implementation of ts processing (#​18752) (165250e)
  • nx-dev: move openai call to edge function (#​18747) (bd76b62)
  • repo: add pm version field to issue template (#​18647) (138ffd6)
  • bundling: update esbuild version (#​18634) (dc3c62e)
  • js: carry-over known build options (main, tsConfig, etc.) when running setup-build generator (#​18742) (226dfaf)
  • linter: add option to ignore files based on pattern (#​18863) (90ca436)
  • linter: migrate projects using dep-check lint rule to ignore build config files (#​18882) (f7a7690)
  • nx-dev: use textarea for prompts and show a better "no results"error (#​18798) (e4755cb)
  • web: use daemon file-watcher for file-server executors (#​14284) (660f0a6)
  • core: ensure @​nx/js plugin is installed for all JS workspaces (#​18919) (c9ea9e0)
  • core: update TS target to ES2021 (#​18948) (6d68656)
  • nx-dev: move all the querying logic to edge function (#​18834) (1abe35c)
  • storybook: add projectNameAndRootFormat as-provided in tests (#​18936) (b17b30d)
  • nx-dev: get the correct query for ai feedback (#​18961) (ed6d7f7)
  • nx-dev: improve link text for ai docs (#​18943) (1931390)
  • testing: support cypress v13 (#​18899) (193206a)
  • misc: introduce a way to set the project name/root format for all generators (#​18971) (bd1b0b7)
  • misc: stop generating empty apps/libs/packages libs in new work… (#​18979) (9fbfe4a)
  • misc: support new format to determine new project name and destination in move generators (#​18878) (8564d9b)

v16.7.4

Compare Source

Bug Fixes
Features

v16.7.3

Compare Source

Bug Fixes

v16.7.2

Compare Source

Bug Fixes
  • core: fix ghost alias when parsing yarn lockfile (#​18646) (f6a7f18)
  • core: fix schema links (#​18395) (83011f7)
  • core: name collisions during project inference should not error out if corrected by a project.json's name (#​18665) (a459528)
  • core: nx should not break if packages were not installed (#​18687) (95099ae)
  • core: use existing version when calling "yarn set version" (#​18669) (76c96fa)
  • devkit: convert-nx-executor should read projectNodes (#​18684) ([1857e8f](https

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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.5.1 chore(deps): update dependency @nx/jest to v16.5.2 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/nx-jest-16.x branch 3 times, most recently from 2d4ca49 to 55e0f6d Compare July 17, 2023 09:21
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.5.2 chore(deps): update dependency @nx/jest to v16.5.3 Jul 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.5.3 chore(deps): update dependency @nx/jest to v16.5.4 Jul 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.5.4 chore(deps): update dependency @nx/jest to v16.5.5 Jul 22, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.5.5 chore(deps): update dependency @nx/jest to v16.6.0 Jul 31, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.6.0 chore(deps): update dependency @nx/jest to v16.7.0 Aug 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.7.0 chore(deps): update dependency @nx/jest to v16.7.1 Aug 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.7.1 chore(deps): update dependency @nx/jest to v16.7.2 Aug 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.7.2 chore(deps): update dependency @nx/jest to v16.7.3 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/nx-jest-16.x branch 2 times, most recently from 3e5ba8a to efb096e Compare August 23, 2023 17:51
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.7.3 chore(deps): update dependency @nx/jest to v16.7.4 Aug 23, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.7.4 chore(deps): update dependency @nx/jest to v16.8.0 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/nx-jest-16.x branch 2 times, most recently from 2793097 to d067146 Compare September 8, 2023 00:58
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.8.0 chore(deps): update dependency @nx/jest to v16.8.1 Sep 8, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.8.1 chore(deps): update dependency @nx/jest to v16.9.0 Sep 23, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.9.0 chore(deps): update dependency @nx/jest to v16.9.1 Sep 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nx/jest to v16.9.1 chore(deps): update dependency @nx/jest to v16.10.0 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/nx-jest-16.x branch 2 times, most recently from 4b81139 to 332eb4e Compare October 10, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants