Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(web): update next.js to v14.2.6 #1394

Merged
merged 1 commit into from
Aug 22, 2024
Merged

chore(web): update next.js to v14.2.6 #1394

merged 1 commit into from
Aug 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@next/bundle-analyzer (source) devDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
@next/bundle-analyzer (source) dependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
@next/eslint-plugin-next (source) devDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
@next/third-parties (source) peerDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
@next/third-parties (source) devDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
@next/third-parties (source) dependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
eslint-config-next (source) devDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
next (source) peerDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
next (source) devDependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard
next (source) dependencies patch 14.2.5 -> 14.2.6 OpenSSF Scorecard

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v14.2.6

Compare Source

vercel/next.js (@​next/eslint-plugin-next)

v14.2.6

Compare Source

vercel/next.js (@​next/third-parties)

v14.2.6

Compare Source

vercel/next.js (eslint-config-next)

v14.2.6

Compare Source

vercel/next.js (next)

v14.2.6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from JoeKarow as a code owner August 22, 2024 01:17
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. labels Aug 22, 2024
Copy link

vercel bot commented Aug 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2024 1:23am

Copy link
Contributor

coderabbitai bot commented Aug 22, 2024

Walkthrough

The changes primarily consist of updates to the version numbers of several dependencies across multiple package.json files in the application. Specifically, the version of the next framework and related packages have been incremented from 14.2.5 to 14.2.6, reflecting a maintenance effort to keep dependencies current.

Changes

Files Change Summary
apps/app/package.json Updated @next/bundle-analyzer, @next/third-parties, and next from 14.2.5 to 14.2.6.
apps/web/package.json Updated @next/bundle-analyzer and next from 14.2.5 to 14.2.6.
packages/analytics/package.json Updated next in both dependencies and peerDependencies from 14.2.5 to 14.2.6.
packages/api/package.json Updated next in both dependencies and peerDependencies from 14.2.5 to 14.2.6.
packages/auth/package.json Updated next in both dependencies and peerDependencies from 14.2.5 to 14.2.6.
packages/eslint-config/package.json Updated @next/eslint-plugin-next, eslint-config-next, and next from 14.2.5 to 14.2.6.
packages/ui/package.json Updated @next/third-parties and next from 14.2.5 to 14.2.6.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

sonarcloud bot commented Aug 22, 2024

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/commander@12.1.0 environment 0 186 kB abetomo
npm/escape-string-regexp@5.0.0 None 0 3.66 kB sindresorhus
npm/ms@2.1.3 None 0 6.72 kB styfle
npm/resolve-pkg-maps@1.0.0 None 0 15 kB hirokiosame

