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

build(deps-dev): bump the nx-group group across 1 directory with 5 updates #448

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nx-group group with 5 updates in the / directory:

Package From To
@nx/eslint 20.1.4 20.3.1
@nx/playwright 20.1.4 20.3.1
@nx/storybook 20.1.4 20.3.1
@nx/vite 20.1.4 20.3.1
@nx/web 20.1.4 20.3.1

Updates @nx/eslint from 20.1.4 to 20.3.1

Release notes

Sourced from @​nx/eslint's releases.

20.3.1 (2025-01-07)

🚀 Features

  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)

🩹 Fixes

  • core: daemon spinner should show text (#29448)
  • js: not generate tsconfig if already exists (#29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#29531)
  • nx-dev: Quote typo (#29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#29425)
  • vite: tsconfig paths plugin should not partially match paths (#29501)

❤️ Thank You

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)

... (truncated)

Commits
  • b9c0e3d feat(eslint): rename eslint.config.js to eslint.config.cjs to resolve them as...
  • df77fde fix(angular): handle removed angular-eslint rules in root eslint config files...
  • 2fa3ce2 feat(angular): add migration to remove angular eslint rules removed in v19 (#...
  • 3ec5390 feat(angular): add support for angular v19 (#28847)
  • ec5a5e6 feat(react): update app and lib generators to support new TS solution setup (...
  • 636cd77 fix(linter): remove legacy dependencies during convert to flat config (#28981)
  • 0d6ad2b feat(core): add eslint vscode extension on eslint init (#28573)
  • See full diff in compare view
Maintainer changes

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


Updates @nx/playwright from 20.1.4 to 20.3.1

Release notes

Sourced from @​nx/playwright's releases.

20.3.1 (2025-01-07)

🚀 Features

  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)

🩹 Fixes

  • core: daemon spinner should show text (#29448)
  • js: not generate tsconfig if already exists (#29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#29531)
  • nx-dev: Quote typo (#29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#29425)
  • vite: tsconfig paths plugin should not partially match paths (#29501)

❤️ Thank You

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)

... (truncated)

Commits
  • f922e2b fix(misc): fix misc generation issues with the ts solution setup (#29350)
  • a8de7df feat(js): update vue/node app and lib generators to support TS solutions (#29...
  • ec5a5e6 feat(react): update app and lib generators to support new TS solution setup (...
  • f7f26d8 feat(nx-plugin): add support for the ts solution config setup to the `@nx/plu...
  • See full diff in compare view
Maintainer changes

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


Updates @nx/storybook from 20.1.4 to 20.3.1

Release notes

Sourced from @​nx/storybook's releases.

20.3.1 (2025-01-07)

🚀 Features

  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)

🩹 Fixes

  • core: daemon spinner should show text (#29448)
  • js: not generate tsconfig if already exists (#29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#29531)
  • nx-dev: Quote typo (#29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#29425)
  • vite: tsconfig paths plugin should not partially match paths (#29501)

❤️ Thank You

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)

... (truncated)

Commits
  • 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)
  • See full diff in compare view
Maintainer changes

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


Updates @nx/vite from 20.1.4 to 20.3.1

Release notes

Sourced from @​nx/vite's releases.

20.3.1 (2025-01-07)

🚀 Features

  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)

🩹 Fixes

  • core: daemon spinner should show text (#29448)
  • js: not generate tsconfig if already exists (#29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#29531)
  • nx-dev: Quote typo (#29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#29425)
  • vite: tsconfig paths plugin should not partially match paths (#29501)

❤️ Thank You

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)

... (truncated)

Commits
  • c9b14a2 fix(vite): tsconfig paths plugin should not partially match paths (#29501)
  • ba1641d fix(bundling): ensure vitest timestamp files are ignored (#29418)
  • a8de7df feat(js): update vue/node app and lib generators to support TS solutions (#29...
  • b6d41b6 fix(vite): resolves files with dot suffixes correctly (#28518)
  • 77dc090 feat(vite): add angular option to vitest generator (#29055)
  • 6684fc0 fix(vite)!: generate config with esm by default (#29270)
  • 89ab887 fix(core): Update bundlers to not typecheck if using new TS solution setup (#...
  • e9a07da fix(misc): use the ts sync generator with other bundler tasks (#29170)
  • 972c01b feat(storybook): add support for TS solutions file (#29194)
  • ec5a5e6 feat(react): update app and lib generators to support new TS solution setup (...
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @nx/web from 20.1.4 to 20.3.1

Release notes

Sourced from @​nx/web's releases.

20.3.1 (2025-01-07)

🚀 Features

  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)

🩹 Fixes

  • core: daemon spinner should show text (#29448)
  • js: not generate tsconfig if already exists (#29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#29531)
  • nx-dev: Quote typo (#29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#29425)
  • vite: tsconfig paths plugin should not partially match paths (#29501)

❤️ Thank You

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)

... (truncated)

Commits
  • f922e2b fix(misc): fix misc generation issues with the ts solution setup (#29350)
  • dc67660 fix(misc): update artifact generator option descriptions and cleanup leftover...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/web 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

…dates

Bumps the nx-group group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.1.4` | `20.3.1` |
| [@nx/playwright](https://github.com/nrwl/nx/tree/HEAD/packages/playwright) | `20.1.4` | `20.3.1` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook) | `20.1.4` | `20.3.1` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `20.1.4` | `20.3.1` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `20.1.4` | `20.3.1` |



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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AnyChange dependencies Pull requests that update a dependency file repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants