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

chore(dev-deps): ⬆️ update devdependencies #159

Merged
merged 2 commits into from
May 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer 13.4.1 -> 13.4.2 age adoption passing confidence
@next/env 13.4.1 -> 13.4.2 age adoption passing confidence
@next/eslint-plugin-next 13.4.1 -> 13.4.2 age adoption passing confidence
@octokit/core 4.2.0 -> 4.2.1 age adoption passing confidence
@types/node (source) 18.16.8 -> 18.16.13 age adoption passing confidence
@typescript-eslint/experimental-utils 5.59.5 -> 5.59.6 age adoption passing confidence
all-contributors-cli 6.25.0 -> 6.25.1 age adoption passing confidence
eslint-plugin-tailwindcss 3.11.0 -> 3.12.0 age adoption passing confidence
knip 2.10.4 -> 2.11.0 age adoption passing confidence
prettier-plugin-tailwindcss 0.2.8 -> 0.3.0 age adoption passing confidence
stylelint (source) 15.6.1 -> 15.6.2 age adoption passing confidence
turbo (source) 1.9.3 -> 1.9.8 age adoption passing confidence

Release Notes

vercel/next.js

v13.4.2

Compare Source

Core Changes
  • make sure server component externals only apply to files resolvable by node: #​49147
  • Fix link not being GC'd sometimes: #​49318
  • Fix issue where nextP is not replaced in searchParams: #​49315
  • Add typescript version to next-info: #​49346
  • Upgrade React to 18.3.0-canary-16d053d59-20230506: #​49402
  • Remove empty config warning: #​49435
  • app-router: add startTransition call to revalidate dispatcher: #​49453
  • Inline static data buffer instead of using fs read: #​49323
  • Revert "Temporarily disable app dir export integration test": #​49311
  • Add link to Server Actions docs.: #​49384
  • Replace metadata clone with custom handler in dev: #​49343
  • Add request-async-storage to the shared layer: #​49470
  • Fix revalidate: false detection in app: #​49473
  • Fix metadata image route encoding: #​49482
  • Fix actions redirect handling: #​49483
  • Restrict useOptimistic and useFormStatus APIs on the server layer: #​49331
  • Fix external rewrite with body: #​49487
  • fix: better error message with an invalid assetPrefix: #​49403
  • Fix Node Crypto polyfill: #​49288
  • Fix: Router.query contains _next when using middleware with dynamic routes: #​48753
  • type: update React.CSSProperties type to Record: #​49186
  • Fix server CSS imports and HMR not working properly in specific conditions: #​49462
  • Fix HMR support for server layer imported SASS and SCSS: #​49534
  • Support .bind syntax with Action functions: #​49422
  • ci(test): enable turbopack test: #​49466
  • feat(next-core): relay transform plugin: #​48899
  • Fix canonical url for dynamic routes: #​49512
  • Add experimental compile/generate handling: #​49491
  • chore: cross-platform rm -rf script: #​49529
  • refactor(next-core): remove ast cloning in custom transform: #​49560
  • fix: a11y issues in react-dev-overlay: #​49460
  • Add tests for HMR: #​49206
  • Add stub Route type for typedRoutes: #​48099
  • Add test for appdir referenced images: #​49242
  • feat: Allow trace-level logging for non-published release builds: #​49564
  • Fix unexpected object mutation while resolving Open Graph: #​49514
  • actions: forward fetch rejections to the action handler: #​49577
  • actions: make cookies.set revalidate: #​49582
  • interception route: fix route groups breaking the referrer computation: #​49602
  • Allow export decl with any init value in the actions compiler: #​49600
  • Handle unstable_cache in pages: #​49624
  • Update cache method handling during build: #​49633
  • Fix fetchCache and no-store handling: #​49638
  • interception routes: fix rewrites order: #​49615
  • Ensure initialHeaders are normalized: #​49643
  • app-router: add support for parallel routes in useParams: #​49595
  • Add puppeteer to external packages list: #​49597
  • Add playwright to external package list: #​49649
  • actions: fill prefetchCache with revalidation payload: #​49576
  • Rename Turbopack/tasks crates to common prefixes: #​49446
  • chore(jest): Simplify isServer expression: #​48330
  • Add missing config vars into Webpack cache key: #​49663
  • misc: Apply PR comments from #​49206: #​49647
  • fix: Standalone node http server starts accepting requests before next handler is ready: #​49548
  • Update links from beta to stable docs.: #​49349
Documentation Changes
  • Fix error message about preconnect 📝: #​40360
  • [docs] Add iOS hydration mismatch details to error page: #​43584
  • Add note about custom distDir to standalone build docs: #​48592
  • Add --use-yarn flag to create-next-app: #​49407
Misc Changes
Credits

Huge thanks to @​shuding, @​ijjk, @​ForsakenHarmony, @​timneutkens, @​huozhi, @​sanjaiyan-dev, @​acdlite, @​feedthejim, @​styfle, @​leerob, @​koba04, @​g12i, @​cesarkohl, @​darshkpatel, @​josh, @​li-jia-nan, @​kwonoj, @​gabschne, @​alexkirsz, @​karlhorky, @​jridgewell, @​sokra, @​kdy1, @​akd-io, @​runjuu, @​jocarrd, @​nnnnoel, and @​ferdingler for helping!

octokit/core.js

v4.2.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/experimental-utils

all-contributors/all-contributors-cli

v6.25.1

Compare Source

Bug Fixes
francoismassart/eslint-plugin-tailwindcss

v3.12.0: Tailwind CSS 3.3.2

Compare Source

Support ESM and TypeScript config files (by quesabe 🙏)

webpro/knip

v2.11.0

Compare Source

  • Update dependencies (5e5dbf0)
  • Look for typedoc config in package.json and tsconfig.json (closes #​129) (66e9840)
  • Require eslint-config-prettier if eslint-plugin-prettier is in extends (fixes #​128) (3655301)
  • Fix re-export edge case (ce29c84)
tailwindlabs/prettier-plugin-tailwindcss

v0.3.0

Compare Source

Added
  • Added support for prettier-plugin-marko (#​151)
  • Allow sorting of custom attributes, functions, and tagged template literals (#​155)
Fixed
  • Speed up formatting (#​153)
  • Fix plugin compatibility when loaded with require (#​159)
stylelint/stylelint

v15.6.2

Compare Source

vercel/turbo

v1.9.8: Turborepo v1.9.8

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v1.9.7...v1.9.8

v1.9.7: Turborepo v1.9.7

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.9.6...v1.9.7

v1.9.6: Turborepo v1.9.6

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v1.9.5...v1.9.6

v1.9.5: Turborepo v1.9.5

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.9.4...v1.9.5

v1.9.4: Turborepo v1.9.4

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.9.3...v1.9.4


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the DevDependency 🔼 Pull requests that update a dev dependency file label May 21, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes May 21, 2023
@vercel
Copy link

vercel bot commented May 21, 2023

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

Name Status Preview Comments Updated (UTC)
next-react-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2023 6:45pm

@renovate
Copy link
Contributor Author

renovate bot commented May 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@kodiakhq kodiakhq bot merged commit e155a3b into main May 21, 2023
@kodiakhq kodiakhq bot deleted the renovate/devdependencies branch May 21, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevDependency 🔼 Pull requests that update a dev dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants