Skip to content

Commit

Permalink
fix(deps): Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 6c50875 commit a9821e8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down Expand Up @@ -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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand All @@ -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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
# Need to fetch entire commit history to
# analyze every commit since last release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
name: 🤔
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci --ignore-scripts --only-dev
- 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
Expand Down
38 changes: 19 additions & 19 deletions packages/gatsby-source-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.13",
"@types/lodash": "^4.17.11",
"@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",
Expand Down

0 comments on commit a9821e8

Please sign in to comment.