chore(deps): update all dependencies #723
Open
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:
4.3.0
->4.6.1
4.3.0
->4.6.1
4.3.0
->4.6.1
4.3.0
->4.6.1
4.1.10
->4.1.11
4.1.10
->4.1.11
10.12.1
->10.13.1
8.5.5
->8.5.6
3.5.3
->3.6.2
16.20.0
->16.21.1
6.0.0
->7.1.0
4.1.10
->4.1.11
6.3.5
->7.0.4
^6.2.0
->^7.0.0
3.5.16
->3.5.17
Release Notes
lerna-lite/lerna-lite (@lerna-lite/cli)
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Note: Version bump only for package @lerna-lite/cli
v4.5.1
Compare Source
Note: Version bump only for package @lerna-lite/cli
v4.5.0
Compare Source
Note: Version bump only for package @lerna-lite/cli
v4.4.1
Compare Source
Note: Version bump only for package @lerna-lite/cli
v4.4.0
Compare Source
Features
lerna-lite/lerna-lite (@lerna-lite/publish)
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Note: Version bump only for package @lerna-lite/publish
v4.5.1
Compare Source
Note: Version bump only for package @lerna-lite/publish
v4.5.0
Compare Source
Note: Version bump only for package @lerna-lite/publish
v4.4.1
Compare Source
Bug Fixes
v4.4.0
Compare Source
Features
Bug Fixes
lerna-lite/lerna-lite (@lerna-lite/run)
v4.6.1
Compare Source
Note: Version bump only for package @lerna-lite/run
v4.6.0
Compare Source
Note: Version bump only for package @lerna-lite/run
v4.5.1
Compare Source
Note: Version bump only for package @lerna-lite/run
v4.5.0
Compare Source
Note: Version bump only for package @lerna-lite/run
v4.4.1
Compare Source
Bug Fixes
v4.4.0
Compare Source
Note: Version bump only for package @lerna-lite/run
lerna-lite/lerna-lite (@lerna-lite/version)
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Note: Version bump only for package @lerna-lite/version
v4.5.1
Compare Source
Bug Fixes
v4.5.0
Compare Source
Features
minimatch
withzeptomatch
(#1074) (8bc67cb) - by @ghiscodingBug Fixes
v4.4.1
Compare Source
Bug Fixes
v4.4.0
Compare Source
Features
tailwindlabs/tailwindcss (@tailwindcss/cli)
v4.1.11
Compare Source
Fixed
emit(…)
(#18330)--watch=always
in the CLI's usage (#18337)@tailwindcss/vite
(#18384)pnpm/pnpm (pnpm)
v10.13.1
Compare Source
Patch Changes
v10.13.0
Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfile
setting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjs
file from any config dependency named@pnpm/plugin-*
orpnpm-plugin-*
#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjs
files in the config dependencies can be explicitly listed using thepnpmfile
setting inpnpm-workspace.yaml
.Patch Changes
pkg.pr.new
, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds
,onlyBuiltDependencies
,onlyBuiltDependenciesFile
, andneverBuiltDependencies
#9628.pnpm-workspace.yaml
with deep #9701.pnpm rebuild
command should not add pkgs included inignoredBuiltDependencies
toignoredBuilds
innode_modules/.modules.yaml
#9338.shell-quote
withshlex
for quoting command arguments #9381.v10.12.4
Compare Source
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3
Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2
Compare Source
Patch Changes
enableGlobalVirtualStore
set totrue
#9648.--help
and-h
flags not working as expected for thepnpm create
command.pnpm licenses list --json
command is incorrect.pnpm deploy
fails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE
#9595.postcss/postcss (postcss)
v8.5.6
Compare Source
ContainerWithChildren
type discriminating (by @Goodwine).prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
stylelint/stylelint (stylelint)
v16.21.1
Compare Source
It fixes 3 bugs.
EditInfo
(#8638) (@romainmenke).function-linear-gradient-no-nonstandard-direction
false positives for CSS variables' names containing a direction substring (#8643) (@Solomon-mithra).media-feature-range-notation
autofix for exact values (#8651) (@romainmenke).v16.21.0
Compare Source
It rounds out the
message
secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.message
secondary option (#8595) (@ybiquitous).ignore: ["after-custom-property"]
tocustom-property-empty-line-before
(#8627) (@imkesin).cache
configuration property not being respected (#8599) (@ybiquitous).fastest-levenshtein
import when bundling (#8621) (@onigoetz).named-grid-areas-no-invalid
false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@shahana308).selector-pseudo-*-no-unknown
false positives for the missing form control styling selectors (#8623) (@tyrann0us).stormwarning/stylelint-config-recess-order (stylelint-config-recess-order)
v7.1.0
Compare Source
Minor Changes
Add missing Masking properties (#408)
clip-rule
mask-type
Add
text-decoration-skip-ink
property (#406)Add Writing Modes properties (#410)
direction
unicode-bidi
text-orientation
text-combine-upright
Add
shape-*
properties (#409)shape-outside
shape-image-threshold
shape-margin
Add missing Transform properties (#411)
transform-box
transform-style
backface-visibility
v7.0.0
Compare Source
Major Changes
Support
stylelint-order
v7 (Fixes #355, #395) (#403)Minimum supported version of
stylelint
is now 16.18.0, which is in linewith
stylelint-order
.stylelint-order
is now a peerDependency and no longer included with thispackage. It should be installed separately.
v6.1.0
Compare Source
Minor Changes
contain-intrinsic-size
contain
container
content-visibility
vitejs/vite (vite)
v7.0.4
Compare Source
Bug Fixes
Build System
@oxc-project/runtime
devDep (#20389) (5e29602)v7.0.3
Compare Source
Bug Fixes
Miscellaneous Chores
n/prefer-node-protocol
rule (#20368) (38bb268)Code Refactoring
v7.0.2
Compare Source
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
Miscellaneous Chores
v7.0.0
Compare Source
import.meta.url
in bundled Vite (#20235) (3bf3a8a), closes #20235ssrExportNameKey
(#20266) (ac302a7), closes #20266normalizeModuleId
(#20277) (9b98dcb), closes #20277numberToPos
(#20244) (3f46901), closes #20244vuejs/core (vue)
v3.5.17
Compare Source
Bug Fixes
InEntity
state (#13362) (f05a8d6)__v_skip
flag toDep
to prevent reactive conversion (#12804) (e8d8f5f), closes #12803vOnce
andvSlot
(#13343) (762fae4)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.