Skip to content

Commit 8e9f8b0

Browse files
authored
Merge pull request #569 from javierbrea/release
Release v2.2.8
2 parents 00ef904 + 8fb1cfc commit 8e9f8b0

File tree

9 files changed

+4193
-2018
lines changed

9 files changed

+4193
-2018
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ["18.20.2", "20.13.1", "22.2.0"]
16+
node: ["20.13.1", "22.2.0", "24.4.1"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -23,8 +23,6 @@ jobs:
2323
id: extract-branch
2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: 9
2826
- name: Install Node.js
2927
uses: actions/setup-node@v4
3028
with:
@@ -78,7 +76,7 @@ jobs:
7876
- name: Download test results
7977
uses: actions/download-artifact@v4
8078
with:
81-
name: coverage-18.20.2
79+
name: coverage-22.2.0
8280
path: coverage
8381
- name: Coveralls
8482
uses: coverallsapp/github-action@master

.github/workflows/check-package-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: martinbeentjes/[email protected]
2828
- name: Check Changelog version
2929
id: changelog_reader
30-
uses: mindsers/[email protected].2
30+
uses: mindsers/[email protected].3
3131
with:
3232
version: ${{ steps.package-version.outputs.current-version }}
3333
path: ./CHANGELOG.md

.github/workflows/publish-to-github.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
# Setup .npmrc file to publish to GitHub Packages
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v4
14-
with:
15-
version: 9
1614
- name: Install Node.js
1715
uses: actions/setup-node@v4
1816
with:

.github/workflows/publish-to-npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Install pnpm
1212
uses: pnpm/action-setup@v4
13-
with:
14-
version: 9
1513
- name: Install Node.js
1614
uses: actions/setup-node@v4
1715
with:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [2.2.8] - 2025-07-28
14+
15+
### Changed
16+
* test: Upgrade latest Cypress version in E2E tests to v14
17+
* chore(deps): Upgrade dev dependencies
18+
* chore(deps): Remove Node 18 from workflows. Add Node 24
19+
* chore(deps): Add pnpm as package manager to package.json. Remove pnpm version from workflows
20+
1321
## [2.2.7] - 2024-12-06
1422

1523
### Added

package.json

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-localstorage-commands",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",
@@ -46,37 +46,37 @@
4646
"cypress": ">=2.1.0"
4747
},
4848
"devDependencies": {
49-
"@cypress/webpack-preprocessor": "6.0.2",
50-
"@eslint/js": "9.16.0",
51-
"@eslint/json": "0.8.0",
52-
"@eslint/markdown": "6.2.1",
53-
"@stryker-mutator/core": "8.6.0",
54-
"@stryker-mutator/jest-runner": "8.6.0",
55-
"@typescript-eslint/eslint-plugin": "8.17.0",
56-
"@typescript-eslint/parser": "8.17.0",
57-
"babel-loader": "9.2.1",
49+
"@cypress/webpack-preprocessor": "6.0.4",
50+
"@eslint/js": "9.32.0",
51+
"@eslint/json": "0.13.1",
52+
"@eslint/markdown": "7.1.0",
53+
"@stryker-mutator/core": "9.0.1",
54+
"@stryker-mutator/jest-runner": "9.0.1",
55+
"@typescript-eslint/eslint-plugin": "8.38.0",
56+
"@typescript-eslint/parser": "8.38.0",
57+
"babel-loader": "10.0.0",
5858
"babel-plugin-module-resolver": "5.0.2",
59-
"cspell": "8.16.1",
60-
"cypress": "13.16.1",
61-
"eslint": "9.16.0",
62-
"eslint-config-prettier": "9.1.0",
63-
"eslint-import-resolver-typescript": "3.7.0",
64-
"eslint-plugin-cypress": "4.1.0",
65-
"eslint-plugin-import": "2.31.0",
66-
"eslint-plugin-jest": "28.9.0",
67-
"eslint-plugin-prettier": "5.2.1",
68-
"eslint-plugin-react": "7.37.2",
69-
"fs-extra": "11.2.0",
70-
"globals": "15.13.0",
59+
"cspell": "9.2.0",
60+
"cypress": "14.5.3",
61+
"eslint": "9.32.0",
62+
"eslint-config-prettier": "10.1.8",
63+
"eslint-import-resolver-typescript": "4.4.4",
64+
"eslint-plugin-cypress": "5.1.0",
65+
"eslint-plugin-import": "2.32.0",
66+
"eslint-plugin-jest": "29.0.1",
67+
"eslint-plugin-prettier": "5.5.3",
68+
"eslint-plugin-react": "7.37.5",
69+
"fs-extra": "11.3.0",
70+
"globals": "16.3.0",
7171
"husky": "9.1.7",
72-
"is-ci": "3.0.1",
73-
"jest": "29.7.0",
74-
"lint-staged": "15.2.10",
75-
"prettier": "3.4.2",
76-
"sinon": "19.0.2",
77-
"start-server-and-test": "2.0.8",
78-
"typescript": "5.7.2",
79-
"webpack": "5.97.1"
72+
"is-ci": "4.1.0",
73+
"jest": "30.0.5",
74+
"lint-staged": "16.1.2",
75+
"prettier": "3.6.2",
76+
"sinon": "21.0.0",
77+
"start-server-and-test": "2.0.12",
78+
"typescript": "5.8.3",
79+
"webpack": "5.101.0"
8080
},
8181
"lint-staged": {
8282
"**/*.js": "eslint",
@@ -88,5 +88,6 @@
8888
},
8989
"engines": {
9090
"node": ">=14.0.0"
91-
}
91+
},
92+
"packageManager": "[email protected]"
9293
}

0 commit comments

Comments
 (0)