diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a76339bc13d..282b9ef6594 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,7 +225,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules @@ -277,7 +277,7 @@ jobs: - name: Notify the slack channel of when build conclusion failed env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1.27.1 with: channel-id: ${{ secrets.SLACK_NOTIFICATION_CHANNEL }} payload: | diff --git a/core-libs/setup/package.json b/core-libs/setup/package.json index 55537ae3115..91f388e3a9f 100644 --- a/core-libs/setup/package.json +++ b/core-libs/setup/package.json @@ -1,6 +1,6 @@ { "name": "@spartacus/setup", - "version": "2211.32.0-1", + "version": "2211.32.0", "description": "Includes features that makes Spartacus and it's setup easier and streamlined.", "keywords": [ "spartacus", @@ -16,15 +16,15 @@ "test": "../../node_modules/.bin/jest --config ./jest.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular/core": "^18.2.9", "@angular/ssr": "^18.2.9", - "@spartacus/cart": "2211.32.0-1", - "@spartacus/core": "2211.32.0-1", - "@spartacus/order": "2211.32.0-1", - "@spartacus/user": "2211.32.0-1" + "@spartacus/cart": "2211.32.0", + "@spartacus/core": "2211.32.0", + "@spartacus/order": "2211.32.0", + "@spartacus/user": "2211.32.0" }, "optionalDependencies": { "@angular/platform-server": "^18.2.9", diff --git a/feature-libs/asm/components/asm-create-customer-form/asm-create-customer-form.component.html b/feature-libs/asm/components/asm-create-customer-form/asm-create-customer-form.component.html index 80a3a9f3b21..0e7c14a6698 100644 --- a/feature-libs/asm/components/asm-create-customer-form/asm-create-customer-form.component.html +++ b/feature-libs/asm/components/asm-create-customer-form/asm-create-customer-form.component.html @@ -49,10 +49,13 @@ [attr.aria-label]=" 'register.confirmPassword.placeholder' | cxTranslate " + [attr.aria-describedby]="'passwordconfError'" cxPasswordVisibilitySwitch />