chore(deps): update deps

This commit is contained in:
Sonny
2025-11-09 03:15:13 +01:00
parent 64cd4820c5
commit d03004b841
5 changed files with 1292 additions and 994 deletions

View File

@@ -1,6 +1,6 @@
# Source : https://github.com/adonisjs-community/adonis-packages/blob/main/Dockerfile
FROM node:24.6-alpine3.22 AS base
FROM node:24.11-alpine3.22 AS base
RUN apk --no-cache add curl
RUN corepack enable

View File

@@ -44,69 +44,69 @@
"@adonisjs/eslint-config": "2.1.2",
"@adonisjs/prettier-config": "^1.4.5",
"@adonisjs/tsconfig": "^1.4.1",
"@faker-js/faker": "^9.9.0",
"@faker-js/faker": "^10.1.0",
"@japa/assert": "^4.1.1",
"@japa/plugin-adonisjs": "^4.0.0",
"@japa/runner": "^4.4.0",
"@swc/core": "^1.13.3",
"@swc/core": "^1.15.1",
"@tuyau/utils": "^0.0.9",
"@types/luxon": "^3.7.1",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@vite-pwa/assets-generator": "^1.0.0",
"eslint": "^9.33.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@vite-pwa/assets-generator": "^1.0.2",
"eslint": "^9.39.1",
"hot-hook": "^0.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"pino-pretty": "^13.1.1",
"lint-staged": "^16.2.6",
"pino-pretty": "^13.1.2",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"release-it": "^19.0.4",
"release-it": "^19.0.6",
"ts-node-maintained": "^10.9.6",
"typescript": "~5.9.2",
"vite": "^7.1.3"
"typescript": "~5.9.3",
"vite": "^7.2.2"
},
"dependencies": {
"@adonisjs/ally": "^5.1.0",
"@adonisjs/auth": "^9.4.2",
"@adonisjs/core": "^6.19.0",
"@adonisjs/ally": "^5.1.1",
"@adonisjs/auth": "^9.5.1",
"@adonisjs/core": "^6.19.1",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/inertia": "^3.1.1",
"@adonisjs/lucid": "^21.8.0",
"@adonisjs/lucid": "^21.8.1",
"@adonisjs/session": "^7.5.1",
"@adonisjs/shield": "^8.2.0",
"@adonisjs/static": "^1.1.1",
"@adonisjs/vite": "^4.0.0",
"@inertiajs/react": "^2.1.2",
"@izzyjs/route": "^1.2.0",
"@mantine/core": "^8.2.5",
"@mantine/hooks": "^8.2.5",
"@mantine/modals": "^8.2.5",
"@mantine/spotlight": "^8.2.5",
"@inertiajs/react": "^2.2.15",
"@izzyjs/route": "^2.1.7",
"@mantine/core": "^8.3.6",
"@mantine/hooks": "^8.3.6",
"@mantine/modals": "^8.3.6",
"@mantine/spotlight": "^8.3.6",
"@tuyau/client": "^0.2.10",
"@tuyau/core": "^0.4.2",
"@tuyau/inertia": "^0.0.15",
"@vinejs/vine": "^3.0.1",
"@vitejs/plugin-react-oxc": "^0.3.0",
"@vinejs/vine": "^4.1.0",
"@vitejs/plugin-react": "^5.1.0",
"bentocache": "^1.5.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dayjs": "^1.11.19",
"edge.js": "^6.3.0",
"i18next": "^25.4.0",
"i18next": "^25.6.1",
"knex": "^3.1.0",
"luxon": "^3.7.1",
"luxon": "^3.7.2",
"node-html-parser": "^7.0.1",
"pg": "^8.16.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.4",
"react-icons": "^5.5.0",
"reflect-metadata": "^0.2.2",
"vite-plugin-pwa": "^1.0.3",
"vite-plugin-pwa": "^1.1.0",
"zustand": "^5.0.8"
},
"hotHook": {
@@ -129,11 +129,6 @@
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
},
"volta": {
"node": "24.6.0"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
"node": "24.11.0"
}
}

2203
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,9 @@
import { assert } from '@japa/assert';
import app from '@adonisjs/core/services/app';
import type { Config } from '@japa/runner/types';
import { pluginAdonisJS } from '@japa/plugin-adonisjs';
import testUtils from '@adonisjs/core/services/test_utils';
import { izzyRoutePlugin } from '@izzyjs/route/plugins/japa';
import { assert } from '@japa/assert';
import { pluginAdonisJS } from '@japa/plugin-adonisjs';
import type { Config } from '@japa/runner/types';
/**
* This file is imported by the "bin/test.ts" entrypoint file
@@ -16,7 +16,7 @@ import { izzyRoutePlugin } from '@izzyjs/route/plugins/japa';
export const plugins: Config['plugins'] = [
assert(),
pluginAdonisJS(app),
izzyRoutePlugin(),
izzyRoutePlugin(app),
];
/**

View File

@@ -6,7 +6,7 @@ import {
import { getDirname } from '@adonisjs/core/helpers';
import inertia from '@adonisjs/inertia/client';
import adonisjs from '@adonisjs/vite/client';
import react from '@vitejs/plugin-react-oxc';
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
import { VitePWA } from 'vite-plugin-pwa';