Skip to content

Commit

Permalink
build(deps): bump the nextjs group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and joonatank committed Nov 21, 2024
1 parent ff51eeb commit 04febb1
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 117 deletions.
6 changes: 2 additions & 4 deletions apps/admin-ui/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ const config = {
transpilePackages: ["common"],
// create a smaller bundle
output: "standalone",
experimental: {
// this includes files from the monorepo base two directories up
outputFileTracingRoot: join(ROOT_PATH, "../../"),
},
// this includes files from the monorepo base two directories up
outputFileTracingRoot: join(ROOT_PATH, "../../"),
// don't block builds use a separate CI step for this
typescript: {
ignoreBuildErrors: true,
Expand Down
6 changes: 3 additions & 3 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@apollo/client": "^3.9.7",
"@hookform/resolvers": "^3.9.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/bundle-analyzer": "^14.2.15",
"@next/eslint-plugin-next": "^14.2.15",
"@next/bundle-analyzer": "^15.0.3",
"@next/eslint-plugin-next": "^15.0.3",
"@sentry/nextjs": "^8.29.0",
"apollo-upload-client": "17.0.0",
"classnames": "^2.5.1",
Expand All @@ -45,7 +45,7 @@
"hds-react": "^3.11.0",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"next": "14.2.15",
"next": "15.0.3",
"next-i18next": "^15.3.1",
"query-string": "9.1.0",
"react": "^18.2.0",
Expand Down
6 changes: 2 additions & 4 deletions apps/ui/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ const nextConfig = {
transpilePackages: ["common"],
// create a smaller bundle
output: "standalone",
experimental: {
// this includes files from the monorepo base two directories up
outputFileTracingRoot: join(ROOT_PATH, "../../"),
},
// this includes files from the monorepo base two directories up
outputFileTracingRoot: join(ROOT_PATH, "../../"),
typescript: {
ignoreBuildErrors: true,
},
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"hds-react": "^3.11.0",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"next": "14.2.15",
"next": "15.0.3",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^15.3.1",
"next-transpile-modules": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"hds-react": "^3.11.0",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"next": "14.2.15",
"next": "15.0.3",
"next-i18next": "^15.3.1",
"react": "^18.2.0",
"react-big-calendar": "^1.15.0",
Expand Down
Loading

0 comments on commit 04febb1

Please sign in to comment.