-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #285
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+649
−698
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7803599
to
818b43a
Compare
818b43a
to
d6ea6ca
Compare
d6ea6ca
to
0f5ec0d
Compare
0f5ec0d
to
982b1e3
Compare
982b1e3
to
92f4c3b
Compare
92f4c3b
to
94c8c70
Compare
94c8c70
to
82a4c49
Compare
82a4c49
to
d130d89
Compare
d130d89
to
330a18e
Compare
330a18e
to
64c9c15
Compare
64c9c15
to
122c1eb
Compare
122c1eb
to
c3481a2
Compare
c3481a2
to
df51e14
Compare
df51e14
to
ffc087a
Compare
db87c58
to
dd2415b
Compare
dd2415b
to
df1e517
Compare
df1e517
to
2a5ad15
Compare
2a5ad15
to
9c9b3b5
Compare
9c9b3b5
to
53392b7
Compare
53392b7
to
49dfa3f
Compare
49dfa3f
to
aac8f8b
Compare
aac8f8b
to
d3aa75c
Compare
d3aa75c
to
fce44e0
Compare
fce44e0
to
c38988d
Compare
c38988d
to
528e180
Compare
528e180
to
9da946f
Compare
9da946f
to
a35f62b
Compare
a35f62b
to
e984095
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^5.0.1
->^5.1.1
^2.1.1
->^2.2.0
^22.13.1
->^22.13.5
^65.4.3
->^65.5.0
^65.4.3
->^65.5.0
^65.4.3
->^65.5.0
^4.5.0
->^4.5.1
^12.5.0
->^12.7.0
^10.0.1
->^10.0.3
^2.9.3
->^2.9.5
^9.19.0
->^9.21.0
10.2.0
->10.5.0
v4.0.0
->v4.1.0
^3.4.2
->^3.5.2
^1.83.4
->^1.85.1
^65.4.3
->^65.5.0
^19.0.0
->^19.1.0
^28.0.0
->^28.4.0
^6.0.11
->^6.2.0
^10.1.0
->^10.3.0
^2.2.0
->^2.2.4
Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v5.1.1
Compare Source
🐞 Bug Fixes
output
only - by @sxzz (1f392)View changes on GitHub
v5.1.0
Compare Source
🚀 Features
View changes on GitHub
v5.0.2
Compare Source
🐞 Bug Fixes
unloader
file - by @sxzz (771fb)View changes on GitHub
sxzz/prettier-config (@sxzz/prettier-config)
v2.2.0
Compare Source
v2.1.2
Compare Source
unocss/unocss (@unocss/eslint-plugin)
v65.5.0
Compare Source
🚀 Features
container-type: size
support for@container
rule - by @eyemono-moe in https://github.com/unocss/unocss/issues/4423 (2c509)🐞 Bug Fixes
inline/block
screen unit - by @zyyv in https://github.com/unocss/unocss/issues/4387 (70b80)View changes on GitHub
vuejs/repl (@vue/repl)
v4.5.1
Compare Source
Bug Fixes
showOutput
work withlayoutReverse: false
mobile-only edge case (#307)(0bd4c17)Features
Sandbox
as standalone output component (#309) (b549715)setImportMap
(#314)(9f53bd1)vueuse/vueuse (@vueuse/core)
v12.7.0
Compare Source
🚀 Features
once
option - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)🐞 Bug Fixes
{combination: 'overwrite'}
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d)View changes on GitHub
v12.6.1
Compare Source
No significant changes
View changes on GitHub
v12.6.0
Compare Source
🚀 Features
controls
- by @sibbng and @antfu in https://github.com/vueuse/vueuse/issues/4537 (ab116)z...zzzz
for timezone information - by @OrbisK in https://github.com/vueuse/vueuse/issues/4553 (cd6d7)once
options - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4577 (f2f94)options.initialState
to control the initial active value - by @OrbisK in https://github.com/vueuse/vueuse/issues/4533 (ceb56)🐞 Bug Fixes
ComputedGetter
- by @OrbisK in https://github.com/vueuse/vueuse/issues/4528 (bea31)start()
should accept a custom initial value - by @ralacerda in https://github.com/vueuse/vueuse/issues/4554 (93591)MouseEvent
instead ofTouch
to work with FF - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4457 (ce9e5)View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.0.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.0.2
Compare Source
No significant changes
View changes on GitHub
element-plus/element-plus (element-plus)
v2.9.5
Compare Source
2.9.5
2025-02-21
Features
persistent
prop (#19797 by @zzjiaxiang)persistent
prop (#19874 by @zzjiaxiang)persistent
prop (#19889 by @zzjiaxiang)Bug fixes
Refactors
script setup
writing and optimizing code (#19816 by @zzjiaxiang)v2.9.4
Compare Source
2.9.4
2025-02-07
Features
progress
slot andshow-progress
props (#19465 by @zzjiaxiang)prefix
slot (#19631 by @DavidKitano)Bug fixes
selection
column whenfixed
state changes dynamically (#19703 by @wNing50)lastVisitedColumnIdx
if width change (#19757 by @Dsaquel)timePickerRangeTriggerProps
(#19487 by @DDDDD12138)eslint/eslint (eslint)
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)v9.20.1
Compare Source
Bug Fixes
274f054
fix: fixRuleContext
type (#19417) (Francesco Trotta)Documentation
fe3ccb2
docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)93c78a5
docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0
docs: Update README (GitHub Actions Bot)v9.20.0
Compare Source
Features
e89a54a
feat: change behavior of inactive flags (#19386) (Milos Djermanovic)Bug Fixes
91d4d9f
fix: Bring types in sync with @eslint/core (#19157) (Nicholas C. Zakas)fa25c7a
fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0
fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3
fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6
fix: Ensure module scope is checked for references inconsistent-this
(#19383) (Nicholas C. Zakas)8bcd820
fix:arrow-body-style
crash with single-token body (#19379) (Milos Djermanovic)Documentation
b7012c8
docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)6406376
docs: Update README (GitHub Actions Bot)350f2b9
docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325a
docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404
docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226
docs: changesourceType
inno-eval
examples (#19393) (Milos Djermanovic)1324af0
docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00
docs: replacevar
withconst
andlet
in rules (#19389) (Tanuj Kanti)758c66b
docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)0ef8bb8
docs: additional checks for rule examples (#19358) (Milos Djermanovic)58ab2f6
docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)Chores
979097a
chore: upgrade @eslint/js@9.20.0 (#19412) (Francesco Trotta)031734e
chore: package.json update for @eslint/js release (Jenkins)d4c47c3
test: avoid empty config warning in test output (#19408) (Milos Djermanovic)67dd82a
chore: update dependency @eslint/json to ^0.10.0 (#19387) (renovate[bot])15ac0e1
chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)pnpm/pnpm (pnpm)
v10.5.0
Compare Source
Minor Changes
Allow to set the "pnpm" settings from
package.json
via thepnpm-workspace.yaml
file #9121.Added support for automatically syncing files of injected workspace packages after
pnpm run
#9081. Use thesync-injected-deps-after-scripts
setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a.npmrc
file at the root of the workspace. Example:The
packages
field inpnpm-workspace.yaml
became optional.Patch Changes
pnpm link
with no parameters should work as if--global
is specified #9151.--config.
prefix such as--@​scope:registry=https://scope.example.com/npm
#9089.pnpm link <path>
should calculate relative path from the root of the workspace directory #9132.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639v10.4.1
Compare Source
Patch Changes
--allow-build
option overlaps with thepnpm.ignoredBuildDependencies
list #9105.init-package-manager
should work.v10.4.0
Compare Source
Minor Changes
pnpm approve-builds --global
works now for allowing dependencies of globally installed packages to run postinstall scripts.The
pnpm add
command now supports a new flag,--allow-build
, which allows building the specified dependencies. For instance, if you want to install a package calledbundle
that hasesbuild
as a dependency and want to allowesbuild
to run postinstall scripts, you can run:This will run
esbuild
's postinstall script and also add it to thepnpm.onlyBuiltDependencies
field ofpackage.json
. So,esbuild
will always be allowed to run its scripts in the future.Related PR: #9086.
The
pnpm init
command adds apackageManager
field with the current version of pnpm CLI #9069. To disable this behaviour, set theinit-package-manager
setting tofalse
.Patch Changes
pnpm approve-builds
should work after two consecutivepnpm install
runs #9083.packageManager
cannot start withv
.v10.3.0
Compare Source
Minor Changes
strict-dep-builds
. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #9071.Patch Changes
verify-deps-before-run
afterpnpm install --production|--no-optional
#9019.v10.2.1
Compare Source
Patch Changes
pnpm approve-builds
should work, when executed from a subdirectory of a workspace #9042.pnpm deploy --legacy
should work without injected dependencies.pnpm/action-setup (pnpm/action-setup)
v4.1.0
Compare Source
Add support for
package.yaml
#156.prettier/prettier (prettier)
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit until `require(ESConfiguration
📅 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.