Open renovate[bot] opened 1 year ago
Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
Pull request by bot. No need to analyze
New dependency changes detected. Learn more about Socket for GitHub ↗︎
👍 No new dependency issues detected in pull request
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@*
or ignore all packages with @SocketSecurity ignore-all
Issue | Status |
---|---|
Install scripts | ✅ 0 issues |
Native code | ✅ 0 issues |
Bin script shell injection | ✅ 0 issues |
Unresolved require | ✅ 0 issues |
Invalid package.json | ✅ 0 issues |
HTTP dependency | ✅ 0 issues |
Git dependency | ✅ 0 issues |
Potential typo squat | ✅ 0 issues |
Known Malware | ✅ 0 issues |
Telemetry | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
📊 Modified Dependency Overview:
⬆️ Updated Package | Version Diff | Added Capability Access | +/- Transitive Count |
Publisher |
---|---|---|---|---|
isomorphic-unfetch@4.0.2 | 3.1.0...4.0.2 | None | +7/-1 |
developit |
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.
Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.
Is your PR ready for review and processing? Mark the PR ready by including #pr-ready
in a comment.
If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold
in a comment.
This PR contains the following updates:
^3.1.0
->^4.0.0
Release Notes
developit/unfetch (isomorphic-unfetch)
### [`v4.0.2`](https://togithub.com/developit/unfetch/compare/4.0.1...ee5810e7f9cd769677984b159d7e250adf4611b9) [Compare Source](https://togithub.com/developit/unfetch/compare/4.0.1...ee5810e7f9cd769677984b159d7e250adf4611b9) ### [`v4.0.1`](https://togithub.com/developit/unfetch/releases/tag/4.0.1) [Compare Source](https://togithub.com/developit/unfetch/compare/4.0.0...4.0.1) Quick publishing fix. ### [`v4.0.0`](https://togithub.com/developit/unfetch/releases/tag/4.0.0) [Compare Source](https://togithub.com/developit/unfetch/compare/3.1.0...4.0.0) 🦄 **Small breaking change for awesome ponyness:** - `unfetch` is now a pure [ponyfill](https://togithub.com/sindresorhus/ponyfill). - `unfetch/polyfill` is now the polyfill version (even smaller than the ponyfill!) - All modules are shipped in all formats, and the polyfill is now < 500b. - Also a little bugfix for IE11 ([#85](https://togithub.com/developit/unfetch/issues/85), thanks [@khusa](https://togithub.com/khusa)) > TL;DR: `require('unfetch')` no longer returns `window.fetch` when it exists. For that, use `unfetch/polyfill`. This change makes unfetch lovely to use as a polyfill from HTML: ```html ``` Otherwise, if you're using Unfetch and bundling your code, continue as you were before: ```js if (!self.fetch) self.fetch = require('unfetch'); // or simply: import 'unfetch/polyfill'; ``` **Important** - the one thing to avoid: > Since unfetch is a proper ponyfill, it will now overwrite `fetch` even in supported browsers if you do the following > > ```js > // never do this! > window.fetch = require('unfetch'); > ```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.