Update dependencies across multiple packages to latest versions #7431
+1,884
−1,652
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes multiple updates across various
package.json
files to upgrade dependencies to their latest versions. The most significant changes include updates totypescript
,prettier
, and several other dependencies across different packages.Dependency updates:
package.json
: Updatedtypescript
to5.8.2
,prettier
to3.5.2
, and other dependencies to their latest versions.packages/adapters/angular/v15/package.json
,packages/adapters/angular/v16/package.json
,packages/adapters/angular/v17/package.json
,packages/adapters/angular/v18/package.json
: Updatedprettier
to3.5.2
,rxjs
to7.8.2
, and other dependencies. [1] [2] [3] [4]packages/adapters/preact/package.json
,packages/adapters/react/package.json
,packages/adapters/solid/package.json
,packages/adapters/vue/package.json
: Updatedtypescript
to5.8.2
and other dependencies. [1] [2] [3] [4]packages/components/package.json
: Updatedprettier
to3.5.2
,typescript
to5.8.2
, and other dependencies. [1] [2]packages/designer/package.json
: Updatedsolid-js
to1.9.5
,typescript
to5.8.2
, and other dependencies. [1] [2]packages/samples/angular/package.json
: Updatedrxjs
to7.8.2
,@angular-devkit/build-angular
to18.2.14
, and other dependencies.packages/samples/react/package.json
: Updatedtypescript
to5.8.2
,react-router
to6.30.0
, and other dependencies. [1] [2]packages/themes/bwst/package.json
,packages/themes/default/package.json
,packages/themes/ecl/package.json
,packages/themes/itzbund/package.json
,packages/themes/package.json
: Updatedtypescript
to5.8.2
,postcss
to8.5.3
, and other dependencies. [1] [2] [3] [4] [5]packages/tools/kolibri-cli/package.json
: Updatedprettier
to3.5.2
,typescript
to5.8.2
, and other dependencies. [1] [2]Refs: 🛠️ Todo: Update deps, locks and generated readme files #6350The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer: