-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): update all non-major dependencies #943
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
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.
Conversation
This file contains hidden or 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
Export SizeUnchangedfluent-vue
|
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #943 +/- ##
=======================================
Coverage 99.54% 99.54%
=======================================
Files 12 12
Lines 218 218
Branches 45 45
=======================================
Hits 217 217
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7c7db5e
to
2db4e8b
Compare
13b4a8c
to
b72b705
Compare
ca61d91
to
d3b92a8
Compare
802edb6
to
20068d4
Compare
e996bd2
to
868848d
Compare
4645046
to
181fc06
Compare
e40601a
to
9b780ae
Compare
aa8a7f9
to
bfa9473
Compare
bfa9473
to
e39a783
Compare
e39a783
to
c7831e3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^2.3.0
->^2.3.1
^22.15.27
->^22.16.5
^3.1.4
->^3.2.4
^3.5.16
->^3.5.18
^16.1.0
->^16.1.2
10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977
->10.13.1
^19.0.3
->^19.0.4
^7.0.2
->^7.0.6
^3.1.4
->^3.2.4
^3.5.16
->^3.5.18
^3.5.16
->^3.5.18
Release Notes
loeffel-io/ls-lint (@ls-lint/ls-lint)
v2.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: loeffel-io/ls-lint@v2.3.0...v2.3.1
vitest-dev/vitest (@vitest/coverage-istanbul)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
🚀 Features
ctx.signal
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7878 (e761f)test.name
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7809 (4af5d)vi.mockObject
to automock any object - by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7761 (465bd)watchTriggerPatterns
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7778 (a0675)workspace
in favor ofprojects
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7923 (41beb)sequence.groupOrder
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7852 (d1a1d)connect
option forplaywright
browser provider - by @egfx-notifications and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7915 (029c0)screenshot.save
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7777 (d9f51)onWritePath
option togithub-actions
- by @nwalters512 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8015 (abd3b)🐞 Bug Fixes
micromatch
withpicomatch
- by @sapphi-red in https://github.com/vitest-dev/vitest/issues/7951 (df076)any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by @JoshuaKGoldberg in https://github.com/vitest-dev/vitest/issues/7016 (8ec44)stack
properties - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7995 (330f9)toJSON
serialisation - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8053 (3bdf0)upload
files relative to the project root - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8042 (b9a31)this
type tolocators.extend
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8069 (70fb0)--silent
values properly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8055 (8fad7)@types/chai
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7937 (525f5)vitest list
command - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7933 (ba6da)__vite_ssr_exportName__
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7925 (76091)getWorkerMemoryLimit
priority for vmForks - by @pengooseDev in https://github.com/vitest-dev/vitest/issues/7960 (5a91e)View changes on GitHub
vuejs/core (@vue/compiler-sfc)
v3.5.18
Compare Source
Bug Fixes
v-pre
(#12556) (21b685a)v-bind
dynamic argument content correctly (#12554) (d3af67e)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)lint-staged/lint-staged (lint-staged)
v16.1.2
Compare Source
Patch Changes
#1570
a7c0c88
Thanks @ItsNickBarry! - When using--diff-filter
with theD
option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.38f942e
Thanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
to console output.v16.1.1
Compare Source
Patch Changes
#1565
3686977
Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash
.#1571
02299a9
Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74
Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash
option. This happened because--no-stash
implied--no-hide-partially-staged
, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-staged
at the same time.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.v10.12.1
Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modules
contains only symlinks to a central virtual store, rather tonode_modules/.pnpm
. By default, this central store is located at<store-path>/links
(you can find the store path by runningpnpm store path
).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: true
in your rootpnpm-workspace.yaml
, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm update
command now supports updatingcatalog:
protocol dependencies and writes new specifiers topnpm-workspace.yaml
.--save-catalog
and--save-catalog-name=<name>
) topnpm add
to save new dependencies as catalog entries.catalog:
orcatalog:<name>
will be added topackage.json
and the package specifier will be added to thecatalogs
orcatalog[<name>]
object inpnpm-workspace.yaml
#9425.ci
for explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patch
using semantic versioning rules.v10.11.1
Compare Source
Patch Changes
pnpm deploy --legacy
creates unexpected directories when the rootpackage.json
has a workspace package as a peer dependency #9550.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.pnpm_config_
env variables instead ofnpm_config_
#9571.--lockfile-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.pnpm deploy
work in repos withoverrides
wheninject-workspace-packages=true
#9283.pnpm -r --silent run
should not print out section #9563.release-it/release-it (release-it)
v19.0.4
Compare Source
879a2ef
) - thanks @AlejandroRM-DEV!6fc696f
) - thanks @efstathiosntonas!2195b79
)vitejs/vite (vite)
v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.