Open renovate[bot] opened 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 |
Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.
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.
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.
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_
This PR contains the following updates:
4.0.0
->6.0.0
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.