AlexRogalskiy / stylegrams

๐ŸŒˆ Styled infographics ๐Ÿ’š
GNU General Public License v3.0
1 stars 1 forks source link

:arrow_up: Updates path-type to v6 #523

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
path-type 4.0.0 -> 6.0.0 age adoption passing confidence

Release Notes

sindresorhus/path-type (path-type) ### [`v6.0.0`](https://redirect.github.com/sindresorhus/path-type/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/sindresorhus/path-type/compare/v5.0.0...v6.0.0) ##### Breaking - Require Node.js 18 [`2d7d7cb`](https://redirect.github.com/sindresorhus/path-type/commit/2d7d7cb) ### [`v5.0.0`](https://redirect.github.com/sindresorhus/path-type/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/sindresorhus/path-type/compare/v4.0.0...v5.0.0) ##### Breaking - Require Node.js 12 ([#​8](https://redirect.github.com/sindresorhus/path-type/issues/8)) [`24e52d3`](https://redirect.github.com/sindresorhus/path-type/commit/24e52d3) - This package is now pure [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) - This means you need to use `import {isFile} from 'path-type'` instead of `const {isFile} = require('path-type')`. - I would recommend moving to ESM. ESM can still import CommonJS packages, but CommonJS cannot import ESM packages synchronously. - If you cannot move to ESM yet, don't upgrade to this version.

Configuration

๐Ÿ“… Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/path-type@6.0.0 None 0 5.33 kB sindresorhus

View full reportโ†—๏ธŽ

github-actions[bot] commented 4 months ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 4 months ago

Hello from PR Helper

Remember to comment with one of the following states:

#pr-ready to enable all auto processing and merging.

#pr-onhold to prevent merging as you have other commits or discussions to make.

If you do not set the #pr-ready comment then the auto-merge capabilities will not be active.

github-actions[bot] commented 4 months ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

github-actions[bot] commented 4 months ago

Mega-Linter status: โœ… SUCCESS

See errors details in artifact Mega-Linter reports on GitHub Action page _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_