Skip to content

Commit

Permalink
fix(packages): update non-major dependency versions (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 5b4259a commit b7b48b7
Show file tree
Hide file tree
Showing 10 changed files with 2,077 additions and 1,248 deletions.
12 changes: 12 additions & 0 deletions .changeset/happy-vans-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"gatsby-plugin-fastify": patch
"gatsby-plugin-github-ribbon": patch
"gatsby-plugin-pinterest": patch
"gatsby-plugin-relative-ci": patch
"gatsby-source-airtable": patch
"gatsby-source-packagist": patch
"gatsby-source-s3": patch
"gatsby-source-strapi": patch
---

fix(packages): update non-major dependency versions
10 changes: 5 additions & 5 deletions packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@fastify/accepts": "^4.1.0",
"@fastify/accepts": "^4.2.0",
"@fastify/http-proxy": "^8.4.0",
"@fastify/middie": "^8.3.0",
"@fastify/static": "^6.10.2",
"fastify-plugin": "^4.5.0",
"fastify-plugin": "^4.5.1",
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.10.0",
"gatsby-plugin-utils": "^4.10.0",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.0",
"http-status-codes": "^2.2.0",
"mime": "^3.0.0",
"open": "^8.4.2",
Expand All @@ -52,7 +52,7 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.2",
"@types/mime": "^3.0.1",
"@types/node": "^18.16.16",
"@types/node": "^18.17.11",
"@types/picomatch": "^2.3.0",
"@types/yargs": "^17.0.24",
"babel-jest": "^29.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-github-ribbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-jest": "^29.6.2",
"babel-preset-gatsby-package": "^3.11.0",
"cross-env": "^7.0.3",
"gatsby": "^5.10.0",
"gatsby": "^5.12.1",
"jest": "^29.5.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-pinterest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.10",
"babel-jest": "^29.6.2",
"babel-preset-gatsby-package": "^3.11.0",
"gatsby-plugin-utils": "^4.10.0",
"gatsby-plugin-utils": "^4.12.0",
"jest": "^29.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-relative-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Alex Moon <[email protected]>",
"license": "MIT",
"dependencies": {
"@relative-ci/agent": "^4.1.4"
"@relative-ci/agent": "^4.1.8"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"airtable": "^0.12.1",
"airtable": "^0.12.2",
"bluebird": "^3.7.2",
"mime": "^2.6.0"
},
"devDependencies": {
"covector": "0.9.0"
"covector": "0.10.0"
},
"peerDependencies": {
"gatsby-source-filesystem": ">=2.0.0-rc.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-packagist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Alex Moon <[email protected]>",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^19.0.11",
"@octokit/rest": "^19.0.13",
"mime-types": "^2.1.35",
"packagist-api-client": "^2.0.0"
},
Expand All @@ -34,7 +34,7 @@
"@babel/core": "^7.22.10",
"babel-preset-gatsby-package": "^3.11.0",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.10.0"
"gatsby-source-filesystem": "^5.12.0"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@types/node": "^18.16.16",
"@types/node": "^18.17.11",
"babel-preset-gatsby-package": "^3.11.0",
"cypress": "^12.13.0",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.0"
},
"scripts": {
Expand All @@ -35,10 +35,10 @@
"test": "start-server-and-test 'yarn start' http://localhost:9000 'yarn test:e2e'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.347.0",
"@aws-sdk/s3-request-presigner": "^3.347.0",
"@aws-sdk/client-s3": "^3.398.0",
"@aws-sdk/s3-request-presigner": "^3.398.0",
"@babel/runtime": "^7.22.10",
"gatsby-source-filesystem": "^5.10.0"
"gatsby-source-filesystem": "^5.12.0"
},
"peerDependencies": {
"gatsby": "^4.5.2 || ^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"axios": "1.4.0",
"commonmark": "^0.30.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-filesystem": "^5.12.0",
"lodash": "^4.17.21",
"qs": "^6.11.2"
},
Expand Down
Loading

0 comments on commit b7b48b7

Please sign in to comment.