Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the dev-dependencies group with 10 updates:

Package From To
prettier 3.7.4 3.8.0
typescript-eslint 8.52.0 8.53.0
@types/node 25.0.6 25.0.9
vitest 4.0.16 4.0.17
@sveltejs/adapter-node 5.4.0 5.5.1
@sveltejs/kit 2.49.4 2.50.0
svelte 5.46.1 5.46.4
@chromatic-com/storybook 4.1.3 5.0.0
@vitest/browser-playwright 4.0.16 4.0.17
@vitest/coverage-v8 4.0.16 4.0.17

Updates prettier from 3.7.4 to 3.8.0

Release notes

Sourced from prettier's releases.

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.0

diff

🔗 Release Notes

Commits

Updates typescript-eslint from 8.52.0 to 8.53.0

Release notes

Sourced from typescript-eslint's releases.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.53.0 (2026-01-12)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @types/node from 25.0.6 to 25.0.9

Commits

Updates vitest from 4.0.16 to 4.0.17

Release notes

Sourced from vitest's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • dd54e94 chore: release v4.0.17
  • 59f92d4 fix(fsModuleCache): add importers alongside importedModules (#9423)
  • 751364e fix(fsModuleCache): don't store importers in cache (#9422)
  • 4b67fc2 fix: typo in browser.provider error (#9394)
  • 40841ff fix: handle null options in addEventHandler #9371 (#9372)
  • 200dadb fix(pool): handle worker start failures gracefully (#9337)
  • 1500654 fix(browser): support fileParallelism on an instance (#9328)
  • a8a8836 fix(pool): validate environment options when reusing the worker (#9349)
  • 7b10ab4 fix(typecheck): improve error message when tsc outputs help text (#9214)
  • 876cb84 feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...
  • Additional commits viewable in compare view

Updates @sveltejs/adapter-node from 5.4.0 to 5.5.1

Release notes

Sourced from @​sveltejs/adapter-node's releases.

@​sveltejs/adapter-node@​5.5.1

Patch Changes

@​sveltejs/adapter-node@​5.5.0

Minor Changes

  • feat: add env vars for keepAliveTimeout and headersTimeout (#15125)
Changelog

Sourced from @​sveltejs/adapter-node's changelog.

5.5.1

Patch Changes

5.5.0

Minor Changes

  • feat: add env vars for keepAliveTimeout and headersTimeout (#15125)
Commits

Updates @sveltejs/kit from 2.49.4 to 2.50.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.50.0

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

@​sveltejs/kit@​2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.50.0

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

Commits

Updates svelte from 5.46.1 to 5.46.4

Release notes

Sourced from svelte's releases.

svelte@5.46.4

Patch Changes

svelte@5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)
Changelog

Sourced from svelte's changelog.

5.46.4

Patch Changes

5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)

  • fix: don't transform references of function declarations in legacy mode (#17431)

  • fix: notify deriveds of changes to sources inside forks (#17437)

  • fix: always reconnect deriveds in get, when appropriate (#17451)

  • fix: prevent derives without dependencies from ever re-running (286b40c4526ce9970cb81ddd5e65b93b722fe468)

  • fix: correctly update writable deriveds inside forks (#17437)

  • fix: remove $inspect calls after await expressions when compiling for production server code (#17407)

  • fix: clear batch between runs (#17424)

  • fix: adjust loc property of Program nodes created from <script> elements (#17428)

  • fix: don't revert source to UNINITIALIZED state when time travelling (#17409)

5.46.2

Notice

Not published due to CI issue

Commits

Updates @chromatic-com/storybook from 4.1.3 to 5.0.0

Release notes

Sourced from @​chromatic-com/storybook's releases.

v5.0.0

💥 Breaking Change

🐛 Bug Fix

Authors: 2

v5.0.0-next.0

💥 Breaking Change

⚠️ Pushed to next

Authors: 5

v4.2.0-next.1

🚀 Enhancement

⚠️ Pushed to next

Authors: 3

v4.2.0-next.0

🚀 Enhancement

... (truncated)

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v5.0.0 (Tue Jan 13 2026)

💥 Breaking Change

🐛 Bug Fix

Authors: 2


Commits
  • e79de15 Bump version to: 5.0.0 [skip ci]
  • a3ac8f9 Update CHANGELOG.md [skip ci]
  • 366a1d7 Merge pull request #403 from chromaui/npm-trusted-publishing
  • 32ba173 Setup Node.js in release
  • c35dbbe Update npm version and add pull-requests permission
  • ce6db89 Merge pull request #402 from chromaui/npm-trusted-publishing
  • 9c623aa Linting
  • fd9530a Remove npm token since we use trusted publishing
  • 57292a3 Upgrade yarn to latest
  • 0e3f42a Update release workflow to use npm trusted publishing
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​chromatic-com/storybook since your current version.


Updates @vitest/browser-playwright from 4.0.16 to 4.0.17

Release notes

Sourced from @​vitest/browser-playwright's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/coverage-v8 from 4.0.16 to 4.0.17

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • dd54e94 chore: release v4.0.17
  • 29ee7f5 chore(deps): update Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 18, 2026
Signed-off-by: Hayoung Jeong <drumrobot43@gmail.com>
@es6kr es6kr deleted a comment from coderabbitai bot Jan 19, 2026
@DrumRobot DrumRobot requested a review from Copilot January 19, 2026 14:29
Copy link

Copilot AI left a comment

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 10 development dependencies across the monorepo to their latest versions, including formatting tools (prettier), linting utilities (typescript-eslint), type definitions (@types/node), testing frameworks (vitest and related packages), Svelte ecosystem packages (@sveltejs/adapter-node, @sveltejs/kit, svelte), and the Storybook Chromatic addon.

Changes:

  • Updated core development tooling (prettier, typescript-eslint) to latest patch/minor versions
  • Upgraded Svelte-related packages (@sveltejs/adapter-node, @sveltejs/kit, svelte) with bug fixes and improvements
  • Updated testing infrastructure (vitest, @vitest/browser-playwright, @vitest/coverage-v8) to version 4.0.17

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/web/package.json Updates web package dependencies including Svelte packages, vitest, and Storybook
packages/vscode-extension/package.json Updates @types/node type definitions
packages/mcp/package.json Updates @types/node and vitest dependencies
packages/core/package.json Updates @types/node and vitest dependencies
package.json Updates root-level prettier and typescript-eslint dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## VSCode Extension
- Add sortBy command with QuickPick UI
- Support sort by: summary, modified, created, messageCount, title
- Pass sortOptions to loadProjectTreeData
- Update release workflow to generate CHANGELOG.md in vsix

## Web UI
- Add sort dropdown UI with persistent localStorage
- Implement handleSortChange to reload sessions with new sort options
- Add expandProject API endpoint with sortOptions support
- Display sort field and order in ProjectTree component

## Core Library - Performance Optimization
- Pre-calculate sortTimestamp (Unix ms) during data load (O(n) → O(1) per comparison)
- Change sortTimestamp type from string to number for efficient numeric sorting
- Extract and export sortSessions function for testing
- Restore getSessionSortTimestamp utility function
- Update all tests to use numeric timestamps with pre-calculated constants

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Hayoung Jeong <drumrobot43@gmail.com>
@DrumRobot DrumRobot force-pushed the dependabot/npm_and_yarn/dev-dependencies-4a7469199d branch from f915c22 to 79fab52 Compare January 20, 2026 04:28
DrumRobot and others added 2 commits January 20, 2026 13:44
- Disable review status messages
- Enable auto review for main and develop branches
- Enable free tier with cache disabled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Hayoung Jeong <young@willkomo.com>
Bumps the dev-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.52.0` | `8.53.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.6` | `25.0.9` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.17` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.4.0` | `5.5.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.49.4` | `2.50.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.46.1` | `5.46.4` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.1.3` | `5.0.0` |
| [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.0.16` | `4.0.17` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.16` | `4.0.17` |


Updates `prettier` from 3.7.4 to 3.8.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.0)

Updates `typescript-eslint` from 8.52.0 to 8.53.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/typescript-eslint)

Updates `@types/node` from 25.0.6 to 25.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vitest` from 4.0.16 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/vitest)

Updates `@sveltejs/adapter-node` from 5.4.0 to 5.5.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-node/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@5.5.1/packages/adapter-node)

Updates `@sveltejs/kit` from 2.49.4 to 2.50.0
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.50.0/packages/kit)

Updates `svelte` from 5.46.1 to 5.46.4
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.46.4/packages/svelte)

Updates `@chromatic-com/storybook` from 4.1.3 to 5.0.0
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.0.0/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v4.1.3...v5.0.0)

Updates `@vitest/browser-playwright` from 4.0.16 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/browser-playwright)

Updates `@vitest/coverage-v8` from 4.0.16 to 4.0.17
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@sveltejs/adapter-node"
  dependency-version: 5.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: svelte
  dependency-version: 5.46.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@vitest/browser-playwright"
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Hayoung Jeong <young@willkomo.com>
@DrumRobot DrumRobot force-pushed the dependabot/npm_and_yarn/dev-dependencies-4a7469199d branch from 79fab52 to 4dd08a4 Compare January 20, 2026 04:51
@es6kr es6kr deleted a comment from coderabbitai bot Jan 20, 2026
@DrumRobot DrumRobot self-requested a review January 20, 2026 04:52
@DrumRobot DrumRobot merged commit 4416956 into main Jan 20, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-4a7469199d branch January 20, 2026 04:59
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants