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: support npm11 #1249

Merged
merged 18 commits into from
Dec 24, 2024
Merged

feat: support npm11 #1249

merged 18 commits into from
Dec 24, 2024

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Dec 24, 2024

add support for NPM v11
see https://github.com/npm/cli/releases/tag/v11.0.0

fixes #1245


Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck jkowalleck added the enhancement New feature or request label Dec 24, 2024
@jkowalleck jkowalleck requested a review from a team as a code owner December 24, 2024 12:40
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck
Copy link
Member Author

@jkowalleck jkowalleck marked this pull request as draft December 24, 2024 12:42
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Copy link

codacy-production bot commented Dec 24, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c93379f) 1329 1083 81.49%
Head commit (fce0c97) 1329 (+0) 1083 (+0) 81.49% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1249) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck jkowalleck changed the title [WIP] feat: support npm11 feat: support npm11 Dec 24, 2024
@jkowalleck jkowalleck marked this pull request as ready for review December 24, 2024 13:19
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck jkowalleck marked this pull request as draft December 24, 2024 13:48
@jkowalleck jkowalleck changed the title feat: support npm11 [wip] feat: support npm11 Dec 24, 2024
@jkowalleck jkowalleck changed the title [wip] feat: support npm11 feat: support npm11 Dec 24, 2024
@jkowalleck jkowalleck marked this pull request as ready for review December 24, 2024 14:05
@jkowalleck jkowalleck merged commit 3d7f8e1 into main Dec 24, 2024
34 checks passed
@jkowalleck jkowalleck deleted the feat/npm11 branch December 24, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support NPM v11
1 participant