Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(packages): update non-major dependency versions #469

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/bright-buckets-matter.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
12 changes: 6 additions & 6 deletions packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@babel/runtime": "^7.25.7",
"@fastify/accepts": "^4.3.0",
"@fastify/http-proxy": "^8.4.0",
"@fastify/middie": "^8.3.0",
"@fastify/middie": "^8.3.3",
"@fastify/static": "^6.12.0",
"fastify-plugin": "^4.5.1",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.13.0",
"gatsby-plugin-utils": "^4.13.0",
"gatsby-core-utils": "^4.13.1",
"gatsby-plugin-utils": "^4.13.1",
"http-status-codes": "^2.3.0",
"mime": "^3.0.0",
"open": "^8.4.2",
Expand All @@ -52,9 +52,9 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.6",
"@types/picomatch": "^2.3.3",
"@types/yargs": "^17.0.32",
"@types/node": "^20.16.11",
"@types/picomatch": "^2.3.4",
"@types/yargs": "^17.0.33",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"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.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby": "^5.13.1",
"gatsby": "^5.13.7",
"jest": "^29.7.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.25.7",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"gatsby-plugin-utils": "^4.13.0",
"gatsby-plugin-utils": "^4.13.1",
"jest": "^29.7.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 <alex.jared.moon@gmail.com>",
"license": "MIT",
"dependencies": {
"@relative-ci/agent": "^4.2.3"
"@relative-ci/agent": "^4.2.12"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mime": "^2.6.0"
},
"devDependencies": {
"covector": "0.10.2"
"covector": "0.12.3"
},
"peerDependencies": {
"gatsby-source-filesystem": ">=2.0.0-rc.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-packagist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.25.7",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.13.0"
"gatsby-source-filesystem": "^5.13.1"
},
"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,10 +23,10 @@
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@types/node": "^20.10.6",
"@types/node": "^20.16.11",
"babel-preset-gatsby-package": "^3.13.1",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.3"
"start-server-and-test": "^2.0.8"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__,**/*.d.ts\" --extensions \".ts,.js\"",
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.484.0",
"@aws-sdk/s3-request-presigner": "^3.484.0",
"@aws-sdk/client-s3": "^3.668.0",
"@aws-sdk/s3-request-presigner": "^3.668.0",
"@babel/runtime": "^7.25.7",
"gatsby-source-filesystem": "^5.13.0"
"gatsby-source-filesystem": "^5.13.1"
},
"peerDependencies": {
"gatsby": "^4.5.2 || ^5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"license": "MIT",
"dependencies": {
"axios": "1.6.3",
"commonmark": "^0.30.0",
"gatsby-source-filesystem": "^5.13.0",
"axios": "1.7.7",
"commonmark": "^0.31.2",
"gatsby-source-filesystem": "^5.13.1",
"lodash": "^4.17.21",
"qs": "^6.11.2"
"qs": "^6.13.0"
},
"scripts": {
"build": "babel src --out-dir dist"
Expand Down
Loading
Loading