Skip to content

build(deps): Bumped dependencies to latest versions - #2310

Merged
rkaraivanov merged 1 commit into
masterfrom
rkaraivanov/bump-deps
Aug 4, 2026
Merged

build(deps): Bumped dependencies to latest versions#2310
rkaraivanov merged 1 commit into
masterfrom
rkaraivanov/bump-deps

Conversation

@rkaraivanov

Copy link
Copy Markdown
Member

No description provided.

- Updated dependencies and keywords metadata
@rkaraivanov rkaraivanov added the dependencies Pull requests that update a dependency file label Aug 4, 2026
Copilot AI review requested due to automatic review settings August 4, 2026 16:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.json and synced package-lock.json.
  • Bumped @floating-ui/dom in the published package template (scripts/_package.json).
  • Added additional npm keywords entries 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 thread scripts/_package.json
Comment on lines +81 to +84
"tree",
"virtualization",
"virtualization container",
"virtual scroll container"
@rkaraivanov
rkaraivanov merged commit 304df0e into master Aug 4, 2026
8 checks passed
@rkaraivanov
rkaraivanov deleted the rkaraivanov/bump-deps branch August 4, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants