Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps nx from 15.2.1 to 15.5.3.

Release notes

Sourced from nx's releases.

15.5.3

15.5.3 (2023-01-20)

Bug Fixes

  • angular: fix path for import (#14517) (df20a01)
  • angular: karma setup should be generated correctly for v14 (#14459) (03843ec)
  • angular: ngrx attaching to route and non-standalone apis for 14 (#14489) (fc9dedf)
  • angular: should find the tsconfig at root of project #14379 (#14514) (6563ed7)
  • bundling: fix esbuild watch yields success=false when no error (#14359) (acd2bee)
  • react: fix imports in tmpl (#14369) (c685f34)
  • react: remove unit test runner prompt when generating library (#14457) (3fa9d43)
  • testing: do not set vitest root when not in workspaceRoot (#14362) (c46b24c)
  • testing: fixed a typo with the 15.5.0 cypress migration warning (#14384) (7a48c21)
  • testing: update jest snapshots (#14452) (7025e33)
  • vite: remove environments generation (#14515) (69cb681)
  • webpack: handle new https options in webpack-dev-server (#14520) (1cd1e40)

Features

  • webpack: update babel-loader to 9.1.2 to fix hashing issues (#14527) (39b5500)

15.5.2

15.5.2 (2023-01-18)

Bug Fixes

  • angular: correctly error application when standalone is used in Angular < 14.1.0 (#14338) (eaac3ae)
  • angular: correctly error scam-to-standalone when used in Angular < 14.1.0 (#14341) (116eb3e)
  • angular: fix assets copying in ng-packagr-lite executor (#14355) (9f60773)
  • core: cap inferred max workers count at 8 (#14366) (30024d2)
  • core: fix broken lines and columns import (#14394) (74ca312)
  • core: fix implicit dependencies conversions from project inputs (#14364) (8f66166)
  • js: fix reading tsconfig.json on TypeScript 4.9 (#14380) (ecf7bef)
  • linter: wildcard sourceTag should be respected for banned imports (#14418) (17d9ce8)
  • misc: add missing alt text to files-readme logo (#14446) (372334c)
  • misc: loosen chalk version (#14276) (d685763)
  • react: install tsconfig-paths-webpack-plugin when converting CRA… (#14442) (2bc9e35)
  • storybook: better error handling (#14396) (b868964)
  • vite: add fix for vitest configuration (#14404) (3b9ca39)
  • webpack: allow optimization to be turned off via CLI (#14431) (e30398b)
  • web: remove hard dependencies to @​nrwl/vite and @​nrwl/webpack (#14408) (00336d8)

Features

  • angular: add backwards compat support for the ngrx generator (#14348) (1c21e0c)

... (truncated)

Commits
  • ecf7bef fix(js): fix reading tsconfig.json on TypeScript 4.9 (#14380)
  • 74ca312 fix(core): fix broken lines and columns import (#14394)
  • 8f66166 fix(core): fix implicit dependencies conversions from project inputs (#14364)
  • 30024d2 fix(core): cap inferred max workers count at 8 (#14366)
  • d685763 fix(misc): loosen chalk version (#14276)
  • 1a3c3cf feat(nx-cloud): display current token for connect-to-nx-cloud (#14315)
  • 5c2fbf2 fix(angular): fix executor conversion to angular builder (#14345)
  • 6e6ca5f fix(core): check for nx.json before applying migrations
  • d00cab9 fix(core): remove pnx tip (#14328)
  • 0d4833c fix(devkit): make the JSON parser accepts trailing commas by default (#14317)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 15.2.1 to 15.5.3.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.5.3/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@github-actions
Copy link

github-actions bot commented Jan 23, 2023

Website preview has been generated! 🎉 🎉 🎉

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Merging #263 (b75367e) into main (22034a6) will increase coverage by 70.00%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##           main     #263       +/-   ##
=========================================
+ Coverage      0   70.00%   +70.00%     
=========================================
  Files         0        1        +1     
  Lines         0       30       +30     
  Branches      0       13       +13     
=========================================
+ Hits          0       21       +21     
- Misses        0        8        +8     
- Partials      0        1        +1     
Impacted Files Coverage Δ
packages/ui/src/components/button/Button.tsx 70.00% <0.00%> (ø)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #265.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-15.5.3 branch January 30, 2023 02:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants