-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update minor updates (minor) #163
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
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you for following the naming conventions! 🙏 |
8388760
to
4fac511
Compare
a0e1fd4
to
12475aa
Compare
e770275
to
9607f94
Compare
@anolilab/multi-semantic-release
@anolilab/rc
@anolilab/semantic-release-pnpm
@anolilab/semantic-release-clean-package-json
@anolilab/semantic-release-preset
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
=======================================
Coverage 64.55% 64.55%
=======================================
Files 32 32
Lines 790 790
Branches 114 114
=======================================
Hits 510 510
+ Misses 280 277 -3
- Partials 0 3 +3
🚀 New features to boost your workflow:
|
3989fd3
to
58e2cb8
Compare
ceee56b
to
1e3dfdd
Compare
2629106
to
33f8013
Compare
33f8013
to
ee57214
Compare
40fa5ac
to
dfb7b98
Compare
dfb7b98
to
7a892e3
Compare
7a892e3
to
b196acb
Compare
dab859a
to
4cee93b
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Signed-off-by: Renovate Bot <[email protected]>
4cee93b
to
1fea643
Compare
This PR contains the following updates:
>=2.2.4
->>=2.8.4
10.13.1
->10.15.0
^19.1.0
->^19.3.0
Release Notes
wanasit/chrono (chrono-node@<2.2.4)
v2.8.4
Compare Source
958eb3d
a5c52cf
.v2.8.3
Compare Source
abba434
v2.8.2
Compare Source
v2.8.1
Compare Source
971b833
174b35e
v2.8.0
Compare Source
New/Fix: Reference date calculation on the assigned timezone
4033a27
Previously, the reference date calculation (e.g., "1 day ago", "tomorrow at 9am") was based on the interpretation of the reference instant/timestamp using the system timezone rather than the assigned timezone (e.g., "April 5" in the system timezone may already "April 6" in the assigned timezone).
This changed some current relative date/time output. So, it is published in a minor version, instead of a patch.
v2.7.9
Compare Source
e1acb29
当日
to本日
8c415a8
v2.7.8
Compare Source
6d8d672
257722f
a857d3f
80c126b
6646c75
3a15d3d
v2.7.7
Compare Source
08e4dc4
31bcae3
696d247
d61f933
23abdda
be6e995
v2.7.6
Compare Source
3ae3144
chrono.zh
configuration from combinedzh.hans
andzh.hant
c5261b7
v2.7.5
Compare Source
d1a71c9
9aeb1c3
fa472f2
3126f44
v2.7.4
Compare Source
c201115
2cbe422
fed9f9d
v2.7.3
Compare Source
4c4d6d1
5db3a1f
v2.7.2
Compare Source
cb0bdd4
v2.7.1
Compare Source
5db3a1f
v2.7.0
Compare Source
tags
(Set<string>
).v2.6.6
Compare Source
ParsedComponents
again (by @SferaDev) in #520Full Changelog: wanasit/chrono@v2.6.5...v2.6.6
v2.6.5
Compare Source
ReferenceWithTimezone
andParsingComponents
to public interface99b2e9f
1b6994b
v2.6.4
Compare Source
v2.6.3
Compare Source
timezones
override configuration665bda6
)787c41b
)v2.6.2
Compare Source
b2b4637
9e992db
(credit @JoakimNil)
v2.6.1
Compare Source
8b64dcb
v2.6.0
Compare Source
v2.5.1
Compare Source
6760ca0
dc1b244
v2.5.0
Compare Source
Others:
v2.4.2
Compare Source
v2.4.1
Compare Source
Minor version v2.3 -> v2.4
Other:
a3c3bf8
,a89da1d
)v2.3.9
Compare Source
chrono.ru
) by @mikemikhaylov (#458)195976d
0838c52
v2.3.8
Compare Source
f4964a6
(by @PriyankaSand)668b5fe
(by @georgd)v2.3.7
Compare Source
0d1c9bd
v2.3.6
Compare Source
afbba58
v2.3.5
Compare Source
chrono.zh.hant
) support from @DingWeizhe (MR #417)c4cd375
v2.3.4
Compare Source
543c3bc
801ca4e
v2.3.3
Compare Source
d337a53
8efe94c
v2.3.2
Compare Source
699c871
v2.3.1
Compare Source
0cfef4e
v2.3.0
Compare Source
v2.2.7
Compare Source
f036345
77fbd83
dde6103
b9c02f5
v2.2.6
Compare Source
cdfb6bc
053cc8f
6a52cf3
v2.2.5
Compare Source
38cbefb
fab8f51
ac08a8c
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.antfu-collective/taze (taze)
v19.3.0
Compare Source
🚀 Features
View changes on GitHub
v19.2.0
Compare Source
🐞 Bug Fixes
View changes on GitHub
v19.1.1
Compare Source
No significant changes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, 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.