Skip to content

chore(deps): update dependency @nrwl/workspace to v14.8.3 #5783

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/workspace (source) 14.1.4 -> 14.8.3 age adoption passing confidence

Release Notes

nrwl/nx

v14.8.3

Compare Source

Bug Fixes
Features
  • bundling: add skipValidation option when generating rollup/webpack project (#​12392) (ea42c9f)
  • misc: a/b different messages during migration to next major (ce0fe45)
Reverts

v14.8.2

Compare Source

Bug Fixes

v14.8.1

Compare Source

Bug Fixes
  • bundling: add missing assets ignore option to @​nrwl/esbuild:esbuild (#​12288) (65dc805)
  • core: add missing packages (esbuild, webpack, rollup) to nx-migration field (#​12285) (ac4cf51)
  • devkit: ensure that getProjects works properly without a nx.json (#​12295) (35082c7)
  • misc: buildable libs should not throw when some npm packages are not defined (d070fdf)

v14.8.0

Compare Source

Bug Fixes

v14.7.18

Compare Source

Bug Fixes
  • core: temporary disable outputs watching on inux (65f7d61)
Features
  • core: don't generate workspace.json for v2 workspaces (#​12127) (9b63ce1)
  • react: add stylus as a dependency since stylus-loader requires it (#​12266) (09cfbf0)

v14.7.17

Compare Source

Bug Fixes
  • core: temporary disable outputs tracking when using wsl (093fed8)

v14.7.16

Compare Source

Reverts

v14.7.15

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.7.14

Compare Source

Bug Fixes
Features
Reverts
  • Revert "Revert "fix(misc): move library without given importPath should default to contain slashes (#​11869)"" (c8de6f1), closes #​11869

v14.7.13

Compare Source

Bug Fixes
  • core: excluding task dependencies breaks task sorting (84fb879)
Reverts
  • Revert "fix(misc): move library without given importPath should default to contain slashes (#​11869)" (33c0f94), closes #​11869

v14.7.12

Compare Source

Bug Fixes
  • bundling: support type checking when using esbuidl with --watch (#​12192) (1b06110)
  • core: update wording of print affected select input parameter (#​11832) (b69d68e)
  • misc: move library without given importPath should default to contain slashes (#​11869) (9dbcb45), closes #​9281
  • webpack: add check if scripts exist or fallback to empty array (#​12110) (94a2b0b)
Features
  • bundling: improve watch logging for esbuild (#​12193) (e6d4ec3)
  • bundling: manually set tsconfig for esbuild rather than auto-detecting it (#​12194) (1d89ef0)
  • core: add the ability to reset the daemon client when getting a project graph (8d1f284)
  • nx-plugin: allow skipping the creation of an e2e project (#​12129) (e80c2ee)

v14.7.11

Compare Source

Bug Fixes
Features

v14.7.10

Compare Source

Bug Fixes
Features

v14.7.9

Compare Source

Bug Fixes
  • bundling: provide correct defaults scripts/styles options (#​12157) (d05cc86)
  • bundling: skip web-specific configuration when bundling for node (#​12130) (84a21e9)
  • core: do not throw when cannot parse root tsconfig (8fdf8c5)
  • core: do not use named inputs to cache fileset hashes (9a84281)
  • core: prevent duplicate prefixes when using outputStyle stream (a66a549)
  • core: revert logic of run-executor handling streaming (f94a18e)
  • js: install bundler nx plugin when needed (#​12131) (6c0a838)
  • js: support both .cjs and .js file extensions when generating package.json file (#​12137) (75115e1)
  • repo: fix a failing e2e test (0d18397)
Features

v14.7.8

Compare Source

Bug Fixes
  • repo: make esbuild package as non private (6eb4e1f)

v14.7.7

Compare Source

Bug Fixes
Features

v14.7.6

Compare Source

Bug Fixes
  • angular: add $schema property to generated project configs (#​12031) (e2bfaa6)
  • bundling: default outputFileName to "main.js" when called from "@​nrwl/web:webpack" (#​12072) (d9afcac)
  • core: rework the daemon process communication to use a queue and a long running connection (a3e480b)
  • core: split chunk correctly when they contain multiple messages (08e7588)
  • core: temp workaround to deal with daemon start during workspace creation (8e8b175)
  • linter: handle missing task graph in hasher on print-affected (#​11974) (40da702)
  • testing: normalize paths for component-testing (#​11963) (1a9df53)
  • testing: use cypress generated tsconfig for angular ct (#​12014) (d535cf3)
  • testing: use webpack defined in executor options for react ct (#​12005) (73fd49a)
Features

v14.7.5

Compare Source

Bug Fixes
  • core: temporary make the daemon output optimization opt in (9364a40)
  • repo: ensure husky checks are respected on commit (#​11973) (3a78d3b)
Features
Reverts

v14.7.4

Compare Source

Bug Fixes

v14.7.3

Compare Source

Features
  • core: add more logging when socket communication fails (0663385)

v14.7.2

Compare Source

Bug Fixes
  • core: DAEMON_DIR_FOR_CURRENT_WORKSPACE isnt defined in case of error (6849b90)

v14.7.1

Compare Source

Bug Fixes
  • core: nx daemon doesnt get disable correctly (0f8aac0)

v14.7.0

Compare Source

Bug Fixes
  • angular: emit typescript declaration diagnostics in ng-packagr executors (#​11927) (c6520a1)
  • angular: warning logged when generating MF app with no e2e (#​11911) (4aa7282)
  • core: add back target defaults for all new workspaces (#​11936) (caec117)
  • core: fix process.send will crash the nx runner without check if it is undefined (#​11904) (350f71d)
  • repo: remove more things from production fileset and added babel config (#​11942) (b582964)
  • storybook: do not add target defaults and named inputs if they are not defined (#​11941) (31b1b00)
  • testing: add component-test named inputs (7b52c0d)
  • testing: do not add cypress inputs if namedInputs is not defined (#​11943) (8a35f18)
  • testing: move cypress tsconfig to cypress folder (6d0c6a8)
Features
  • angular: allow component options to be passed to standalone library #​11702 (#​11890) (81b5eeb)
  • angular: share by default some relevant angular packages when using withModuleFederation (#​11849) (41af7c7)
  • core: create the daemon socket file in the tmp dir instead of node modules (db74bc7)
  • core: generate inputs configuration for new workspaces (#​11856) (292f0c1)
  • core: use daemon to watch outputs to enable cache restoration optimization (0d9dbae)
  • storybook: generate storybook with more framework options (#​11914) (ae58c1d)
  • testing: support angular cypress component testing (#​11790) (a0904a6), closes #​11602

v14.6.5

Compare Source

Bug Fixes

v14.6.4

Compare Source

Bug Fixes
  • angular: host tests were failing due to no navigation (#​11825) (458e89b)
  • core: gracefully handle errors when unable to find custom hasher (#​11854) (830b55a)
  • js: remove check for non-buildable libs being used when packaging. (#​11835) (cd3352a)
  • misc: print new workspace directory and fix issues when creating workspaces with non-normalized name (#​11853) (8db5f1a)
  • nextjs: use SWC compiler for next.js libraries (#​11848) (525350f)

v14.6.3

Compare Source

Bug Fixes
  • nextjs: SVGR plugin should not be used if nx: { svgr: false } is set in next.config.js (#​11829) (9b26bc1)
Features
  • misc: a/b test different prompt messages (f89b68b)

v14.6.2

Compare Source

Bug Fixes

v14.6.1

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.6.0

Compare Source

Bug Fixes
Features
Reverts

v14.5.10

Compare Source

Bug Fixes
  • devkit: convertNxExecutor() should properly emit observables (6652fe4), closes #​11653

v14.5.9

Compare Source

v14.5.8

Compare Source

Bug Fixes
  • core: project graph should be read from executor context (b5f4b12)

v14.5.7

Compare Source

Bug Fixes
Features

v14.5.6

Compare Source

Bug Fixes
  • core: restore the old behavior of output missing check (9d500ee)

v14.5.5

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@renovate renovate bot added dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code labels Oct 10, 2022
@nx-cloud
Copy link

nx-cloud bot commented Oct 10, 2022

☁️ Nx Cloud Report

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

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented Oct 10, 2022

Deploy Preview for typescript-eslint failed.

Name Link
🔨 Latest commit 4a96f4d
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/63437e43f7861700086ae3a8

@codecov
Copy link

codecov bot commented Oct 10, 2022

Codecov Report

Merging #5783 (4a96f4d) into main (4228914) will decrease coverage by 2.47%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5783      +/-   ##
==========================================
- Coverage   93.82%   91.34%   -2.48%     
==========================================
  Files         134      360     +226     
  Lines        1506    12008   +10502     
  Branches      226     3497    +3271     
==========================================
+ Hits         1413    10969    +9556     
- Misses         60      743     +683     
- Partials       33      296     +263     
Flag Coverage Δ
unittest 91.34% <ø> (-2.48%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...gin/src/rules/non-nullable-type-assertion-style.ts 100.00% <0.00%> (ø)
...c/rules/no-non-null-asserted-nullish-coalescing.ts 91.66% <0.00%> (ø)
...nt-plugin/src/rules/no-extra-non-null-assertion.ts 100.00% <0.00%> (ø)
packages/utils/src/ts-eslint/ESLint.ts 25.00% <0.00%> (ø)
packages/type-utils/src/getContextualType.ts 0.00% <0.00%> (ø)
packages/typescript-estree/src/getModifiers.ts 60.86% <0.00%> (ø)
packages/utils/src/ast-utils/helpers.ts 61.11% <0.00%> (ø)
packages/typescript-estree/src/ast-converter.ts 100.00% <0.00%> (ø)
...gin/src/rules/naming-convention-utils/validator.ts 95.54% <0.00%> (ø)
...ges/utils/src/ast-utils/eslint-utils/predicates.ts 51.11% <0.00%> (ø)
... and 216 more

@JamesHenry
Copy link
Member

Applying separately via nx migrate.

In future this will be done automatically after #5797 is in place

@JamesHenry JamesHenry closed this Oct 10, 2022
@JamesHenry JamesHenry deleted the renovate/nrwl-workspace-14.x branch October 10, 2022 07:31
@renovate
Copy link
Contributor Author

renovate bot commented Oct 10, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (14.8.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant