Skip to content

Commit

Permalink
fix(renovate): Update patch (patch) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Nov 28, 2023
1 parent bd2ae3e commit 5dfb450
Show file tree
Hide file tree
Showing 8 changed files with 1,447 additions and 1,671 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
22 changes: 11 additions & 11 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/plugin-transform-modules-commonjs": "7.23.0",
"@babel/preset-env": "7.23.2",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.0",
"@babel/core": "7.23.3",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/preset-env": "7.23.3",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.3",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/jest": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/node": "16.10.0",
"@types/express": "4.17.19",
"@types/jest": "29.5.5",
"@types/node": "20.8.6",
"@types/node-fetch": "2.6.6",
"@types/supertest": "2.0.14",
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
"@types/node": "20.8.10",
"@types/node-fetch": "2.6.9",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"axios": "1.5.1",
Expand All @@ -33,7 +33,7 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -44,7 +44,7 @@
"nx": "16.10.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
Expand Down
62 changes: 31 additions & 31 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,38 @@
}
},
"dependencies": {
"@babel/core": "7.23.2",
"@babel/core": "7.23.3",
"@darraghor/nest-backend-libs": "2.40.0",
"@mapbox/rehype-prism": "0.8.0",
"@nestjs/bull": "10.0.1",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/cache-manager": "2.1.1",
"@nestjs/cli": "10.1.18",
"@nestjs/common": "10.2.7",
"@nestjs/common": "10.2.10",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.7",
"@nestjs/core": "10.2.10",
"@nestjs/devtools-integration": "0.1.5",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.7",
"@nestjs/swagger": "7.1.13",
"@nestjs/typeorm": "10.0.0",
"@nestjs/platform-express": "10.2.10",
"@nestjs/swagger": "7.1.16",
"@nestjs/typeorm": "10.0.1",
"@octokit/rest": "20.0.2",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/auto-instrumentations-node": "0.39.4",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.44.0",
"@opentelemetry/exporter-trace-otlp-http": "0.44.0",
"@opentelemetry/host-metrics": "0.33.1",
"@opentelemetry/instrumentation-express": "0.33.2",
"@opentelemetry/instrumentation-nestjs-core": "0.33.2",
"@opentelemetry/instrumentation-pino": "0.34.2",
"@opentelemetry/host-metrics": "0.33.2",
"@opentelemetry/instrumentation-express": "0.33.3",
"@opentelemetry/instrumentation-nestjs-core": "0.33.3",
"@opentelemetry/instrumentation-pino": "0.34.3",
"@opentelemetry/resources": "1.17.1",
"@opentelemetry/sdk-metrics": "1.17.1",
"@opentelemetry/sdk-node": "0.44.0",
"@opentelemetry/sdk-trace-base": "1.17.1",
"@opentelemetry/sdk-trace-node": "1.17.1",
"@opentelemetry/semantic-conventions": "1.17.1",
"auth0": "4.0.1",
"auth0": "4.0.2",
"axios": "1.5.1",
"bull": "4.11.4",
"bull": "4.11.5",
"cache-manager": "5.2.4",
"cache-manager-redis-yet": "4.1.2",
"class-transformer": "0.5.1",
Expand All @@ -75,7 +75,7 @@
"jwks-rsa": "3.1.0",
"minimatch": "9.0.3",
"nestjs-otel": "5.1.5",
"nodemailer": "6.9.6",
"nodemailer": "6.9.7",
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"pg": "8.11.3",
Expand All @@ -92,32 +92,32 @@
"swagger-ui-express": "5.0.0",
"to-vfile": "8.0.0",
"typeorm": "0.3.17",
"unified": "11.0.3",
"unified": "11.0.4",
"vfile": "6.0.1",
"webpack": "5.89.0"
},
"devDependencies": {
"@darraghor/eslint-plugin-nestjs-typed": "4.3.0",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.93",
"@types/auth0": "3.3.6",
"@types/eslint": "8.44.4",
"@types/express": "4.17.19",
"@types/jest": "29.5.5",
"@types/node": "20.8.6",
"@types/nodemailer": "6.4.11",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.14",
"@types/unist": "3.0.0",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.3",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.10",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.99",
"@types/auth0": "3.3.10",
"@types/eslint": "8.44.7",
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
"@types/node": "20.8.10",
"@types/nodemailer": "6.4.14",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "2.0.16",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -129,7 +129,7 @@
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
Expand Down
20 changes: 10 additions & 10 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.2.0",
"@babel/core": "7.23.2",
"@babel/core": "7.23.3",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@headlessui/react": "1.7.17",
Expand All @@ -39,11 +39,11 @@
"@opentelemetry/sdk-trace-node": "1.17.1",
"@opentelemetry/sdk-trace-web": "1.17.1",
"@opentelemetry/semantic-conventions": "1.17.1",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "4.36.1",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
Expand All @@ -52,7 +52,7 @@
"clsx": "2.0.0",
"crisp-sdk-web": "1.0.21",
"eslint": "8.51.0",
"eslint-config-next": "13.5.5",
"eslint-config-next": "13.5.6",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
Expand All @@ -63,7 +63,7 @@
"focus-visible": "5.2.0",
"gray-matter": "4.0.3",
"monaco-editor": "0.44.0",
"next": "13.5.2",
"next": "13.5.6",
"next-progress": "2.3.1",
"nx": "16.10.0",
"opentelemetry-instrumentation-undici": "0.1.1",
Expand All @@ -73,19 +73,19 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hyper-tree": "0.3.12",
"react-resizable-panels": "0.0.55",
"react-resizable-panels": "0.0.61",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
"remark-embed-images": "4.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.0.0",
"sharp": "0.32.6",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"to-vfile": "8.0.0",
"tslib": "2.6.2",
"typescript": "5.2.2",
"unified": "11.0.3",
"unified": "11.0.4",
"vfile": "6.0.1",
"vscode-material-icon-theme-js": "1.0.7"
},
Expand All @@ -96,6 +96,6 @@
}
},
"devDependencies": {
"@types/node": "20.8.6"
"@types/node": "20.8.10"
}
}
16 changes: 8 additions & 8 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"mill-init": "dist/miller-setup.js"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/figlet": "1.5.6",
"@types/inquirer": "9.0.4",
"@types/jest": "29.5.5",
"@types/node": "20.8.6",
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@types/figlet": "1.5.8",
"@types/inquirer": "9.0.7",
"@types/jest": "29.5.10",
"@types/node": "20.8.10",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
Expand All @@ -33,7 +33,7 @@
"dotenv": "16.3.1",
"figlet": "1.6.0",
"globby": "13.2.2",
"inquirer": "9.2.11",
"inquirer": "9.2.12",
"vitest": "0.34.6"
}
}
2 changes: 1 addition & 1 deletion libs/shared-api-client/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"author": "Use Miller",
"engines": {
"node": ">=18.18.0",
"node": ">=18.18.2",
"pnpm": ">=8.8.0"
},
"scripts": {
Expand All @@ -35,18 +35,18 @@
"md:fe": "docker save dokku/use-miller:v1.0.0 | ssh dokku-as-darragh \"docker load\""
},
"dependencies": {
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/jest": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/node": "16.10.0",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.5",
"@types/node": "20.8.6",
"@types/jest": "29.5.10",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -55,11 +55,11 @@
"jest-environment-jsdom": "29.7.0",
"knip": "2.33.4",
"lerna": "7.3.1",
"lint-staged": "15.0.1",
"lint-staged": "15.0.2",
"nx": "16.10.0",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"semantic-release": "22.0.5",
"semantic-release": "22.0.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit 5dfb450

Please sign in to comment.