Skip to content

Mock npm creation off mostly raw files - #35

Open
tiffehr wants to merge 3 commits into
mainfrom
staging
Open

tiffehr wants to merge 3 commits into
mainfrom
staging

Conversation

@tiffehr

@tiffehr tiffehr commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Work

  • cleanup release.yaml tokens
  • gitignore tweaks
  • Vite upgrade to ^v7.*

In progress

  • Types on API output
  • OpenAPI or another API-generation (auto-documents) client
  • mock data has some assumptions for front-end endpoints the data will not cover
  • Claude has memory notes in /home/tiff/.claude/plans/shimmering-prancing-raccoon.md

Copilot AI review requested due to automatic review settings July 31, 2026 22:13
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

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

Updates front-end build tooling dependencies (notably Svelte’s Vite plugin) and refreshes the npm lockfile, alongside small repo hygiene changes and a simplification to the release workflow’s checkout token configuration.

Changes:

  • Bump @sveltejs/vite-plugin-svelte to ^7.2.0 and update package-lock.json accordingly
  • Add an ignore rule for local Claude Code settings
  • Simplify release workflow checkout token usage to always use GITHUB_TOKEN

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Updates dev dependency for Svelte’s Vite plugin (and reflects current Vite major in the manifest)
package-lock.json Regenerates lockfile to match updated dependency graph (Vite 8.x ecosystem)
.gitignore Ignores .claude/settings.local.json local-only config
.github/workflows/release.yml Removes fallback to a custom release token, using GITHUB_TOKEN for checkout

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

Comment thread package.json
Comment on lines 33 to 36
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@testing-library/jest-dom": "^6.9.1",
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