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

feat(deps): update dependencies #615

Merged
merged 2 commits into from
Mar 2, 2025
Merged

feat(deps): update dependencies #615

merged 2 commits into from
Mar 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) 3.735.0 -> 3.749.0 age adoption passing confidence dependencies minor
@aws-sdk/s3-request-presigner (source) 3.735.0 -> 3.749.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.64.2 -> 5.66.3 age adoption passing confidence dependencies minor
@types/lodash (source) 4.17.14 -> 4.17.15 age adoption passing confidence dependencies patch
@types/react (source) 19.0.8 -> 19.0.9 age adoption passing confidence devDependencies patch
@types/react (source) 19.0.8 -> 19.0.9 age adoption passing confidence dependencies patch
bun-types (source) 1.2.0 -> 1.2.2 age adoption passing confidence devDependencies patch
cypress (source) 14.0.0 -> 14.0.3 age adoption passing confidence devDependencies patch
eslint (source) 9.19.0 -> 9.20.1 age adoption passing confidence devDependencies minor
nx (source) 20.3.3 -> 20.4.4 age adoption passing confidence devDependencies minor
oven/bun 1.2.0 -> 1.2.2 age adoption passing confidence final patch
prettier (source) 3.4.2 -> 3.5.1 age adoption passing confidence devDependencies minor
react-router-dom (source) 7.1.3 -> 7.1.5 age adoption passing confidence dependencies patch
tailwindcss (source) 4.0.5 -> 4.0.6 age adoption passing confidence dependencies patch
typescript-eslint (source) 8.21.0 -> 8.24.0 age adoption passing confidence devDependencies minor
vite (source) 6.0.11 -> 6.1.0 age adoption passing confidence devDependencies minor
zod (source) 3.24.1 -> 3.24.2 age adoption passing confidence dependencies patch

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.749.0

Compare Source

Features
  • client-s3: Added support for Content-Range header in HeadObject response. (5b15ad8)

v3.744.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.743.0

Compare Source

Features
  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5)

v3.741.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.740.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.738.0

Compare Source

Features
  • client-s3: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long. (c7c525a)
aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.749.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.744.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.743.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.741.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.740.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.738.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

TanStack/query (@​tanstack/react-query)

v5.66.3

Compare Source

Version 5.66.3 - 2/16/25, 12:57 PM

