build(deps): Bumped dependencies to latest versions - #2310
Merged
Conversation
- Updated dependencies and keywords metadata
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates npm dependencies/peerDependencies and lockfile snapshots to newer patch/minor versions, and also adjusts the published package metadata used during the dist/ build.
Changes:
- Bumped various devDependencies (Storybook, Vite, Playwright, Biome, etc.) in
package.jsonand syncedpackage-lock.json. - Bumped
@floating-ui/domin the published package template (scripts/_package.json). - Added additional npm
keywordsentries in the published package template.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/_package.json | Updates published package.json template (keywords + dependency bump). |
| package.json | Bumps root devDependencies/peerDependencies to newer versions. |
| package-lock.json | Updates resolved dependency tree to match the new version ranges. |
Suppressed comments (1)
scripts/_package.json:92
- scripts/_package.json is the file copied into dist as the published package.json (see scripts/build.mjs). This PR bumps deps/peerDeps in the repo root, but the published template still pins older minimum versions for @lit/context, lit, and several peerDependencies, so consumers of the published package won’t actually get the “bumped” requirements.
"dependencies": {
"@floating-ui/dom": "^1.8.0",
"@lit/context": "^1.1.0",
"igniteui-i18n-core": "^1.0.5",
"lit": "^3.3.0"
Comment on lines
+81
to
+84
| "tree", | ||
| "virtualization", | ||
| "virtualization container", | ||
| "virtual scroll container" |
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.
No description provided.