Skip to content

build(deps): Bumped dev dependencies#2288

Merged
rkaraivanov merged 1 commit into
masterfrom
rkaraivanov/bump-deps
Jul 8, 2026
Merged

build(deps): Bumped dev dependencies#2288
rkaraivanov merged 1 commit into
masterfrom
rkaraivanov/bump-deps

Conversation

@rkaraivanov

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 8, 2026 06:13
@rkaraivanov rkaraivanov added the dependencies Pull requests that update a dependency file label Jul 8, 2026

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

Updates development tooling dependencies and refreshes Storybook docs copy for the Tabs story.

Changes:

  • Bump several dev dependencies (Biome, Prettier, TypeDoc, Shiki, @web/test-runner stack).
  • Update Storybook arg/docs descriptions for igc-tabs alignment/activation options.
  • Regenerate package-lock.json to reflect the new dependency graph.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
stories/tabs.stories.ts Updates Storybook argTypes/JSDoc descriptions for Tabs.
package.json Bumps dev dependency versions (notably @web/test-runner / dev-server-esbuild major upgrades).
package-lock.json Lockfile updates for the bumped dependency set.
Comments suppressed due to low confidence (1)

package.json:105

  • Dev dependency upgrades include @web/test-runner@^1 and @web/dev-server-esbuild@^2 which require Node.js >=22 (per package-lock). Adding a package-level "engines.node" helps contributors get an immediate, explicit signal when using an older Node version.
    "typedoc": "~0.28.20",
    "typedoc-plugin-localization": "^3.1.0",
    "typescript": "^6.0.3",
    "vite": "~8.0.16"
  },

Comment thread stories/tabs.stories.ts
alignment: {
type: '"start" | "end" | "center" | "justify"',
description: 'Sets the alignment for the tab headers',
description: 'Determines the alignment of the tabs header strip.',
Comment thread stories/tabs.stories.ts

interface IgcTabsArgs {
/** Sets the alignment for the tab headers */
/** Determines the alignment of the tabs header strip. */
Comment thread stories/tabs.stories.ts
Comment on lines 28 to 32
argTypes: {
alignment: {
type: '"start" | "end" | "center" | "justify"',
description: 'Sets the alignment for the tab headers',
description: 'Determines the alignment of the tabs header strip.',
options: ['start', 'end', 'center', 'justify'],
@rkaraivanov rkaraivanov merged commit 9dffa42 into master Jul 8, 2026
8 checks passed
@rkaraivanov rkaraivanov deleted the rkaraivanov/bump-deps branch July 8, 2026 06: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