Skip to content

Commit

Permalink
fix(renovate): Update major
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Jan 13, 2025
1 parent 58a0fdf commit 4a8a9e1
Show file tree
Hide file tree
Showing 12 changed files with 3,162 additions and 2,341 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
22.13.0
4 changes: 2 additions & 2 deletions Dockerfile-be
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A container with pnpm and python3 is required
FROM node:21.7.3-alpine as pnpm_base
FROM node:22.13.0-alpine as pnpm_base

WORKDIR /app
RUN npm i --global --no-update-notifier --no-fund pnpm@8
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN --mount=type=ssh,id=usemiller git clone [email protected]:darraghoriordan/use-m
RUN rm -rf /app/code-repos/use-miller/.git

# Lean production image - only take pruned assets
FROM node:21.7.3-alpine AS runner
FROM node:22.13.0-alpine AS runner
WORKDIR /app
ENV NODE_ENV=production

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-fe
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A container with pnpm and python3 is required
FROM node:21.7.3-alpine as pnpm_base
FROM node:22.13.0-alpine as pnpm_base

WORKDIR /app
RUN npm i --global --no-update-notifier --no-fund pnpm@8
Expand All @@ -24,7 +24,7 @@ RUN pnpm --filter='*frontend' build
RUN pnpm --filter='*frontend' deploy pruned --prod

# Production image - only take pruned assets
FROM node:21.7.3-alpine AS runner
FROM node:22.13.0-alpine AS runner
WORKDIR /app
ENV NODE_ENV=production
RUN addgroup --system --gid 1001 app
Expand Down
16 changes: 8 additions & 8 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@nrwl/jest": "19.5.1",
"@nrwl/linter": "19.5.1",
"@nrwl/node": "19.5.1",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"axios": "1.7.2",
"babel-jest": "29.7.0",
"babel-plugin-transform-runtime": "6.23.0",
Expand All @@ -34,14 +34,14 @@
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.8.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.5.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-sonarjs": "3.0.1",
"eslint-plugin-unicorn": "56.0.1",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"nx": "19.5.1",
"nx": "20.3.1",
"prettier": "3.3.3",
"ts-jest": "29.2.3",
"ts-loader": "9.5.1",
Expand Down
24 changes: 12 additions & 12 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nestjs/devtools-integration": "0.1.6",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.10",
"@nestjs/swagger": "7.4.0",
"@nestjs/swagger": "8.1.1",
"@nestjs/typeorm": "10.0.2",
"@octokit/rest": "21.0.1",
"@opentelemetry/api": "1.9.0",
Expand All @@ -64,11 +64,11 @@
"auth0": "4.7.0",
"axios": "1.7.2",
"bull": "4.15.1",
"cache-manager": "5.7.3",
"cache-manager": "6.3.2",
"cache-manager-redis-yet": "5.1.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"dotenv": "16.4.5",
"express": "^4.19.2",
"gray-matter": "4.0.3",
Expand All @@ -83,7 +83,7 @@
"rehype-document": "7.0.3",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
"remark-embed-images": "4.0.0",
"remark-embed-images": "5.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
Expand All @@ -103,26 +103,26 @@
"@swc/cli": "0.4.0",
"@swc/core": "1.7.0",
"@types/auth0": "3.3.10",
"@types/eslint": "8.56.10",
"@types/express": "4.17.21",
"@types/eslint": "9.6.1",
"@types/express": "5.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/nodemailer": "6.4.15",
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.8.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.5.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-sonarjs": "3.0.1",
"eslint-plugin-unicorn": "56.0.1",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"jest-junit": "16.0.0",
Expand Down
22 changes: 11 additions & 11 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,41 +42,41 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@tanstack/react-query": "5.51.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.19",
"clsx": "2.1.1",
"crisp-sdk-web": "1.0.25",
"eslint": "9.1.1",
"eslint-config-next": "14.2.5",
"eslint-config-next": "15.1.4",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-tailwind": "0.2.1",
"focus-visible": "5.2.0",
"gray-matter": "4.0.3",
"monaco-editor": "0.50.0",
"next": "14.2.5",
"next-progress": "2.3.1",
"nx": "19.5.1",
"nx": "20.3.1",
"opentelemetry-instrumentation-undici": "0.2.3",
"postcss": "8.4.39",
"postcss-focus-visible": "9.0.1",
"postcss-focus-visible": "10.0.1",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hyper-tree": "0.3.12",
"react-resizable-panels": "2.0.21",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
"remark-embed-images": "4.0.0",
"remark-embed-images": "5.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
Expand Down
60 changes: 30 additions & 30 deletions infrastructure/production/stripe-prod/.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/stripe-prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stripe = {
source = "lukasaron/stripe"
version = "1.9.4"
version = "3.3.0"
}
}
# You don't need this if you're a solo dev. When you're ready you can create a
Expand Down
2 changes: 1 addition & 1 deletion libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dotenv": "16.4.5",
"figlet": "1.7.0",
"globby": "14.0.2",
"inquirer": "10.0.4",
"inquirer": "12.3.0",
"vitest": "2.0.3"
}
}
2 changes: 1 addition & 1 deletion libs/shared-api-client/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
22.13.0
14 changes: 7 additions & 7 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.15.1",
"packageManager": "pnpm@9.15.3",
"repository": {
"type": "git",
"url": "https://github.com/darraghoriordan/use-miller.git"
},
"author": "Use Miller",
"engines": {
"node": ">=20.12.2",
"pnpm": ">=8.15.1"
"node": ">=22.13.0",
"pnpm": ">=9.15.3"
},
"scripts": {
"clean": "rm -Rf ./dist/",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"concurrently": "8.2.2",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"concurrently": "9.1.2",
"dotenv": "16.4.5",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
Expand All @@ -56,7 +56,7 @@
"knip": "5.26.0",
"lerna": "8.1.6",
"lint-staged": "15.2.7",
"nx": "19.5.1",
"nx": "20.3.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.0.0",
Expand Down
Loading

0 comments on commit 4a8a9e1

Please sign in to comment.