fix(deps): update all non-major dependencies #485
Closed
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:
^0.10.0
->^0.10.1
^1.13.8
->^1.14.1
^1.6.1
->^1.9.0
^9.2.0
->^9.3.1
^9.2.0
->^9.3.1
^22.13.0
->^22.14.1
^22.13.10
->^22.14.1
^3.0.8
->^3.1.1
^5.0.8
->^5.2.0
^16.0.1
->^16.0.3
^4.6.20
->^4.7.6
^0.474.0
->^0.488.0
^4.8.0
->^4.9.2
^0.2.29
->^0.3.1
^9.2.0
->^9.3.1
^4.19.2
->^4.19.3
^5.7.3
->^5.8.3
^5.8.2
->^5.8.3
^5.4.15
->^5.4.18
^3.0.8
->^3.1.1
^0.24.7
->^0.25.3
^3.24.1
->^3.24.2
Release Notes
bombshell-dev/clack (@clack/prompts)
v0.10.1
Compare Source
Patch Changes
11a5dc1
: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.30aa7ed
: Adds a newselectableGroups
boolean to the group multi-select prompt. UsingselectableGroups: false
will disable the ability to select a top-level group, but still allow every child to be selected individually.30aa7ed
]5dfce8a
]f574297
]honojs/node-server (@hono/node-server)
v1.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.14.0...v1.14.1
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.9.0
Compare Source
What's Changed
completion/complete
by @morinokami in https://github.com/modelcontextprotocol/typescript-sdk/pull/268New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.8.0...1.9.0
v1.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.7.0...1.8.0
v1.7.0
Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.6.1...1.7.0
secretlint/secretlint (@secretlint/core)
v9.3.1
Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v9.3.0...v9.3.1
v9.3.0
Compare Source
What's Changed
Features
Testing
CI
New Contributors
Full Changelog: secretlint/secretlint@v9.2.1...v9.3.0
v9.2.1
Compare Source
What's Changed
Refactoring
CI
Dependency Updates
Other Changes
New Contributors
Full Changelog: secretlint/secretlint@v9.2.0...v9.2.1
vitest-dev/vitest (@vitest/coverage-v8)
v3.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
%$
option to add number of the test to its title - by @kemuridama in https://github.com/vitest-dev/vitest/issues/7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7481 (eacab)test.each/for
title formatting - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7705 (5659a)and
,or
andfilter
locators - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7463 (63949)--silent=passed-only
to log failed tasks only - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7530 (f9e1c)test.scoped
to overridetest.extend
fixtures per-suite - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7233 (e5851)context.skip(boolean)
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7659 (6adec)🐞 Bug Fixes
diff.expand: false
as default - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7697 (f3420)--hideSkippedTests
should hide suites too - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7695 (ba9b5)🏎 Performance
View changes on GitHub
v3.0.9
Compare Source
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.2.0
Compare Source
v5.1.0
Compare Source
5.0.9 / 2025-03-14
5.0.8 / 2025-02-27
5.0.7 / 2025-02-25
5.0.6 / 2025-02-20
5.0.5 / 2025-02-20
5.0.4 / 2025-02-20
5.0.3 / 2025-02-20
5.0.2 / 2025-02-20
5.0.1 / 2025-02-19
5.0.0 / 2025-02-19
4.5.2 / 2025-02-18
4.5.1 / 2024-12-15
4.5.0 / 2024-09-03
4.4.1 / 2024-07-28
4.4.0 / 2024-05-18
tagValueProcessor
&attributeValueProcessor
(#582) (By monholm)4.3.6 / 2024-03-16
4.3.5 / 2024-02-24
4.3.4 / 2024-01-10
4.3.3 / 2024-01-10
4.3.2 / 2023-10-02
jObj.hasOwnProperty
when give input is null (By Arda TANRIKULU)4.3.1 / 2023-09-24
4.3.0 / 2023-09-20
4.2.7 / 2023-07-30
4.2.6 / 2023-07-17
4.2.5 / 2023-06-22
4.2.4 / 2023-06-06
4.2.3 / 2023-06-05
4.2.2 / 2023-04-18
4.2.1 / 2023-04-18
4.2.0 / 2023-04-09
updateTag
parser property4.1.4 / 2023-04-08
oneListGroup
to group repeated children tags udder single group4.1.3 / 2023-02-26
4.1.2 / 2023-02-12
4.1.1 / 2023-02-03
4.1.0 / 2023-02-02
4.0.15 / 2023-01-25
4.0.14 / 2023-01-22
4.0.13 / 2023-01-07
transformAttributeName
(By Erik Rothoff Andersson)4.0.12 / 2022-11-19
4.0.11 / 2022-10-05
4.0.10 / 2022-09-14
4.0.9 / 2022-07-10
**4.0.8 / 2
Configuration
📅 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.