-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update patch updates (patch) #210
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
|
Thank you for following the naming conventions! 🙏 |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
950b9e5 to
4da6df9
Compare
4da6df9 to
5e27f42
Compare
@anolilab/multi-semantic-release
@anolilab/rc
@anolilab/semantic-release-clean-package-json
@anolilab/semantic-release-pnpm
@anolilab/semantic-release-preset
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
=======================================
Coverage 65.23% 65.23%
=======================================
Files 32 32
Lines 817 817
Branches 118 118
=======================================
Hits 533 533
Misses 281 281
Partials 3 3
🚀 New features to boost your workflow:
|
5b0517b to
2636ee5
Compare
d0005a1 to
e7128b0
Compare
e7128b0 to
74de8df
Compare
Signed-off-by: Renovate Bot <[email protected]>
74de8df to
6ae76a6
Compare
This PR contains the following updates:
^2.0.6->^2.0.82.0.4->2.0.53.0.4->3.0.52.0.4->2.0.54.0.8->4.0.90.25.10->0.25.11Release Notes
anolilab/semantic-release (@anolilab/multi-semantic-release)
v2.0.8Compare Source
Bug Fixes
Dependencies
v2.0.7Compare Source
Bug Fixes
anolilab/semantic-release (@anolilab/rc)
v2.0.5Compare Source
Bug Fixes
anolilab/semantic-release (@anolilab/semantic-release-clean-package-json)
v3.0.5Compare Source
Bug Fixes
Dependencies
anolilab/semantic-release (@anolilab/semantic-release-pnpm)
v2.0.5Compare Source
Bug Fixes
Dependencies
apocas/dockerode (dockerode)
v4.0.9Compare Source
What's Changed
Full Changelog: apocas/dockerode@v4.0.8...v4.0.9
evanw/esbuild (esbuild)
v0.25.11Compare Source
Add support for
with { type: 'bytes' }imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binaryloader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-/max-prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100(or more specifically with--supported:media-range=falseif desired):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.