Skip to content

chore: update package setup and workflows - #94

Merged
panz3r merged 5 commits into
mainfrom
update-package
Sep 20, 2025
Merged

chore: update package setup and workflows#94
panz3r merged 5 commits into
mainfrom
update-package

Conversation

@panz3r

@panz3r panz3r commented Sep 20, 2025

Copy link
Copy Markdown
Member

Description of Changes

This pull request updates dependencies and configuration files to ensure the project uses the latest versions and follows best practices for package management and publishing. The most important changes include dependency upgrades in pnpm-lock.yaml, improvements to repository metadata, and adjustments to publishing and automation workflows.

Dependency upgrades:

  • Updated several dependencies in pnpm-lock.yaml.

Repository metadata and configuration:

  • Updated the repository field in both package.json and lib/package.json to use the expanded object format with type and url, improving clarity and compatibility.
  • Bumped the version in package.json to 2.0.0 and updated the packageManager field to a newer pnpm version.

Publishing and automation workflow improvements:

  • Modified .github/workflows/release.yml to remove the --provenance and --access public flags from the npm publish command and removed the NODE_AUTH_TOKEN environment variable, simplifying the publish step.
  • Enhanced .github/dependabot.yml to include commit message customization, adding scope and using "fix" and "chore" prefixes for updates.

How to Test

  1. CI Checks: Verify that all automated tests (Vitest) and build steps pass successfully on this PR.
  2. Local Verification (Optional):
    • Run pnpm install (or equivalent).
    • Run the development server (pnpm dev or equivalent) for the library or examples to ensure Vite starts correctly.
    • Run a build (pnpm build or equivalent) to ensure it completes successfully.

Checklist

  • My code follows the project's style guidelines
  • I have added or updated tests to cover the changes
  • I have updated relevant documentation
  • All tests are passing locally
  • CI checks are passing
  • I have reviewed my own code and lock file changes
  • I have checked for any potential security implications
  • I have verified the changes work as expected

Notes for Reviewers

@panz3r
panz3r requested a review from Copilot September 20, 2025 14:17

Copilot AI left a comment

Copy link
Copy Markdown

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 project dependencies and configuration files for package management and publishing improvements. It bumps the main version to 2.0.0, updates repository metadata format, and streamlines CI workflows.

  • Updated dependency versions and package manager to pnpm@10.17.0
  • Standardized repository field format to expanded object notation across package.json files
  • Simplified npm publishing workflow by removing provenance and access flags
  • Enhanced Dependabot configuration with commit message customization

Reviewed Changes

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

File Description
package.json Version bump to 2.0.0, pnpm upgrade, and repository field standardization
lib/package.json Repository field format update to match parent package.json
.github/workflows/release.yml Simplified npm publish command by removing flags and auth token
.github/dependabot.yml Added commit message customization with scope and prefix configuration
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/release.yml
Comment thread .github/workflows/release.yml
@panz3r
panz3r merged commit 5122f69 into main Sep 20, 2025
7 checks passed
@panz3r
panz3r deleted the update-package branch September 20, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants