fix(deps): update esm devdependencies & dependencies (major) (major)#1
Open
donutegg wants to merge 1 commit into
Open
fix(deps): update esm devdependencies & dependencies (major) (major)#1donutegg wants to merge 1 commit into
donutegg wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.2->2.2.12.1.0->3.1.04.0.0->5.0.05.1.1->7.2.05.0.0->6.3.05.1.1->7.0.08.0.0->9.0.011.1.0->13.2.22.1.0->3.0.04.0.0->5.0.04.0.0->5.0.10.2.1->1.0.05.4.1->7.0.14.0.0->6.0.02.1.0->3.0.04.6.2->5.1.23.1.0->4.0.07.0.1->10.0.03.1.0->4.0.04.2.0->5.0.04.2.3->6.1.06.0.1->7.1.03.0.0->4.0.01.0.1->3.1.02.1.1->3.0.0Release Notes
sindresorhus/slugify (@sindresorhus/slugify)
v2.2.1Compare Source
v2.2.0Compare Source
preserveCharactersoption (#70)f235b3448a9112v2.1.1Compare Source
1aaea23v2.1.0Compare Source
preserveTrailingDashoption (#57)2aa5659v2.0.0Compare Source
Breaking
12498c9slugify.countermoved to a named exportslugifyWithCountersindresorhus/cli-truncate (cli-truncate)
v3.1.0Compare Source
truncationCharacteroption (#19)23b40dcv3.0.0Compare Source
Breaking
38ea95csindresorhus/escape-string-regexp (escape-string-regexp)
v5.0.0Compare Source
Breaking
aebb6e8sindresorhus/execa (execa)
v7.2.0Compare Source
cwderror property (#565)f57fdecv7.1.1Compare Source
Features
$.sync(options)`command`is used instead of$(options).sync`command`(#551)Bug fixes
$`command argument${value}`(#553)stdinoption when using$`command`: it should beinherit(#550)v7.1.0Compare Source
Features
$method to write Node.js scripts like zx. For more information, please see this blog post, this section and this page. Thanks @aaronccasanova for this great feature!.pipeStdout(),.pipeStderr()and.pipeAll()methods to redirectstdout/stderrto a file, a stream or another process.inputFileoption to use a file asstdin.verboseoption to print each command onstderrbefore executing it. This can also be enabled by setting theNODE_DEBUG=execaenvironment variable in the current process.v7.0.0Compare Source
Breaking
a09cbc0Fixes
endevent on streams when process fails (#518)30c7a7aexecaNodesignature inindex.d.ts(#506)1f7677cv6.1.0Compare Source
AbortController(#490)c6e791acwdandlocalDiroptions to be URLs (#492)93ab929v6.0.0Compare Source
Breaking
7707880require('execa')→import {execa} from 'execa'require('execa').sync→import {execaSync} from 'execa'require('execa').command→import {execaCommand} from 'execa'require('execa').commandSync→import {execaCommandSync} from 'execa'require('execa').node→import {execaNode} from 'execa'sindresorhus/find-up (find-up)
v6.3.0Compare Source
URLascwd(#60)f348f3cv6.2.0Compare Source
findUpMultiple()method (#56)8f80ac7v6.1.0Compare Source
stopAtoption (#54)b3b3b00v6.0.0Compare Source
Breaking
e93cfd2const findUp = require('find-up')=>import {findUp} from 'find-up'const findUpSync = require('find-up').sync=>import {findUpSync} from 'find-up'const findUpStop = require('find-up').stop=>import {findUpStop} from 'find-up'const pathExists = require('find-up').exists=>import {pathExists} from 'find-up'const pathExistsSync = require('find-up').sync.exists=>import {pathExistsSync} from 'find-up'sindresorhus/get-port (get-port)
v7.0.0Compare Source
Breaking
5cc3422Improvements
bd8a403v6.1.2Compare Source
portNumbersargument validation and number generation (#64)1fb0e70v6.1.1Compare Source
d7ba424v6.1.0Compare Source
excludeoption (#53)d03c07bv6.0.0Compare Source
Breaking
c08a4aerequire('get-port').makeRange=>import {portsNumbers] from 'get-port'Improvements
c3bbed9sindresorhus/get-stdin (get-stdin)
v9.0.0Compare Source
Breaking
8f70f58sindresorhus/globby (globby)
v13.2.2Compare Source
0ae43b9v13.2.1Compare Source
ignoreandexpandDirectoriesdefault handling (#252)3a48eb9v13.2.0Compare Source
a0e4028v13.1.4Compare Source
gitignore: trueandsuppressErrors: true(#246)e95da57URLTypeScript type workaround (#230)55a3c64v13.1.3Compare Source
917670cv13.1.2Compare Source
ignoreFilesoption accept readonly arrays (#235)810caaev13.1.1Compare Source
f9d35aev13.1.0Compare Source
ignoreFilesoption (#228)895d6ecv13.0.0Compare Source
Breaking
generateGlobTaskstogenerateGlobTasksSync(#221)51c8f68ignoreoption forisGitIgnoredandisGitIgnoredSync(#225)2e43cc4Improvements
04fbd5bgenerateGlobTasksmethod (#221)51c8f68Fixes
objectModeoption (#210)1852fc5v12.2.0Compare Source
URLglobal (#206)1224230URLin function returned byisGitIgnored(#207)a9fc794v12.1.0Compare Source
URLfor thecwdoption (#201)73c0acav12.0.2Compare Source
e167725v12.0.1Compare Source
5a64253v12.0.0Compare Source
Breaking
5c32b4aglobby→{globby}globby.sync→{globbySync}globby.stream→{globbyStream}globby.generateGlobTasks→{generateGlobTasks}globby.hasMagic→{isDynamicPattern}globby.gitignore→{isGitIgnored}globby.gitignore.sync→{isGitIgnoredSync}sindresorhus/has-yarn (has-yarn)
v3.0.0Compare Source
Breaking
155c548sindresorhus/indent-string (indent-string)
v5.0.0Compare Source
Breaking
860ac63sindresorhus/log-update (log-update)
v5.0.1Compare Source
81b1229v5.0.0Compare Source
Breaking
d6d51e7logUpdate.stderrmoved into a named exportlogUpdateStderrlogUpdate.createmoved into a named exportcreateLogUpdatesindresorhus/new-github-issue-url (new-github-issue-url)
v1.0.0Compare Source
Breaking
aa0cf6esindresorhus/ora (ora)
v7.0.1Compare Source
1dc1ecev7.0.0Compare Source
Breaking
0e96acdv6.3.1Compare Source
4b1c2bev6.3.0Compare Source
suffixTextoption (#223)2378eafv6.2.0Compare Source
spinnersexport to be able to access all available spinners (#222)f2ac111v6.1.2Compare Source
f4e03eav6.1.1Compare Source
77ccc1ev6.1.0Compare Source
intervalas a getter447812bv6.0.1Compare Source
26ba606v6.0.0Compare Source
Breaking
ede1a54ora.promiseis now a named import calledoraPromise(#181)9c01990import {oraPromise} from 'ora';oraPromisenow returns the given promise instead ofthis(#181)9c01990Improvements
.clear()method (#182)d51c971sindresorhus/p-map (p-map)
v6.0.0Compare Source
Breaking
df88787aggregate-errorpackage to the nativeAggregateError{stopOnError: false}.v5.5.0Compare Source
pMapSkipas an acceptable return value inMappertype (#60)b58fc26v5.4.0Compare Source
AbortController(#58)4875deev5.3.0Compare Source
pMapSkip's (#52)94eb532v5.2.0Compare Source
AsyncIterableas input (#46)a24e90911bc75dv5.1.0Compare Source
Improvements
c9c0882Fixes
4b5f9e7v5.0.0Compare Source
Breaking
dcdbc7aAggregateErroris no longer iterable. It moved to an.errorsproperty.sindresorhus/p-reduce (p-reduce)
v3.0.0Compare Source
Breaking
d36cb78sindresorhus/p-retry (p-retry)
v5.1.2Compare Source
fb5f6f8v5.1.1Compare Source
@types/retrydependency13f6350v5.1.0Compare Source
AbortController(#59)352d62av5.0.0Compare Source
Breaking
8c8a86csindresorhus/pkg-up (pkg-up)
v4.0.0Compare Source
Breaking
1bca773undefinedinstead ofnullif a package.json cannot be found.sindresorhus/read-pkg-up (read-pkg-up)
v10.0.0Compare Source
Breaking
d027a92Improvements
d027a92v9.1.0Compare Source
URLascwd(#19)840607ev9.0.0Compare Source
Breaking
readPackageUpAsyncexport toreadPackageUp8f870dav8.0.0Compare Source
Breaking
e6fbe7fe6fbe7fsindresorhus/replace-string (replace-string)
v4.0.0Compare Source
Breaking
7accab3sindresorhus/sort-keys (sort-keys)
v5.0.0Compare Source
Breaking
c265d92sindresorhus/string-width (string-width)
v6.1.0Compare Source
fe356d8v6.0.0Compare Source
Breaking
f85812fThis release is not compatible with Firefox. If you need Firefox support, stay on v5.
Improvements
countAnsiEscapeCodesoption (#48)6e6993bf85812fv5.1.2Compare Source
2fe6df9v5.1.1Compare Source
ambiguousIsNarrowoption483baa1v5.1.0Compare Source
ambiguousIsNarrowoption (#34)8438ea2v5.0.1Compare Source
0a37b98v5.0.0Compare Source
Breaking
cec9757chalk/strip-ansi (strip-ansi)
v7.1.0Compare Source
840a5eav7.0.1Compare Source
ed41f38v7.0.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.