-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore(deps): update all non-major dependencies with stable version (patch) #1774
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/patch-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.
+249
−286
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
kongponents-bot
approved these changes
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 8, 2024 07:02
3a58748
to
52ef695
Compare
kongponents-bot
approved these changes
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 8, 2024 07:05
52ef695
to
ed2030d
Compare
kongponents-bot
approved these changes
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 8, 2024 07:11
ed2030d
to
9b327b3
Compare
kongponents-bot
previously approved these changes
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 11, 2024 08:02
9b327b3
to
355aee3
Compare
renovate
bot
changed the title
chore(deps): update dependency vue-tsc to ^2.1.8
chore(deps): update all non-major dependencies with stable version (patch)
Nov 11, 2024
kongponents-bot
approved these changes
Nov 11, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 11, 2024 08:26
355aee3
to
e3a0fd9
Compare
kongponents-bot
previously approved these changes
Nov 11, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 12, 2024 06:07
e3a0fd9
to
9716ee2
Compare
kongponents-bot
previously approved these changes
Nov 12, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 13, 2024 07:10
9716ee2
to
c186c0d
Compare
kongponents-bot
previously approved these changes
Nov 13, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 14, 2024 08:16
c186c0d
to
8486cae
Compare
kongponents-bot
previously approved these changes
Nov 14, 2024
renovate
bot
force-pushed
the
renovate/patch-all-minor-patch
branch
from
November 15, 2024 07:53
8486cae
to
15d5f40
Compare
kongponents-bot
approved these changes
Nov 15, 2024
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:
^1.8.1
->^1.8.2
^2.10.11
->^2.10.12
^18.19.59
->^18.19.64
^2.1.3
->^2.1.4
^4.4.5
->^4.4.6
^10.7.3
->^10.7.4
^8.1.8
->^8.1.9
9.12.2
->9.12.3
^14.0.3
->^14.0.4
^1.80.4
->^1.80.6
^2.8.0
->^2.8.1
^4.2.9
->^4.2.10
^7.5.4
->^7.5.6
^2.1.3
->^2.1.4
^5.3.1
->^5.3.2
^2.1.6
->^2.1.10
Release Notes
vitest-dev/vitest (@vitest/ui)
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
chartjs/Chart.js (chart.js)
v4.4.6
Compare Source
lerna/lerna (lerna)
v8.1.9
Compare Source
Bug Fixes
pnpm/pnpm (pnpm)
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).Microsoft/tslib (tslib)
v2.8.1
Compare Source
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
v4.2.10
Compare Source
Patch Changes
apertureless/vue-chartjs (vue-chartjs)
v5.3.2
Compare Source
vuejs/language-tools (vue-tsc)
v2.1.10
Compare Source
v2.1.8
Compare Source
Features
$el
type (#4805) - Thanks to @KazariEX!Bug Fixes
v-for
withv-once
correctly (#4830) - Thanks to @KazariEX!this
to__VLS_ctx
(#4845) - Thanks to @KazariEX!<component :is>
and<slot :name>
(#4661) - Thanks to @KazariEX, @so1ve!defineModel
&defineEmits
in generic (#4823) - Thanks to @KazariEX!useTemplateRef
into correct location (#4829) - Thanks to @KazariEX!v-on
on<slot>
(#4864) - Thanks to @KazariEX!)
(#4887) - Thanks to @KazariEX!value
instead of model name into tuple (#4892) - Thanks to @KazariEX!v-for
correctly (#4933) - Thanks to @KazariEX!Reactive
onv-for
(#4902) - Thanks to @KazariEX!Performance
Other Changes
v2.4.1
tov2.4.8
:importsNotUsedAsValues
(#4897) - Thanks to @KazariEX!"module": "CommonJS"
(#4944) - Thanks to @KazariEX!Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.