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

[Snyk] Upgrade eslint-config-next from 13.4.4 to 13.4.5 #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RoySegall
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade eslint-config-next from 13.4.4 to 13.4.5.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 14 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-06-10.
Release notes
Package name: eslint-config-next
  • 13.4.5 - 2023-06-10
    Read more
  • 13.4.5-canary.12 - 2023-06-10

    Core Changes

    • Remove redundant condition: #51070

    Misc Changes

    • Fix race condition with publish: #51105

    Credits

    Huge thanks to @ shuding and @ ijjk for helping!

  • 13.4.5-canary.11 - 2023-06-10

    Documentation Changes

    • Removes PORT from .env concatenation example: #51063
    • Adds missing and in How to Use These Docs section: #51058
    • docs: Clarify manual graceful shutdown in dev server: #51078
    • Update 03-linking-and-navigating.mdx: #51084
    • Fixed phrasing (extra verb): #51054

    Misc Changes

    • ci(workflow): generate run summary for all build targets: #51057

    Credits

    Huge thanks to @ kwonoj, @ manovotny, @ svarunid, and @ pauek for helping!

  • 13.4.5-canary.10 - 2023-06-10

    Core Changes

    • chore: mark forceOptimisticNavigation as internal: #47905
    • Fix rsc payload fetch failures due to state tree encoding: #51017
    • edge: use JSON parse instead of inlining the manifests objects: #50960
    • Fix esm module import warning for middleware loader: #51014
    • Updates prettier to latest version.: #51000
    • Ensure headers instance is serialized: #51047
    • Ensure id handling applies for dynamic import in pages: #51049
    • Avoid server insertion react key warning: #51053
    • fix: verbatimModuleSyntax: true support in tsconfig.json: #48018
    • Update app router revalidate handling on deploy: #51062
    • Apply optimization to middleware when using babel: #51067
    • fix: moduleResolution: bundler support in tsconfig.json: #51065
    • Fix another case with app router revalidation: #51076

    Documentation Changes

    • Fix Typo in Metadata API Description: #51024
    • Clarify a few things about the instrumentation.ts file: #51034
    • Add section on how to preview docs changes on VSCode: #51019
    • Adds the "why" for next/image optimization: #51066
    • Remove html from summaries: #51008

    Misc Changes

    • chore: pin to npm@9.6.7: #51044
    • chore: drop unused @ webassemblyjs: #51045
    • chore: remove skip to renable tsconfig tests: #51061
    • Update response cache test: #51072

    Credits

    Huge thanks to @ balazsorban44, @ huozhi, @ alainkaiser, @ feedthejim, @ delbaoliveira, @ manovotny, @ styfle, @ ijjk, and @ simPod for helping!

  • 13.4.5-canary.9 - 2023-06-09
    Read more
  • 13.4.5-canary.8 - 2023-06-08
    Read more
  • 13.4.5-canary.7 - 2023-06-07
    Read more
  • 13.4.5-canary.6 - 2023-06-05

    Core Changes

    • Improve compile time on large application: #50792

    Misc Changes

    • Add hello-world test for pages and app: #50780

    Credits

    Huge thanks to @ timneutkens for helping!

  • 13.4.5-canary.5 - 2023-06-05

    Core Changes

    Misc Changes

    • ci(workflow): allow to trigger native builds manually: #50703

    Credits

    Huge thanks to @ kwonoj and @ timneutkens for helping!

  • 13.4.5-canary.4 - 2023-06-02
    Read more
  • 13.4.5-canary.3 - 2023-06-01
  • 13.4.5-canary.2 - 2023-05-30
  • 13.4.5-canary.1 - 2023-05-30
  • 13.4.5-canary.0 - 2023-05-26
  • 13.4.4 - 2023-05-25
from eslint-config-next GitHub release notes
Commit messages
Package name: eslint-config-next
  • db10dd6 v13.4.5
  • d683006 v13.4.5-canary.12
  • efaddcd Fix race condition with publish (#51105)
  • 2ede835 Remove redundant condition (#51070)
  • 41d92fe v13.4.5-canary.11
  • bd97c01 docs: remove added verb and fix good to know section. (#51054)
  • 6a9fb9e Update 03-linking-and-navigating.mdx (#51084)
  • 8366f1a docs: Clarify manual graceful shutdown in dev server (#51078)
  • e797546 Adds missing `and` in `How to Use These Docs` section (#51058)
  • 8386009 Removes `PORT` from `.env` concatenation example (#51063)
  • 9bc73db ci(workflow): generate run summary for all build targets (#51057)
  • 387430c v13.4.5-canary.10
  • 32a9c35 Fix another case with app router revalidation (#51076)
  • ccc64d9 [Docs] Remove html <b> from summaries (#51008)
  • 9fad474 Adds the "why" for `next/image` optimization (#51066)
  • 1a0b5d2 fix: `moduleResolution: bundler` support in tsconfig.json (#51065)
  • 90ee958 Update response cache test (#51072)
  • 2bc1061 Apply optimization to middleware when using babel (#51067)
  • 8045525 Update app router revalidate handling on deploy (#51062)
  • 761e372 chore: remove skip to renable tsconfig tests (#51061)
  • be960cc fix: `verbatimModuleSyntax: true` support in tsconfig.json (#48018)
  • 558632b Avoid server insertion react key warning (#51053)
  • 4080f63 Ensure id handling applies for dynamic import in pages (#51049)
  • 480df20 Ensure headers instance is serialized (#51047)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@vercel
Copy link

vercel bot commented Jul 2, 2023

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

Name Status Preview Comments Updated (UTC)
segallio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2023 7:32pm
segallio-lb6o ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2023 7:32pm
segallio-nhei ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2023 7:32pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants