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 dependencies-non-major (minor) #501

Open
wants to merge 1 commit into
base: main
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/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.20.5
2 changes: 1 addition & 1 deletion .github/actions/node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
id: pnpm-install
with:
version: 8.6.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 8

Expand Down
4 changes: 2 additions & 2 deletions apps/workers/contact-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.1",
"dependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@whatwg-node/node-fetch": "^0.4.18",
"@whatwg-node/node-fetch": "^0.7.0",
"async_hooks": "^1.0.0",
"buffer": "^6.0.3",
"esbuild-plugin-polyfill-node": "^0.3.0",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"process": "^0.11.10",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.0",
"wrangler": "^3.9.0",
"zlib": "^1.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions docs/event-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@open-system/docs-event-catalog",
"version": "0.0.1",
"dependencies": {
"@eventcatalog/core": "^1.0.1",
"@eventcatalog/plugin-doc-generator-asyncapi": "^0.3.5",
"@eventcatalog/core": "^1.0.5",
"@eventcatalog/plugin-doc-generator-asyncapi": "^0.4.0",
"@eventcatalog/types": "^0.4.2"
}
}
2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@docusaurus/module-type-aliases": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"docusaurus-plugin-react-docgen-typescript": "^1.1.0",
"docusaurus-plugin-typedoc": "^0.19.2",
"docusaurus-plugin-typedoc": "^0.22.0",
"react-docgen-typescript": "^2.2.2"
}
}
2 changes: 1 addition & 1 deletion libs/contact/typescript/server/attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.1",
"dependencies": {
"@envelop/types": "^4.0.0",
"drizzle-orm": "^0.28.5"
"drizzle-orm": "^0.36.0"
}
}
4 changes: 2 additions & 2 deletions libs/core/typescript/server/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"@cloudflare/d1": "^1.4.1",
"@cloudflare/workers-types": "^4.20230904.0",
"@envelop/types": "^4.0.0",
"@nx/devkit": "16.7.0",
"drizzle-orm": "^0.28.5",
"@nx/devkit": "16.10.0",
"drizzle-orm": "^0.36.0",
"pnpapi": "^0.0.0",
"wrangler": "^3.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/core/typescript/server/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-drizzle",
"version": "0.0.1",
"dependencies": {
"drizzle-orm": "^0.28.5"
"drizzle-orm": "^0.36.0"
},
"devDependencies": {
"drizzle-kit": "^0.19.13"
Expand Down
12 changes: 6 additions & 6 deletions libs/core/typescript/server/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@envelop/parser-cache": "^6.0.2",
"@envelop/types": "^4.0.0",
"@envelop/validation-cache": "^6.0.2",
"@escape.tech/graphql-armor": "^2.3.1",
"@escape.tech/graphql-armor-types": "^0.5.0",
"@graphql-hive/client": "^0.24.1",
"@escape.tech/graphql-armor": "^2.4.0",
"@escape.tech/graphql-armor-types": "^0.7.0",
"@graphql-hive/client": "^0.32.0",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.6",
"@sentry/node": "^7.64.0",
"@whatwg-node/node-fetch": "^0.4.18",
"@graphql-tools/utils": "^10.6.0",
"@sentry/node": "^7.68.0",
"@whatwg-node/node-fetch": "^0.7.0",
"@whatwg-node/server-plugin-cookies": "^1.0.2",
"async_hooks": "^1.0.0",
"inspector": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/typescript/server/infisical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@open-system/core-server-infisical",
"version": "0.0.1",
"dependencies": {
"infisical-node": "^1.4.3"
"infisical-node": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/server/pino-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-pino-logging",
"version": "0.0.1",
"dependencies": {
"pino": "^8.14.2",
"pino": "^8.21.0",
"pino-pretty": "^10.2.0"
}
}
4 changes: 2 additions & 2 deletions libs/core/typescript/server/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"@types/fs-extra": "^11.0.1",
"@whatwg-node/node-fetch": "^0.4.18",
"@whatwg-node/node-fetch": "^0.7.0",
"fs": "0.0.1-security",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"path": "^0.12.7"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/shared/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"stacktracey": "^2.1.8",
"type-detect": "^4.0.8"
"type-detect": "^4.1.0"
},
"devDependencies": {
"@types/type-detect": "^4.0.1"
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,67 +85,67 @@
},
"prettier": "./dist/tools/devops/config/prettier/config.js",
"resolutions": {
"graphql": "^16.8.0"
"graphql": "16.9.0"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@commitlint/config-nx-scopes": "^17.6.4",
"@commitlint/config-nx-scopes": "^17.8.1",
"@commitlint/cz-commitlint": "^17.7.1",
"@commitlint/prompt-cli": "^17.7.1",
"@envelop/graphql-modules": "^5.0.0",
"@envelop/live-query": "^6.0.0",
"@envelop/sentry": "^6.0.0",
"@graphql-codegen/core": "^4.0.0",
"@graphql-yoga/plugin-response-cache": "^2.1.0",
"@heroicons/react": "^2.0.18",
"@graphql-yoga/plugin-response-cache": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@js-temporal/polyfill": "^0.4.4",
"@next/bundle-analyzer": "^13.4.7",
"@pothos/core": "^3.30.0",
"@next/bundle-analyzer": "^13.5.7",
"@pothos/core": "^3.34.0",
"@release-it/bumper": "^5.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/analytics": "^1.4.1",
"@vercel/edge-config": "^0.4.0",
"@vercel/otel": "^0.3.0",
"@wundergraph/react-relay": "^0.4.0",
"@wundergraph/sdk": "^0.175.0",
"@wundergraph/sdk": "^0.184.0",
"attr-accept": "^2.2.2",
"bcryptjs": "^2.4.3",
"check-dependency-version-consistency": "^4.1.0",
"clsx": "^1.1.1",
"commitizen": "^4.3.0",
"core-js": "^3.30.1",
"dotenv": "^16.0.3",
"file-selector": "^0.6.0",
"core-js": "^3.39.0",
"dotenv": "^16.3.1",
"file-selector": "^0.10.0",
"graphql": "^16.8.0",
"graphql-modules": "^2.1.2",
"graphql-scalars": "^1.22.2",
"graphql-sse": "^2.2.0",
"graphql-modules": "^2.2.0",
"graphql-scalars": "^1.23.0",
"graphql-sse": "^2.3.0",
"graphql-yoga": "^4.0.3",
"helios-opentelemetry-sdk": "^1.0.89",
"inquirer": "8",
"jotai": "^2.1.0",
"jotai-molecules": "^1.1.1",
"kysely": "^0.26.0",
"jotai": "^2.4.2",
"jotai-molecules": "^1.2.0",
"kysely": "^0.27.0",
"kysely-d1": "^0.3.0",
"lottie-web": "^5.12.0",
"next": "^13.4.4",
"next-auth": "^4.22.3",
"next": "^13.5.7",
"next-auth": "^4.23.1",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-hook-form": "^7.46.1",
"react-relay": "^15.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redis": "^4.6.6",
"redis": "^4.7.0",
"redis-om": "^0.4.0-beta.3",
"regenerator-runtime": "0.14.0",
"relay-runtime": "^15.0.0",
"release-it": "^16.1.5",
"release-it": "^16.3.0",
"rimraf": "^5.0.0",
"schema-dts": "^1.1.2",
"superjson": "^1.13.1",
"tslib": "^2.5.2",
"zod": "^3.21.4",
"tslib": "^2.8.1",
"zod": "^3.22.2",
"zod-validation-error": "^1.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -310,20 +310,20 @@
"zod-prisma-types": "^2.7.4"
},
"optionalDependencies": {
"@nx/nx-win32-x64-msvc": "^16.8.1",
"@swc/core-darwin-arm64": "^1.3.83",
"@swc/core-darwin-x64": "^1.3.83",
"@swc/core-linux-arm-gnueabihf": "^1.3.83",
"@swc/core-linux-arm64-gnu": "^1.3.83",
"@swc/core-linux-arm64-musl": "^1.3.83",
"@swc/core-linux-x64-gnu": "^1.3.83",
"@swc/core-linux-x64-musl": "^1.3.83",
"@swc/core-win32-arm64-msvc": "^1.3.83",
"@swc/core-win32-ia32-msvc": "^1.3.83",
"@swc/core-win32-x64-msvc": "^1.3.83",
"@swc/wasm": "^1.3.83"
"@nx/nx-win32-x64-msvc": "16.8.1",
"@swc/core-darwin-arm64": "1.3.83",
"@swc/core-darwin-x64": "1.3.83",
"@swc/core-linux-arm-gnueabihf": "1.3.83",
"@swc/core-linux-arm64-gnu": "1.3.83",
"@swc/core-linux-arm64-musl": "1.3.83",
"@swc/core-linux-x64-gnu": "1.3.83",
"@swc/core-linux-x64-musl": "1.3.83",
"@swc/core-win32-arm64-msvc": "1.3.83",
"@swc/core-win32-ia32-msvc": "1.3.83",
"@swc/core-win32-x64-msvc": "1.3.83",
"@swc/wasm": "1.3.83"
},
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.15.9",
"engines": {
"node": ">=18.17.0",
"pnpm": ">=8.7.4"
Expand Down
4 changes: 2 additions & 2 deletions tools/async-api/kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
},
"dependencies": {
"@asyncapi/generator": "^1.10.14",
"@asyncapi/generator": "^1.11.0",
"@asyncapi/generator-filters": "^2.1.0",
"@asyncapi/generator-react-sdk": "^0.2.23",
"@asyncapi/modelina": "^1.8.11",
"@asyncapi/parser": "^2.0.0",
"yaml": "^2.0.0"
"yaml": "^2.6.1"
},
"generator": {
"renderer": "react",
Expand Down
2 changes: 1 addition & 1 deletion tools/async-api/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@asyncapi/generator-filters": "^2.1.0",
"@asyncapi/generator-react-sdk": "^0.2.23",
"@asyncapi/parser": "^2.0.0",
"yaml": "^2.0.0"
"yaml": "^2.6.1"
},
"generator": {
"renderer": "react",
Expand Down
8 changes: 4 additions & 4 deletions tools/devops/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@open-system/tools-devops-config",
"version": "0.0.1",
"dependencies": {
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/config-nx-scopes": "^17.6.4",
"eslint-plugin-tsdoc": "^0.2.17",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/config-nx-scopes": "^17.8.1",
"eslint-plugin-tsdoc": "^0.4.0",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.3.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"shell-quote": "^1.8.1",
"stacktracey": "^2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/docker/kafka-connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka-connect-base:7.4.1
FROM confluentinc/cp-kafka-connect-base:7.7.1

RUN confluent-hub install --no-prompt confluentinc/kafka-connect-jdbc:latest \
&& confluent-hub install --no-prompt debezium/debezium-connector-postgresql:latest
12 changes: 6 additions & 6 deletions tools/executors/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"main": "./index.js",
"typings": "./index.d.ts",
"dependencies": {
"@angular-devkit/architect": "^0.1602.0",
"@angular-devkit/architect": "^0.1900.0",
"@angular-devkit/core": "^16.2.0",
"@angular-devkit/schematics": "^16.2.0",
"@eventcatalog/core": "^1.0.1",
"@eventcatalog/core": "^1.0.5",
"@eventcatalog/types": "^0.4.2",
"@swc/core": "^1.3.83",
"@swc/core": "^1.9.3",
"doctoc": "^2.2.1",
"fs-extra": "^11.1.1",
"nx": "16.7.0",
"fs-extra": "^11.2.0",
"nx": "16.10.0",
"pnpapi": "^0.0.0",
"qs": "^6.11.2"
"qs": "^6.13.1"
},
"executors": "./executors.json"
}
10 changes: 5 additions & 5 deletions tools/executors/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"main": "./index.js",
"typings": "./index.d.ts",
"dependencies": {
"@asyncapi/generator": "^1.10.14",
"@asyncapi/generator": "^1.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@nx/devkit": "16.7.0",
"@nx/devkit": "16.10.0",
"@types/fs-extra": "^11.0.1",
"esbuild": "^0.18.11",
"esbuild": "^0.24.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"fsevents": "^2.3.3",
"glob": "^10.3.3",
"glob": "^10.3.4",
"lodash": "^4.17.21",
"svgo": "^3.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions tools/generators/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "./index.js",
"typings": "./index.d.ts",
"dependencies": {
"@nx/devkit": "16.7.0",
"fs-extra": "^11.1.1",
"@nx/devkit": "16.10.0",
"fs-extra": "^11.2.0",
"fsevents": "^2.3.3",
"glob": "^10.3.3",
"glob": "^10.3.4",
"lodash": "^4.17.21",
"path-scurry": "^1.10.1",
"pnpapi": "^0.0.0"
Expand Down
Loading
Loading