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(deps): update minor-and-patch (dev) #6008

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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/lint-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1.64.1
- uses: reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0
with:
reporter: github-check
fail_on_error: true
583 changes: 292 additions & 291 deletions .yarn/releases/yarn-4.6.0.cjs → .yarn/releases/yarn-4.7.0.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.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
},
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"concurrently": "9.1.2",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-summary": "1.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-import-resolver-typescript": "3.8.3",
"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.4.2",
"neo4j-driver": "5.27.0",
"prettier": "3.4.2",
"lint-staged": "15.4.3",
"neo4j-driver": "5.28.1",
"prettier": "3.5.2",
"prettier-2": "npm:[email protected]",
"set-tz": "0.2.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"typescript": "5.1.6"
},
"packageManager": "yarn@4.6.0",
"packageManager": "yarn@4.7.0",
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11"
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1"
}
}
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.6.0",
"packageManager": "yarn@4.7.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"test:docker": "yarn build && fedtest docker --compose docker-compose.yml --schema schema.graphql",
Expand All @@ -21,6 +21,6 @@
"ts-loader": "9.5.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.1.6",
"webpack": "5.97.1"
"webpack": "5.98.0"
}
}
20 changes: 10 additions & 10 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,45 +41,45 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/gateway": "2.10.0",
"@apollo/server": "4.11.3",
"@types/deep-equal": "1.0.4",
"@types/is-uuid": "1.0.2",
"@types/jest": "29.5.14",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "22.10.9",
"@types/jsonwebtoken": "9.0.9",
"@types/node": "22.13.8",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.3.0",
"@types/semver": "7.5.8",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.13",
"@types/ws": "8.5.14",
"graphql-middleware": "6.1.35",
"graphql-tag": "2.12.6",
"graphql-ws": "5.16.2",
"is-uuid": "1.0.2",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"jwks-rsa": "3.1.0",
"koa": "2.15.4",
"koa": "2.16.0",
"koa-jwt": "4.0.4",
"koa-router": "13.0.1",
"mock-jwks": "1.0.10",
"nock": "14.0.0",
"nock": "14.0.1",
"randomstring": "1.3.1",
"rimraf": "6.0.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"typescript": "5.1.6",
"ws": "8.18.0"
"ws": "8.18.1"
},
"dependencies": {
"@apollo/subgraph": "^2.2.3",
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "10.6.1",
"@neo4j/cypher-builder": "2.3.0",
"@graphql-tools/utils": "10.8.3",
"@neo4j/cypher-builder": "2.3.1",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
"dot-prop": "^6.0.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": "^6.2.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.9",
"@types/node": "22.13.8",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"typescript": "5.1.6"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/package-tests/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"neo4j-driver": "^5.8.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.9",
"@babel/node": "7.26.0",
"@babel/preset-env": "7.26.0"
"@babel/preset-env": "7.26.9"
}
}
Loading
Loading