Skip to content

fix(deps): update minor-and-patch (dev) #6192

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

Merged
merged 1 commit into from
Apr 22, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/performance-tests-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
case "$number" in ''|*[!0-9]*) echo "Provided PR number is not an integer"; exit 1 ;; esac
echo "pr-number=$number" >> "$GITHUB_OUTPUT"
- name: Comment on PR
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
with:
number: ${{ steps.get-pr-number.outputs.pr-number }}
header: performance
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-federation-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
case "$number" in ''|*[!0-9]*) echo "Provided PR number is not an integer"; exit 1 ;; esac
echo "pr-number=$number" >> "$GITHUB_OUTPUT"
- name: Comment on PR
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
with:
number: ${{ steps.get-pr-number.outputs.pr-number }}
header: federation
Expand Down
935 changes: 0 additions & 935 deletions .yarn/releases/yarn-4.8.1.cjs

This file was deleted.

948 changes: 948 additions & 0 deletions .yarn/releases/yarn-4.9.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.8.1.cjs
yarnPath: .yarn/releases/yarn-4.9.1.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
},
"devDependencies": {
"@tsconfig/node22": "22.0.1",
"@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.29.1",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"concurrently": "9.1.2",
"dotenv": "16.4.7",
"dotenv": "16.5.0",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.1",
"eslint-config-prettier": "10.1.2",
"eslint-formatter-summary": "1.1.0",
"eslint-import-resolver-typescript": "4.3.2",
"eslint-import-resolver-typescript": "4.3.4",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.5.0",
"lint-staged": "15.5.1",
"neo4j-driver": "5.28.1",
"prettier": "3.5.3",
"prettier-2": "npm:[email protected]",
"set-tz": "0.2.0",
"ts-jest": "29.3.1",
"ts-jest": "29.3.2",
"typescript": "5.8.3"
},
"packageManager": "yarn@4.8.1",
"packageManager": "yarn@4.9.1",
"dependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1"
"@changesets/cli": "2.29.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-federation-subgraph-compatibility",
"version": "1.0.0",
"packageManager": "yarn@4.8.1",
"packageManager": "yarn@4.9.1",
"scripts": {
"build": "webpack --config webpack.config.js",
"test:docker": "yarn build && fedtest docker --compose docker-compose.yml --schema schema.graphql",
Expand All @@ -16,11 +16,11 @@
"neo4j-driver": "^5.8.0"
},
"devDependencies": {
"@apollo/federation-subgraph-compatibility": "2.2.0",
"@apollo/federation-subgraph-compatibility": "2.2.1",
"fork-ts-checker-webpack-plugin": "9.1.0",
"ts-loader": "9.5.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.8.3",
"webpack": "5.99.1"
"webpack": "5.99.6"
}
}
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/is-uuid": "1.0.2",
"@types/jest": "29.5.14",
"@types/jsonwebtoken": "9.0.9",
"@types/node": "22.14.0",
"@types/node": "22.14.1",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.3.0",
"@types/semver": "7.7.0",
Expand All @@ -64,11 +64,11 @@
"koa-jwt": "4.0.4",
"koa-router": "13.0.1",
"mock-jwks": "3.3.5",
"nock": "14.0.3",
"nock": "14.0.4",
"randomstring": "1.3.1",
"rimraf": "6.0.1",
"supertest": "7.1.0",
"ts-jest": "29.3.1",
"ts-jest": "29.3.2",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"ws": "8.18.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"devDependencies": {
"@neo4j/graphql": "^7.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.14.0",
"@types/node": "22.14.1",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.3.1",
"ts-jest": "29.3.2",
"typescript": "5.8.3"
},
"dependencies": {
Expand Down
Loading
Loading