Skip to content

Conversation

@reckter
Copy link
Member

@reckter reckter commented Aug 4, 2025

No description provided.

@reckter reckter requested review from Copilot and mhlz August 4, 2025 12:01
@reckter reckter added the skip-release Preserve the current version when merged label Aug 4, 2025

This comment was marked as outdated.

@reckter reckter requested a review from Copilot August 4, 2025 18:53
Copy link
Contributor

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 switches the project's package manager from npm to pnpm, including updating dependencies to their latest versions and migrating ESLint configuration from the legacy format to the new flat config format.

  • Migrated package manager from npm to pnpm across all workflows and configurations
  • Updated all development dependencies to their latest versions
  • Migrated ESLint configuration from .eslintrc.json to the new flat config format in eslint.config.mjs

Reviewed Changes

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

Show a summary per file
File Description
package.json Updated all devDependencies to latest versions and added new ESLint-related packages
.github/workflows/push.yml Replaced npm commands with pnpm equivalents and updated cache keys
.github/workflows/pull-request.yml Replaced npm commands with pnpm equivalents and updated cache keys
eslint.config.mjs New ESLint flat config file replacing the legacy .eslintrc.json
.eslintrc.json Removed legacy ESLint configuration file
src/extendPrototype.ts Updated ESLint disable comment and reformatted type definitions
src/collections.ts Reformatted type definition for consistency

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@reckter reckter merged commit a1aaa18 into main Aug 21, 2025
6 of 7 checks passed
@reckter reckter deleted the switcht-to-pnpm branch August 21, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-release Preserve the current version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants