chore(deps): update all non-major dependencies #5462
Merged
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
10.0.2
->10.0.3
v4.1.0
->v4.2.0
v5.3.0
->v5.4.0
8.4.49
->8.5.1
1.83.1
->1.84.0
4.3.0
->4.3.2
16.12.0
->16.14.1
5.0.2
->5.0.3
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
testing-library/cypress-testing-library (@testing-library/cypress)
v10.0.3
Compare Source
Bug Fixes
actions/setup-node (actions/setup-node)
v4.2.0
Compare Source
actions/setup-python (actions/setup-python)
v5.4.0
Compare Source
What's Changed
Enhancements:
Documentation changes:
Dependency updates:
undici
from 5.28.4 to 5.28.5 by @dependabot in https://github.com/actions/setup-python/pull/1012urllib3
from 1.25.9 to 1.26.19 in /tests/data by @dependabot in https://github.com/actions/setup-python/pull/895actions/publish-immutable-action
from 0.0.3 to 0.0.4 by @dependabot in https://github.com/actions/setup-python/pull/1014@actions/http-client
from 2.2.1 to 2.2.3 by @dependabot in https://github.com/actions/setup-python/pull/1020requests
from 2.24.0 to 2.32.2 in /tests/data by @dependabot in https://github.com/actions/setup-python/pull/1019@actions/cache
to^4.0.0
by @priyagupta108 in https://github.com/actions/setup-python/pull/1007New Contributors
Full Changelog: actions/setup-python@v5...v5.4.0
postcss/postcss (postcss)
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:
sass/dart-sass (sass)
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.
v1.83.4
Compare Source
v1.83.3
Compare Source
v1.83.2
Compare Source
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
amzn/style-dictionary (style-dictionary)
v4.3.2
Compare Source
Patch Changes
7d60069
: Hotfix for'size/rem'
=>sizeRem
transform to not change values with'px'
units to'rem'
. Regression was added inv4.3.1
(commit sha1684a8e
).v4.3.1
Compare Source
Patch Changes
1684a8e
: Fix sizeRem to allow negative values803d1f8
: Fix gradients with rgba values returning rgba(0, 0, 0, 0)6cc1da3
: Add and check types to CLI file, fix typo for --platform flag.stylelint/stylelint (stylelint)
v16.14.1
Compare Source
It fixes a bug with caching.
v16.14.0
Compare Source
It fixes 8 bugs and adds features to our
Warning
type.Warning
type (#8234) (@romainmenke).SyntaxError: The requested module 'table'...
(#8325) (@denisx).RuleContext['fix']
type (#8309) (@Mouvedia).declaration-property-value-keyword-no-deprecated
autofix ofborder-color
andoverflow
(#8346) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false negatives foroverflow-x
andoverflow-y
(#8340) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false negatives forscrollbar-color
(#8346) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false positives for non-standard syntax values (#8329) (@Mouvedia).declaration-property-value-keyword-no-deprecated
warning message foroverflow: <keyword> <keyword>
(#8340) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for:has-slotted
(#8332) (@Mouvedia).v16.13.2
Compare Source
It fixes a regression bug with
--fix
.--fix
CLI flag raising unknown value error (#8313) (@ybiquitous).v16.13.1
Compare Source
It fixes one bug due to an upstream change in our
ignore
dependency.ignore.default is not a function
(#8305) (@romainmenke).v16.13.0
Compare Source
It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our standard config.
It also adds new rule options, a feature to display how long rules take, lax autofix and support for
messageArgs
in more rules. It fixes 7 bugs.Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for plugin authors and end users on how to silence deprecation warnings.
utils.report()
(#8244) (@romainmenke).lax
/strict
values to thefix
Node.js API option and CLI flag (#8106) (@ryo-manba).TIMING
environment variable (#8108) (@ryo-manba).at-rule-descriptor-no-unknown
rule (#8197) (@ryo-manba).at-rule-descriptor-value-no-unknown
rule (#8211) (@ryo-manba).at-rule-no-deprecated
rule (#8251) (@jeddy3).at-rule-prelude-no-invalid
rule (#8268) (@ryo-manba).declaration-property-value-keyword-no-deprecated
rule (#8223) (@Mouvedia)."ignore": ["at-rule-preludes", "declaration-values"]
tostring-no-newline
(#8214) (@ryo-manba).messageArgs
todeclaration-property-value-no-unknown
,font-family-name-quotes
,font-family-no-duplicate-names
,function-calc-no-unspaced-operator
,import-notation
,media-feature-name-unit-allowed-list
,selector-attribute-quotes
andselector-pseudo-element-colon-notation
(#8285 & #8252) (@Mouvedia).*-no-vendor-prefix
message ambiguity (#8239) (@Mouvedia).at-rule-(dis)allowed-list
,at-rule-no-vendor-prefix
,at-rule-property-required-list
message argument (#8277) (@Mouvedia).at-rule-property-required-list
message for inclusion of properties and descriptors (#8207) (@jeddy3).at-rule-*
false positives and negatives for@charset
rule (#8215) (@jeddy3).declaration-property-value-no-unknown
false positives for descriptors (#8240) (@jeddy3).property-(dis)allowed-list
false negatives for custom properties, use/^--/
to (dis)allow them (#8209) (@fbasmaison-lucca).property-no-unknown
false positives for descriptors (#8203) (@jeddy3).selector-pseudo-class-no-unknown
false positives for deprecated pseudo-classes (#8264) (@Mouvedia).selector-type-case
false positives forhatchPath
(#8264) (@Mouvedia).selector-type-no-unknown
false positives forshadow
,hatch
andhatchpath
(#8264) (@Mouvedia).prettier/stylelint-prettier (stylelint-prettier)
v5.0.3
Compare Source
Avoid deprecation warning when encountering parsing errors in Stylelint >=16.13.0 (#385)
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.