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

fix(deps): update all dependencies j:kit-282 #4933

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Feb 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/standalone (source) 7.26.6 -> 7.26.7 age adoption passing confidence dependencies patch
@cspell/eslint-plugin (source) 8.17.2 -> 8.17.3 age adoption passing confidence devDependencies patch
@nx/vite (source) 20.3.2 -> 20.4.0 age adoption passing confidence devDependencies minor
@nx/web (source) 20.3.2 -> 20.4.0 age adoption passing confidence devDependencies minor
@trivago/prettier-plugin-sort-imports 5.2.1 -> 5.2.2 age adoption passing confidence devDependencies patch
@types/lodash (source) 4.17.14 -> 4.17.15 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.10 -> 22.12.0 age adoption passing confidence devDependencies minor 22.13.1 (+1)
@types/node (source) 22.10.10 -> 22.12.0 age adoption passing confidence dependencies minor 22.13.1 (+1)
actions/create-github-app-token c1a2851 -> 67e27a7 action digest
cspell (source) 8.17.2 -> 8.17.3 age adoption passing confidence devDependencies patch
i18next (source) 24.2.1 -> 24.2.2 age adoption passing confidence dependencies patch
lint-staged 15.4.2 -> 15.4.3 age adoption passing confidence devDependencies patch
nx (source) 20.3.2 -> 20.4.0 age adoption passing confidence devDependencies minor
zone.js (source, changelog) 0.14.10 -> 0.15.0 age adoption passing confidence dependencies minor

[skip release]


Release Notes

babel/babel (@​babel/standalone)

v7.26.7

Compare Source

🐛 Bug Fix
streetsidesoftware/cspell (@​cspell/eslint-plugin)

v8.17.3

Compare Source

nrwl/nx (@​nx/vite)

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, #​29515)
  • testing: infer correct outputs when absolute paths are provided in playwright config (#​29549)
  • testing: e2e config generators should prompt for missing serve data (#​29660)
  • testing: finish dev server async generator in cypress executor (#​29689)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
  • vite: plugin should infer 'vite' for dev/serve command (#​29585)
  • vite: do not stop the test process of failure in watch mode (#​29260)
❤️ Thank You

v20.3.3

Compare Source

20.3.3 (2025-01-23)
🩹 Fixes
  • 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)
  • gradle: check if java is installed (#​29572)
  • graph: copy command text directly from PDV (#​29645)
  • 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)
  • node: set correct compilerOptions for Nest applications (#​29725)
  • nx-dev: update request a trial link on pricing page (#​29711)
  • nx-plugin: fix plugin generation in ts solution setup (#​29730)
  • react: ensure project name is escaped in spec matcher when generating an application (#​29732)
  • testing: e2e config generators should prompt for missing serve data (#​29660)
  • vite: do not stop the test process of failure in watch mode (#​29260)
❤️ Thank You
trivago/prettier-plugin-sort-imports (@​trivago/prettier-plugin-sort-imports)

v5.2.2

Compare Source

streetsidesoftware/cspell (cspell)

v8.17.3

Compare Source

i18next/i18next (i18next)

v24.2.2

Compare Source

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829
lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.
angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

🚦 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 has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot requested review from a team as code owners February 4, 2025 05:04
@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Feb 4, 2025
Copy link

github-actions bot commented Feb 4, 2025

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 244 244 0
commerce 355.2 355.2 0
search 415.2 415.2 0
insight 406.3 406.3 0
recommendation 256.2 256.2 0
ssr 409 409 0
ssr-commerce 373 373 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@alexprudhomme alexprudhomme added this pull request to the merge queue Feb 4, 2025
Merged via the queue into master with commit 9016283 Feb 4, 2025
125 checks passed
@alexprudhomme alexprudhomme deleted the renovate/all-safe branch February 4, 2025 13:41
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.

1 participant