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

build(deps): bump next from 14.1.3 to 14.2.10 in /examples/next-appDir in the npm_and_yarn group across 1 directory #156

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps the npm_and_yarn group with 1 update in the /examples/next-appDir directory: next.

Updates next from 14.1.3 to 14.2.10

Release notes

Sourced from next's releases.

v14.2.10

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

Core Changes

Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.9

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

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

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

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from JuroUhlar as a code owner September 18, 2024 01:37
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2024
TheUnderScorer
TheUnderScorer previously approved these changes Sep 26, 2024
JuroUhlar
JuroUhlar previously approved these changes Mar 17, 2025
@ilfa
Copy link
Member

ilfa commented Mar 17, 2025

@dependabot recreate

Bumps the npm_and_yarn group with 1 update in the /examples/next-appDir directory: [next](https://github.com/vercel/next.js).


Updates `next` from 14.1.3 to 14.2.10
- [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.1.3...v14.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot dismissed stale reviews from JuroUhlar and TheUnderScorer via b0f669a March 17, 2025 11:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/next-appDir/npm_and_yarn-862843ec32 branch from fec51d3 to b0f669a Compare March 17, 2025 11:10
Copy link

This PR will create a minor release 🚀

2.7.0 (2025-03-17)

Features

  • bump @fingerprintjs/fingerprintjs-pro-spa to ^1.3.2 (d477427)

Documentation

  • README: mention immediate: false explicitly, improve formatting (f1d03e2)

Build System

Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.87% 192/209
🟢 Branches 82.14% 46/56
🟡 Functions 71.7% 38/53
🟢 Lines 91.94% 171/186

Test suite run success

19 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 7e9e391

Show full coverage report
St File % Stmts % Branch % Funcs % Lines Uncovered Line #s
🟢 All files 91.86 82.14 71.69 91.93
🟢  src 94.33 90.9 60 93.61
🟢   detect-env.ts 92.3 86.66 100 91.3 15,85
🟢   env.ts 100 100 100 100
🟢   env.types.ts 100 100 100 100
🟡   fpjs-context.ts 80 100 0 80 38
🟡   get-env.ts 75 0 100 75 9-10
🟢   index.ts 100 100 0 100
🟢   ssr.ts 100 100 100 100
🟢   use-visitor-data.ts 97.72 100 87.5 97.29 82
🟢  src/components 90.66 75 86.66 92.75
🟢   fpjs-provider.tsx 88.52 69.23 83.33 91.22 112,118-123,142-144
🟢   with-environment.tsx 100 100 100 100
🟢  src/utils 85.71 57.14 87.5 82.6
🟡   assert-is-truthy.ts 66.66 0 100 66.66 3
🟡   to-error.ts 75 100 100 75 6
🟢   use-previous.ts 100 100 100 100
🟢   wait-until.ts 86.66 60 75 80 10-12

@JuroUhlar JuroUhlar self-requested a review March 17, 2025 11:35
@JuroUhlar JuroUhlar merged commit 66115a1 into main Mar 17, 2025
8 checks passed
@JuroUhlar JuroUhlar deleted the dependabot/npm_and_yarn/examples/next-appDir/npm_and_yarn-862843ec32 branch March 17, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants