chore: update package versions and configurations (#382)

- Bumped application version from 2.17.0 to 2.17.1 in package.json.
- Updated Node.js engine requirement from >=v18.18.0 to >=20.10.0.
- Upgraded Supabase dependency from 2.47.2 to 2.48.3 in both package.json and pnpm-lock.yaml.
- Updated schema-utils from 4.3.2 to 4.3.3 in pnpm-lock.yaml.
- Changed major version in Supabase configuration from 15 to 17.
This commit is contained in:
Giancarlo Buomprisco
2025-10-03 10:47:26 +08:00
committed by GitHub
parent 67a60ef385
commit 195cf41680
5 changed files with 22 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ export function DocsCard({
className={`bg-muted/50 hover:bg-muted/70 flex grow flex-col gap-y-2 rounded p-4`} className={`bg-muted/50 hover:bg-muted/70 flex grow flex-col gap-y-2 rounded p-4`}
> >
<h3 className="mt-0 text-lg font-medium hover:underline dark:text-white"> <h3 className="mt-0 text-lg font-medium hover:underline dark:text-white">
<Link href={link.url}>{title}</Link> {title}
</h3> </h3>
{subtitle && ( {subtitle && (

View File

@@ -85,7 +85,7 @@
"cssnano": "^7.1.1", "cssnano": "^7.1.1",
"pino-pretty": "13.0.0", "pino-pretty": "13.0.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"supabase": "2.47.2", "supabase": "2.48.3",
"tailwindcss": "4.1.14", "tailwindcss": "4.1.14",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3" "typescript": "^5.9.3"

View File

@@ -19,7 +19,7 @@ max_rows = 1000
port = 54322 port = 54322
# The database major version to use. This has to be the same as your remote database's. Run `SHOW # The database major version to use. This has to be the same as your remote database's. Run `SHOW
# server_version;` on the remote database to check. # server_version;` on the remote database to check.
major_version = 15 major_version = 17
[studio] [studio]
# Port to use for Supabase Studio. # Port to use for Supabase Studio.

View File

@@ -1,10 +1,10 @@
{ {
"name": "next-supabase-saas-kit-turbo", "name": "next-supabase-saas-kit-turbo",
"version": "2.17.0", "version": "2.17.1",
"private": true, "private": true,
"sideEffects": false, "sideEffects": false,
"engines": { "engines": {
"node": ">=v18.18.0" "node": ">=20.10.0"
}, },
"author": { "author": {
"url": "https://makerkit.dev", "url": "https://makerkit.dev",

28
pnpm-lock.yaml generated
View File

@@ -308,8 +308,8 @@ importers:
specifier: ^3.6.2 specifier: ^3.6.2
version: 3.6.2 version: 3.6.2
supabase: supabase:
specifier: 2.47.2 specifier: 2.48.3
version: 2.47.2 version: 2.48.3
tailwindcss: tailwindcss:
specifier: 4.1.14 specifier: 4.1.14
version: 4.1.14 version: 4.1.14
@@ -7922,8 +7922,8 @@ packages:
scheduler@0.26.0: scheduler@0.26.0:
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
schema-utils@4.3.2: schema-utils@4.3.3:
resolution: {integrity: sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==} resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
scroll-into-view-if-needed@2.2.31: scroll-into-view-if-needed@2.2.31:
@@ -8200,8 +8200,8 @@ packages:
stylis@4.2.0: stylis@4.2.0:
resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==}
supabase@2.47.2: supabase@2.48.3:
resolution: {integrity: sha512-YvjjJXt21GsYvMBBJN3aKoGZf8QkCWU3hX5So/KsLRweY1YDu9mcEsrMdWp3ZYKQhoEMl9jDHG58SEQuFWGUfg==} resolution: {integrity: sha512-92vjrWqRUQPX9eYgTYlSSVXfpjzsAa++IX7IEM99BoYvNS3Pl6VrsqGN06QWi4VaX7FlPjjHLp+aIjoeWXcBug==}
engines: {npm: '>=8'} engines: {npm: '>=8'}
hasBin: true hasBin: true
@@ -8251,6 +8251,10 @@ packages:
resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==} resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==}
engines: {node: '>=6'} engines: {node: '>=6'}
tapable@2.3.0:
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
engines: {node: '>=6'}
tar@7.5.1: tar@7.5.1:
resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==} resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==}
engines: {node: '>=18'} engines: {node: '>=18'}
@@ -16753,7 +16757,7 @@ snapshots:
scheduler@0.26.0: {} scheduler@0.26.0: {}
schema-utils@4.3.2: schema-utils@4.3.3:
dependencies: dependencies:
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
ajv: 8.17.1 ajv: 8.17.1
@@ -17106,7 +17110,7 @@ snapshots:
stylis@4.2.0: {} stylis@4.2.0: {}
supabase@2.47.2: supabase@2.48.3:
dependencies: dependencies:
bin-links: 5.0.0 bin-links: 5.0.0
https-proxy-agent: 7.0.6 https-proxy-agent: 7.0.6
@@ -17158,6 +17162,8 @@ snapshots:
tapable@2.2.3: {} tapable@2.2.3: {}
tapable@2.3.0: {}
tar@7.5.1: tar@7.5.1:
dependencies: dependencies:
'@isaacs/fs-minipass': 4.0.1 '@isaacs/fs-minipass': 4.0.1
@@ -17170,7 +17176,7 @@ snapshots:
dependencies: dependencies:
'@jridgewell/trace-mapping': 0.3.31 '@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1 jest-worker: 27.5.1
schema-utils: 4.3.2 schema-utils: 4.3.3
serialize-javascript: 6.0.2 serialize-javascript: 6.0.2
terser: 5.44.0 terser: 5.44.0
webpack: 5.102.0 webpack: 5.102.0
@@ -17565,8 +17571,8 @@ snapshots:
loader-runner: 4.3.0 loader-runner: 4.3.0
mime-types: 2.1.35 mime-types: 2.1.35
neo-async: 2.6.2 neo-async: 2.6.2
schema-utils: 4.3.2 schema-utils: 4.3.3
tapable: 2.2.3 tapable: 2.3.0
terser-webpack-plugin: 5.3.14(webpack@5.102.0) terser-webpack-plugin: 5.3.14(webpack@5.102.0)
watchpack: 2.4.4 watchpack: 2.4.4
webpack-sources: 3.3.3 webpack-sources: 3.3.3