Skip to content

Commit

Permalink
fix(renovate): Update minor (minor) (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Sep 30, 2023
1 parent ea35294 commit d7653b2
Show file tree
Hide file tree
Showing 10 changed files with 966 additions and 942 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.0
18 changes: 9 additions & 9 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.22.20",
"@babel/plugin-transform-modules-commonjs": "7.22.15",
"@babel/core": "7.23.0",
"@babel/plugin-transform-modules-commonjs": "7.23.0",
"@babel/preset-env": "7.22.20",
"@darraghor/eslint-plugin-nestjs-typed": "4.0.16",
"@nrwl/eslint-plugin-nx": "16.8.1",
"@nrwl/jest": "16.8.1",
"@nrwl/linter": "16.8.1",
"@nrwl/node": "16.8.1",
"@darraghor/eslint-plugin-nestjs-typed": "4.1.0",
"@nrwl/eslint-plugin-nx": "16.9.1",
"@nrwl/jest": "16.9.1",
"@nrwl/linter": "16.9.1",
"@nrwl/node": "16.9.1",
"@types/express": "4.17.18",
"@types/jest": "29.5.5",
"@types/node": "20.7.0",
Expand All @@ -29,7 +29,7 @@
"axios": "1.5.1",
"babel-jest": "29.7.0",
"babel-plugin-transform-runtime": "6.23.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-unicorn": "48.0.1",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"nx": "16.8.1",
"nx": "16.9.1",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@darraghor/nest-backend-libs": "2.38.0",
"@mapbox/rehype-prism": "0.8.0",
"@nestjs/bull": "10.0.1",
Expand Down Expand Up @@ -97,7 +97,7 @@
"webpack": "5.88.2"
},
"devDependencies": {
"@darraghor/eslint-plugin-nestjs-typed": "4.0.16",
"@darraghor/eslint-plugin-nestjs-typed": "4.1.0",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.6",
"@swc/cli": "0.1.62",
Expand All @@ -113,7 +113,7 @@
"@types/unist": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
Expand Down
18 changes: 9 additions & 9 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.1.0",
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@mapbox/rehype-prism": "0.8.0",
"@monaco-editor/react": "4.5.2",
"@nrwl/eslint-plugin-nx": "16.8.1",
"@nrwl/jest": "16.8.1",
"@nrwl/linter": "16.8.1",
"@nrwl/node": "16.8.1",
"@nrwl/eslint-plugin-nx": "16.9.1",
"@nrwl/jest": "16.9.1",
"@nrwl/linter": "16.9.1",
"@nrwl/node": "16.9.1",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/auto-instrumentations-node": "0.39.2",
"@opentelemetry/context-zone": "1.17.0",
Expand Down Expand Up @@ -51,8 +51,8 @@
"autoprefixer": "10.4.16",
"clsx": "2.0.0",
"crisp-sdk-web": "1.0.21",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
Expand All @@ -63,9 +63,9 @@
"focus-visible": "5.2.0",
"gray-matter": "4.0.3",
"monaco-editor": "0.43.0",
"next": "13.4.19",
"next": "13.5.3",
"next-progress": "2.3.1",
"nx": "16.8.1",
"nx": "16.9.1",
"opentelemetry-instrumentation-undici": "0.1.1",
"postcss": "8.4.30",
"postcss-focus-visible": "9.0.0",
Expand Down
36 changes: 18 additions & 18 deletions infrastructure/production/digitalocean-hosting/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infrastructure/production/digitalocean-hosting/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.29.0"
version = "2.30.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"mill-init": "dist/miller-setup.js"
},
"devDependencies": {
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@babel/preset-typescript": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@types/figlet": "1.5.6",
"@types/inquirer": "9.0.3",
"@types/jest": "29.5.5",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared-api-client/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"private": true,
"type": "module",
"license": "UNLICENSED",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"repository": {
"type": "git",
"url": "https://github.com/darraghoriordan/use-miller.git"
},
"author": "Use Miller",
"engines": {
"node": ">=v18.17.1",
"pnpm": ">=8.7.6"
"node": ">=18.18.0",
"pnpm": ">=8.8.0"
},
"scripts": {
"clean": "rm -Rf ./dist/",
Expand All @@ -37,26 +37,26 @@
"dependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@nrwl/eslint-plugin-nx": "16.8.1",
"@nrwl/jest": "16.8.1",
"@nrwl/linter": "16.8.1",
"@nrwl/node": "16.8.1",
"@nrwl/eslint-plugin-nx": "16.9.1",
"@nrwl/jest": "16.9.1",
"@nrwl/linter": "16.9.1",
"@nrwl/node": "16.9.1",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.5",
"@types/node": "20.7.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"concurrently": "8.2.1",
"dotenv": "16.3.1",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "2.24.1",
"knip": "2.29.0",
"lerna": "7.3.0",
"lint-staged": "14.0.1",
"nx": "16.8.1",
"nx": "16.9.1",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"semantic-release": "21.1.2",
Expand Down
Loading

0 comments on commit d7653b2

Please sign in to comment.