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

fix(deps): update dependencies (non-major) #1137

Merged
merged 2 commits into from
Aug 26, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/icons (source) ^5.1.4 -> ^5.2.5 age adoption passing confidence
@types/jest (source) ^29.5.3 -> ^29.5.4 age adoption passing confidence
@types/node (source) ^20.4.5 -> ^20.5.6 age adoption passing confidence
@types/react (source) ^18.2.17 -> ^18.2.21 age adoption passing confidence
antd (source) ^5.7.3 -> ^5.8.4 age adoption passing confidence
commit-and-tag-version ^11.2.2 -> ^11.2.3 age adoption passing confidence
cypress ^12.17.2 -> ^12.17.4 age adoption passing confidence
eslint (source) ^8.46.0 -> ^8.48.0 age adoption passing confidence
eslint-config-next (source) ^13.4.12 -> ^13.4.19 age adoption passing confidence
framer-motion ^10.15.0 -> ^10.16.1 age adoption passing confidence
jest (source) ^29.6.2 -> ^29.6.4 age adoption passing confidence
jest-environment-jsdom ^29.6.2 -> ^29.6.4 age adoption passing confidence
next-sitemap ^4.1.8 -> ^4.2.2 age adoption passing confidence
postcss (source) ^8.4.27 -> ^8.4.28 age adoption passing confidence
postcss-preset-env (source) ^9.1.0 -> ^9.1.1 age adoption passing confidence
prettier (source) ^3.0.0 -> ^3.0.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.4.1 -> ^0.5.3 age adoption passing confidence
stylelint (source) ^15.10.2 -> ^15.10.3 age adoption passing confidence
tslib (source) ^2.6.1 -> ^2.6.2 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
yarn 3.6.1 -> 3.6.3 age adoption passing confidence

Release Notes

ant-design/ant-design-icons (@​ant-design/icons)

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

ant-design/ant-design (antd)

v5.8.4

Compare Source

  • ColorPicker
    • 🐞 Fix the cursor jumps when entering lowercase English letters in the ColorPicker color value input box. #​44137 @​gouge666
    • 🐞 Fix the ColorPicker style is deformed under different sizes. #​44273 @​kouchao
  • 🐞 Fix Descriptions throwing key is not a prop error message. #​44278 @​RedJue
  • 🐞 Fix the node is still rendered when Pagination itemRender is customized to null. #​44226
  • 🐞 Fix Modal in Dropdown menu.items, rapid mouse movement when expanding Modal will make Dropdown reopen. #​44204
  • DatePicker
  • 💄 Fix clicking on the Tabs area on the mobile terminal triggers a color change. #​44200 @​yilaikesi
  • RTL

  • ColorPicker
  • 🐞 修复 Descriptions 抛出 key is not a prop 的错误提示。#​44278 @​RedJue
  • 🐞 修复 Pagination itemRender 自定义为 null 时,仍然渲染节点的问题。#​44226
  • 🐞 修复 Modal 在 Dropdown menu.items 中,展开 Modal 时快速移动鼠标会使 Dropdown 重新打开的问题。#​44204
  • DatePicker
  • 💄 修复移动端点击 Tabs 区域触发颜色改变的问题。#​44200 @​yilaikesi
  • RTL

v5.8.3

Compare Source

v5.8.2

Compare Source

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #​44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #​43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #​43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #​43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #​43994 @​wving5

  • 🐞 修复 Checkbox 与 Radio 不支持自定义水波纹效果的问题,并添加 ant-wave-target className 到对应元素上。#​44014
  • 🐞 调整 Form.Item renderProps 定义,现在会返回正确的 FormInstance#​43996
  • 🐞 修复 Table 在 directionrlt 时展开图标的方向和展开行的缩进有误的问题。#​43977 @​Yuiai01
  • 💄 修复 Pagination 组件禁用状态仍然有悬浮和聚焦样式的问题。#​43970 @​MadCcc
  • TypeScript
    • 🤖 修正 Drawer 和 Anchor 部分 Design Token 的 TS 描述信息错误的问题。#​43994 @​wving5

