From d8d67604f5b7b5921342bfb58f1a9f27e180d918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 03:38:08 +0000 Subject: [PATCH] chore(deps): update non-major --- .github/workflows/prettier.yml | 8 ++++---- package.json | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index c78bb3b1..7aae70a3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,20 +15,20 @@ jobs: name: 🤔 runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: cache: npm node-version: lts/* - run: npm ci --ignore-scripts --only-dev - - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }} - name: check if workflows needs prettier run: npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1) - run: npx prettier --ignore-path .gitignore --cache --write . - - uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9 + - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 with: default_author: github_actions commit: --no-verify diff --git a/package.json b/package.json index 9e67f152..9f58d512 100644 --- a/package.json +++ b/package.json @@ -39,22 +39,22 @@ "scroll-into-view-if-needed": "^3.1.0" }, "devDependencies": { - "@sanity/pkg-utils": "^2.2.8", - "@sanity/semantic-release-preset": "^4.0.0", + "@sanity/pkg-utils": "^2.4.10", + "@sanity/semantic-release-preset": "^4.1.8", "@types/jest": "^26.0.24", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.11.0", "eslint": "^7.32.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.3", - "eslint-plugin-react": "^7.27.0", + "eslint-config-prettier": "^8.10.0", + "eslint-plugin-import": "^2.32.0", + "eslint-plugin-react": "^7.37.5", "jest": "^26.6.3", "jest-junit": "^12.3.0", - "prettier": "^2.8.4", + "prettier": "^2.8.8", "prettier-package-json": "^2.8.0", "rimraf": "^3.0.2", - "semantic-release": "^20.1.1", + "semantic-release": "^20.1.3", "ts-jest": "^26.5.6", - "typescript": "^4.4.4" + "typescript": "^4.9.5" }, "keywords": [ "behavior-smooth",