Skip to content

feat: update versions#695

Merged
Swanand01 merged 7 commits into
theme-elementary-v2from
feat/update-versions
May 29, 2026
Merged

feat: update versions#695
Swanand01 merged 7 commits into
theme-elementary-v2from
feat/update-versions

Conversation

@Swanand01
Copy link
Copy Markdown

Description

This PR updates the theme.json version and the packages version

Technical Details

  1. theme.json is update to v3
  2. package.json now uses ranges instead of exact versions

Checklist

  • Check all existing scripts run, and no functionality breaks

Fixes/Covers issue

Fixes #670

Copy link
Copy Markdown

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

Updates the theme’s theme.json to schema version 3 and refreshes the project’s Node tooling/dependency versions, switching from pinned versions to semver ranges to keep tooling current (Issue #670).

Changes:

  • Bump theme.json "version" from 2 → 3 and adjust a few settings formatting/flags for v3.
  • Update package.json dependencies/devDependencies to newer versions and use ^ ranges instead of exact pins.
  • Remove the npm save-exact configuration from .npmrc.

Reviewed changes

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

File Description
theme.json Moves theme.json to v3 and adds/adjusts settings consistent with the updated schema.
package.json Updates and loosens tooling/dependency version constraints to semver ranges.
.npmrc Removes exact-version saving behavior to align with semver ranges.
Comments suppressed due to low confidence (1)

.npmrc:1

  • After removing save-exact = true, this file becomes empty. Keeping an empty .npmrc is a bit confusing/no-op; consider deleting the .npmrc file entirely (or leave a comment explaining why it must exist).

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

@Swanand01 Swanand01 self-assigned this May 28, 2026
Comment thread theme.json
Comment thread package.json Outdated
Comment thread package.json Outdated
@Swanand01 Swanand01 merged commit 7376359 into theme-elementary-v2 May 29, 2026
7 checks passed
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.

3 participants