-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies #2
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
c2424b4
to
df47565
Compare
df47565
to
3f709a4
Compare
4e2f693
to
214f3df
Compare
2d34eaa
to
a91159a
Compare
47186b2
to
8496f35
Compare
5124f03
to
ba8c36c
Compare
38850f1
to
6897253
Compare
6897253
to
cfc55c1
Compare
f3d5a03
to
35c47da
Compare
503d54a
to
b4d008a
Compare
7f04020
to
34efffb
Compare
134a6d7
to
b43e589
Compare
42626e3
to
0ad69cb
Compare
9d74ac2
to
55e2597
Compare
54c6e02
to
464317f
Compare
1484e2e
to
4aa21c9
Compare
1d1216f
to
143ee43
Compare
143ee43
to
0d9a3fe
Compare
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:
22.5.4
->22.13.1
3.3.2
->3.12.0
5.3.0
->5.4.1
16.4.5
->16.4.7
1.1.0
->1.1.1
9.10.0
->9.15.5
3.3.3
->3.5.0
5.6.2
->5.7.3
2.0.5
->2.1.9
Release Notes
webdiscus/ansis (ansis)
v3.12.0
Compare Source
\n
as a newline in template literalse.g.:
green`Hello\nWorld`
renders:Hello
World
v3.11.0
Compare Source
engines
to"node": ">=14"
)v3.10.0
Compare Source
ansis.reset()
returns the reset escape code\e[0m
v3.9.0
Compare Source
null
andundefined
values to empty string as beforev3.7.0
, #25v3.8.1
Compare Source
v3.8.0
Compare Source
feat: enforce a specific color support by a
FORCE_COLOR
value:false - Disables colors
0 - Disables colors
true (or unset) - Auto detects the supported colors (if no color detected, enforce truecolor)
1 - Enables 16 colors
2 - Enables 256 colors
3 - Enables truecolor
fix: if the function argument is an empty string should be returned an empty string w/o escape codes:
ansis.red('') => '', w/o escape codes
refactor: optimize code by size
v3.7.0
Compare Source
false
,null
,undefined
,NaN
to a string.In previous versions, the empty string
''
was returned for falsy values.0
, e.g.ansis.red(0)
, returning empty string''
, now return colored value'0'
v3.6.0
Compare Source
feat: remove undocumented pointless dummy function
ansis(any)
chore: update license to current date
v3.5.2
Compare Source
module
isnode16
v3.5.1
Compare Source
v3.5.0
Compare Source
COLORTERM
variable for values:truecolor
,24bit
,ansi256
,ansi
(16 colors)xterm-direct
terminal to detect the truecolorGPG_TTY
introduced in3.5.0-beta.0
version, because it make no sensetsc
:import ansis from 'ansis'
now works so well asimport * as ansis from 'ansis'
v3.4.0
Compare Source
chalk/chalk (chalk)
v5.4.1
Compare Source
navigator
not definedReferenceError
(#642)4ebb62d
v5.4.0
Compare Source
CIRCLECI
environments to return level 3 color supportf838120
motdotla/dotenv (dotenv)
v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
alexeyraspopov/picocolors (picocolors)
v1.1.1
Compare Source
d.ts
file (#82)NO_COLOR
andFORCE_COLOR
env variables (#87)require()
call to make the package compatible with some tools (#87)pnpm/pnpm (pnpm)
v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
v9.15.4
: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.Platinum Sponsors
Gold Sponsors
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.1
: pnpm 9.13.1Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Silver Sponsors
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.