Fixed: declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overrides false negatives for font-variant (#7734) (@Bilie).
Fixed: font-family-name-quotes false negatives for -moz-*/-webkit-* keywords (#7777) (@Mouvedia).
Fixed: font-family-no-missing-generic-family-keyword false negatives for font families which names match a CSS3 font-variant keyword (#7823) (@Mouvedia).
Fixed: function-name-case end positions (#7747) (@Mouvedia).
Fixed: function-no-unknown performance by reducing file read count (#7801) (@ybiquitous).
Fixed: declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overrides false negatives for font-variant (#7734) (@Bilie).
Fixed: font-family-name-quotes false negatives for -moz-*/-webkit-* keywords (#7777) (@Mouvedia).
Fixed: font-family-no-missing-generic-family-keyword false negatives for font families which names match a CSS3 font-variant keyword (#7823) (@Mouvedia).
Fixed: function-name-case end positions (#7747) (@Mouvedia).
Fixed: function-no-unknown performance by reducing file read count (#7801) (@ybiquitous).
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on @babel/core, @babel/preset-env, rollup and stylelint to permit the latest version. Updates
@babel/core
to 7.24.9Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
30aa644
v7.24.97d923b8
Avoidrequire()
call in@babel/standalone
bundle (#16639)889c58f
Revert "Pin CI to Node.js 22.1" (#16633)1f5af44
v7.24.8683c654
Enable some lint rules (#16605)c36fa6a
Update typescript-eslint v8 (#16557)02da3da
[babel 8] RemoveFile.prototype.getModuleName
(#16561)Updates
@babel/preset-env
to 7.24.8Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
1f5af44
v7.24.80f72c57
Bump compat data sources (#16614)c36fa6a
Update typescript-eslint v8 (#16557)Updates
rollup
to 4.18.1Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
21f9a49
4.18.1dc49b0b
refactor(ast): conditional branch (#5565)ce860b7
chore(deps): lock file maintenance (#5567)f38f72d
chore(deps): lock file maintenance minor/patch updates (#5566)dd1a6be
fix: escape%
if URI malformed (#5535)bcef5ea
Consider that the body of ClassBody might be of type StaticBlock (#5558)39bc7c5
chore(deps): lock file maintenance (#5556)c1ac651
chore(deps): lock file maintenance minor/patch updates (#5555)1c1587e
Refactor AST converters (#5544)655ce78
Watch rust files and rebuild during dev (#5543)Updates
stylelint
to 16.7.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
5d907dd
16.7.03fe964f
Prepare 16.7.0 (#7740)bb72fc7
FixquietDeprecationWarnings
to suppress withstylelint:003
warning (#7837)29cc13a
Refactor to extract utility for deprecation warnings (#7834)9ed7322
Refactorfunction-calc-no-unspaced-operator
to usefix
callback instead o...cd69f4c
Fixutils.checkAgainstRule()
to supportfix
callback inutils.report()
...2dfe7ce
UpdatefontSizeKeywords
set and fixfontShorthandKeywords
set (#7823)aaa355d
Refactorfunction-url-quotes
to usefix
callback instead ofcontext.fix
...4b6a966
Bump typescript from 5.5.2 to 5.5.3 in the typescript group (#7829)dffdf63
Bump@changesets/cli
from 2.27.6 to 2.27.7 in the changesets group (#7828)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show