v5.8.1

Compare Source


v5.8.0

Compare Source

  • 🔥 Component Token support algorithm to calculate derivative tokens same as global. #​43810 @​MadCcc
  • 🔥 Modal hooks function support await call. #​43470
  • 🔥 ConfigProvider support wave to customize wave effect. #​43784
  • 🆕 Form support getFieldsValue({ strict: true }) to support only Item bind values. #​43828
  • 🆕 Descriptions support items prop. #​43483 @​RedJue
  • 🆕 ColorPicker support disabledAlpha prop. #​43355 @​RedJue
  • 🆕 Avatar.Group support shape prop. #​43817 @​li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect support allowClear prop to customize clear button。#​43582 @​kiner-tang
  • 🆕 RangePicker presets support callback functions. #​43476 @​Wxh16144
  • 🆕 Added the preview={{ movable: Boolean }} prop to the Image component to support dragging and dropping into folders. #​43823 @​linxianxi
  • 🆕 Slider tooltip support autoAdjustOverflow prop. #​43788
  • 🆕 Added the selectionsIcon property to the Transfer component to support custom icons for the dropdown menu. #​43773 @​li-jia-nan
  • 🗑 Select, Tree-Select and Cascader deprecated showArrow prop. Now suffix arrow should be configured with suffixIcon. #​43520 @​MuxinFeng
  • 🐞 Optimized the import method for @ant-design/icons to avoid importing all icons. #​43915 @​ssxenon01
  • 🐞 Fix Anchor not trigger getCurrentAnchor when scroll. #​43916
  • 🐞 Fix Tooltip hover not trigger on disabled element. #​43872
  • 🐞 Fix ColorPicker not calling onChangeComplete callback when changing value. #​43867 @​RedJue
  • 🐞 Fix Modal.confirm locale setting were reset. #​43277 @​Yuiai01
  • 🐞 Fix Slide description info and slider handle overlap issue. #​43780 @​Wxh16144
  • 🐞 Fix InputNumber handler style in large size. #​43875 @​yee94
  • 🐞 Fix Select popup flip position motion not correct. #​43764
  • 💄 Optimized the design of icons including CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined. 824500
  • 💄 Fix when using with other component libraries that use @ant-design/cssinjs, antd styles will always be inserted at the top to avoid style override issues caused by loading order. #​43847
  • 💄 Optimize message and notification to not to extract style in SSR. #​43808
  • ⌨️ Fix Select aria-activedescendant didn't conform to valid value. #​43800
  • ⌨️ Fix Layout.Header accessibility role. #​43749 @​khalibloo
  • TypeScript

  • 🔥 组件 Token 支持配置 algorithm 参数,添加配置即可像全局 Token 一样由部分修改的 token 计算派生 token 的值并用于组件样式中。#​43810 @​MadCcc
  • 🔥 Modal hooks 方法支持 await 调用。#​43470
  • 🔥 ConfigProvider 支持 wave 配置以自定义水波纹效果。#​43784
  • 🆕 Form 新增 getFieldsValue({ strict: true }) 以支持获取仅通过 Item 绑定的字段。#​43828
  • 🆕 Descriptions 支持 items 属性。#​43483 @​RedJue
  • 🆕 ColorPicker 支持 disabledAlpha 属性。#​43355 @​RedJue
  • 🆕 Avatar.Group 支持设置 shape 属性。#​43817 @​li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect 组件均已支持通过 allowClear.clearIcon 属性自定义清除按钮。#​43582 @​kiner-tang
  • 🆕 RangePicker presets 属性支持回调函数。#​43476 @​Wxh16144
  • 🆕 Image 新增 preivew={{ movable: Boolean }} 属性以支持可拖拽到文件夹。#​43823 @​linxianxi
  • 🆕 Slider tooltip 支持配置 autoAdjustOverflow 属性。#​43788
  • 🆕 Transfer 组件新增 selectionsIcon 属性以支持自定义下拉菜单图标。#​43773 @​li-jia-nan
  • 🗑 Select、Tree-Select 和 Cascader 组件废弃 showArrow 属性,可由 suffixIcon 统一配置。#​43520 @​MuxinFeng
  • 🐞 优化 @ant-design/icons 导入写法以避免 Tree Shaking 在 Next.js 中失效的问题。#​43915 @​ssxenon01
  • 🐞 修复 Anchor 在滚动时无法触发 getCurrentAnchor 的问题。#​43916
  • 🐞 修复 Tooltip hover 时无法在 disabled 元素上触发的问题。#​43872
  • 🐞 修复 ColorPicker 在更改值时未调用 onChangeComplete 回调的问题。#​43867 @​RedJue
  • 🐞 修复 Modal.confirmlocale 设置被重置的问题。#​43277 @​Yuiai01
  • 🐞 修复 Slider 中描述信息和滑块手柄重叠问题。#​43780 @​Wxh16144
  • 🐞 修复 Select 弹出框翻转时动画不正确的问题。#​43764
  • 🐞 修复 InputNumber 在圆角不同下的样式异常。#​43875 @​yee94
  • 💄 优化了 CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined 等图标的设计。824500
  • 💄 修复和其他使用 @ant-design/cssinjs 的组件库混合使用,antd 的样式总是会插入在最前面,以避免加载顺序导致的样式覆盖问题。#​43847
  • 💄 优化 message 和 notification 渲染逻辑,现在在 SSR 环境下不会导出样式。#​43808
  • ⌨️ 修复 Select aria-activedescendant 缺少有效值的问题。#​43800
  • ⌨️ 修复 Layout.Header a11y role 属性。#​43749 @​khalibloo
  • TypeScript