Changes
Perf
  • react-query: useQueries have quadratic performance in relation to the number of queries (#​8641) (4ab455c) by Kim YoungHoon
Packages

v5.66.2

Compare Source

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.1

Compare Source

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

oven-sh/bun (bun-types)

v1.2.2

Compare Source

v1.2.1

Compare Source

cypress-io/cypress (cypress)

v14.0.3

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-0-3

v14.0.2

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-0-2

v14.0.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-0-1

eslint/eslint (eslint)

v9.20.1

Compare Source

v9.20.0

Compare Source

nrwl/nx (nx)

v20.4.4

Compare Source

20.4.4 (2025-02-14)
🚀 Features
  • nx-dev: add Faro for observability (#​30021)
🩹 Fixes
❤️ Thank You

v20.4.3

Compare Source

20.4.3 (2025-02-12)
🚀 Features
🩹 Fixes
  • angular: do not generate @nx/dependency-checks block in flat root eslint config (#​29980)
  • core: tweaks to nx init (#​30002)
  • core: create multi-glob function (#​29880)
  • core: fix plugin error indexes (#​29936)
  • core: handle nullable lock when creating project graph (#​30000)
  • gradle: fix gradle undefined dependency target (#​29943)
  • js: allow publishable library to run release command (#​29775)
  • linter: install @​eslint/eslintrc package as necessary (#​29933)
  • linter: dependency-check-support-catalogs (#​29923)
  • rspack: should be inferred by default (#​29736)
❤️ Thank You

v20.4.2

Compare Source

20.4.2 (2025-02-08)
🚀 Features
  • core: update CNW defaults so they generate a useful workspace by default (#​29915)
  • nx-dev: add quote component for enterprise articles (01446495048)
  • nx-dev: add metrics and related blogs section (2007d491a1e)
  • nx-dev: webinar page (#​29913)
🩹 Fixes
  • nextjs: enhance support for custom server with SWC configuration (#​29895)
  • nx-dev: Update customers carousel subtitle (#​29920)
  • nx-dev: error on course detail page on mobile (f592f59a825)
❤️ Thank You

v20.4.1

Compare Source

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)
❤️ Thank You

v20.4.0

Compare Source

20.4.0 (2025-01-27)

🚀 Features
  • angular: support angular v19.1 (#​29523)
  • core: allow tasks to run with a substring of project name (#​29552)
  • core: add support for skipping remote cache (#​29574)
  • core: Add ESM support for Eslint config file (#​29613)
  • core: handle existing plugins failed with imported project (#​28893)
  • core: support reading projects under new pnpm workspaces entry + skip writing empty nx property to pacakge.json for non-root projects (#​29707)
  • core: add pre and post run apis (#​29636)
  • graph: update headlessui v2 (#​29586)
  • js: simplify generated tsconfig.base.json compiler options in ts solution setup (#​29550)
  • js: infer build-deps and watch-deps targets for incremental builds (#​29609)
  • js: remove nx property from generated package.json files (#​29705)
  • misc: use @swc/jest instead of ts-jest for the ts solution setup (#​29718)
  • misc: prompt for unit test runner when creating a workspace using --workspaces flag (#​29743)
  • module-federation: upgrade to latest version of @​module-federation/enhanced (#​29535)
  • node: update app generator for fastify to the next major v5 (#​29589)
  • node: upgrade express to v4.21.2 to address security vulnerabilities (#​29419)
  • nx-dev: add TOC markdoc component for blog posts (3e564864fd)
  • nx-dev: customer videos on customer page (#​29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#​29554)
  • nx-dev: show arg aliases (#​29653)
  • nx-dev: generate migration detail pages (#​29580)
  • react: add support for React 19 for new Workspaces (#​29286)
  • release: allow invalid conventional commits to be considered via custom config (#​29658)
  • rspack: non-inferred targets should work OOTB (#​29733)
  • testing: add option ciGroupName to @nx/jest/plugin (#​29365)
  • web: support custom cors headers (#​29382)
  • web: add support for TS solution setup for @​nx/web (#​29583)
  • webpack, rspack: support multiple configurations (#​29691)
🩹 Fixes
  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#​29615)
  • core: daemon spinner should show text (#​29448)
  • 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)
  • core: do not warn about custom tasks runners when explicitly usi… (#​29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#​29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#​29703)
  • core: support subpath exports when constructing the project graph" (#​29762)
  • detox: use a version of Detox that works with React Native 0.76/Expo v52 (#​29679)
  • devkit: add .riv to binary extension (#​29309)
  • gradle: check if java is installed (#​29572)
  • graph: copy command text directly from PDV (#​29645)
  • 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)
  • 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)
  • linter: export Options types for enforce-module-boundaries and nx-plugin-checks (#​29072)
  • 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: generate module and moduleResolution in base tsconfig based on cnw preset (#​29633)
  • misc: update e2e config generators to align with new TS solution setup (#​29638)
  • misc: generate remix libs correctly and install correct @types/react version for react libs (#​29760)
  • node: set correct compilerOptions for Nest applications (#​29725)
  • nuxt: correct webServerAddress and webServerCommand options in add-e2e.ts generator. (#​29713)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (aceebca1aa)
  • nx-dev: fix heroicons for safari (#​29544)
  • nx-dev: Update Webinar link (#​29590)
  • nx-dev: update request a trial link on pricing page (#​29711)
  • nx-plugin: fix plugin generation in ts solution setup (#​29730)
  • react: transpile SVGR into React 19 compatible component (#​29543)
  • react: setup mf env var as input for rspack (#​29584)
  • react: ensure project name is escaped in spec matcher when generating an application (#​29732)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • release: ensure git push option is always applied (#​29596)
  • rspack: make subresourceIntegrity usage configurable (#​29629)
  • rspack: fix error with 'TypeError: userDefinedConfig is not a function' ([#​29514](https://redirect.g

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 is behind base branch, 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

@renovate renovate bot added dependencies Pull requests that update a dependency file minor-version patch-version renovate labels Feb 17, 2025
Copy link
Contributor Author

renovate bot commented Feb 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@danadajian danadajian enabled auto-merge (squash) March 2, 2025 23:42
@danadajian danadajian merged commit b840f1d into main Mar 2, 2025
3 checks passed
@danadajian danadajian deleted the renovate/dependencies branch March 2, 2025 23:42
@eg-oss-ci
Copy link

🎉 This PR is included in version 1.24.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants