Skip to content

Commit

Permalink
Merge pull request #5922 from neo4j/renovate/lts-minor-and-patch
Browse files Browse the repository at this point in the history
fix(deps): update minor-and-patch (lts)
  • Loading branch information
MacondoExpress authored Jan 23, 2025
2 parents 1474b0d + e04fa0d commit 8e8b9bb
Show file tree
Hide file tree
Showing 15 changed files with 1,195 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: srvaroa/labeler@fe4b1c73bb8abf2f14a44a6912a8b4fee835d631 # v1.12.0
- uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55 # v1.13.0
env:
GITHUB_TOKEN: ${{ secrets.NEO4J_TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}
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@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1.64.1
with:
reporter: github-check
fail_on_error: true
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@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
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@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
number: ${{ steps.get-pr-number.outputs.pr-number }}
header: federation
Expand Down
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
4 changes: 2 additions & 2 deletions examples/neo-place/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ws": "^8.11.0"
},
"devDependencies": {
"concurrently": "9.1.0",
"parcel": "2.13.0"
"concurrently": "9.1.2",
"parcel": "2.13.3"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.15.0",
"concurrently": "9.1.0",
"dotenv": "16.4.5",
"@typescript-eslint/parser": "8.21.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.11.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"neo4j-driver": "5.26.0",
"lint-staged": "15.4.2",
"neo4j-driver": "5.27.0",
"prettier": "2.8.8",
"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,16 +11,16 @@
"@apollo/server": "^4.7.0",
"@graphql-tools/wrap": "^10.0.0",
"@neo4j/graphql": "^5.11.3",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.8.0"
},
"devDependencies": {
"@apollo/federation-subgraph-compatibility": "2.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"ts-loader": "9.5.1",
"ts-loader": "9.5.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.1.6",
"webpack": "5.96.1"
"webpack": "5.97.1"
}
}
14 changes: 7 additions & 7 deletions packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@neo4j/graphql": "^5.0.0",
"@types/amqplib": "0.10.5",
"@types/amqplib": "0.10.6",
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/debug": "4.1.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/node": "20.17.16",
"camelcase": "6.3.0",
"graphql-ws": "5.16.0",
"graphql-ws": "5.16.2",
"jest": "29.7.0",
"neo4j-driver": "5.26.0",
"neo4j-driver": "5.27.0",
"pluralize": "8.0.0",
"randomstring": "1.3.0",
"randomstring": "1.3.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.1.6",
"ws": "8.18.0"
},
"dependencies": {
"amqplib": "0.10.4",
"amqplib": "0.10.5",
"body-parser": "^1.20.2",
"cors": "^2.8.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/server": "4.11.2",
"@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": "20.17.6",
"@types/node": "20.17.16",
"@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",
"graphql-middleware": "6.1.35",
"graphql-tag": "2.12.6",
"graphql-ws": "5.16.0",
"graphql-ws": "5.16.2",
"is-uuid": "1.0.2",
"jest": "29.7.0",
"jest-extended": "4.0.2",
Expand All @@ -65,7 +65,7 @@
"koa-router": "13.0.1",
"mock-jwks": "1.0.10",
"nock": "13.5.6",
"randomstring": "1.3.0",
"randomstring": "1.3.1",
"rimraf": "6.0.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
Expand All @@ -78,7 +78,7 @@
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/utils": "10.6.1",
"@neo4j/cypher-builder": "^1.20.1",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
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": "^5.11.2",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/node": "20.17.16",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/node": "20.17.16",
"camelcase": "6.3.0",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"pluralize": "8.0.0",
"randomstring": "1.3.0",
"randomstring": "1.3.1",
"semver": "7.6.3",
"ts-jest": "29.2.5",
"typescript": "5.1.6"
Expand Down
Loading

0 comments on commit 8e8b9bb

Please sign in to comment.