Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@v4

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v3
with:
webhook-type: incoming-webhook
payload: |
{
"text": "New release ${{github.ref_name}} for ${{github.event.repository.name}}.",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [ main, beta, prerelease ]
branches: [ main, beta, prerelease, oclif4 ]
pull_request:
branches: [ main ]
jobs:
Expand All @@ -12,16 +12,16 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v5
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'pnpm'
Expand Down
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{ "name": "main", "channel": "latest" },
"+([0-9])?(.{+([0-9]),x}).x",
{ "name": "beta", "prerelease": true },
{ "name": "prerelease", "prerelease": "rc" }
{ "name": "prerelease", "prerelease": "rc" },
{ "name": "oclif4", "prerelease": true }
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
## [1.2.1](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/compare/v1.2.0...v1.2.1) (2026-04-15)
# [2.0.0-oclif4.2](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/compare/v2.0.0-oclif4.1...v2.0.0-oclif4.2) (2026-05-05)


### Bug Fixes

* run tests in updates workflow ([045a532](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/commit/045a53244f60b0e67f2e6b889f31bd6efbd8c2e9))
* update dependencies and add updates workflow ([9121603](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/commit/9121603e6ef092e4f88368d21eaefc64cd2d9e33))

# [2.0.0-oclif4.1](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/compare/v1.2.0...v2.0.0-oclif4.1) (2026-03-26)


### Features

* upgrade to oclif core v4 and node v22 ([16d11c6](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/commit/16d11c6fa69bc3e67de627658fc31a5292702df1))


### BREAKING CHANGES

* upgrade to oclif core v4 and node v22

# [1.2.0](https://github.com/commercelayer/commercelayer-cli-plugin-metrics/compare/v1.1.7...v1.2.0) (2026-03-24)


Expand Down
53 changes: 0 additions & 53 deletions lib/base.d.ts

This file was deleted.

194 changes: 0 additions & 194 deletions lib/base.js

This file was deleted.

18 changes: 0 additions & 18 deletions lib/commands/metrics/breakdown.d.ts

This file was deleted.

Loading