Merge pull request 'chore(deps): update nextjs monorepo to v14.0.3' (#39) from renovate/nextjs-monorepo into master
All checks were successful
deploy / deploy (push) Successful in 2m28s

Reviewed-on: #39
This commit is contained in:
Lee 2023-11-19 10:02:34 +00:00
commit 14f67af125
2 changed files with 52 additions and 52 deletions

@ -32,7 +32,7 @@
"idb-keyval": "^6.2.1",
"infisical-node": "^1.5.0",
"lucide-react": "^0.292.0",
"next": "14.0.2",
"next": "14.0.3",
"next-build-id": "^3.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
@ -56,7 +56,7 @@
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",

@ -37,7 +37,7 @@ dependencies:
version: 1.0.7(@types/react-dom@18.2.15)(@types/react@18.2.37)(react-dom@18.2.0)(react@18.2.0)
'@sentry/nextjs':
specifier: ^7.74.1
version: 7.77.0(encoding@0.1.13)(next@14.0.2)(react@18.2.0)
version: 7.77.0(encoding@0.1.13)(next@14.0.3)(react@18.2.0)
chart.js:
specifier: ^4.4.0
version: 4.4.0
@ -69,17 +69,17 @@ dependencies:
specifier: ^0.292.0
version: 0.292.0(react@18.2.0)
next:
specifier: 14.0.2
version: 14.0.2(react-dom@18.2.0)(react@18.2.0)
specifier: 14.0.3
version: 14.0.3(react-dom@18.2.0)(react@18.2.0)
next-build-id:
specifier: ^3.0.0
version: 3.0.0
next-sitemap:
specifier: ^4.2.3
version: 4.2.3(next@14.0.2)
version: 4.2.3(next@14.0.3)
next-themes:
specifier: ^0.2.1
version: 0.2.1(next@14.0.2)(react-dom@18.2.0)(react@18.2.0)
version: 0.2.1(next@14.0.3)(react-dom@18.2.0)(react@18.2.0)
react:
specifier: ^18
version: 18.2.0
@ -137,8 +137,8 @@ devDependencies:
specifier: ^8
version: 8.53.0
eslint-config-next:
specifier: 14.0.2
version: 14.0.2(eslint@8.53.0)(typescript@5.2.2)
specifier: 14.0.3
version: 14.0.3(eslint@8.53.0)(typescript@5.2.2)
postcss:
specifier: ^8.4.31
version: 8.4.31
@ -315,18 +315,18 @@ packages:
resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==}
dev: false
/@next/env@14.0.2:
resolution: {integrity: sha512-HAW1sljizEaduEOes/m84oUqeIDAUYBR1CDwu2tobNlNDFP3cSm9d6QsOsGeNlIppU1p/p1+bWbYCbvwjFiceA==}
/@next/env@14.0.3:
resolution: {integrity: sha512-7xRqh9nMvP5xrW4/+L0jgRRX+HoNRGnfJpD+5Wq6/13j3dsdzxO3BCXn7D3hMqsDb+vjZnJq+vI7+EtgrYZTeA==}
dev: false
/@next/eslint-plugin-next@14.0.2:
resolution: {integrity: sha512-APrYFsXfAhnysycqxHcpg6Y4i7Ukp30GzVSZQRKT3OczbzkqGjt33vNhScmgoOXYBU1CfkwgtXmNxdiwv1jKmg==}
/@next/eslint-plugin-next@14.0.3:
resolution: {integrity: sha512-j4K0n+DcmQYCVnSAM+UByTVfIHnYQy2ODozfQP+4RdwtRDfobrIvKq1K4Exb2koJ79HSSa7s6B2SA8T/1YR3RA==}
dependencies:
glob: 7.1.7
dev: true
/@next/swc-darwin-arm64@14.0.2:
resolution: {integrity: sha512-i+jQY0fOb8L5gvGvojWyZMfQoQtDVB2kYe7fufOEiST6sicvzI2W5/EXo4lX5bLUjapHKe+nFxuVv7BA+Pd7LQ==}
/@next/swc-darwin-arm64@14.0.3:
resolution: {integrity: sha512-64JbSvi3nbbcEtyitNn2LEDS/hcleAFpHdykpcnrstITFlzFgB/bW0ER5/SJJwUPj+ZPY+z3e+1jAfcczRLVGw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
@ -334,8 +334,8 @@ packages:
dev: false
optional: true
/@next/swc-darwin-x64@14.0.2:
resolution: {integrity: sha512-zRCAO0d2hW6gBEa4wJaLn+gY8qtIqD3gYd9NjruuN98OCI6YyelmhWVVLlREjS7RYrm9OUQIp/iVJFeB6kP1hg==}
/@next/swc-darwin-x64@14.0.3:
resolution: {integrity: sha512-RkTf+KbAD0SgYdVn1XzqE/+sIxYGB7NLMZRn9I4Z24afrhUpVJx6L8hsRnIwxz3ERE2NFURNliPjJ2QNfnWicQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
@ -343,8 +343,8 @@ packages:
dev: false
optional: true
/@next/swc-linux-arm64-gnu@14.0.2:
resolution: {integrity: sha512-tSJmiaon8YaKsVhi7GgRizZoV0N1Sx5+i+hFTrCKKQN7s3tuqW0Rov+RYdPhAv/pJl4qiG+XfSX4eJXqpNg3dA==}
/@next/swc-linux-arm64-gnu@14.0.3:
resolution: {integrity: sha512-3tBWGgz7M9RKLO6sPWC6c4pAw4geujSwQ7q7Si4d6bo0l6cLs4tmO+lnSwFp1Tm3lxwfMk0SgkJT7EdwYSJvcg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@ -352,8 +352,8 @@ packages:
dev: false
optional: true
/@next/swc-linux-arm64-musl@14.0.2:
resolution: {integrity: sha512-dXJLMSEOwqJKcag1BeX1C+ekdPPJ9yXbWIt3nAadhbLx5CjACoB2NQj9Xcqu2tmdr5L6m34fR+fjGPs+ZVPLzA==}
/@next/swc-linux-arm64-musl@14.0.3:
resolution: {integrity: sha512-v0v8Kb8j8T23jvVUWZeA2D8+izWspeyeDGNaT2/mTHWp7+37fiNfL8bmBWiOmeumXkacM/AB0XOUQvEbncSnHA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@ -361,8 +361,8 @@ packages:
dev: false
optional: true
/@next/swc-linux-x64-gnu@14.0.2:
resolution: {integrity: sha512-WC9KAPSowj6as76P3vf1J3mf2QTm3Wv3FBzQi7UJ+dxWjK3MhHVWsWUo24AnmHx9qDcEtHM58okgZkXVqeLB+Q==}
/@next/swc-linux-x64-gnu@14.0.3:
resolution: {integrity: sha512-VM1aE1tJKLBwMGtyBR21yy+STfl0MapMQnNrXkxeyLs0GFv/kZqXS5Jw/TQ3TSUnbv0QPDf/X8sDXuMtSgG6eg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@ -370,8 +370,8 @@ packages:
dev: false
optional: true
/@next/swc-linux-x64-musl@14.0.2:
resolution: {integrity: sha512-KSSAwvUcjtdZY4zJFa2f5VNJIwuEVnOSlqYqbQIawREJA+gUI6egeiRu290pXioQXnQHYYdXmnVNZ4M+VMB7KQ==}
/@next/swc-linux-x64-musl@14.0.3:
resolution: {integrity: sha512-64EnmKy18MYFL5CzLaSuUn561hbO1Gk16jM/KHznYP3iCIfF9e3yULtHaMy0D8zbHfxset9LTOv6cuYKJgcOxg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@ -379,8 +379,8 @@ packages:
dev: false
optional: true
/@next/swc-win32-arm64-msvc@14.0.2:
resolution: {integrity: sha512-2/O0F1SqJ0bD3zqNuYge0ok7OEWCQwk55RPheDYD0va5ij7kYwrFkq5ycCRN0TLjLfxSF6xI5NM6nC5ux7svEQ==}
/@next/swc-win32-arm64-msvc@14.0.3:
resolution: {integrity: sha512-WRDp8QrmsL1bbGtsh5GqQ/KWulmrnMBgbnb+59qNTW1kVi1nG/2ndZLkcbs2GX7NpFLlToLRMWSQXmPzQm4tog==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
@ -388,8 +388,8 @@ packages:
dev: false
optional: true
/@next/swc-win32-ia32-msvc@14.0.2:
resolution: {integrity: sha512-vJI/x70Id0oN4Bq/R6byBqV1/NS5Dl31zC+lowO8SDu1fHmUxoAdILZR5X/sKbiJpuvKcCrwbYgJU8FF/Gh50Q==}
/@next/swc-win32-ia32-msvc@14.0.3:
resolution: {integrity: sha512-EKffQeqCrj+t6qFFhIFTRoqb2QwX1mU7iTOvMyLbYw3QtqTw9sMwjykyiMlZlrfm2a4fA84+/aeW+PMg1MjuTg==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
@ -397,8 +397,8 @@ packages:
dev: false
optional: true
/@next/swc-win32-x64-msvc@14.0.2:
resolution: {integrity: sha512-Ut4LXIUvC5m8pHTe2j0vq/YDnTEyq6RSR9vHYPqnELrDapPhLNz9Od/L5Ow3J8RNDWpEnfCiQXuVdfjlNEJ7ug==}
/@next/swc-win32-x64-msvc@14.0.3:
resolution: {integrity: sha512-ERhKPSJ1vQrPiwrs15Pjz/rvDHZmkmvbf/BjPN/UCOI++ODftT0GtasDPi0j+y6PPJi5HsXw+dpRaXUaw4vjuQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@ -1209,7 +1209,7 @@ packages:
localforage: 1.10.0
dev: false
/@sentry/nextjs@7.77.0(encoding@0.1.13)(next@14.0.2)(react@18.2.0):
/@sentry/nextjs@7.77.0(encoding@0.1.13)(next@14.0.3)(react@18.2.0):
resolution: {integrity: sha512-8tYPBt5luFjrng1sAMJqNjM9sq80q0jbt6yariADU9hEr7Zk8YqFaOI2/Q6yn9dZ6XyytIRtLEo54kk2AO94xw==}
engines: {node: '>=8'}
peerDependencies:
@ -1230,7 +1230,7 @@ packages:
'@sentry/vercel-edge': 7.77.0
'@sentry/webpack-plugin': 1.20.0(encoding@0.1.13)
chalk: 3.0.0
next: 14.0.2(react-dom@18.2.0)(react@18.2.0)
next: 14.0.3(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
resolve: 1.22.8
rollup: 2.78.0
@ -2219,8 +2219,8 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-config-next@14.0.2(eslint@8.53.0)(typescript@5.2.2):
resolution: {integrity: sha512-CasWThlsyIcg/a+clU6KVOMTieuDhTztsrqvniP6AsRki9v7FnojTa7vKQOYM8QSOsQdZ/aElLD1Y2Oc8/PsIg==}
/eslint-config-next@14.0.3(eslint@8.53.0)(typescript@5.2.2):
resolution: {integrity: sha512-IKPhpLdpSUyKofmsXUfrvBC49JMUTdeaD8ZIH4v9Vk0sC1X6URTuTJCLtA0Vwuj7V/CQh0oISuSTvNn5//Buew==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0
typescript: '>=3.3.1'
@ -2228,7 +2228,7 @@ packages:
typescript:
optional: true
dependencies:
'@next/eslint-plugin-next': 14.0.2
'@next/eslint-plugin-next': 14.0.3
'@rushstack/eslint-patch': 1.5.1
'@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@5.2.2)
eslint: 8.53.0
@ -3325,7 +3325,7 @@ packages:
engines: {node: '>=8'}
dev: false
/next-sitemap@4.2.3(next@14.0.2):
/next-sitemap@4.2.3(next@14.0.3):
resolution: {integrity: sha512-vjdCxeDuWDzldhCnyFCQipw5bfpl4HmZA7uoo3GAaYGjGgfL4Cxb1CiztPuWGmS+auYs7/8OekRS8C2cjdAsjQ==}
engines: {node: '>=14.18'}
hasBin: true
@ -3336,17 +3336,17 @@ packages:
'@next/env': 13.5.6
fast-glob: 3.3.2
minimist: 1.2.8
next: 14.0.2(react-dom@18.2.0)(react@18.2.0)
next: 14.0.3(react-dom@18.2.0)(react@18.2.0)
dev: false
/next-themes@0.2.1(next@14.0.2)(react-dom@18.2.0)(react@18.2.0):
/next-themes@0.2.1(next@14.0.3)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==}
peerDependencies:
next: '*'
react: '*'
react-dom: '*'
dependencies:
next: 14.0.2(react-dom@18.2.0)(react@18.2.0)
next: 14.0.3(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@ -3355,8 +3355,8 @@ packages:
resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
dev: false
/next@14.0.2(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-jsAU2CkYS40GaQYOiLl9m93RTv2DA/tTJ0NRlmZIBIL87YwQ/xR8k796z7IqgM3jydI8G25dXvyYMC9VDIevIg==}
/next@14.0.3(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-AbYdRNfImBr3XGtvnwOxq8ekVCwbFTv/UJoLwmaX89nk9i051AEY4/HAWzU0YpaTDw8IofUpmuIlvzWF13jxIw==}
engines: {node: '>=18.17.0'}
hasBin: true
peerDependencies:
@ -3370,7 +3370,7 @@ packages:
sass:
optional: true
dependencies:
'@next/env': 14.0.2
'@next/env': 14.0.3
'@swc/helpers': 0.5.2
busboy: 1.6.0
caniuse-lite: 1.0.30001561
@ -3380,15 +3380,15 @@ packages:
styled-jsx: 5.1.1(react@18.2.0)
watchpack: 2.4.0
optionalDependencies:
'@next/swc-darwin-arm64': 14.0.2
'@next/swc-darwin-x64': 14.0.2
'@next/swc-linux-arm64-gnu': 14.0.2
'@next/swc-linux-arm64-musl': 14.0.2
'@next/swc-linux-x64-gnu': 14.0.2
'@next/swc-linux-x64-musl': 14.0.2
'@next/swc-win32-arm64-msvc': 14.0.2
'@next/swc-win32-ia32-msvc': 14.0.2
'@next/swc-win32-x64-msvc': 14.0.2
'@next/swc-darwin-arm64': 14.0.3
'@next/swc-darwin-x64': 14.0.3
'@next/swc-linux-arm64-gnu': 14.0.3
'@next/swc-linux-arm64-musl': 14.0.3
'@next/swc-linux-x64-gnu': 14.0.3
'@next/swc-linux-x64-musl': 14.0.3
'@next/swc-win32-arm64-msvc': 14.0.3
'@next/swc-win32-ia32-msvc': 14.0.3
'@next/swc-win32-x64-msvc': 14.0.3
transitivePeerDependencies:
- '@babel/core'
- babel-plugin-macros