Skip to content

chore(deps-dev): bump nx from 15.2.1 to 15.8.5 #280

New issue

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

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

Already on GitHub? # to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps nx from 15.2.1 to 15.8.5.

Release notes

Sourced from nx's releases.

15.8.5

15.8.5 (2023-03-04)

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

15.8.4

15.8.4 (2023-03-03)

Bug Fixes

  • core: add warning if running on an outdated global installation (#15408) (923cba8)
  • core: do not return a default project when nxJson is undefined (#15432) (2555490)
  • core: handle .nxignore properly for the native hasher (#15420) (87b1a73)
  • core: nx migrate should work in encapsulated Nx repos (#15338) (8374380)
  • js: integrate buildable bundler and compiler options (#15376) (fa037aa)
  • misc: restore tsconfig utils as deprecated in @​nrwl/workspace (#15409) (eb7c7bf)
  • testing: fix generated testMatch pattern in jest config to support windows (#15415) (bf3fc41)
  • testing: type the jest nx preset (#15404) (dd7eff1)

Features

  • js: added a minimal option to the library generator (#13561) (3e6f222)

15.8.3

15.8.3 (2023-03-03)

Bug Fixes

  • core: last project should be visible in nx show projects (#15335) (2959f7f)
  • core: plugin should not override existing external nodes (#15219) (f342bac)
  • core: standardize chunking elements passing to cli (#15322) (eba45a9)
  • core: use globbing also for workspace file patterns without '*' (#11298) (fd71c6e)
  • devkit: allow ensured packages to resolve from workspace node_mo… (#15386) (1b4ac4b)
  • nx-plugin: e2e utils should work (#15397) (d304133)
  • react: fixes library type not passed to the module federation conf (#15385) (68d9df7)
  • vite: add missing types for tsconfigs (#15260) (d15733d)
  • web: update snapshots from vite tsconfig changes (#15398) (0761e4c)

15.8.2

15.8.2 (2023-03-02)

Bug Fixes

  • bundling: use a range rather than ^ for vitest peer dependency … (#15362) (c06edd9)
  • core: encapsulated nx repos should invoke wrapper when invoked via npx or global install (#15337) (bf9844e)
  • core: handle file renames properly for affected (#15340) (f111580)

... (truncated)

Commits
  • 08476db Revert "fix(core): add warning if running on an outdated global insta… (#15442)
  • e34e73f chore(core): Update cacheable message for multiselect (#15161)
  • 923cba8 fix(core): add warning if running on an outdated global installation (#15408)
  • 8374380 fix(core): nx migrate should work in encapsulated Nx repos (#15338)
  • 2555490 fix(core): do not return a default project when nxJson is undefined (#15432)
  • bf3fc41 fix(testing): fix generated testMatch pattern in jest config to support windo...
  • 87b1a73 fix(core): handle .nxignore properly for the native hasher (#15420)
  • f342bac fix(core): plugin should not override existing external nodes (#15219)
  • fd71c6e fix(core): use globbing also for workspace file patterns without '*' (#11298)
  • eba45a9 fix(core): standardize chunking elements passing to cli (#15322)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@github-actions
Copy link

github-actions bot commented Mar 6, 2023

Website preview has been generated! 🎉 🎉 🎉

@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Merging #280 (c6fbdb6) into main (22034a6) will increase coverage by 100.00%.
The diff coverage is n/a.

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

@xiejay97 xiejay97 force-pushed the main branch 4 times, most recently from 2350eb0 to 453f13b Compare March 6, 2023 06:59
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 15.2.1 to 15.8.5.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.8.5/packages/nx)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nx-15.8.5 branch from 1d37f8b to c6fbdb6 Compare March 9, 2023 05:14
@xiejay97 xiejay97 force-pushed the main branch 2 times, most recently from 74419de to 42c7978 Compare July 5, 2023 11:32
# for free to join this conversation on GitHub. Already have an account? # to comment
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