🚮 Removed packages: npm/@changesets/cli@2.27.7), npm/@chromatic-com/storybook@1.7.0), npm/@crowdin/crowdin-api-client@1.35.0), npm/@crowdin/ota-client@1.0.0), npm/@emotion/react@11.13.3), npm/@emotion/server@11.11.0), npm/@faker-js/faker@8.4.1), npm/@googlemaps/google-maps-services-js@3.4.0), npm/@googlemaps/react-wrapper@1.1.42), npm/@hookform/devtools@4.3.1), npm/@hookform/error-message@2.0.1), npm/@hookform/resolvers@3.9.0), npm/@iconify-icon/react@2.1.0), npm/@iconify-json/carbon@1.1.37), npm/@iconify-json/fluent-mdl2@1.1.8), npm/@iconify-json/mdi@1.1.68), npm/@iconify-json/ph@1.1.14), npm/@iconify-json/simple-icons@1.1.114), npm/@iconify/react@4.1.1), npm/@iconify/types@2.0.0), npm/@iconify/utils@2.1.31), npm/@mantine/carousel@6.0.22), npm/@mantine/core@6.0.22), npm/@mantine/dates@6.0.22), npm/@mantine/form@6.0.22), npm/@mantine/hooks@6.0.22), npm/@mantine/next@6.0.22), npm/@mantine/notifications@6.0.22), npm/@mantine/nprogress@6.0.22), npm/@mantine/utils@6.0.22), npm/@next-auth/prisma-adapter@1.0.7), npm/@next/bundle-analyzer@14.2.5), npm/@next/eslint-plugin-next@14.2.5), npm/@next/third-parties@14.2.5), npm/@octokit/core@5.2.0), npm/@opentelemetry/api@1.9.0), npm/@opentelemetry/core@1.25.1), npm/@opentelemetry/exporter-trace-otlp-http@0.52.1), npm/@opentelemetry/instrumentation@0.52.1), npm/@opentelemetry/resources@1.25.1), npm/@opentelemetry/sdk-node@0.52.1), npm/@opentelemetry/sdk-trace-base@1.25.1), npm/@opentelemetry/sdk-trace-node@1.25.1), npm/@opentelemetry/semantic-conventions@1.25.1), npm/@playwright/test@1.46.1), npm/@prisma/client@5.18.0), npm/@prisma/instrumentation@5.18.0), npm/@prisma/nextjs-monorepo-workaround-plugin@5.18.0), npm/@relative-ci/agent@4.2.10), npm/@sentry/browser@8.26.0), npm/@sentry/nextjs@8.26.0), npm/@sentry/node@8.26.0), npm/@sentry/opentelemetry@8.26.0), npm/@sentry/profiling-node@8.26.0), npm/@snaplet/copycat@5.0.0), npm/@snaplet/seed@0.98.0), npm/@storybook/addon-a11y@8.2.9), npm/@storybook/addon-actions@8.2.9), npm/@storybook/addon-designs@8.0.3), npm/@storybook/addon-essentials@8.2.9), npm/@storybook/addon-interactions@8.2.9), npm/@storybook/addon-links@8.2.9), npm/@storybook/addon-mdx-gfm@8.2.9), npm/@storybook/addon-viewport@8.2.9), npm/@storybook/addon-webpack5-compiler-swc@1.0.5), npm/@storybook/components@8.2.9), npm/@storybook/core-events@8.2.9), npm/@storybook/manager-api@8.2.9), npm/@storybook/nextjs@8.2.9), npm/@storybook/preview-api@8.2.9), npm/@storybook/react@8.2.9), npm/@storybook/test-runner@0.19.1), npm/@storybook/test@8.2.9), npm/@storybook/theming@8.2.9), npm/@storybook/types@8.2.9), npm/@swc/core@1.7.14), npm/@swc/helpers@0.5.12), npm/@t3-oss/env-nextjs@0.9.2), npm/@tanstack/eslint-plugin-query@4.38.0), npm/@tanstack/react-query-devtools@4.36.1), npm/@tanstack/react-query@4.36.1), npm/@tanstack/react-table-devtools@8.20.1), npm/@tanstack/react-table@8.20.1), npm/@terraformer/wkt@2.2.1), npm/@textea/json-viewer@3.4.1), npm/@tomfreudenberg/next-auth-mock@0.5.6), npm/@total-typescript/ts-reset@0.5.1), npm/@trpc/client@10.45.2), npm/@trpc/next@10.45.2), npm/@trpc/react-query@10.45.2), npm/@trpc/server@10.45.2), npm/@turbo/gen@2.0.14), npm/@turf/helpers@7.1.0), npm/@tweenjs/tween.js@23.1.3), npm/@types/aws-lambda@8.10.143), npm/@types/eslint-config-prettier@6.11.3), npm/@types/eslint@8.56.11), npm/@types/google.maps@3.55.12), npm/@types/gtag.js@0.0.20), npm/@types/inquirer-autocomplete-prompt@3.0.3), npm/@types/inquirer@9.0.7), npm/@types/lint-staged@13.3.0), npm/@types/luxon@3.4.2), npm/@types/ms@0.7.34), npm/@types/node@20.16.1), npm/@types/papaparse@5.3.14), npm/@types/pg@8.11.6), npm/@types/probe-image-size@7.2.5), npm/@types/react-dom@18.3.0), npm/@types/react@18.3.4), npm/@types/terraformer__wkt@2.0.3), npm/@types/yargs@17.0.33), npm/@typescript-eslint/eslint-plugin@7.18.0), npm/@typescript-eslint/parser@7.18.0), npm/@vercel/analytics@1.3.1), npm/@vercel/edge-config@1.2.1), npm/@vercel/kv@2.0.0), npm/@vercel/ncc@0.38.1), npm/@vercel/postgres-kysely@0.9.0), npm/@vercel/speed-insights@1.0.12), npm/@welldone-software/why-did-you-render@8.0.3), npm/ahooks@3.8.1), npm/ajv-errors@3.0.0), npm/ajv@8.17.1), npm/alex@11.0.1)

View full report↗︎

Copy link

relativeci bot commented Aug 22, 2024

#1297 Bundle Size — 3.49MiB (~+0.01%).

8bdb131(current) vs 156663b dev#1290(baseline)

Warning

Bundle contains 5 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#1297
     Baseline
#1290
Regression  Initial JS 3.06MiB(~+0.01%) 3.06MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 64.84% 68.25%
No change  Chunks 67 67
No change  Assets 80 80
No change  Modules 2013 2013
No change  Duplicate Modules 361 361
No change  Duplicate Code 10.03% 10.03%
No change  Packages 159 159
No change  Duplicate Packages 5 5
Bundle size by type  Change 2 changes Regression 2 regressions
                 Current
#1297
     Baseline
#1290
Regression  JS 3.38MiB (~+0.01%) 3.37MiB
No change  Fonts 94.54KiB 94.54KiB
No change  CSS 9.54KiB 9.54KiB
Regression  Other 8.7KiB (+0.25%) 8.68KiB
No change  IMG 8.57KiB 8.57KiB

Bundle analysis reportBranch renovate/next.jsProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link
Contributor

📦 Next.js Bundle Analysis for @weareinreach/app

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.

Last updated for commit 8bdb131. This comment will update as new commits are pushed.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 143691c and 8bdb131.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (7)
  • apps/app/package.json (2 hunks)
  • apps/web/package.json (1 hunks)
  • packages/analytics/package.json (1 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/eslint-config/package.json (2 hunks)
  • packages/ui/package.json (4 hunks)
Files skipped from review due to trivial changes (6)
  • apps/app/package.json
  • apps/web/package.json
  • packages/analytics/package.json
  • packages/auth/package.json
  • packages/eslint-config/package.json
  • packages/ui/package.json
Additional comments not posted (2)
packages/api/package.json (2)

69-69: Version update approved for next in devDependencies.

The update from 14.2.5 to 14.2.6 is consistent with the PR's objective and should include bug fixes or improvements.


77-77: Version update approved for next in peerDependencies.

The update from 14.2.5 to 14.2.6 ensures compatibility and aligns with the PR's objective.

@kodiakhq kodiakhq bot merged commit 43e68ab into dev Aug 22, 2024
40 checks passed
@kodiakhq kodiakhq bot deleted the renovate/next.js branch August 22, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant