update electron && update npm packages #1825
Merged
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.
PR Details
Description / Motivation and Context
This pull request includes various dependency updates across multiple packages to ensure the latest versions are used. The updates span several
package.json
andpackage-lock.json
files within the project.Dependency updates:
starsky-tools/end2end/package.json
: Updated versions for@eslint/js
,@types/node
,cypress
,eslint
,globals
,typescript
, andtypescript-eslint
.starsky-tools/mail/package-lock.json
: Updated version from0.6.1
to0.6.3
.starsky-tools/mock/package-lock.json
: Updated version from0.6.1
to0.6.3
and updatedexpress
dependency.starsky-tools/mock/package.json
: Updatedexpress
dependency.starsky-tools/sync/package-lock.json
: Updated version from0.6.1
to0.6.3
.starsky-tools/thumbnail/package-lock.json
: Updated version from0.6.2
to0.6.3
, updated@types/node
andconcurrently
dependencies. [1] [2] [3] [4] [5] [6]starsky-tools/thumbnail/package.json
: Updated@types/node
andconcurrently
dependencies.starsky/package.json
: Addedupdate:install
script.starsky/starsky/clientapp/package.json
: Updated various dependencies includingcore-js
,react-router-dom
,@storybook/*
,@testing-library/jest-dom
,@types/*
,eslint-plugin-*
, andstorybook
. [1] [2]starsky/starsky/clientapp/src/components/organisms/detail-view-media/detail-view-gpx.spec.tsx
: Replacedtap
withtapHold
in several test cases. [1] [2] [3] [4] [5]starsky/starsky/clientapp/src/components/organisms/detail-view-media/detail-view-gpx.tsx
: Replacedtap
withtapHold
.starskydesktop/package.json
: Updated various dependencies includingwinston
,@types/*
,@typescript-eslint/*
,electron
,eslint
,sonarqube-scanner
,typescript
, and several optional dependencies.Related Issue
How Has This Been Tested
Types of changes
Checklist