absolute-version/commit-and-tag-version (commit-and-tag-version)

v11.2.3

Compare Source

Bug Fixes
  • bump: propagate the parserOpts from args to conventionalRecommendedBump, fixing an issue with custom headerPatterns (#​89) (bc685be)
cypress-io/cypress (cypress)

v12.17.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3

eslint/eslint (eslint)

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)
Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

vercel/next.js (eslint-config-next)

v13.4.19

Compare Source

Core Changes
  • fix: invalid module transform for @headlessui/react: #​54206
  • chore: remove unnecessary type cast in dev-build-watcher: #​54221
  • fix process.env not being available in standalone mode: #​54203
  • Fix missing devPageFiles collection: #​54224
  • Add Route and LinkProps stub generics: #​54226
  • Use createClientModuleProxy from Flight Server: #​54232
  • Add default not found to loader tree of group routes root layer: #​54228
  • feat(image): add support for custom loaderFile when loader: default: #​53417
  • Fix renamed export of Server Actions: #​54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #​54243
Misc Changes
  • Update dd-trace used for internal tools: #​54214
  • (Fix)Broken upgrading.mdx link : #​54234
  • chore: skip CI run on forks: #​54219
  • chore(ci): bump cancel-workflow-action@0.11.0: #​54246
Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

v13.4.18

Compare Source

Core Changes
  • refactor: remove edge condition for module proxy path: #​54167
  • Remove unused variables: #​54149
  • chore: improve ts types for position in dev-build-watcher: #​54124
  • Turbopack: Strip relative path prefix when generating PageLoaderAsset: #​54040
  • Add size property to ReadonlySearchParams: #​53144
  • Assign default not-found boundary if custom not-found is not present for root layer only: #​54185
  • Allow range version for eslint config: #​53751
  • Automatically modularizeImports for the popular @​headlessui/react library: #​54188
  • fix bfcache restoration behavior: #​54198
Misc Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​styfle, @​jridgewell, @​bencmbrook, @​cramforce, and @​ztanner for helping!

