Skip to content

Commit

Permalink
Merge branch 'master' into STRIPES-957
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Feb 6, 2025
2 parents 1f37cb5 + 2be8107 commit f4ce83e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
* Prune STS headers, permitting local non-SSL access via proxy. Refs STCLI-248.
* Turn off `<StrictMode>` when running tests. Refs STCLI-256.
* Check for `main` branch in `stripes platform pull` command. Refs STCLI-258.
* **BREAKING** Correctly implment `transpile`. Refs STCLI-259.
* *BREAKING* bump `@folio/stripes-webpack` to `6.0.0`.
* *BREAKING* bump `NodeJS` to `v20`. Refs STCLI-260.
* Bump `@formatjs/cli` and `@formatjs/cli-lib` to their latest versions. Refs STCLI-262.
* *BREAKING* bump `@folio/eslint-config-stripes` to `8.0.0`.
* *BREAKING* Correctly implement `transpile`. Refs STCLI-259.

## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09)
[Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.1.0...v3.2.0)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"@babel/register": "^7.25.9",
"@folio/stripes-testing": "^3.0.0",
"@folio/stripes-webpack": "^6.0.0",
"@formatjs/cli": "^6.1.3",
"@formatjs/cli-lib": "^6.1.3",
"@formatjs/cli": "^6.6.0",
"@formatjs/cli-lib": "^7.3.0",
"@octokit/rest": "^19.0.7",
"babel-plugin-istanbul": "^6.0.0",
"configstore": "^3.1.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"yargs": "^17.3.1"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/eslint-config-stripes": "^8.0.0",
"chai": "^4.1.2",
"colors": "1.4.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit f4ce83e

Please sign in to comment.