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

Update all non-major dependencies #644

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 19.0.3 -> 19.1.1 age adoption passing confidence
@nx/cypress (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/eslint (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/eslint-plugin (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/jest (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/js (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/next (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/react (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/web (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@nx/workspace (source) 20.2.1 -> 20.3.2 age adoption passing confidence
@tailwindcss/forms 0.5.9 -> 0.5.10 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@types/lodash (source) 4.17.13 -> 4.17.14 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.7 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.7 age adoption passing confidence
@types/react-dom (source) 19.0.1 -> 19.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.17.0 -> 8.20.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.17.0 -> 8.20.0 age adoption passing confidence
core-js (source) 3.39.0 -> 3.40.0 age adoption passing confidence
cypress (source) 13.16.1 -> 13.17.0 age adoption passing confidence
eslint-config-next (source) 15.0.4 -> 15.1.5 age adoption passing confidence
eslint-plugin-react 7.37.2 -> 7.37.4 age adoption passing confidence
next (source) 15.0.4 -> 15.1.5 age adoption passing confidence
nx (source) 20.2.1 -> 20.3.2 age adoption passing confidence
pnpm (source) 9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c -> 9.15.4 age adoption passing confidence
postcss (source) 8.4.49 -> 8.5.1 age adoption passing confidence
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

v19.1.1

Compare Source

core
Commit Type Description
357795cb96 fix run HMR replacement in the zone (#​59562)
platform-browser
Commit Type Description
eb0b1851f4 fix roll back HMR fix (#​59557)

v19.1.0

Compare Source

common
Commit Type Description
e4c50b3bea feat expose component instance in NgComponentOutlet (#​58698)
compiler
Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#​59362)
aed49ddaaa fix use chunk origin in template HMR request URL (#​59459)
compiler-cli
Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#​59002)
core
Commit Type Description
d010e11b73 feat add event listener options to renderer (#​59092)
57f3550219 feat add utility for resolving defer block information to ng global (#​59184)
22f191f763 feat extend the set of profiler events (#​59183)
e894a5daea feat set kind field on template and effect nodes (#​58865)
bd1f1294ae feat support TypeScript 5.7 (#​58609)
9870b643bf fix Defer afterRender until after first CD (#​58250)
a5fc962094 fix Don't run effects in check no changes pass (#​58250)
migrations
Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#​59353)
14fb8ce4c0 fix resolve text replacement issue (#​59452)
platform-browser
Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#​59256)
router
Commit Type Description
52a6710f54 fix complete router events on dispose (#​59327)

v19.0.7

Compare Source

compiler-cli
Commit Type Description
2b4b7c3ebf fix handle more node types when extracting dependencies (#​59445)
core
Commit Type Description
f893d07232 fix destroy renderer when replacing styles during HMR (#​59514)
migrations
Commit Type Description
eb2fcd1896 fix incorrect stats when migrating queries with best effort mode (#​59463)

v19.0.6

Compare Source

compiler-cli
Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#​59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#​59313)
core
Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#​59415)
platform-browser
Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#​59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#​59393)
router
Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#​59300)

v19.0.5

Compare Source

core
Commit Type Description
3793218e77 fix avoid triggering on timer and on idle on the server (#​59177)
cfc96ed82c fix Fix nested timer serialization (#​59173)
platform-server
Commit Type Description
9085a8fbd8 fix Warn user when transfer state happens more than once (#​58935)

v19.0.4

Compare Source

compiler-cli
Commit Type Description
7e612171709 fix consider pre-release versions when detecting feature support (#​59061)
cd764a31152 fix error in unused standalone imports diagnostic (#​59064)
core
Commit Type Description
34ded10fa60 fix Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. (#​59073)
platform-browser
Commit Type Description
ae0802d63c5 fix collect external component styles from server rendering (#​59031)
nrwl/nx (@​nx/cypress)

v20.3.2

Compare Source

20.3.2 (2025-01-17)
🚀 Features
🩹 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

v20.3.1

Compare Source

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

v20.3.0

Compare Source

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)
  • rsbuild: add rsbuild configuration generator (#​29321)
  • rsbuild: add react and vue support for app generation (#​29349)
  • rsbuild: move plugin export to root of package (#​29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#​28092)
  • testing: allow custom address for local registry (#​29050)
  • vite: add angular option to vitest generator (#​29055)
🩹 Fixes
  • typo in environment-variables.md (#​29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • angular: correctly normalize dev-server options (#​29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#​29324)
  • angular: normalize name when forced to build selector (#​29417)
  • angular: set up host and remote ssr apps correctly #​29442 (#​29447, #​29442)
  • bundling: ensure vitest timestamp files are ignored (#​29418)
  • core: add workspaces path if package path is not included (#​28824)
  • core: fix process being prevented from exiting (#​29240)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • core: ensure rsbuild is part of nx package group (#​29310)
  • core: avoid storing hash details for empty fileset (#​29316)
  • core: resolve imports from linked workspace projects (#​29328)
  • core: collect all logs from forked processes (#​27778)
  • core: Update move/remove workspace generators to work with ts project references (#​29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#​29202)
  • core: make packageExports metadata optional field (#​29407)
  • core: graph spinners should update properly (#​29433)
  • core: update yarn-parser to handle yarn v4 syntax (#​29067)
  • gradle: cache gradle report (#​29381)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • js: ensure typescript-sync generator produces formatted references when no prettier is installed (#​29368)
  • js: Configure typescript plugin to handle non-buildable libs (#​29393)
  • js: handle resolution from within node_module in the sync generator (#​29412)
  • misc: ensure tsBuildInfoFile is generated inside outDir (#​29343)
  • misc: fix misc generation issues with the ts solution setup (#​29350)
  • module-federation: ensure @​nx/module-federation package is installed for users (#​29416)
  • module-federation: dynamic federation helpers should normalize remote names (#​29427)
  • nuxt: change tsconfig path on server part (#​28864)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • nx-dev: update hero image on blog post (#​29405)
  • react: add files entry for publishable libraries (#​29277)
  • react: assert test property is defined on webpack rule in nx-react-webpack-plugin (#​27525)
  • react: fix issues with react ts setup (#​29312)
  • react: fix tailwind for react library and component (#​29319)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • react-native: fix react native storybook for lib (#​29210)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • rsbuild: set publish config correctly (#​29282)
  • storybook: only install react deps for storybook 7 #​29213 (#​29231, #​29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#​29235)
  • testing: force node10 module resolution for jest atomized tasks (#​29421)
  • ⚠️ vite: generate config with esm by default (#​29270)
  • vite: resolves files with dot suffixes correctly (#​28518)
  • webpack: Add useTsconfigPaths to app-webpack-plugin (#​29291)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You

v20.2.2

Compare Source

20.2.2 (2024-12-10)

🚀 Features
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • testing: allow custom address for local registry (#​29050)
🩹 Fixes
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • react: add files entry for publishable libraries (#​29277)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • ⚠️ vite: generate config with esm by default (#​29270)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.10

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​163)
testing-library/react-testing-library (@​testing-li

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot assigned patdx Jan 1, 2025
Copy link

vercel bot commented Jan 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
convert-to-jsx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 5:15pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c971ab8 to e3037df Compare January 2, 2025 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3037df to d370471 Compare January 3, 2025 07:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d370471 to 48b7f4b Compare January 3, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48b7f4b to fd06345 Compare January 6, 2025 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd06345 to 12e17f4 Compare January 6, 2025 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12e17f4 to 2a69d45 Compare January 6, 2025 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a69d45 to a57f686 Compare January 7, 2025 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a57f686 to d6e270d Compare January 7, 2025 20:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6e270d to f7ed0e0 Compare January 8, 2025 00:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7ed0e0 to f53426e Compare January 8, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f53426e to ff62759 Compare January 8, 2025 22:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff62759 to 603d022 Compare January 12, 2025 13:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 603d022 to 07edeb7 Compare January 13, 2025 05:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07edeb7 to 9a66acf Compare January 13, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant