Skip to content

Commit 1e7e6e2

Browse files
chore(deps): update non-major
1 parent 6e3d478 commit 1e7e6e2

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
build:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040
- uses: actions/setup-node@v4
4141
with:
4242
node-version: lts/*
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
git config --global core.autocrlf false
6666
git config --global core.eol lf
67-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
67+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868
- uses: actions/setup-node@v4
6969
with:
7070
node-version: ${{ matrix.node }}
@@ -78,7 +78,7 @@ jobs:
7878
if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
81+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8282
with:
8383
# Need to fetch entire commit history to
8484
# analyze every commit since last release

.github/workflows/prettier.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
name: 🤔
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: lts/*
2121
- run: npm ci --ignore-scripts --only-dev
2222
- name: check if workflows needs prettier
2323
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)
2424
- run: npx prettier --ignore-path .gitignore --cache --write .
25-
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9
25+
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
2626
with:
2727
default_author: github_actions
2828
commit: --no-verify

packages/gatsby-source-sanity/package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"dependencies": {
4141
"@sanity/client": "^3.4.1",
4242
"@sanity/image-url": "^1.0.2",
43-
"@sanity/mutator": "^2.33.2",
43+
"@sanity/mutator": "^3.18.0",
4444
"@types/url-parse": "^1.4.8",
45-
"axios": "^0.27.2",
45+
"axios": "^0.30.0",
4646
"debug": "^4.3.4",
4747
"gatsby-core-utils": "^4.5.0",
4848
"gatsby-plugin-utils": "^4.5.0",
@@ -57,29 +57,29 @@
5757
"url-parse": "^1.5.10"
5858
},
5959
"devDependencies": {
60-
"@sanity/semantic-release-preset": "^4.1.1",
61-
"@types/debug": "^4.1.7",
62-
"@types/jest": "^29.4.0",
63-
"@types/lodash": "^4.14.191",
60+
"@sanity/semantic-release-preset": "^4.1.8",
61+
"@types/debug": "^4.1.12",
62+
"@types/jest": "^29.5.14",
63+
"@types/lodash": "^4.17.16",
6464
"@types/node": "^18.11.18",
65-
"@types/react-dom": "^18.0.10",
65+
"@types/react-dom": "^18.3.6",
6666
"@types/semver": "^7.3.13",
67-
"@types/split2": "^4.0.0",
68-
"@types/through2": "^2.0.38",
67+
"@types/split2": "^4.2.3",
68+
"@types/through2": "^2.0.41",
6969
"eslint": "^8.33.0",
70-
"eslint-config-prettier": "^8.6.0",
70+
"eslint-config-prettier": "^8.10.0",
7171
"eslint-config-sanity": "^6.0.0",
72-
"gatsby": "^5.5.0",
73-
"gatsby-plugin-image": "^3.5.0",
74-
"jest": "^29.4.1",
72+
"gatsby": "^5.14.3",
73+
"gatsby-plugin-image": "^3.14.0",
74+
"jest": "^29.7.0",
7575
"mkdirp": "^2.1.3",
76-
"prettier": "^2.8.3",
77-
"prettier-plugin-packagejson": "^2.4.2",
78-
"prettier-plugin-tailwindcss": "^0.4.0",
79-
"react": "^18.2.0",
80-
"semantic-release": "^21.1.1",
81-
"ts-jest": "^29.0.5",
82-
"typescript": "^5.0.0"
76+
"prettier": "^2.8.8",
77+
"prettier-plugin-packagejson": "^2.5.10",
78+
"prettier-plugin-tailwindcss": "^0.6.11",
79+
"react": "^18.3.1",
80+
"semantic-release": "^21.1.2",
81+
"ts-jest": "^29.3.2",
82+
"typescript": "^5.8.3"
8383
},
8484
"peerDependencies": {
8585
"gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",

0 commit comments

Comments
 (0)