v13.4.17

Compare Source

Core Changes
  • fix(next/image): empty blur image when animated #​54028
  • Do not output pages 404 in tree view if app not-found is used: #​54051
  • Fix scroll bailout logic when targeting fixed/sticky elements: #​53873
  • Debug tracing: add updated modules and page to HMR span: #​53698
  • fix(next-swc): coerce mdxrs default options: #​54068
  • fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: #​51564
  • fix(47299): allow testing pages with metadata in jsdom test environment: #​53578
  • upgrade edge-runtime dependency: #​54117
  • Fix root not-found page tree loader structure: #​54080
  • chore: remove as any type cast: #​54074
  • chore: refactor to use fs.promises.rm(): #​54076
  • Refactor layout router creation in app-render: #​54126
  • chore(image): remove apple silicon workaround for versions older than node@16.5.0: #​54125
  • fix routing bug when bfcache is hit following an mpa navigation: #​54081
  • Tracing: add opt-in flag to send a subset of development traces to url: #​53880
  • fix(edge): override init when cloning with NextRequest: #​54108
  • OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: #​54083
  • cleanup: remove unnecessary effect dep: #​54134
  • Next build: use exported handle_issues from turbopack: #​52972
  • node-web-streams: remove tee shim, use ReadableStream.tee: #​54079
  • fix: cookies().has() breaks in app-route: #​54112
  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #​54160
Documentation Changes
  • fix missing ' in data-fetching/fetching-caching-and-revalidating: #​54058
Example Changes
  • Update Docker example to remove HOSTNAME: #​54102
Misc Changes
  • chore: hide "same on new version" without link: #​54048
  • chore(ci): small notes for the build steps: #​54073
  • chore: update lock bot wording: #​54099
  • Update swc_core to v0.79.59: #​54082
  • install-native.mjs: include packageManager field: #​54132
Credits

Huge thanks to @​balazsorban44, @​huozhi, @​ztanner, @​williamli, @​wbinnssmith, @​kwonoj, @​stefanprobst, @​feugy, @​timneutkens, @​kdy1, @​Kikobeats, @​styfle, @​dvoytenko, @​MaxLeiter, and @​devjiwonchoi for helping!

v13.4.16

Compare Source

Core Changes
  • Concept: test mode for Playwright and similar integration tools: #​52520
  • Turbopack: fix hiding node_modules warnings in error overlay.: #​54022
  • ci(next-swc): print glibc version when build: #​54026
  • Adjust internal action proxy export: #​54004
Documentation Changes
  • Update 05-client-side-rendering.mdx with latest tanstack query version: #​54009
  • Open Graph Image font declaration moved to correct place: #​53998
  • Update opengraph-image.mdx: Fix typo: #​54020
Misc Changes
  • Remove extra label from runner: #​54002
  • add standalone testcase for ipv6 hostnames: #​53999
  • release: add release log generation script: #​54006
  • test(ci): refine test suite name unique: #​54013
  • Leverage previous swc build images: #​54027
  • chore: mark build folder indexable: #​54029
  • Move turbo outside of build for docker swc builds: #​54035
Credits

Huge thanks to @​ijjk, @​ztanner, @​huozhi, @​lacymorrow, @​dvoytenko, @​kylemcd, @​kwonoj, @​tibi1220, @​wbinnssmith, and @​shuding for helping!

v13.4.15

Compare Source

