Bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: stylelint, stylelint-config-recess-order and vite.
Updates stylelint from 16.8.1 to 16.8.2
Release notes
Sourced from stylelint's releases.
16.8.2
- Deprecated:
context.fixusage in favour of recommending to pass afixcallback toreport()(#7895) (@Mouvedia).- Added: deprecation notice annotation to the output of the
githubformatter (#7909) (@Mouvedia).- Fixed:
custom-property-no-missing-var-functionfalse positives forview-transition-name(#7914) (@Mouvedia).- Fixed:
keyframe-block-no-duplicate-selectorsreported ranges (#7932) (@romainmenke).- Fixed:
no-invalid-double-slash-commentsreported ranges (#7907 & #7905) (@Mouvedia&@romainmenke).- Fixed:
selector-max-typereported ranges (#7916) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positives for::highlight()and::view-transition-*()(#7913) (@Mouvedia).
Changelog
Sourced from stylelint's changelog.
16.8.2
- Deprecated:
context.fixusage in favour of recommending to pass afixcallback toreport()(#7895) (@Mouvedia).- Added: deprecation notice annotation to the output of the
githubformatter (#7909) (@Mouvedia).- Fixed:
custom-property-no-missing-var-functionfalse positives forview-transition-name(#7914) (@Mouvedia).- Fixed:
keyframe-block-no-duplicate-selectorsreported ranges (#7932) (@romainmenke).- Fixed:
no-invalid-double-slash-commentsreported ranges (#7907 & #7905) (@Mouvedia&@romainmenke).- Fixed:
selector-max-typereported ranges (#7916) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positives for::highlight()and::view-transition-*()(#7913) (@Mouvedia).
Commits
860acdc16.8.27f09106Prepare 16.8.2 (#7902)2b13454Fixkeyframe-block-no-duplicate-selectorsreported ranges (#7932)c3829d5Refactor to addisVarFunctionutility and renameisIgnoredFunctionto `is...197400eFixselector-max-typereported ranges (#7916)b4c61d7Add details on keys used for--cacheoption in documentation (#7926)108af69Bump ignore from 5.3.1 to 5.3.2 (#7930)ac83f35Bump lint-staged from 15.2.8 to 15.2.9 (#7929)47f0a0cBump postcss-selector-parser from 6.1.1 to 6.1.2 in the postcss group (#7928)f0992a5Fix.cjsfiles clean up (#7922)- Additional commits viewable in compare view
Updates stylelint-config-recess-order from 5.0.1 to 5.1.0
Release notes
Sourced from stylelint-config-recess-order's releases.
v5.1.0
Minor Changes
Add properties related to multi-line truncation (#373) Thanks
@toFrankie!
-webkit-box-orient-webkit-line-clampline-clampAdd paged media properties (#378)
Add
-webkit-text-fill-and-stroke-*properties (#373) Thanks@toFrankie!Add
scroll-*andscrollbar-*properties (#376)Remove legacy
-ms-text-overflowproperty (#373) Thanks@toFrankie!This was useful for IE8; can be autoprefixed if required.
Changelog
Sourced from stylelint-config-recess-order's changelog.
5.1.0
Minor Changes
Add properties related to multi-line truncation (#373)
Thanks@toFrankie!
-webkit-box-orient-webkit-line-clampline-clampAdd paged media properties (#378)
Add
-webkit-text-fill-and-stroke-*properties (#373)
Thanks@toFrankie!Add
scroll-*andscrollbar-*properties (#376)Remove legacy
-ms-text-overflowproperty (#373)
Thanks@toFrankie!This was useful for IE8; can be autoprefixed if required.
Commits
2ef345dPublish release (#377)5298151Add paged media properties (#378)f6079cfAddscroll-*andscrollbar-*properties (#376)3737e27Add-webkit-text-fill-colorand properties related to multi-line truncation...23b11adUpdate workflow actionsd207399Update changelog- See full diff in compare view
Updates vite from 5.4.0 to 5.4.2
Changelog
Sourced from vite's changelog.
5.4.2 (2024-08-20)
- chore: remove stale TODOs (#17866) (e012f29), closes #17866
- refactor: remove redundant prepend/strip base (#17887) (3b8f03d), closes #17887
- fix: resolve relative URL generated by
renderBuiltUrlpassed to module preload (#16084) (fac3a8e), closes #16084- feat: support originalFilename (#17867) (7d8c0e2), closes #17867
5.4.1 (2024-08-15)
- fix:
build.modulePreload.resolveDependenciesis optimizable (#16083) (e961b31), closes #16083- fix: align CorsOptions.origin type with
@types/cors(#17836) (1bda847), closes #17836- fix: typings for vite:preloadError (#17868) (6700594), closes #17868
- fix(build): avoid re-define
__vite_import_meta_env__(#17876) (e686d74), closes #17876- fix(deps): update all non-major dependencies (#17869) (d11711c), closes #17869
- fix(lightningcss): search for assets with correct base path (#17856) (4e5ce3c), closes #17856
- fix(worker): handle self reference url worker in dependency for build (#17846) (391bb49), closes #17846
- chore: fix picocolors import for local dev (#17884) (9018255), closes #17884
- refactor: remove
handleHotUpdatefrom watch-package-data plugin (#17865) (e16bf1f), closes #17865
Commits
b1ecdafrelease: v5.4.2e012f29chore: remove stale TODOs (#17866)3b8f03drefactor: remove redundant prepend/strip base (#17887)fac3a8efix: resolve relative URL generated byrenderBuiltUrlpassed to module prel...7d8c0e2feat: support originalFilename (#17867)b44c20crelease: v5.4.1391bb49fix(worker): handle self reference url worker in dependency for build (#17846)e686d74fix(build): avoid re-define__vite_import_meta_env__(#17876)9018255chore: fix picocolors import for local dev (#17884)1bda847fix: align CorsOptions.origin type with@types/cors(#17836)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions