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:
9.20.0
->9.22.0
4.0.6
->4.0.13
22.13.1
->22.13.10
19.0.8
->19.0.10
19.0.3
->19.0.4
10.4.20
->10.4.21
9.20.1
->9.22.0
15.14.0
->15.15.0
^0.465.0 || ^0.474.0 || ^0.475.0
->^0.465.0 || ^0.474.0 || ^0.475.0 || ^0.479.0
2.3.3
->2.5.1
8.5.2
->8.5.3
4.0.6
->4.0.13
4.34.1
->4.37.0
5.7.3
->5.8.2
8.24.0
->8.26.1
Release Notes
eslint/eslint (@eslint/js)
v9.22.0
Compare Source
v9.21.0
Compare Source
Features
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for @eslint/js release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.0.13
Compare Source
Fixed
.node
and.wasm
files are not scanned for utilities (#17123)v4.0.12
Compare Source
Fixed
url(…)
rebasing in transitively imported CSS files (#16965)url(…)
s in imported CSS files (#16965)}
and{
are properly extracted (#17001)razor
/cshtml
pre-processing (#17027)v4.0.11
Compare Source
Fixed
--
are extracted correctly (#16972)[
are extracted in Slim templating language (#16985)v4.0.10
Compare Source
Added
col-<number>
androw-<number>
utilities forgrid-column
andgrid-row
(#15183)Fixed
not-*
does not remove:is(…)
from variants (#16825)@keyframes
are correctly emitted when using a prefix (#16850)@utility
declarations when@apply
is used in nested rules (#16940)outline-hidden
behaves likeoutline-none
outside of forced colors mode (#16943)!important
on CSS variables again (#16873).svg
file with#
or?
in the filename (#16957)Changed
max-w-auto
andmax-h-auto
utilities as they generate invalid CSS (#16917)v4.0.9
Compare Source
Fixed
.css
(#16780)@reference "…"
would sometimes omit keyframe animations (#16774)z-*!
utilities are properly marked as!important
(#16795)Changed
@reference "…"
instead of duplicate CSS variable declarations (#16774)v4.0.8
Compare Source
Added
@import
withtheme(…)
options for stylesheets that contain more than just@theme
rules (#16514)Fixed
!important
to CSS variable declarations when using the important modifier (#16668).gitignore
file when using automatic source detection(#16631)translate-z-px
utilities once in compiled CSS (#16718)Changed
v4.0.7
Compare Source
Fixed
tailwindcss/lib/util/flattenColorPalette.js
for backward compatibility (#16411)_
in suggested theme keys (#16433)--default-outline-width
can be used to change theoutline-width
value of theoutline
utility (#16469)tailwindcss/plugin
for backward compatibility (#16505)@tailwindcss/oxide
Windows builds (#16602)tailwindcss
in@tailwindcss/*
packages (#16623)darkMode
JS config setting with block syntax converts to use@slot
(#16507)tailwindcss
and@tailwindcss/postcss
are installed when upgrading (#16620)postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).eslint/eslint (eslint)
v9.22.0
Compare Source
v9.21.0
Compare Source
Features
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for @eslint/js release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)sindresorhus/globals (globals)
v15.15.0
Compare Source
445df81
lucide-icons/lucide (lucide-react)
v0.479.0
: Version 0.479.0Compare Source
What's Changed
Full Changelog: lucide-icons/lucide@0.478.0...0.479.0
v0.478.0
: Version 0.478.0Compare Source
What's Changed
brackets
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2863Full Changelog: lucide-icons/lucide@0.477.0...0.478.0
v0.477.0
: New icons 0.477.0Compare Source
New icons 🎨
square-round-corner
(#2323) by @liamb13Modified Icons 🔨
circle-slash-2
(#2837) by @jguddasv0.476.0
: Fixes and new icons 0.476.0Compare Source
Fixes
New icons 🎨
shield-user
(#2608) by @sebinemethModified Icons 🔨
beef
(#2832) by @jguddasplaycanvas/engine (playcanvas)
v2.5.1
Compare Source
Fixes
Full Changelog: playcanvas/engine@v2.5.0...v2.5.1
v2.5.0
Compare Source
Breaking changes
Other changes
@enableif
to Camera Controls Script by @marklundin in https://github.com/playcanvas/engine/pull/7330Fixes
Full Changelog: playcanvas/engine@v2.4.3...v2.5.0
v2.4.3
Compare Source
Fixes
Full Changelog: playcanvas/engine@v2.4.2...v2.4.3
v2.4.2
Compare Source
Fixes
Full Changelog: playcanvas/engine@v2.4.1...v2.4.2
v2.4.1
Compare Source
##Fixes
Full Changelog: playcanvas/engine@v2.4.0...v2.4.1
v2.4.0
Compare Source
Breaking changes
ShaderMaterial
use their original names by @mvaligursky in https://github.com/playcanvas/engine/pull/7277skinTex
andskinBatchTex
chunk names toskin
andskinBatch
by @mvaligursky in https://github.com/playcanvas/engine/pull/7278_EXT
by @mvaligursky in https://github.com/playcanvas/engine/pull/7221Other changes
blurLevel
for the HDR Bloom by @mvaligursky in https://github.com/playcanvas/engine/pull/7166CameraShaderParams
class which is currently required by the Editor by @mvaligursky in https://github.com/playcanvas/engine/pull/7168Configuration
📅 Schedule: Branch creation - "on monday at 10:00am" (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.