Core Changes
  • Fix action failures due to state tree encoding: #​53655
  • Initial HMR Nexturbo API implementation: #​52950
  • Turbopack: add edge app routes : #​53387
  • Turbopack: Hide Turbo Engine internals: #​53007
  • add unit test case for next.rs api: #​53679
  • Fix not-found rendering in production with edge: #​53687
  • fix(next/image): don't call ReactDOM.preload if missing, such as jest: #​53443
  • Add docs page for uncaught DynamicServerErrors: #​53402
  • Consolidate Server and Routing process into one process: #​53523
  • fix: Update outdated transform imports lucide-react: #​53697
  • Update font data: #​53759
  • Add warnings for static generation bail outs: #​53761
  • Sort root entries per pageExtensions config for consistency: #​53769
  • improve error message for conflicting parallel segments: #​53803
  • Add changeFrequency and priority attributes to sitemaps: #​48484
  • Ensure we set cache-control: no-cache for actions: #​53824
  • Reuse RenderWorker type: #​53782
  • fix: normalize backslash in getStaticPaths() for windows: #​53876
  • Delete errorneous empty content length header: #​53843
  • Turbopack: more tests and bugfixes for next.rs api: #​53809
  • Add @heroicons/react to modularizeImports: #​53902
  • Turbopack: Fix debugging in napi for next-api: #​53889
  • Fix/match resource: #​53796
  • Use summary_large_image as twitter card if images present by default: #​53919
  • Turbopack: Emit whether server or client assets changed: #​53879
  • Limit sharp's concurrency: #​53385
  • enable @​vercel/og support for turbopack: #​53917
  • feat(image): DataURL placeholder support for : #​53442
  • Recover not found errors from flight data to render with proper boundary: #​53703
  • Update React to 18.3.0-canary-1a001dac6-20230812: #​53881
  • add "expect" to list of forbidden IPC headers: #​53947
  • Update swc runners config: #​53939
  • Better IPv6 support for next-server: #​53131
Documentation Changes
  • Update 11-middleware.mdx: Added Switcher: #​53977
  • Fix doc grammatical errors: #​53672
  • Fix a link in incrementalCacheHandlerPath.mdx: #​53718
  • Fix typo in data fetching documentation: #​53772
  • Docs: Add option for fetching data using route handlers - from the client: #​53793
  • docs: Add more information about Server Actions: #​53805
  • docs: document cache tagging mechanism: #​53806
  • chore(docs): add missing "try it out": #​53815
  • docs: Opting out of scrolling with next/link and `useRouter

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@vercel
Copy link

vercel bot commented Aug 4, 2023

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

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2023 10:06am

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

Lighthouse Report

https://blog-2ac8lezzv-sabertaz.vercel.app/

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟡 performance 77
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-2ac8lezzv-sabertaz.vercel.app/posts

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟡 performance 88
🟢 accessibility 92
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-2ac8lezzv-sabertaz.vercel.app/tags

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 92
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-2ac8lezzv-sabertaz.vercel.app/books

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 92
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-2ac8lezzv-sabertaz.vercel.app/about

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 92
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

@socket-security
Copy link

socket-security bot commented Aug 4, 2023

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
prettier-plugin-tailwindcss 0.4.1...0.5.3 None +0/-0 2.5 MB thecrypticace

🚮 Removed packages: @types/node@20.4.5, @types/react@18.2.17, commit-and-tag-version@11.2.2, eslint@8.46.0, eslint-config-next@13.4.12, framer-motion@10.15.0, jest@29.6.2, jest-environment-jsdom@29.6.2, stylelint@15.10.2, tslib@1.14.1

@renovate renovate bot requested a review from sabertazimi August 4, 2023 20:01
@pull-request-quantifier-deprecated

This PR has 44 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +22 -22
Percentile : 17.6%

Total files changed: 12

Change summary by file extension:
.yml : +1 -1
.snap : +0 -0
.json : +21 -21
.lock : +0 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@codecov
Copy link

codecov bot commented Aug 26, 2023

Codecov Report

Merging #1137 (4c33e2b) into main (f955b30) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1137   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         176      176           
  Lines         866      866           
  Branches       86       86           
=======================================
  Hits          853      853           
  Misses         10       10           
  Partials        3        3           

@sabertazimi sabertazimi merged commit dc62795 into main Aug 26, 2023
13 checks passed
@sabertazimi sabertazimi deleted the renovate/dependencies branch August 26, 2023 10:10
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 Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant