Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 04febb1

Browse files
dependabot[bot]joonatank
authored andcommitted
build(deps): bump the nextjs group across 1 directory with 3 updates
Bumps the nextjs group with 3 updates in the / directory: [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer), [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) and [next](https://github.com/vercel/next.js). Updates `@next/bundle-analyzer` from 14.2.15 to 15.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.0.3/packages/next-bundle-analyzer) Updates `@next/eslint-plugin-next` from 14.2.15 to 15.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.0.3/packages/eslint-plugin-next) Updates `next` from 14.2.15 to 15.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.15...v15.0.3) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:production update-type: version-update:semver-major dependency-group: nextjs - dependency-name: "@next/eslint-plugin-next" dependency-type: direct:production update-type: version-update:semver-major dependency-group: nextjs - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major dependency-group: nextjs ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff51eeb commit 04febb1

6 files changed

Lines changed: 156 additions & 117 deletions

File tree

apps/admin-ui/next.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ const config = {
2020
transpilePackages: ["common"],
2121
// create a smaller bundle
2222
output: "standalone",
23-
experimental: {
24-
// this includes files from the monorepo base two directories up
25-
outputFileTracingRoot: join(ROOT_PATH, "../../"),
26-
},
23+
// this includes files from the monorepo base two directories up
24+
outputFileTracingRoot: join(ROOT_PATH, "../../"),
2725
// don't block builds use a separate CI step for this
2826
typescript: {
2927
ignoreBuildErrors: true,

apps/admin-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@apollo/client": "^3.9.7",
3131
"@hookform/resolvers": "^3.9.0",
3232
"@n8tb1t/use-scroll-position": "^2.0.3",
33-
"@next/bundle-analyzer": "^14.2.15",
34-
"@next/eslint-plugin-next": "^14.2.15",
33+
"@next/bundle-analyzer": "^15.0.3",
34+
"@next/eslint-plugin-next": "^15.0.3",
3535
"@sentry/nextjs": "^8.29.0",
3636
"apollo-upload-client": "17.0.0",
3737
"classnames": "^2.5.1",
@@ -45,7 +45,7 @@
4545
"hds-react": "^3.11.0",
4646
"i18next": "^23.15.1",
4747
"lodash": "^4.17.21",
48-
"next": "14.2.15",
48+
"next": "15.0.3",
4949
"next-i18next": "^15.3.1",
5050
"query-string": "9.1.0",
5151
"react": "^18.2.0",

apps/ui/next.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ const nextConfig = {
1919
transpilePackages: ["common"],
2020
// create a smaller bundle
2121
output: "standalone",
22-
experimental: {
23-
// this includes files from the monorepo base two directories up
24-
outputFileTracingRoot: join(ROOT_PATH, "../../"),
25-
},
22+
// this includes files from the monorepo base two directories up
23+
outputFileTracingRoot: join(ROOT_PATH, "../../"),
2624
typescript: {
2725
ignoreBuildErrors: true,
2826
},

apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"hds-react": "^3.11.0",
3232
"i18next": "^23.15.1",
3333
"lodash": "^4.17.21",
34-
"next": "14.2.15",
34+
"next": "15.0.3",
3535
"next-compose-plugins": "^2.2.1",
3636
"next-i18next": "^15.3.1",
3737
"next-transpile-modules": "^10.0.1",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"hds-react": "^3.11.0",
2525
"i18next": "^23.15.1",
2626
"lodash": "^4.17.21",
27-
"next": "14.2.15",
27+
"next": "15.0.3",
2828
"next-i18next": "^15.3.1",
2929
"react": "^18.2.0",
3030
"react-big-calendar": "^1.15.0",

0 commit comments

Comments
 (0)