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

Bump next from 14.2.4 to 14.2.10 in the npm_and_yarn group #34631

Closed

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: next.

Updates next from 14.2.4 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.

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


Updates `next` from 14.2.4 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.2.4...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 added dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code labels Sep 18, 2024
@github-actions github-actions bot closed this Sep 18, 2024
Copy link
Contributor

This dependency update will be handled internally by our engineering team.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-862843ec32 branch September 18, 2024 00:40
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Sep 18, 2024
will8683 referenced this pull request Sep 18, 2024
* Deprecate 3.0

* 3.0 deprecation: remove 3.0 markup (#25647)

* Remove liquid conditionals and content for 3.0 deprecation

* Remove manually, no longer versioned in a supported version

* Remove translations manually, no longer versioned in a supported version

* Remove 'if', now in all supported versions

* Remove dangling 'elseif', now in all supported versions

* Remove dangling 'elseif' and 3.0 screenshot reference, now in all supported versions

* Nudge to latest supported GHES version

* Nudge to latest supported release GHES version

* Bump all the version for the liquid tests

* Bump first deprecated version for linting tests

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Prefer double quotes

Co-authored-by: Laura Coursen <[email protected]>

* Remove extra newline

Co-authored-by: Laura Coursen <[email protected]>

* Remove extra newline

Co-authored-by: Laura Coursen <[email protected]>

* Remove extra newline

Co-authored-by: Laura Coursen <[email protected]>

* One reusable per line

Co-authored-by: Laura Coursen <[email protected]>

* One reusable per line

Co-authored-by: Laura Coursen <[email protected]>

* One reusable per line

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Version check not needed anymore

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <[email protected]>

* Don't depend on hardcoded versions

Co-authored-by: Laura Coursen <[email protected]>

* Remove static files for 3.0 deprecation (#25649)

Co-authored-by: Laura Coursen <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code triage Do not begin working on this issue until triaged by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants