chore(deps): update all non-major dependencies #11
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:
^3.0.2
->^3.1.0
^9.24.0
->^9.25.1
^10.0.0
->^10.1.0
10.8.1
->10.10.0
^8.30.1
->^8.31.1
^6.2.6
->^6.3.4
^4.5.0
->^4.5.1
Release Notes
nuxt/ui (@nuxt/ui)
v3.1.0
Compare Source
⚠ BREAKING CHANGES
.open()
(#3829)Features
portal
prop (#3688) (29fa462)select
event (#3678) (22edfd7)content-top
andcontent-bottom
slots (#3886) (1a46394)attach
prop to opt-out of nested form attachement (#3939) (1a0d7a3)resetSearchTermOnSelect
(cea881a), closes #3782stepSnapping
&disableWheelChange
props (#3731) (f5e6284)close:prevent
event (#3958) (f486423)rounded-*
utilities (#3906) (f9737c8).open()
(#3829) (f3098df)autofocus
/autofocus-delay
props (0456670), closes #3717card
andtable
variants (#3178) (4d138ad)onSelect
field in items (8640831)tr
andtd
(#3866) (80dfa88)list-leading
andlist-trailing
slots (#3837) (3447a06)autoresize-delay
prop (06414d3), closes #3730icon
,loading
, etc. props to match Input (cb193f1)resize-none
class withautoresize
prop (ffafd81)Bug Fixes
div
instead ofh3
for header tag (75e4792), closes #3963ui
prop (bc06185)@nuxt/module-builder
upgrade (#3855) (39c861a)transform-origin
in popper content (#3919) (01d8dc7)any
(#3741) (97274f1)min-w-fit
tocontent
slot (#3922) (f6b3761)onSelect
events (#3735) (f25fed5)disabled
items to be selected (8435a0f), closes #3474valueKey
string case (9ca213b), closes #3949 #3331value
(#3779) (52a97e2)change
on multiple item removal (9d2fed1), closes #3756download
property (#3879) (47cdc2e)sm:w-auto
content slot (abe0859), closes #3788icon
andcontent
slots (1d45980), closes #3785data
reactivity (#3967) (6e27304)colspan
toth
(#3926) (122e8ac)ClassValue
inui
prop (eea1415), closes #3860eslint/eslint (eslint)
v9.25.1
Compare Source
v9.25.0
Compare Source
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.1.0
Compare Source
v10.0.1
Compare Source
pnpm/pnpm (pnpm)
v10.10.0
Compare Source
Minor Changes
preResolution
,importPackage
, andfetchers
hooks from local pnpmfile.Patch Changes
cd
command, whenshellEmulator
istrue
#7838.pnpm-workspace.yaml
#9453.npm_package_json
environment variable to the executed scripts #9452.--reporter=silent
option.v10.9.0
Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting is not defined.Added a new setting,
dangerouslyAllowAllBuilds
, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.typescript-eslint/typescript-eslint (typescript-eslint)
v8.31.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.31.0
Compare Source
🩹 Fixes
config()
around global ignores (#11065)❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v6.3.4
Compare Source
require
to import externals in optimized dependenci (efc5eab), closes #19940v6.3.3
Compare Source
ssrTransform
re-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629v6.3.2
Compare Source
css.lightningcss
option in css minification process (#19879) (b5055e0), closes #19879v6.3.1
Compare Source
Promise.allSettled
in preload function (#19805) (35c7f35), closes #19805transform
calls (#19878) (a152b7c), closes #19878v6.3.0
Compare Source
hot.invalidate
in circular deps (#19870) (d4ee5e8), closes #19870v6.2.7
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/router (vue-router)
v4.5.1
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "on Monday" (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.