-
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
fix(deps): update common dependencies #3459
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/common-dependencies
base: master
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.
Open
+552
−629
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
4ecd1fe
to
7decec4
Compare
7320066
to
a0c3196
Compare
a0c3196
to
fa97600
Compare
fa97600
to
6fd911c
Compare
8a161bb
to
acae40c
Compare
acae40c
to
a7066d2
Compare
8e39dd8
to
fd05655
Compare
e5a0c20
to
5a62270
Compare
726d8c4
to
f24ac49
Compare
e85279c
to
a6ae0d7
Compare
a6ae0d7
to
fe73982
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
design.elvia.io
Contains changes made to the web project
elvis
Contains changes made to the elvis style package
tokens
Contains changes made to any of the token packages
0 participants
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:
^1.30.6
->^1.30.7
^11.41.0
->^11.47.2
^9.18.0
->^9.21.0
^8.4.49
->^8.5.3
^3.4.2
->^3.5.2
^1.83.4
->^1.85.0
^1.83.1
->^1.85.0
^1.83.4
->^1.85.0
^8.3.5
->^8.3.6
^4.19.2
->^4.19.3
^8.20.0
->^8.24.1
^5.4.12
->^5.4.14
^2.2.0
->^2.2.2
Release Notes
percy/cli (@percy/cli)
v1.30.7
Compare Source
What's Changed
✨ Enhancements
🐛 Bug Fixes
New Contributors
Full Changelog: percy/cli@v1.30.6...v1.30.7
contentful/contentful-management.js (contentful-management)
v11.47.2
Compare Source
Bug Fixes
v11.47.1
Compare Source
v11.47.0
Compare Source
Features
v11.46.0
Compare Source
Features
v11.45.1
Compare Source
Bug Fixes
v11.45.0
Compare Source
Features
v11.44.0
Compare Source
Features
sys.organization
property toAppInstallation
entity (#2525) (e744c8d)v11.43.2
Compare Source
Bug Fixes
v11.43.1
Compare Source
Bug Fixes
v11.43.0
Compare Source
Features
v11.42.0
Compare Source
Features
eslint/eslint (eslint)
v9.21.0
Compare Source
v9.20.1
Compare Source
v9.20.0
Compare Source
v9.19.0
Compare Source
postcss/postcss (postcss)
v8.5.3
Compare Source
Unknown word
error (by @hiepxanh).v8.5.2
Compare Source
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
prettier/prettier (prettier)
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
sass/dart-sass (sass)
v1.85.0
Compare Source
@extend
. This causedunacceptable performance issues for certain heavy users of
@extend
. We'lltry to find a more performant way to accomplish it in the future.
v1.84.0
Compare Source
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}
would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain
CSS.
Fix the error message for
@extend
without a selector and possibly otherparsing edge-cases in contexts that allow interpolation.
Embedded Host
SassBoolean
type to adhere to the spec,now using a class instead of an interface.
sass/embedded-host-node (sass-embedded)
v1.85.0
Compare Source
@extend
. This causedunacceptable performance issues for certain heavy users of
@extend
. We'lltry to find a more performant way to accomplish it in the future.
egoist/tsup (tsup)
v8.3.6
Compare Source
🐞 Bug Fixes
onSuccess
- by @laat in https://github.com/egoist/tsup/issues/1256 (314a6)View changes on GitHub
privatenumber/tsx (tsx)
v4.19.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.24.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.24.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.23.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.22.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.21.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vuejs/language-tools (vue-tsc)
v2.2.2
Compare Source
Features
$attrs
,$slots
,$refs
and$el
in the template (#5056) - Thanks to @KazariEX!useAttrs
(#5106) - Thanks to @KazariEX!strictTemplates
(#5138)checkUnknownDirectives
option (#5141) - Thanks to @KazariEX!<script vapor>
- Thanks to @KazariEX!Bug Fixes
<template>
withv-slot
(#5077) - Thanks to @KazariEX!loc.source
instead of node content$attrs
with__VLS_ctx.$attrs
(#5113) - Thanks to @KazariEX!class
(#5100) - Thanks to @KazariEX!v-for
with core (#5084) - Thanks to @KazariEX!undefined
to first param type of optional model emits (#5171) - Thanks to @KazariEX!__VLS_slots
with__VLS_ctx.$slots
(#5083) - Thanks to @KazariEX!Other Changes
vueCompilerOptions
resolution logicscriptSetupRanges
from codegen - Thanks to @KazariEX!sfc.script
- Thanks to @KazariEX!Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday" (UTC), 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 was generated by Mend Renovate. View the repository job log.