Skip to content
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

Bump @nx/storybook from 19.5.7 to 20.4.1 #4709

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2025

Bumps @nx/storybook from 19.5.7 to 20.4.1.

Release notes

Sourced from @​nx/storybook's releases.

20.4.1 (2025-02-06)

🚀 Features

  • core: lock graph creation when running in another process (#29408)
  • core: add prefixColor property to @nx:run-commands (#29348)
  • core: add sync generators option to target defaults in nx-schema (#29441)
  • core: show link to migrate detail page in --interactive mode (#29874)
  • nx-dev: refactor and improve style of video-player (#29749)
  • nx-dev: add ability to add labels to video-player (65c44b6abf)
  • nx-dev: allow callout component to be expanded by default (#29806)
  • nx-dev: add epic nx release course (#29777)
  • nx-dev: show alt text as label below markdown images (34dd347128)
  • nx-dev: conformance rule for blog post description (3920bf8852)
  • nx-dev: allow link-card components to take an image URL (84779d60c2)
  • rspack: improve plugin createNodes performance (#29876)

🩹 Fixes

  • angular: fix path issues on windows for storybook generators and unit tests (#27489)
  • bundling: rspack should allow ES config module imports (#29095)
  • core: allow for non-js libs to be moved without errors or the creation of any unneeded tsconfig files (#28350)
  • core: reduce number of processed files when creating in-memory transpiler (#29774)
  • core: exponential retry on cache put fail (#29017)
  • core: allow postTaskExecution hook without preTaskExecution hook (#29820)
  • core: improve resolution of packages in package manager workspaces when constructing the project graph (#29795)
  • core: do not write filemap cache when there are errors (#29892)
  • core: do not use revokable proxy (#29878)
  • gradle: fix dependencies.txt not found (#29787)
  • gradle: fix max buffer for gradle stdout (#29864)
  • js: ensure js library creation respects skipFormat (#28831)
  • js: do not infer tsc tasks with verbose output by default (#29804)
  • js: set --ws=false when running npm config for jest e2e (#29887)
  • js: generate pacakge.json for non-buildable nest and expo libs (#29891)
  • linter: add files entry to react flat configs to avoid applying TS rules to JSON files (#29457)
  • linter: add cjs, cts, mjs, and mts to the default extensions for the inference plugin (#29534)
  • linter: produce type information for the eslint-plugin main entry point (#29855)
  • misc: set hidden: true for all init generators (#29833)
  • misc: generate config with output contained within project root (#29850)
  • module-federation: depend on a range of versions of webpack to prevent peer dep issues (#29797)
  • module-federation: tuple remotes should have global identifier added if missing (#29811)
  • nx-dev: make toc sticky (#29784)
  • nx-dev: typo in ts pkg management article (#29791)
  • nx-dev: update blog metadata to include the post descriptions (86d772e1d3)
  • repo: don't try to fetch master if already on master (#29831)
  • rspack: handle configs with default exports (#29825)
  • testing: infer correct file output paths for atomized targets (#29766)
  • testing: fix passing extra args to Jest cli (#27704)
  • testing: move webpack and vite to optional peer dep (#29800)
  • vite: fall back to file matching when resolved file does not exist in nx-vite-ts-paths plugin (#29472)

... (truncated)

Commits
  • a8aba61 chore(repo): update nx to 20.4.0-beta.2 (#29752)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • b4aadcc fix(react-native): fix react native storybook for lib (#29210)
  • 098d8a6 feat(storybook): use createNodesV2 for init and convert-to-inferred generator...
  • 288193b fix(storybook): ensure 'storybook' dep is installed for non-crystal workspace...
  • 51cf34f fix(storybook): only install react deps for storybook 7 #29213 (#29231)
  • 972c01b feat(storybook): add support for TS solutions file (#29194)
  • 3ec5390 feat(angular): add support for angular v19 (#28847)
  • eb143d3 feat(storybook): upgrade @​storybook/test-runner to 0.19 (#28959)
  • faf4483 fix(nextjs): Remove deprecated export executor (#28702)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/storybook since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook) from 19.5.7 to 20.4.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.1/packages/storybook)

---
updated-dependencies:
- dependency-name: "@nx/storybook"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2025

Sorry, only users with push access can use that command.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #4711.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx/storybook-20.4.1 branch February 10, 2025 13:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants