Skip to content

Commit

Permalink
fix(deps): update minor-and-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent c1abbd2 commit 4fced69
Show file tree
Hide file tree
Showing 9 changed files with 561 additions and 523 deletions.
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@7eeec1dd160c2301eb28e1568721837d084558ad # v1.57.0
- uses: reviewdog/action-actionlint@534eb894142bcf31616e5436cbe4214641c58101 # v1.61.0
with:
reporter: github-check
fail_on_error: true
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn --immutable
- uses: reviewdog/action-eslint@9a6606695f1ef9709cce821919ca3b2a6d5e6bb5 # v1.32.0
- uses: reviewdog/action-eslint@9b5b0150e399e1f007ee3c27bc156549810a64e3 # v1.33.0
with:
fail_on_error: true
eslint_flags: "."
Expand Down
580 changes: 290 additions & 290 deletions .yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.6.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.5.2.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,30 @@
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "8.15.0",
"concurrently": "9.1.0",
"dotenv": "16.4.5",
"@typescript-eslint/parser": "8.19.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.6.3",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"graphql": "16.9.0",
"eslint-plugin-jest": "28.10.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"neo4j-driver": "5.26.0",
"prettier": "3.3.3",
"lint-staged": "15.3.0",
"neo4j-driver": "5.27.0",
"prettier": "3.4.2",
"prettier-2": "npm:[email protected]",
"set-tz": "0.2.0",
"ts-jest": "29.2.5",
"typescript": "5.1.6"
},
"packageManager": "yarn@4.5.2",
"packageManager": "yarn@4.6.0",
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10"
"@changesets/cli": "2.27.11"
}
}
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.5.2",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"test:docker": "yarn build && fedtest docker --compose docker-compose.yml --schema schema.graphql",
Expand All @@ -11,7 +11,7 @@
"@apollo/server": "^4.7.0",
"@graphql-tools/wrap": "^10.0.0",
"@neo4j/graphql": "^6.2.3",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.8.0"
},
Expand All @@ -21,6 +21,6 @@
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.1.6",
"webpack": "5.96.1"
"webpack": "5.97.1"
}
}
4 changes: 2 additions & 2 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.7",
"@types/node": "22.9.2",
"@types/node": "22.10.4",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.3.0",
"@types/semver": "7.5.8",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@neo4j/cypher-builder": "2.0.2",
"@neo4j/cypher-builder": "2.1.0",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
"dot-prop": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@neo4j/graphql": "^6.2.2",
"@types/jest": "29.5.14",
"@types/node": "22.9.2",
"@types/node": "22.10.4",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
Loading

0 comments on commit 4fced69

Please sign in to comment.