willitconnect
willitconnect copied to clipboard
Bump got and npm-check-updates
Bumps got and npm-check-updates. These dependencies needed to be updated together.
Updates got
from 9.6.0 to 12.3.1
Release notes
Sourced from got's releases.
v12.3.1
https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1
v12.3.0
- Add
.off()
method for events (#2092) 88056behttps://github.com/sindresorhus/got/compare/v12.2.0...v12.3.0
v12.2.0
- Support
AbortController
(#2020) 6a6d2a9- Add
enableUnixSockets
option (#2062) 461b3d4https://github.com/sindresorhus/got/compare/v12.1.0...v12.2.0
v12.1.0
Improvements
- Add
response.ok
(#2043) 22d58fb
- This is only useful if you have
{throwHttpErrors: false}
Fixes
- Do not redirect to UNIX sockets (#2047) 861ccd9
https://github.com/sindresorhus/got/compare/v12.0.4...v12.1.0
v12.0.4
- Remove stream lock - unreliable since Node 17.3.0 bb8eca924c338ca12d5b90d6a26aa28dbddb42ee
v12.0.3
- Allow more types in the
json
option (#2015) eb045bfhttps://github.com/sindresorhus/got/compare/v12.0.2...v12.0.3
v12.0.2
- Fix
encoding
option with{responseType: 'json'}
(#1996) 0703318https://github.com/sindresorhus/got/compare/v12.0.1...v12.0.2
v12.0.1
- Fix
nock
compatibility (#1959) bf39d2c- Fix missing export of
Request
TypeScript type (#1940) 0f9f2b8https://github.com/sindresorhus/got/compare/v12.0.0...v12.0.1
v12.0.0
... (truncated)
Commits
0947389
12.3.15a7a4bd
Add note about empty request body (#2098)43b1467
Don't freeze signal when freezing Options (#2100)f21632d
Add note about retry behavior in readmee032b60
12.3.088056be
Add.off()
method for events (#2092)c41a98a
Meta tweaks54e00f3
12.2.06a6d2a9
SupportAbortController
(#2020)3207061
Fixciphers
test- Additional commits viewable in compare view
Updates npm-check-updates
from 3.2.2 to 16.0.5
Release notes
Sourced from npm-check-updates's releases.
v16.0.0
Breaking
- Automatic detection of package data on stdin has been removed. This feature was deprecated in
v14.0.0
. Add--stdin
for old behavior. (#136)- Wild card filters now apply to scoped packages. Previously,
ncu -f '*vite*'
would not include@vitejs/plugin-react
. Now, filters will match any part of the package name, including the scope. Use a more specific glob or regex expression for old behavior. (#1168)v15.0.0
Breaking
- node >= 14.14 is now required (#1145)
- Needed to upgrade
update-notifier
with has a moderate severity vulnerability- yarn autodetect has been improved (#1148)
- This is a patch, though technically it is breaking. In the obscure case where
--packageManager
is not given, there is nopackage-lock.json
in the current folder, and there is ayarn.lock
in an ancestor directory, npm-check-updates will now use yarn.- More practically, if you needed to specify
--packageManager yarn
explicitly before, you may not have to nowv14.1.0
Features
Group
You can now group upgrades by risk level using
--format group
:Interactive Mode
Interactive mode was completely rewritten for a better user experience.
Inspired by npm-check.
Combine with
--format group
for a truly luxe experience:Static Registry
A new option
--packageManager staticRegistry
allows upgrades to be recommended from a static JSON file. This can be used to power custom versioning infrastructure that is completely independent from the npm registry.Thanks to agrouse who did a fine job on the PR.
Example:
$ ncu --packageManager staticRegistry --registry ./my-registry.json
my-registry.json:
... (truncated)
Changelog
Sourced from npm-check-updates's changelog.
Changelog
This file documents all major version releases. For other releases, please read the commit history.
[16.0.0] - 2022-07-23
Breaking
- Automatic detection of package data on stdin has been removed. This feature was deprecated in
v14.0.0
. Add--stdin
for old behavior.- Wild card filters now apply to scoped packages. Previously,
ncu -f '*vite*'
would not include@vitejs/plugin-react
. Now, filters will match any part of the package name, including the scope. Use a more specific glob or regex expression for old behavior.https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0
[15.0.0] - 2022-06-30
Breaking
- node >= 14.14 is now required (#1145)
- Needed to upgrade
update-notifier
with has a moderate severity vulnerability- yarn autodetect has been improved (#1148)
- This is a patch, though technically it is breaking. In the obscure case where
--packageManager
is not given, there is nopackage-lock.json
in the current folder, and there is ayarn.lock
in an ancestor directory, npm-check-updates will now use yarn.- More practically, if you needed to specify
--packageManager yarn
explicitly before, you may not have to nowhttps://github.com/raineorshine/npm-check-updates/compare/v14.1.1...v15.0.0
[14.0.0] - 2022-06-16
Breaking
Prerelease versions are now "upgraded" to versions with a different preid.
For example, if you have a dependency at
1.3.3-next.1
and the version fetched by ncu is1.2.3-dev.2
, ncu will suggest an "upgrade" to1.2.3-dev.2
. This is because prerelease versions with different preids are incomparable. Since they are incomparable, ncu now assumes the fetched version is desired.Since this change affects only prereleases, there is no impact on default
ncu
usage that fetches thelatest
version. With--pre
or--target newest
or--target greatest
, this change could affect which version is suggested if versions with different preids are published. The change was made to support the new--target @[tag]
feature.If you have a use case where this change is not what is desired, please report an issue. The intention is for zero disruption to current usage.
Features
- You can now upgrade to a specific tag, e.g.
--target @next
. Thanks to IMalyugin.https://github.com/raineorshine/npm-check-updates/compare/v13.1.5...v14.0.0
[13.0.0] - 2022-05-15
Breaking
- node >= 14 is now required
- Several options which have long been deprecated have been removed:
--greatest
- Instead use--target greatest
... (truncated)
Commits
f53d053
16.0.5463d381
Deep mode: Read npm config from each project directory. (#1177)f7e8c70
16.0.48f40c72
Doctor: Handle failed prepare script (#1175)bb8820a
16.0.35c2d536
Bump dependencies1e9fff9
Fix --deep tests so they do not conflict with .ncurc.5f3a029
16.0.22a8295f
readNpmConfig: Make cafile synchronous to fix regression (#636).1b23eb8
Add interactive group to ncurc.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.