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

fix(deps): update next.js to v14.2.7 #453

Merged
merged 1 commit into from
Sep 4, 2024
Merged

fix(deps): update next.js to v14.2.7 #453

merged 1 commit into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@next/bundle-analyzer (source) dependencies patch 14.2.5 -> 14.2.7 OpenSSF Scorecard
eslint-config-next (source) devDependencies patch 14.2.5 -> 14.2.7 OpenSSF Scorecard
next (source) dependencies patch 14.2.5 -> 14.2.7 OpenSSF Scorecard

Release Notes

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

v14.2.7

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Revert "chore: externalize undici for bundling" (#​65727)
  • Refactor internal routing headers to use request meta (#​66987)
  • fix(next): add cross origin in react dom preload (#​67423)
  • build: upgrade edge-runtime (#​67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#​66339)
  • fix: properly patch lockfile against swc bindings (#​66515)
  • Add deployment id header for rsc payload if present (#​67255)
  • Update font data (#​68639)
  • fix i18n data pathname resolving (#​68947)
  • pages router: ensure x-middleware-cache is respected (#​67734)
  • Fix bad modRequest in flight entry manifest #​68888
  • Reject next image urls in image optimizer #​68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #​67983
Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

Compare Source

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

v14.2.7

Compare Source

v14.2.6

Compare Source

vercel/next.js (next)

v14.2.7

Compare Source

v14.2.6

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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.

@renovate renovate bot requested a review from JoeKarow as a code owner August 23, 2024 16:53
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Aug 23, 2024
Copy link

vercel bot commented Aug 23, 2024

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

Name Status Preview Comments Updated (UTC)
transmascfutures ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 4, 2024 4:33pm

Copy link

coderabbitai bot commented Aug 23, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The changes involve updating the version numbers of several dependencies in the package.json file. The versions of @next/bundle-analyzer, next, and eslint-config-next were all incremented from 14.2.5 to 14.2.6. Additionally, @neondatabase/serverless was updated from 0.9.4 to 0.9.5, while both @mantine/hooks and @mantine/next were updated from 6.0.22 to 6.0.23.

Changes

Files Change Summary
package.json Updated @next/bundle-analyzer, next, and eslint-config-next from 14.2.5 to 14.2.6; updated @neondatabase/serverless from 0.9.4 to 0.9.5; updated @mantine/hooks and @mantine/next from 6.0.22 to 6.0.23.

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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary or <!-- #coderabbitai summary --> to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

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

relativeci bot commented Aug 23, 2024

#327 Bundle Size — 18.74MiB (~+0.01%).

451c9cf(current) vs 9e4c7e5 dev#326(baseline)

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#327
     Baseline
#326
Regression  Initial JS 1007.67KiB(+0.07%) 1006.93KiB
No change  Initial CSS 6.61KiB 6.61KiB
Change  Cache Invalidation 3.96% 2.31%
No change  Chunks 20 20
No change  Assets 80 80
Change  Modules 792(+0.25%) 790
No change  Duplicate Modules 103 103
No change  Duplicate Code 5.66% 5.66%
No change  Packages 81 81
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#327
     Baseline
#326
No change  IMG 17.47MiB 17.47MiB
Regression  JS 1.08MiB (+0.07%) 1.08MiB
No change  Fonts 189.64KiB 189.64KiB
No change  CSS 6.61KiB 6.61KiB
No change  Other 4.07KiB 4.07KiB

Bundle analysis reportBranch renovate/next.jsProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link

socket-security bot commented Aug 23, 2024

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

Package New capabilities Transitives Size Publisher
npm/@next/[email protected] None 0 3.38 kB matt.straka, rauchg, timer, ...2 more
npm/[email protected] Transitive: environment, filesystem, shell +8 130 kB entropitor
npm/[email protected] None +1 407 kB davidjerleke
npm/[email protected] None +1 409 kB davidjerleke
npm/[email protected] unsafe Transitive: environment, filesystem +78 11.7 MB vercel-release-bot
npm/[email protected] environment Transitive: filesystem, network, shell +59 6.52 MB alisowski
npm/[email protected] Transitive: environment, filesystem, unsafe +19 667 kB jounqin
npm/[email protected] environment, filesystem, shell Transitive: eval, unsafe +84 14.9 MB mmkale
npm/[email protected] filesystem, unsafe Transitive: environment +13 1.56 MB jounqin
npm/[email protected] None +1 1.44 MB edvardchen
npm/[email protected] filesystem Transitive: unsafe +12 1.74 MB weiran.zsd
npm/[email protected] None +33 4.1 MB ljharb
npm/[email protected] Transitive: environment, filesystem +19 4.1 MB yannbf
npm/[email protected] environment, eval, filesystem, shell +1 490 kB turbobot
npm/[email protected] environment, filesystem Transitive: eval, shell, unsafe +77 10.3 MB eslintbot

🚮 Removed packages: npm/@next/[email protected]), npm/[email protected]), npm/[email protected]), npm/[email protected]), npm/[email protected]), npm/[email protected]), npm/[email protected])

View full report↗︎

Copy link

@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 473f5ac and edd424d.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (3 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@renovate renovate bot changed the title fix(deps): update next.js to v14.2.6 fix(deps): update next.js Aug 27, 2024
Copy link

@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 edd424d and 73667ac.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (3 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@renovate renovate bot changed the title fix(deps): update next.js fix(deps): update next.js to v14.2.7 Aug 27, 2024
Copy link
Contributor

kodiakhq bot commented Sep 4, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@kodiakhq kodiakhq bot removed the automerge Enable Kodiak auto-merge label Sep 4, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Sep 4, 2024

@kodiakhq kodiakhq bot merged commit a25c6f6 into dev Sep 4, 2024
16 of 17 checks passed
@kodiakhq kodiakhq bot deleted the renovate/next.js branch September 4, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant