Skip to content

chore(deps-dev): bump nx from 15.2.1 to 15.8.2 #277

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nx from 15.2.1 to 15.8.2.

Release notes

Sourced from nx's releases.

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)
  • core: inline source maps for local nx plugins (#15336) (e9a59d6)
  • core: mark package.json dependencies as static (#15381) (04a3864)
  • js: fix parsing link dependencies in yarn (#15364) (c351b34)
  • js: handle swcrc path mappings if specified (#15328) (5ba8d5a)
  • linter: ensure ast file detection supports tsx files (#15345) (6c86cb7)
  • node: lint generator aware that app is root (#15355) (18ff2db)
  • testing: only install dependency for the desired --testEnvironment (#15244) (908cf41)
  • testing: walk all project deps to check if CT project is used in buildTarget (#15252) (2f8ca66)
  • vite: root for running the builder (#15359) (f1de248)

15.8.1

15.8.1 (2023-02-28)

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

15.8.0

15.8.0 (2023-02-28)

Bug Fixes

  • core: listing plugin capabilities causes issues when returning null (#15308) (031005f)
  • core: nx affected should not differ if in child directory (#15304) (22970b8)
  • core: nx connect should work for encapsulated repos (#15310) (94d2162)
  • core: replace require(path/posix) for better node compatibility range (#15307) (1975181)
  • angular: bump generated rxjs version (#15054) (0385682)
  • core: run migrations with sync host (#15010) (3eeb4a3)
  • js: don't read dependency package.json if it doesn't exist (#15037) (497a90e)
  • react: add override to class component render() method (#13743) (15d5acd)
  • storybook: dont touch config if is already using new schema (#15056) (3d89a02)
  • storybook: make v7 generator ignore uiFramework (#15023) (a364dab)
  • vite: explicitly export type instead of a value from d.ts files (#15029) (8ce0b3c)
  • angular: handle projects without name in angular cli adapter (#15089) (2011e29)
  • angular: support large buffers in angular cli adapter (#15082) (a1a1cda)
  • angular: use sync host when generating code with angular cli schematics (#15137) (891e7e6)
  • angular: write config correctly when using the angular cli adapter (#15133) (61e28c6)
  • core: fix setting of the interactive env var (#15084) (2a76e20)
  • core: misc encapuslated mode fixes (#15075) (804cb95)
  • core: normalize project config paths to properly match them when combining them (#15149) (3b056e5)
  • core: nx plugin cache should load new plugins (#15072) (e575c49)
  • js: do not generate tsconfig.base.json when creating standalone projects (#15099) (71fd015)

... (truncated)

Commits
  • 04a3864 fix(core): mark package.json dependencies as static (#15381)
  • c351b34 fix(js): fix parsing link dependencies in yarn (#15364)
  • f111580 fix(core): handle file renames properly for affected (#15340)
  • bf9844e fix(core): encapsulated nx repos should invoke wrapper when invoked via npx o...
  • e9a59d6 fix(core): inline source maps for local nx plugins (#15336)
  • 94d2162 fix(core): nx connect should work for encapsulated repos (#15310)
  • 031005f fix(core): listing plugin capabilities causes issues when returning null (#15...
  • 1975181 fix(core): replace require(path/posix) for better node compatibility range (#...
  • 22970b8 fix(core): nx affected should not differ if in child directory (#15304)
  • 92610fe chore(repo): update nx to 15.8.0-beta.7 (#15293)
  • 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.8.2.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.8.2/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 added the dependencies Pull requests that update a dependency file label Mar 3, 2023
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

Website preview has been generated! 🎉 🎉 🎉

@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

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

Additional details and impacted files
@@             Coverage Diff             @@
##           main      #277        +/-   ##
===========================================
+ 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%> (ø)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #280.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-15.8.2 branch March 6, 2023 03:16
# 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