diff --git a/.github/workflows/.install.yml b/.github/workflows/.install.yml index a9dfa96..bc60def 100644 --- a/.github/workflows/.install.yml +++ b/.github/workflows/.install.yml @@ -28,7 +28,7 @@ jobs: echo "PACKAGE_DEPS_HASH=$PACKAGE_DEPS_HASH" echo "package-deps-hash=$PACKAGE_DEPS_HASH" >> "$GITHUB_OUTPUT" - name: node-modules cache get - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: cache with: path: ./node_modules @@ -40,7 +40,7 @@ jobs: - name: node-modules cache set if: steps.cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: ./node_modules key: ${{ steps.cache.outputs.cache-primary-key }} diff --git a/.github/workflows/.publish-npm.yml b/.github/workflows/.publish-npm.yml index 52ccf9b..4c3eb76 100644 --- a/.github/workflows/.publish-npm.yml +++ b/.github/workflows/.publish-npm.yml @@ -25,7 +25,7 @@ jobs: node-version-file: '.nvmrc' - name: node-modules cache get - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: cache with: path: ./node_modules diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 2b162d3..fbb08a9 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -40,7 +40,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} @@ -61,7 +61,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} @@ -82,7 +82,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} @@ -103,7 +103,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} @@ -124,7 +124,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} @@ -145,7 +145,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} @@ -185,7 +185,7 @@ jobs: node-version-file: '.nvmrc' - name: get node-modules from cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ./node_modules key: ${{ needs.install.outputs.node-modules-cache-key }} diff --git a/package-lock.json b/package-lock.json index c096178..9575a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "core-js": "3.26.1", "cz-conventional-changelog": "3.3.0", "declapract": "^0.11.5", - "declapract-typescript-ehmpathy": "^0.33.6", + "declapract-typescript-ehmpathy": "^0.33.9", "depcheck": "1.4.3", "eslint": "8.56.0", "eslint-config-airbnb-typescript": "18.0.0", @@ -7158,9 +7158,9 @@ } }, "node_modules/declapract-typescript-ehmpathy": { - "version": "0.33.6", - "resolved": "https://registry.npmjs.org/declapract-typescript-ehmpathy/-/declapract-typescript-ehmpathy-0.33.6.tgz", - "integrity": "sha512-F8cLN3HkoqekvQYlz3a8KDpliljZ/LFSejGWnryTEqoXIGnmSLS4eeVsa6uUmzo2yd3RcuqHCBTSwl7HcN0UrQ==", + "version": "0.33.9", + "resolved": "https://registry.npmjs.org/declapract-typescript-ehmpathy/-/declapract-typescript-ehmpathy-0.33.9.tgz", + "integrity": "sha512-VNmjDEaPGXOS29jaHgEki/6Zpit2LVgATUHqSOX1OJDnR0BUmP9YYw3NcQyQeyeYQKib+Vso7elauCdtxpsVwA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -23169,9 +23169,9 @@ } }, "declapract-typescript-ehmpathy": { - "version": "0.33.6", - "resolved": "https://registry.npmjs.org/declapract-typescript-ehmpathy/-/declapract-typescript-ehmpathy-0.33.6.tgz", - "integrity": "sha512-F8cLN3HkoqekvQYlz3a8KDpliljZ/LFSejGWnryTEqoXIGnmSLS4eeVsa6uUmzo2yd3RcuqHCBTSwl7HcN0UrQ==", + "version": "0.33.9", + "resolved": "https://registry.npmjs.org/declapract-typescript-ehmpathy/-/declapract-typescript-ehmpathy-0.33.9.tgz", + "integrity": "sha512-VNmjDEaPGXOS29jaHgEki/6Zpit2LVgATUHqSOX1OJDnR0BUmP9YYw3NcQyQeyeYQKib+Vso7elauCdtxpsVwA==", "dev": true, "requires": { "@ehmpathy/error-fns": "1.3.1", diff --git a/package.json b/package.json index c110e0d..0e16896 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "test:lint:eslint": "eslint -c ./.eslintrc.js src/**/*.ts", "test:lint": "npm run test:lint:eslint && npm run test:lint:deps", "test:unit": "FORCE_COLOR=true jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')", - "test:integration": "FORCE_COLOR=true jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')", + "test:integration": "FORCE_COLOR=true jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests --runInBand $([ -z $THOROUGH ] && echo '--changedSince=main')", "test:acceptance:locally": "npm run build && FORCE_COLOR=true LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests", "test": "npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally", "test:acceptance": "npm run build && FORCE_COLOR=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests", @@ -116,7 +116,7 @@ "core-js": "3.26.1", "cz-conventional-changelog": "3.3.0", "declapract": "^0.11.5", - "declapract-typescript-ehmpathy": "^0.33.6", + "declapract-typescript-ehmpathy": "^0.33.9", "depcheck": "1.4.3", "eslint": "8.56.0", "eslint-config-airbnb-typescript": "18.0.0",