Skip to content

Commit

Permalink
fix(packages): update non-major dependency versions (#382)
Browse files Browse the repository at this point in the history
* fix(packages): update non-major dependency versions

* Create four-boats-share.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Moon <[email protected]>
  • Loading branch information
renovate[bot] and moonmeister authored Mar 4, 2023
1 parent 07bbfa7 commit d578b78
Show file tree
Hide file tree
Showing 9 changed files with 2,438 additions and 215 deletions.
11 changes: 11 additions & 0 deletions .changeset/four-boats-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"gatsby-plugin-fastify": patch
"gatsby-plugin-github-ribbon": patch
"gatsby-plugin-pinterest": patch
"gatsby-source-airtable": patch
"gatsby-source-packagist": patch
"gatsby-source-s3": patch
"gatsby-source-strapi": patch
---

fix(packages): update non-major dependency versions
16 changes: 8 additions & 8 deletions packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@fastify/accepts": "^4.1.0",
"@fastify/http-proxy": "^8.4.0",
"@fastify/middie": "^8.1.0",
"@fastify/static": "^6.6.0",
"fastify-plugin": "^4.4.0",
"@fastify/static": "^6.9.0",
"fastify-plugin": "^4.5.0",
"fs-extra": "^11.1.0",
"gatsby-core-utils": "^4.3.1",
"gatsby-plugin-utils": "^4.3.1",
"gatsby-core-utils": "^4.7.0",
"gatsby-plugin-utils": "^4.7.0",
"http-status-codes": "^2.2.0",
"mime": "^3.0.0",
"open": "^8.4.0",
"open": "^8.4.2",
"picomatch": "^2.3.1",
"yargs": "^17.6.2"
"yargs": "^17.7.1"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
Expand All @@ -51,9 +51,9 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.4.0",
"@types/mime": "^3.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.14.6",
"@types/picomatch": "^2.3.0",
"@types/yargs": "^17.0.18",
"@types/yargs": "^17.0.22",
"babel-jest": "^29.4.3",
"babel-preset-gatsby-package": "^3.7.0",
"cross-env": "^7.0.3",
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.4.3",
"babel-preset-gatsby-package": "^3.7.0",
"cross-env": "^7.0.3",
"gatsby": "^5.3.3",
"gatsby": "^5.7.0",
"jest": "^29.4.3"
},
"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 @@ -31,7 +31,7 @@
"@babel/core": "^7.21.0",
"babel-jest": "^29.4.3",
"babel-preset-gatsby-package": "^3.7.0",
"gatsby-plugin-utils": "^4.3.1",
"gatsby-plugin-utils": "^4.7.0",
"jest": "^29.4.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"airtable": "^0.11.1",
"bluebird": "^3.5.4",
"mime": "^2.4.4"
"airtable": "^0.11.6",
"bluebird": "^3.7.2",
"mime": "^2.6.0"
},
"devDependencies": {
"covector": "0.8.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.5",
"@octokit/rest": "^19.0.7",
"mime-types": "^2.1.35",
"packagist-api-client": "^2.0.0"
},
Expand All @@ -34,7 +34,7 @@
"@babel/core": "^7.21.0",
"babel-preset-gatsby-package": "^3.7.0",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.3.1"
"gatsby-source-filesystem": "^5.7.0"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@types/node": "^18.11.18",
"@types/node": "^18.14.6",
"babel-preset-gatsby-package": "^3.7.0",
"cypress": "^11.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.4"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__,**/*.d.ts\" --extensions \".ts,.js\"",
Expand All @@ -34,8 +34,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"aws-sdk": "^2.1286.0",
"gatsby-source-filesystem": "^5.3.1"
"aws-sdk": "^2.1328.0",
"gatsby-source-filesystem": "^5.7.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": "0.27.2",
"commonmark": "^0.30.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-source-filesystem": "^5.7.0",
"lodash": "^4.17.21",
"qs": "^6.11.0"
},
Expand Down
Loading

0 comments on commit d578b78

Please sign in to comment.