Skip to content

chore(deps-dev): bump nx from 15.2.1 to 15.7.2 #275

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

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps nx from 15.2.1 to 15.7.2.

Release notes

Sourced from nx's releases.

15.7.2

15.7.2 (2023-02-17)

Bug Fixes

  • angular: bump generated rxjs version (#15054) (9c154c5)
  • angular: handle projects without name in angular cli adapter (#15089) (d430a65)
  • angular: support large buffers in angular cli adapter (#15082) (aa59b4a)
  • core: fix setting of the interactive env var (#15084) (c9c640b)
  • core: nx plugin cache should load new plugins (#15072) (ea5e7f3)
  • core: run migrations with sync host (#15010) (e7d4a5e)
  • core: support decorators in local executor and generator runs (#15025) (6284ec5)
  • js: don't read dependency package.json if it doesn't exist (#15037) (22eb66b)
  • linter: add node_modules to linter ignore patterns (#14980) (fb440ab)
  • misc: isCI should return a boolean (bb1d51b)
  • nx-plugin: local plugin execution should work with ts-node (#15066) (2747380)
  • react: add override to class component render() method (#13743) (d8963ea)
  • react: install @​nrwl/webpack when migrating (#15062) (c3eb66f)
  • storybook: dont fail migration if stories array is missing (#15017) (f47a59a)
  • storybook: dont touch config if is already using new schema (#15056) (ff469ad)
  • storybook: make v7 generator ignore uiFramework (#15023) (9f28951)
  • vite: explicitly export type instead of a value from d.ts files (#15029) (4095b95)
  • webpack: add babelUpwardRootMode (#15061) (2fbc152)
  • webpack: restore supporting a configuration array (#14977) (609867c)

Features

15.7.1

15.7.1 (2023-02-15)

Bug Fixes

  • angular: ensure peer deps are installed when initializing the plugin (#14906) (27e43d0)
  • core: correctly set default configuration name for dependent tasks (7954426)
  • core: do not always use yarn as package manager in the gitlab ci t… (#14978) (14cd02b)
  • core: local plugins should work under yarn workspaces (#14995) (7cbb282)
  • core: skip peer deps from devDependencies on createPackageJson (#14958) (c21e9fb)
  • core: sort --help output by flag priority (#14869) (ff2c50c)
  • js: remove plugins from esbuild will be done as a feature (#14997) (a276bcd)
  • linter: ng-package.json format (#14996) (3b5df23)
  • misc: fix moving a project into a subfolder (#14988) (bb2e790)
  • storybook: v7 vite settings docs remove rootMain (#14992) (298f719)

... (truncated)

Commits
  • 2747380 fix(nx-plugin): local plugin execution should work with ts-node (#15066)
  • ea5e7f3 fix(core): nx plugin cache should load new plugins (#15072)
  • bb1d51b fix(misc): isCI should return a boolean
  • c9c640b fix(core): fix setting of the interactive env var (#15084)
  • d430a65 fix(angular): handle projects without name in angular cli adapter (#15089)
  • aa59b4a fix(angular): support large buffers in angular cli adapter (#15082)
  • e7d4a5e fix(core): run migrations with sync host (#15010)
  • 9bee3d6 feat(core): add interactive env var (#14994)
  • 6284ec5 fix(core): support decorators in local executor and generator runs (#15025)
  • 68d0943 feat(core): allow loading env vars by target and configuration (#14998)
  • 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.7.2.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.7.2/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 Feb 20, 2023
@github-actions
Copy link

github-actions bot commented Feb 20, 2023

Website preview has been generated! 🎉 🎉 🎉

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

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

Additional details and impacted files
@@             Coverage Diff             @@
##           main      #275        +/-   ##
===========================================
+ 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 3 times, most recently from b1d3feb to ccec72e Compare March 1, 2023 06:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2023

Superseded by #277.

@dependabot dependabot bot closed this Mar 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-15.7.2 branch March 3, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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