Merged
Conversation
brianhdk
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
https://trello.com/c/2DIEa93P/19836-recurring-task-development-webcomponents-check-package-dependencies
Summary
devDependenciesinpackages/web-componentswhere newer stable versions were installable:@microsoft/api-extractor^7.58.7,@typescript-eslint/eslint-plugin^8.59.0,@typescript-eslint/parser^8.59.0,dotenv^17.4.2,rollup^4.60.2,typescript^6.0.3,typescript-lit-html-plugin^0.9.1, andvite^8.0.9.@lit/context>=1.1.6 <2.0.0andlit>=3.3.1 <4.0.0.packages/web-components/tsconfig.jsonso the upgraded compiler still accepts the current setup:ignoreDeprecations: "6.0"plus explicitmochaandnodeambient types.eslinton^9.39.4instead of@latestbecause the current latesteslint-plugin-importandeslint-plugin-promisepeer ranges still stop at ESLint 9.@relewise/clientunchanged because it is apeerDependency;npm outdatedreports2.23.1available versus the current minimum>= 2.22.0.Validation
npm run build(inpackages/web-components): passednpm run build:types(inpackages/web-components): passednpm run test(inpackages/web-components): failed intests/popular-products.test.tsNotes
integrationTestRelewiseOptions()and makes live API requests. In this environment it returned404/ fetch failures against the configured Relewise integration values, so the validation gap appears environment/API-related rather than dependency-resolution-related.npm outdatedstill reportseslintbehind@latestfor the compatibility reason above,@relewise/clientbehind latest because peer dependencies were not auto-upgraded, andtypescript-lit-html-pluginreporting an unusualLatestvalue of0.9.0while0.9.1is installed.