-
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
b4d008a
to
7f04020
Compare
34efffb
to
e578062
Compare
b43e589
to
986ec6b
Compare
0ad69cb
to
9dcba2e
Compare
55e2597
to
54c6e02
Compare
464317f
to
1484e2e
Compare
1d1216f
to
143ee43
Compare
0d9a3fe
to
0adee41
Compare
190bebe
to
21ee43e
Compare
3dd6f63
to
37a08f3
Compare
37a08f3
to
09426fe
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.8
3.3.2
->3.17.0
5.3.0
->5.4.1
16.4.5
->16.4.7
1.1.0
->1.1.1
9.10.0
->9.15.6
3.3.3
->3.5.2
5.6.2
->5.8.2
2.0.5
->2.1.9
Release Notes
webdiscus/ansis (ansis)
v3.17.0
Compare Source
typescript
<5.6
to fix the error TS2526:A 'this' type is available only in a non-static member of a class or interface.
NOTE: if you use already
typescript
>=5.6
, you can skip this version.v3.16.0
Compare Source
v3.15.0
Compare Source
tsup
bundler.v3.14.0
Compare Source
Now you can use truecolor in the consoles of Chrome, Edge, Brave, and other Chromium-based browsers.
Browsers that do not support ANSI codes will display black and white text.
v3.12.0
Compare Source
\n
as a newline in template literals, e.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:fix: if the function argument is an empty string should be returned an empty string 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
ansis(any)
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.6
: pnpm 9.15.6Compare Source
Patch Changes
packageManager
cannot start withv
.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639v9.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
: pnpm 9.15.3Compare Source
Patch Changes
pnpm update --filter <pattern> --latest <pkg>
should only change the specified package for the specified workspace, whendedupe-peer-dependents
is set totrue
#8877..DS_Store
file atpatch-commit
#8922.pnpm patch
is unable to bring back old patch without specifying@version
suffix #8919.Platinum Sponsors
Gold Sponsors
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
: pnpm 9.15.1Compare Source
Patch Changes
pnpm remove
should not link dependencies from the workspace, whenlink-workspace-packages
is set tofalse
#7674.node_modules
should not fail, when a dependency has itself in its own peer dependencies #8854.Platinum Sponsors
Gold Sponsors
v9.15.0
: pnpm 9.15Compare Source
Minor Changes
Patch Changes
pnpm update --global
should not crash if there are no any global packages installed #7898.pnpm update --interactive
if catalogs are used.Platinum Sponsors
Gold Sponsors
v9.14.4
: pnpm 9.14.4Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Silver Sponsors
This PR was generated by Mend Renovate. View the repository job log.