Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1156)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Fix tests

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
  • Loading branch information
3 people committed May 4, 2022
1 parent 5a79ed1 commit 0de76d1
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@pulumi/pulumi": "3.31.0",
"@pulumi/pulumi": "3.31.1",
"@pulumi/cloudflare": "4.6.0",
"@pulumi/azure-native": "1.63.0",
"@pulumi/awsx": "0.40.0",
Expand Down
9 changes: 6 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ module.exports = {
restoreMocks: true,
reporters: ['default'],
modulePathIgnorePatterns: ['dist'],
moduleNameMapper: pathsToModuleNameMapper(tsconfig.compilerOptions.paths, {
prefix: `${ROOT_DIR}/`,
}),
moduleNameMapper: {
...pathsToModuleNameMapper(tsconfig.compilerOptions.paths, {
prefix: `${ROOT_DIR}/`,
}),
'formdata-node': '<rootDir>/node_modules/formdata-node/lib/cjs/index.js',
},
collectCoverage: false,
cacheDirectory: resolve(ROOT_DIR, `${CI ? '' : 'node_modules/'}.cache/jest`),
testMatch: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"resolutions": {
"@changesets/apply-release-plan": "6.0.0",
"graphql": "16.4.0",
"cross-undici-fetch": "0.3.6",
"cross-undici-fetch": "0.4.2",
"@types/react": "18.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.6.0",
"@graphql-yoga/subscription": "2.0.0",
"cross-undici-fetch": "^0.3.0",
"cross-undici-fetch": "^0.4.0",
"dset": "^3.1.1",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@graphql-tools/utils": "^8.6.0",
"@graphql-yoga/common": "2.4.1",
"@graphql-yoga/subscription": "2.0.0",
"cross-undici-fetch": "^0.3.0",
"cross-undici-fetch": "^0.4.0",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
13 changes: 0 additions & 13 deletions patches/cross-undici-fetch+0.3.6.patch

This file was deleted.

29 changes: 21 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4957,10 +4957,10 @@
"@pulumi/pulumi" "^3.0.0"
semver "^5.4.0"

"@pulumi/pulumi@3.31.0", "@pulumi/pulumi@^3.0.0":
version "3.31.0"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.31.0.tgz#e1cc61d34a00db092883818511401bfa49ff6325"
integrity sha512-p1UbW/2L0dbRHeyTs2pQtQGzrep8U3fFXIkDTcQt/MoB7ada0AGU2nTiHr4dVTh88ftPQX4UHsMQQfbLfi8L6g==
"@pulumi/pulumi@3.31.1", "@pulumi/pulumi@^3.0.0":
version "3.31.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.31.1.tgz#9d2aa5749bd397bccab84106bc2916e1f7a4a767"
integrity sha512-RGtfdCYG8QcyoBIvdpxBHPposYxYw1xO0+TDBqAf7IW2IutZUkGGxVvHi4kNWjKo4rUEse+mA7Q8Whd3PXCe0Q==
dependencies:
"@grpc/grpc-js" "~1.3.8"
"@logdna/tail-file" "^2.0.6"
Expand Down Expand Up @@ -7780,6 +7780,13 @@ busboy@^0.3.1:
dependencies:
dicer "0.3.0"

busboy@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
dependencies:
streamsearch "^1.1.0"

byline@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"
Expand Down Expand Up @@ -8934,12 +8941,13 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"

cross-undici-fetch@0.3.6, cross-undici-fetch@^0.1.19, cross-undici-fetch@^0.2.4, cross-undici-fetch@^0.2.5, cross-undici-fetch@^0.3.0:
version "0.3.6"
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.3.6.tgz#da1476842ddf79a301f8b8e026129877d619117d"
integrity sha512-2SKnxOcYMkWM0RsEqx1JUycqorU0bqG2ALMKWnnoYN/91lt7nQWb9mXGC6V7D9P45ASPrDT16dir+wkBd73nmA==
cross-undici-fetch@0.4.2, cross-undici-fetch@^0.1.19, cross-undici-fetch@^0.2.4, cross-undici-fetch@^0.2.5, cross-undici-fetch@^0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.4.2.tgz#c7621cc9220fba061f39e43ff30f4748d058c736"
integrity sha512-hJUDzSl3vHoqg+EAmMlFY9s550rwEpfYGRqU6Qkkceve5d+Juxle1zXxF92VwVdxyOedbRUvBr798hsf+gawDg==
dependencies:
abort-controller "^3.0.0"
busboy "^1.6.0"
form-data-encoder "^1.7.1"
formdata-node "^4.3.1"
node-fetch "^2.6.7"
Expand Down Expand Up @@ -19813,6 +19821,11 @@ streamsearch@0.1.2:
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a"
integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=

streamsearch@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==

strict-uri-encode@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
Expand Down

0 comments on commit 0de76d1

Please sign in to comment.