Skip to content

chore: update npm packages#17

Merged
theproducer merged 8 commits intonextfrom
chore/RMET-4693/upgrade-npm-dependencies
Dec 1, 2025
Merged

chore: update npm packages#17
theproducer merged 8 commits intonextfrom
chore/RMET-4693/upgrade-npm-dependencies

Conversation

@ItsChaceD
Copy link
Copy Markdown
Contributor

No description provided.

@ItsChaceD ItsChaceD requested a review from a team November 19, 2025 14:57
Copy link
Copy Markdown
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typescript update causes

node_modules/@types/node/globals.d.ts:126:13 - error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.

@jcesarmobile
Copy link
Copy Markdown
Member

Also, I think the PR should be agains next branch, not main

@ItsChaceD ItsChaceD changed the base branch from main to next November 20, 2025 16:27
@ItsChaceD ItsChaceD marked this pull request as draft November 20, 2025 16:27
Copy link
Copy Markdown
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some dependencies are getting updated with ~ and others with ^, in the migrator tool we make them all ^, so I think we should follow the same approach on our repositories.

example-app shouldn't be removed from the .prettierignore file, in create-capacitor-app package we add example-app in there to prevent changes on the example apps as some rules used with our linters might interfere in apps.
That means, the lint changes in example-app should also be reverted.

The prettier-plugin-java update requires this change Chace made but you missed
8558b26#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R40

@theproducer theproducer marked this pull request as ready for review November 26, 2025 19:05
@theproducer theproducer merged commit 9d8ae2e into next Dec 1, 2025
8 checks passed
@theproducer theproducer deleted the chore/RMET-4693/upgrade-npm-dependencies branch December 1, 2025 16:17
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.

5 participants