Skip to content

chore(lambda): bump the nx group in /lambdas with 3 updates #4512

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

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the nx group in /lambdas with 3 updates: @nx/eslint, @nx/js and @nx/vite.

Updates @nx/eslint from 20.6.4 to 20.7.0

Release notes

Sourced from @​nx/eslint's releases.

20.7.0 (2025-03-31)

🚀 Features

  • angular: add release option to angular publishable libraries (#29869)
  • angular: support angular 19.2.0 (#30088)
  • angular: update angular eslint packages (#30245)
  • angular: add convert-to-rspack generator (#29860)
  • bundling: support rollup.config.ts (#29983)
  • bundling: add buildLibsFromSource option to @​nx/rollup:rollup executor (#30417)
  • core: support bun's new text-based lockfile and use bun publish within nx release (#30064)
  • core: display perpetual version information in nx report for powerpack (#30110)
  • core: add activate key (#30250)
  • core: add activate key " (#30250, #30295)
  • core: add maxCacheSize option to limit local artifact size (#29654)
  • core: add nx register (#30321)
  • core: provide default value for max cache size (#30351)
  • js: upgrade verdaccio to 6 (#30015)
  • js: add typecheck task to generated ci workflow file when using the ts solution setup (#30219)
  • linter: support eslint-config-prettier v10 (#30480)
  • misc: add useProjectJson flag to project generators (#30319)
  • misc: enable ts solution setup by default for new workspaces (#30372)
  • misc: set a development conditional export for buildable libraries when using the ts solution setup (#30451)
  • misc: add --useProjectJson flag to CNW (#30475)
  • module-federation: add NxModuleFederationPlugin for inferred usage (#30003)
  • module-federation: Update to the latest version of @​module-federation (#30147)
  • module-federation: add ssr support to rspack crystal plugin (#30437)
  • nx-dev: expose docs embedding search via endpoint (#30050)
  • nx-dev: allow sampling rate to be configured through env var (#30193)
  • nx-dev: update workspace conformance rule to check md files in general (d428eec060)
  • nx-dev: add angular architecture blog post (#30400)
  • nx-dev: add java landing page (#30508)
  • react: Update react-router-dom to latest (#29919)
  • react: add react-router plugin (#29965)
  • react: Add react-router to create-nx-workspace and react app generator (#30316)
  • release: configure when all branches should be checked for a matching releaseTagPattern (#30044)
  • repo: replace explicit matrix with dynamic parsed from json (#30120)
  • rspack: use ts-checker-rspack-plugin instead of fork-ts-checker-webpack-plugin (#30121)
  • rspack: infer ts-node compiler options in rspack task env when using a typescript config file (#30345)
  • rspack: alias convert-webpack to convert-to-rspack (#30367)
  • testing: add type annotation for Jest configuration export (#30059)
  • vue: add release option to vue publishable libraries (#29867)
  • webpack: use sass-embedded and modern-compiler for sass (#29999)

🩹 Fixes

  • angular: correct nx angular migration requirement for 19.2 (#30234)
  • angular: directory type is not optional (#30354)
  • angular: include @angular/google-maps in package updates (#30530)
  • bundling: use projectRoot for assets (#29978)

... (truncated)

Commits

Updates @nx/js from 20.6.4 to 20.7.0

Release notes

Sourced from @​nx/js's releases.

20.7.0 (2025-03-31)

🚀 Features

  • angular: add release option to angular publishable libraries (#29869)
  • angular: support angular 19.2.0 (#30088)
  • angular: update angular eslint packages (#30245)
  • angular: add convert-to-rspack generator (#29860)
  • bundling: support rollup.config.ts (#29983)
  • bundling: add buildLibsFromSource option to @​nx/rollup:rollup executor (#30417)
  • core: support bun's new text-based lockfile and use bun publish within nx release (#30064)
  • core: display perpetual version information in nx report for powerpack (#30110)
  • core: add activate key (#30250)
  • core: add activate key " (#30250, #30295)
  • core: add maxCacheSize option to limit local artifact size (#29654)
  • core: add nx register (#30321)
  • core: provide default value for max cache size (#30351)
  • js: upgrade verdaccio to 6 (#30015)
  • js: add typecheck task to generated ci workflow file when using the ts solution setup (#30219)
  • linter: support eslint-config-prettier v10 (#30480)
  • misc: add useProjectJson flag to project generators (#30319)
  • misc: enable ts solution setup by default for new workspaces (#30372)
  • misc: set a development conditional export for buildable libraries when using the ts solution setup (#30451)
  • misc: add --useProjectJson flag to CNW (#30475)
  • module-federation: add NxModuleFederationPlugin for inferred usage (#30003)
  • module-federation: Update to the latest version of @​module-federation (#30147)
  • module-federation: add ssr support to rspack crystal plugin (#30437)
  • nx-dev: expose docs embedding search via endpoint (#30050)
  • nx-dev: allow sampling rate to be configured through env var (#30193)
  • nx-dev: update workspace conformance rule to check md files in general (d428eec060)
  • nx-dev: add angular architecture blog post (#30400)
  • nx-dev: add java landing page (#30508)
  • react: Update react-router-dom to latest (#29919)
  • react: add react-router plugin (#29965)
  • react: Add react-router to create-nx-workspace and react app generator (#30316)
  • release: configure when all branches should be checked for a matching releaseTagPattern (#30044)
  • repo: replace explicit matrix with dynamic parsed from json (#30120)
  • rspack: use ts-checker-rspack-plugin instead of fork-ts-checker-webpack-plugin (#30121)
  • rspack: infer ts-node compiler options in rspack task env when using a typescript config file (#30345)
  • rspack: alias convert-webpack to convert-to-rspack (#30367)
  • testing: add type annotation for Jest configuration export (#30059)
  • vue: add release option to vue publishable libraries (#29867)
  • webpack: use sass-embedded and modern-compiler for sass (#29999)

🩹 Fixes

  • angular: correct nx angular migration requirement for 19.2 (#30234)
  • angular: directory type is not optional (#30354)
  • angular: include @angular/google-maps in package updates (#30530)
  • bundling: use projectRoot for assets (#29978)

... (truncated)

Commits
  • bae3acd fix(misc): handle outputs with globs when normalizing tsconfig path mappings ...
  • e4e9973 fix(js): infer typecheck task for buildable libraries with tsc (#30505)
  • ab311c0 fix(js): normalize tsconfig include paths correctly in @nx/js/typescript pl...
  • 5dbe040 fix(misc): override customConditions when using an incompatible module reso...
  • cecd607 fix(core): fix local registry not being considered when using bun (#30459)
  • 176c792 feat(misc): set a development conditional export for buildable libraries wh...
  • e0cae53 fix(js): update tinyglobby to speed up shallow file matching (#30415)
  • See full diff in compare view

Updates @nx/vite from 20.6.4 to 20.7.0

Release notes

Sourced from @​nx/vite's releases.

20.7.0 (2025-03-31)

🚀 Features

  • angular: add release option to angular publishable libraries (#29869)
  • angular: support angular 19.2.0 (#30088)
  • angular: update angular eslint packages (#30245)
  • angular: add convert-to-rspack generator (#29860)
  • bundling: support rollup.config.ts (#29983)
  • bundling: add buildLibsFromSource option to @​nx/rollup:rollup executor (#30417)
  • core: support bun's new text-based lockfile and use bun publish within nx release (#30064)
  • core: display perpetual version information in nx report for powerpack (#30110)
  • core: add activate key (#30250)
  • core: add activate key " (#30250, #30295)
  • core: add maxCacheSize option to limit local artifact size (#29654)
  • core: add nx register (#30321)
  • core: provide default value for max cache size (#30351)
  • js: upgrade verdaccio to 6 (#30015)
  • js: add typecheck task to generated ci workflow file when using the ts solution setup (#30219)
  • linter: support eslint-config-prettier v10 (#30480)
  • misc: add useProjectJson flag to project generators (#30319)
  • misc: enable ts solution setup by default for new workspaces (#30372)
  • misc: set a development conditional export for buildable libraries when using the ts solution setup (#30451)
  • misc: add --useProjectJson flag to CNW (#30475)
  • module-federation: add NxModuleFederationPlugin for inferred usage (#30003)
  • module-federation: Update to the latest version of @​module-federation (#30147)
  • module-federation: add ssr support to rspack crystal plugin (#30437)
  • nx-dev: expose docs embedding search via endpoint (#30050)
  • nx-dev: allow sampling rate to be configured through env var (#30193)
  • nx-dev: update workspace conformance rule to check md files in general (d428eec060)
  • nx-dev: add angular architecture blog post (#30400)
  • nx-dev: add java landing page (#30508)
  • react: Update react-router-dom to latest (#29919)
  • react: add react-router plugin (#29965)
  • react: Add react-router to create-nx-workspace and react app generator (#30316)
  • release: configure when all branches should be checked for a matching releaseTagPattern (#30044)
  • repo: replace explicit matrix with dynamic parsed from json (#30120)
  • rspack: use ts-checker-rspack-plugin instead of fork-ts-checker-webpack-plugin (#30121)
  • rspack: infer ts-node compiler options in rspack task env when using a typescript config file (#30345)
  • rspack: alias convert-webpack to convert-to-rspack (#30367)
  • testing: add type annotation for Jest configuration export (#30059)
  • vue: add release option to vue publishable libraries (#29867)
  • webpack: use sass-embedded and modern-compiler for sass (#29999)

🩹 Fixes

  • angular: correct nx angular migration requirement for 19.2 (#30234)
  • angular: directory type is not optional (#30354)
  • angular: include @angular/google-maps in package updates (#30530)
  • bundling: use projectRoot for assets (#29978)

... (truncated)

Commits
  • 9fa8930 fix(vite): ensure test target dependency is not duplicated (#30289)
  • 176c792 feat(misc): set a development conditional export for buildable libraries wh...
  • See full diff in compare view

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

Bumps the nx group in /lambdas with 3 updates: [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite).


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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 31, 2025 19:44
@npalm npalm merged commit d69b4fd into main Mar 31, 2025
5 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/nx-ee949760fa branch March 31, 2025 21:12
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant