Skip to content

Commit

Permalink
build: upgrade mysql2 to 3.11.5 (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Nov 29, 2024
1 parent 29a2c81 commit 6021667
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.3"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"liquidjs": "^10.9.2",
"luxon": "^3.1.0",
"mustache": "^4.2.0",
"mysql2": "3.9.7",
"mysql2": "^3.11.5",
"node-sql-parser": "4.6.5",
"octokit": "^2.0.10",
"openai": "^4.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash": "^4.17.21",
"lru-cache": "^11.0.1",
"luxon": "^3.5.0",
"mysql2": "^3.11.3",
"mysql2": "^3.11.5",
"octokit": "^3.2.1",
"pino": "^9.4.0",
"pino-sentry-transport": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/job-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fastify-plugin": "^4.3.0",
"ioredis": "^5.2.4",
"luxon": "^3.1.0",
"mysql2": "3.9.7",
"mysql2": "^3.11.5",
"octokit": "^2.0.10",
"pino": "^8.7.0",
"pino-sentry-transport": "^1.0.4",
Expand Down
8 changes: 0 additions & 8 deletions packages/job-server/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export const JobServerEnvSchema = {
type: 'string',
default: 'redis://localhost:6379/0',
},
EMAIL_SERVER_URL: {
type: 'string',
default: 'http://127.0.0.1:30002/api',
},
PLAYGROUND_DATABASE_URL: {
type: 'string',
},
Expand All @@ -39,10 +35,6 @@ export const JobServerEnvSchema = {
type: 'number',
default: 30000,
},
SEND_REPO_FEEDS_CRON: {
type: 'string',
default: '50 * * * *',
},
CALC_REPO_MILESTONES_CRON: {
type: 'string',
default: '20 * * * *',
Expand Down
2 changes: 1 addition & 1 deletion packages/pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fastify-metrics": "^10.0.0",
"fastify-plugin": "^4.3.0",
"luxon": "^3.3.0",
"mysql2": "^2.3.3",
"mysql2": "^3.11.5",
"node-schedule": "^2.1.1",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/prefetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cron-parser": "^4.8.1",
"env-schema": "^5.2.0",
"luxon": "^3.3.0",
"mysql2": "^2.3.3",
"mysql2": "^3.11.5",
"node-schedule": "^2.1.1",
"pino": "^8.7.0",
"pino-pretty": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-github-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"generic-pool": "^3.9.0",
"lru-cache": "^7.13.1",
"luxon": "^3.3.0",
"mysql2": "^2.3.3",
"mysql2": "^3.11.5",
"octokit": "^2.0.10",
"pino": "^8.7.0",
"pino-sentry-transport": "^1.0.4",
Expand Down
59 changes: 19 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6021667

Please sign in to comment.