-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(deps): update dependencies (non-major) #548
Merged
Merged
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
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
June 28, 2024 21:49
a0bd798
to
77d83ee
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 1, 2024 20:17
77d83ee
to
df14a0c
Compare
renovate
bot
changed the title
chore(deps): update dependency @types/node to ^20.14.9
chore(deps): update dependencies (non-major)
Jul 1, 2024
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 2, 2024 19:51
df14a0c
to
1e3cc6d
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 5, 2024 23:02
1e3cc6d
to
525a731
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 7, 2024 19:55
525a731
to
e13a7e0
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 8, 2024 14:43
e13a7e0
to
10f76d3
Compare
renovate
bot
changed the title
chore(deps): update dependencies (non-major)
fix(deps): update dependencies (non-major)
Jul 8, 2024
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 12, 2024 13:14
10f76d3
to
f6a5938
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 13, 2024 13:11
f6a5938
to
ee6a4ce
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 16, 2024 21:16
ee6a4ce
to
7385f78
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 19, 2024 15:17
7385f78
to
742d3e5
Compare
sabertazimi
approved these changes
Jul 21, 2024
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
July 21, 2024 08:52
742d3e5
to
122f2dd
Compare
github-actions bot
added a commit
that referenced
this pull request
Jul 21, 2024
* fix(deps): update dependencies (non-major) * style: rectify linter errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sabertazimi <[email protected]> 881ef74
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:
^0.44.2
->^0.44.4
^20.14.8
->^20.14.11
^0.16.10
->^0.16.11
9.4.0
->9.5.0
^3.3.2
->^3.3.3
^16.6.1
->^16.7.0
^5.5.2
->^5.5.3
Release Notes
easyops-cn/docusaurus-search-local (@easyops-cn/docusaurus-search-local)
v0.44.4
Compare Source
Bug Fixes
v0.44.3
Compare Source
Bug Fixes
/
to the search link. (#432) (60c23d4)KaTeX/KaTeX (katex)
v0.16.11
Compare Source
Features
pnpm/pnpm (pnpm)
v9.5.0
Compare Source
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
stylelint/stylelint (stylelint)
v16.7.0
Compare Source
tap
formatter to support TAP14 (#7759) (@Mouvedia).url
secondary option (#7743) (@emmacharp).at-rule-no-unknown
false positives for@historical-forms
and@font-palette-values
(#7774) (@Mouvedia).at-rule-no-unknown
false positives for@view-transition
(#7753) (@sebdanielsson).at-rule-no-vendor-prefix
false negatives for@-moz-document
and@-webkit-viewport
(#7772) (@Mouvedia).comment-whitespace-inside
end positions (#7744) (@Mouvedia).declaration-block-no-duplicate-properties
reported ranges (#7758) (@Mouvedia).declaration-block-no-redundant-longhand-properties
/declaration-block-no-shorthand-property-overrides
false negatives forfont-variant
(#7734) (@Bilie).font-family-name-quotes
false negatives for-moz-*
/-webkit-*
keywords (#7777) (@Mouvedia).font-family-no-missing-generic-family-keyword
false negatives for font families which names match a CSS3font-variant
keyword (#7823) (@Mouvedia).function-name-case
end positions (#7747) (@Mouvedia).function-no-unknown
performance by reducing file read count (#7801) (@ybiquitous).media-feature-name-no-vendor-prefix
autofix (#7770) (@Mouvedia).no-invalid-double-slash-comments
reported ranges (#7768) (@Mouvedia).property-no-unknown
false positives fornavigation
and miscellaneous legacy properties (#7764) (@Mouvedia).quietDeprecationWarnings
to suppressstylelint:003
warning (#7837) (@ybiquitous).selector-no-vendor-prefix
autofix (#7763) (@Mouvedia).selector-not-notation
end positions when new lines are part of the selector (#7755) (@Mouvedia).selector-type-case
end positions (#7752) (@Mouvedia).shorthand-property-no-redundant-values
false negatives for logical properties,overflow
,overscroll-behavior
,scroll-margin
andscroll-padding
(#7808) (@Mouvedia).string-no-newline
false positives for escaped multi-line (#7818) (@romainmenke).value-keyword-case
end positions (#7760) (@Mouvedia).stylelint.utils.checkAgainstRule()
for Promise-based rules (#7821) (@aaronccasanova).stylelint.utils.checkAgainstRule()
to useresult.stylelint
if present (#7833) (@ybiquitous).tap
formatter (#7759) (@Mouvedia).Microsoft/TypeScript (typescript)
v5.5.3
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.