From 0e3bc5b4e73092fb4ebd0d1c4f41dccb9f5654e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:22:42 +0000 Subject: [PATCH] fix(deps): Update non-major --- .github/workflows/main.yml | 6 ++-- .github/workflows/prettier.yml | 4 +-- packages/gatsby-source-sanity/package.json | 38 +++++++++++----------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1396f6b..5fca228 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v3 with: node-version: lts/* @@ -64,7 +64,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} @@ -78,7 +78,7 @@ jobs: if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled' runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: # Need to fetch entire commit history to # analyze every commit since last release diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 36b1e81..8bbccbf 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -14,7 +14,7 @@ jobs: name: 🤔 runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v3 with: node-version: lts/* @@ -22,7 +22,7 @@ jobs: - 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@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9 + - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 with: default_author: github_actions commit: --no-verify diff --git a/packages/gatsby-source-sanity/package.json b/packages/gatsby-source-sanity/package.json index f46a7a3..ae986df 100644 --- a/packages/gatsby-source-sanity/package.json +++ b/packages/gatsby-source-sanity/package.json @@ -40,9 +40,9 @@ "dependencies": { "@sanity/client": "^3.4.1", "@sanity/image-url": "^1.0.2", - "@sanity/mutator": "^2.33.2", + "@sanity/mutator": "^3.18.0", "@types/url-parse": "^1.4.8", - "axios": "^0.27.2", + "axios": "^0.28.0", "debug": "^4.3.4", "gatsby-core-utils": "^4.5.0", "gatsby-plugin-utils": "^4.5.0", @@ -57,29 +57,29 @@ "url-parse": "^1.5.10" }, "devDependencies": { - "@sanity/semantic-release-preset": "^4.1.1", + "@sanity/semantic-release-preset": "^4.1.8", "@types/debug": "^4.1.7", - "@types/jest": "^29.4.0", - "@types/lodash": "^4.14.191", + "@types/jest": "^29.5.14", + "@types/lodash": "^4.17.13", "@types/node": "^18.11.18", - "@types/react-dom": "^18.0.10", + "@types/react-dom": "^18.3.1", "@types/semver": "^7.3.13", - "@types/split2": "^4.0.0", - "@types/through2": "^2.0.38", + "@types/split2": "^4.2.3", + "@types/through2": "^2.0.41", "eslint": "^8.33.0", - "eslint-config-prettier": "^8.6.0", + "eslint-config-prettier": "^8.10.0", "eslint-config-sanity": "^6.0.0", - "gatsby": "^5.5.0", - "gatsby-plugin-image": "^3.5.0", - "jest": "^29.4.1", + "gatsby": "^5.13.7", + "gatsby-plugin-image": "^3.13.1", + "jest": "^29.7.0", "mkdirp": "^2.1.3", - "prettier": "^2.8.3", - "prettier-plugin-packagejson": "^2.4.2", - "prettier-plugin-tailwindcss": "^0.4.0", - "react": "^18.2.0", - "semantic-release": "^21.1.1", - "ts-jest": "^29.0.5", - "typescript": "^5.0.0" + "prettier": "^2.8.8", + "prettier-plugin-packagejson": "^2.5.3", + "prettier-plugin-tailwindcss": "^0.6.8", + "react": "^18.3.1", + "semantic-release": "^21.1.2", + "ts-jest": "^29.2.5", + "typescript": "^5.6.3" }, "peerDependencies": { "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",