Skip to content
Merged
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for stripes-cli

## 4.1.0 IN PROGRESS
## 5.0.0 IN PROGRESS

* Populate module descriptor's `name` field with module-name if `description` is missing. Refs STCLI-272.
* Use node-native glob functionality in `translate compile`. Refs STCLI-273.
Expand All @@ -11,6 +11,7 @@
* Upgrade fast-xml-parser from 4 (EOL) to 5.5.8. Refs STCLI-278.
* Bump @octokit/rest to ^22.0.1. Refs STCLI-280.
* Commit `yarn.lock` to avoid future supply chain attacks. Refs STCLI-281.
* *BREAKING* bump `engines.node` to v22. Refs STCLI-XXX.

## [4.0.0](https://github.com/folio-org/stripes-cli/tree/v4.0.0) (2025-02-24)
[Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.2.0...v4.0.0)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@folio/stripes-cli",
"version": "4.1.0",
"version": "5.0.0",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
"node": ">=22.12.0"
},
"main": "index.js",
"bin": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@folio/stripes-testing": "^3.0.0",
"@folio/stripes-webpack": "^6.0.0",
"@folio/stripes-webpack": "^7.0.0",
"@formatjs/cli": "^6.1.3",
"@formatjs/cli-lib": "^6.1.3",
"@octokit/rest": "^22.0.1",
Expand Down Expand Up @@ -74,7 +74,7 @@
"yargs": "^17.3.1"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^8.0.0",
"@folio/eslint-config-stripes": "^9.0.0",
"chai": "^4.1.2",
"colors": "1.4.0",
"eslint": "^7.32.0",
Expand Down
Loading
Loading