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 (lts) #5922

Open
wants to merge 1 commit into
base: lts
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/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@af17f9e3640ac863dbcc515d45f5f35d708d0faf # v1.62.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
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": "7.18.0",
"@typescript-eslint/parser": "8.15.0",
"concurrently": "9.1.0",
"dotenv": "16.4.5",
"@typescript-eslint/parser": "8.19.1",
"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",
"lint-staged": "15.3.0",
"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,7 +11,7 @@
"@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"
},
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"
}
}
12 changes: 6 additions & 6 deletions packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
},
"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.12",
"camelcase": "6.3.0",
"graphql-ws": "5.16.0",
"graphql-ws": "5.16.1",
"jest": "29.7.0",
"neo4j-driver": "5.26.0",
"neo4j-driver": "5.27.0",
"pluralize": "8.0.0",
"randomstring": "1.3.0",
"supertest": "7.0.0",
Expand All @@ -53,7 +53,7 @@
"ws": "8.18.0"
},
"dependencies": {
"amqplib": "0.10.4",
"amqplib": "0.10.5",
"body-parser": "^1.20.2",
"cors": "^2.8.5"
},
Expand Down
6 changes: 3 additions & 3 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.12",
"@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.1",
"is-uuid": "1.0.2",
"jest": "29.7.0",
"jest-extended": "4.0.2",
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.12",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/node": "20.17.12",
"camelcase": "6.3.0",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
Expand Down
Loading
Loading