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: , , , contentlayer2, next, next-contentlayer2, pliny, rehype-katex, tailwindcss #29

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

Conversation

cx48
Copy link
Owner

@cx48 cx48 commented Sep 20, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ 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.

Name Versions Released on

@next/bundle-analyzer
from 14.2.5 to 14.2.7 | 2 versions ahead of your current version | 24 days ago
on 2024-08-27
@tailwindcss/forms
from 0.5.7 to 0.5.8 | 1 version ahead of your current version | 23 days ago
on 2024-08-28
@tailwindcss/typography
from 0.5.14 to 0.5.15 | 1 version ahead of your current version | 23 days ago
on 2024-08-28
contentlayer2
from 0.4.6 to 0.5.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-13
next
from 14.2.5 to 14.2.7 | 2 versions ahead of your current version | 24 days ago
on 2024-08-27
next-contentlayer2
from 0.4.6 to 0.5.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-13
pliny
from 0.2.2 to 0.3.1 | 2 versions ahead of your current version | a month ago
on 2024-08-16
rehype-katex
from 7.0.0 to 7.0.1 | 1 version ahead of your current version | a month ago
on 2024-08-19
tailwindcss
from 3.4.9 to 3.4.10 | 1 version ahead of your current version | a month ago
on 2024-08-13

Release notes
Package name: @next/bundle-analyzer
  • 14.2.7 - 2024-08-27

    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!

  • 14.2.6 - 2024-08-21
  • 14.2.5 - 2024-07-10
from @next/bundle-analyzer GitHub release notes
Package name: @tailwindcss/forms
  • 0.5.8 - 2024-08-28

    Fixed

    • Support installing with alpha versions of Tailwind CSS v4 (#163)
  • 0.5.7 - 2023-11-10

    Fixed

    • Use normal checkbox and radio appearance in forced-colors mode (#152)
from @tailwindcss/forms GitHub release notes
Package name: @tailwindcss/typography
  • 0.5.15 - 2024-08-28

    Fixed

    • Support installing with alpha versions of Tailwind CSS v4 (#358)
  • 0.5.14 - 2024-08-07
    • Fix table text alignment (#346)
from @tailwindcss/typography GitHub release notes
Package name: contentlayer2
  • 0.5.0 - 2024-07-13

    Breaking

    • Contentlayer2 now supports only node 18+

    What's Changed

    • Depending on the node version, it will automatically use either import attribute or fallback to import assertion for older versions of Node by @ timlrx in #25
    • Ensure maximum compatibility with mdx-bundler by @ eps1lon in #19
    • Add fork migration guide to the readme by @ jrolfs in #18
    • Use import attributes rather than json assertions by @ lishaduck in #24
    • chore: update tempo version and settings by @ timlrx in #26
    • Adds support for esbuild v0.21.0, v0.22.0 and v0.23.0, and update React and Next dependencies by @ timlrx in #27

    New Contributors

    Full Changelog: v0.4.6...v0.5.0

  • 0.4.6 - 2024-04-28

    What's Changed

    Full Changelog: v0.4.5...v0.4.6

from contentlayer2 GitHub release notes
Package name: next
  • 14.2.7 - 2024-08-27

    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!

  • 14.2.6 - 2024-08-21
  • 14.2.5 - 2024-07-10
from next GitHub release notes
Package name: next-contentlayer2
  • 0.5.0 - 2024-07-13

    Breaking

    • Contentlayer2 now supports only node 18+

    What's Changed

    • Depending on the node version, it will automatically use either import attribute or fallback to import assertion for older versions of Node by @ timlrx in #25
    • Ensure maximum compatibility with mdx-bundler by @ eps1lon in #19
    • Add fork migration guide to the readme by @ jrolfs in #18
    • Use import attributes rather than json assertions by @ lishaduck in #24
    • chore: update tempo version and settings by @ timlrx in #26
    • Adds support for esbuild v0.21.0, v0.22.0 and v0.23.0, and update React and Next dependencies by @ timlrx in #27

    New Contributors

    Full Changelog: v0.4.6...v0.5.0

  • 0.4.6 - 2024-04-28

    What's Changed

    Full Changelog: v0.4.5...v0.4.6

from next-contentlayer2 GitHub release notes
Package name: rehype-katex from rehype-katex GitHub release notes
Package name: tailwindcss
  • 3.4.10 - 2024-08-13

    Fixed

    • Bump versions of plugins in the Standalone CLI (#14185)
  • 3.4.9 - 2024-08-08

    Fixed

    • No longer warns when broad glob patterns are detecting vendor folders
from tailwindcss GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade:
  - @next/bundle-analyzer from 14.2.5 to 14.2.7.
    See this package in npm: https://www.npmjs.com/package/@next/bundle-analyzer
  - @tailwindcss/forms from 0.5.7 to 0.5.8.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/forms
  - @tailwindcss/typography from 0.5.14 to 0.5.15.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/typography
  - contentlayer2 from 0.4.6 to 0.5.0.
    See this package in npm: https://www.npmjs.com/package/contentlayer2
  - next from 14.2.5 to 14.2.7.
    See this package in npm: https://www.npmjs.com/package/next
  - next-contentlayer2 from 0.4.6 to 0.5.0.
    See this package in npm: https://www.npmjs.com/package/next-contentlayer2
  - pliny from 0.2.2 to 0.3.1.
    See this package in npm: https://www.npmjs.com/package/pliny
  - rehype-katex from 7.0.0 to 7.0.1.
    See this package in npm: https://www.npmjs.com/package/rehype-katex
  - tailwindcss from 3.4.9 to 3.4.10.
    See this package in npm: https://www.npmjs.com/package/tailwindcss

See this project in Snyk:
https://app.snyk.io/org/cx51/project/1058ffa7-1c85-421b-b4df-1f8a66aacd1c?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Sep 20, 2024

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

Name Status Preview Comments Updated (UTC)
personal-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 9:53am

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.

2 participants