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

chore: bump the nx group across 1 directory with 2 updates #2412

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the nx group with 1 update in the /typescript directory: @nx/jest.

Updates @nx/jest from 20.0.5 to 20.3.2

Release notes

Sourced from @​nx/jest's releases.

20.3.2 (2025-01-17)

🚀 Features

  • module-federation: upgrade to latest version of @​module-federation/enhanced (#29535)
  • nx-dev: customer videos on customer page (#29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#29554)
  • testing: add option ciGroupName to @nx/jest/plugin (#29365)
  • web: support custom cors headers (#29382)

🩹 Fixes

  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#29615)
  • core: update nx cloud bundle install directory logic (#29555)
  • core: avoid launching default plugins twice (#29539)
  • core: support subpath exports when constructing the project graph (#29577)
  • core: update package script logic to handle cli tool name as command (#29617)
  • core: show better project graph errors (#29525)
  • core: check only for watcher connections during inactivity shutdown (#29621)
  • gradle: check if java is installed (#29572)
  • graph: copy command text directly from PDV (#29645)
  • js: do not set project references to non-existing tsconfig files in sync generator (#29536)
  • js: ensure js libraries' build produce esm output in ts solution setup (#29546)
  • js: avoid nested paths in workspaces because they can lead to future issues (#29553)
  • js: Update typescript plugin check for buildable projects (#29431)
  • js: update detection of ts solution setup (#29576)
  • js: generate js libs with exports in package.json and ensure esm output when using rollup bundler (#29565)
  • js: do not generate explicit vitest task config for a js library unless adding plugin is disabled (#29606)
  • js: improve error handling during SWC compilation (#29605)
  • js: non-buildable js libs specify type=module (#29620)
  • js: sort package.json fields by idiomatic order (#29635)
  • js: fix typo so exports field in package.json is properly sorted (#29643)
  • js: do not generate package.json file for non-buildable js libraries in non-ts solution setup (#29646)
  • js: ignore bundler config files correctly in eslint config when using vitest in js library generator (#29649)
  • misc: ensure all project generators add project to workspaces config (#29582)
  • misc: ensure exports are generated for several lib generators in ts solution setup (#29588)
  • misc: update e2e config generators to align with new TS solution setup (#29638)
  • nx-dev: fix heroicons for safari (#29544)
  • nx-dev: Update Webinar link (#29590)
  • react: transpile SVGR into React 19 compatible component (#29543)
  • react: setup mf env var as input for rspack (#29584)
  • release: ensure git push option is always applied (#29596)
  • rspack: make subresourceIntegrity usage configurable (#29629)
  • testing: infer correct outputs when absolute paths are provided in playwright config (#29549)
  • testing: e2e config generators should prompt for missing serve data (#29660)

❤️ Thank You

... (truncated)

Commits
  • fa7968d fix(js): generate js libs with exports in package.json and ensure esm output ...
  • 3c928f3 cleanup(testing): migrate jest to picocolors (#29561)
  • 064bc42 feat(testing): add option ciGroupName to @nx/jest/plugin (#29365)
  • bb806b3 fix(testing): force node10 module resolution for jest atomized tasks (#29421)
  • 48cd50a feat(core): use custom resolution to resolve from source local plugins with a...
  • 59e3704 fix(testing): force compatible module resolution when running the jest execut...
  • 38e29b9 feat(angular): use new test environment function from jest-preset-angular (...
  • ec5a5e6 feat(react): update app and lib generators to support new TS solution setup (...
  • cbc19c5 fix(nextjs): ensure next apps config is correctly checked when using jest (#2...
  • f7f26d8 feat(nx-plugin): add support for the ts solution config setup to the `@nx/plu...
  • Additional commits viewable in compare view
Maintainer changes

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


Updates nx from 20.0.5 to 20.3.2

Release notes

Sourced from nx's releases.

20.3.2 (2025-01-17)

🚀 Features

  • module-federation: upgrade to latest version of @​module-federation/enhanced (#29535)
  • nx-dev: customer videos on customer page (#29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#29554)
  • testing: add option ciGroupName to @nx/jest/plugin (#29365)
  • web: support custom cors headers (#29382)

🩹 Fixes

  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#29615)
  • core: update nx cloud bundle install directory logic (#29555)
  • core: avoid launching default plugins twice (#29539)
  • core: support subpath exports when constructing the project graph (#29577)
  • core: update package script logic to handle cli tool name as command (#29617)
  • core: show better project graph errors (#29525)
  • core: check only for watcher connections during inactivity shutdown (#29621)
  • gradle: check if java is installed (#29572)
  • graph: copy command text directly from PDV (#29645)
  • js: do not set project references to non-existing tsconfig files in sync generator (#29536)
  • js: ensure js libraries' build produce esm output in ts solution setup (#29546)
  • js: avoid nested paths in workspaces because they can lead to future issues (#29553)
  • js: Update typescript plugin check for buildable projects (#29431)
  • js: update detection of ts solution setup (#29576)
  • js: generate js libs with exports in package.json and ensure esm output when using rollup bundler (#29565)
  • js: do not generate explicit vitest task config for a js library unless adding plugin is disabled (#29606)
  • js: improve error handling during SWC compilation (#29605)
  • js: non-buildable js libs specify type=module (#29620)
  • js: sort package.json fields by idiomatic order (#29635)
  • js: fix typo so exports field in package.json is properly sorted (#29643)
  • js: do not generate package.json file for non-buildable js libraries in non-ts solution setup (#29646)
  • js: ignore bundler config files correctly in eslint config when using vitest in js library generator (#29649)
  • misc: ensure all project generators add project to workspaces config (#29582)
  • misc: ensure exports are generated for several lib generators in ts solution setup (#29588)
  • misc: update e2e config generators to align with new TS solution setup (#29638)
  • nx-dev: fix heroicons for safari (#29544)
  • nx-dev: Update Webinar link (#29590)
  • react: transpile SVGR into React 19 compatible component (#29543)
  • react: setup mf env var as input for rspack (#29584)
  • release: ensure git push option is always applied (#29596)
  • rspack: make subresourceIntegrity usage configurable (#29629)
  • testing: infer correct outputs when absolute paths are provided in playwright config (#29549)
  • testing: e2e config generators should prompt for missing serve data (#29660)

❤️ Thank You

... (truncated)

Commits
  • 7bc8269 fix(core): check only for watcher connections during inactivity shutdown (#29...
  • 311204a fix(core): show better project graph errors (#29525)
  • 4aa1412 chore(core): bump fs4 (#29611)
  • 3737d80 fix(release): ensure git push option is always applied (#29596)
  • bb363d6 fix(misc): ensure exports are generated for several lib generators in ts so...
  • 0fd1e36 fix(core): support subpath exports when constructing the project graph (#29577)
  • 843c06f fix(core): avoid launching default plugins twice (#29539)
  • abfe5d9 fix(core): update nx cloud bundle install directory logic (#29555)
  • fe17c23 fix(core): daemon spinner should show text (#29448)
  • efa5ba2 fix(core): update yarn-parser to handle yarn v4 syntax (#29067)
  • Additional commits viewable in compare view
Maintainer changes

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


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/nx-f9a9bbbff6 branch 11 times, most recently from 76bbb5c to 49a436a Compare January 22, 2025 22:32
Bumps the nx group with 1 update in the /typescript directory: [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest).


Updates `@nx/jest` from 20.0.5 to 20.3.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.3.2/packages/jest)

Updates `nx` from 20.0.5 to 20.3.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.3.2/packages/nx)

---
updated-dependencies:
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/nx-f9a9bbbff6 branch from 49a436a to c71b927 Compare January 23, 2025 09:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2025

Superseded by #2421.

@dependabot dependabot bot closed this Jan 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript/nx-f9a9bbbff6 branch January 24, 2025 03:02
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