chore(deps): update all non-major dependencies #230
+393
−269
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.67.2
->^5.69.0
^19.0.10
->^19.0.12
^5.2.1
->^5.2.3
v4.2.2
->v4.2.3
v4.2.0
->v4.3.0
v1.4.9
->v1.4.10
^4.6.1
->^4.9.1
^20.5.0
->^20.6.2
10.6.2
->10.6.5
^0.3.8
->^0.3.9
^0.27.9
->^0.28.1
^1.2.1
->^1.3.0
^4.4.2
->^4.5.2
^8.26.0
->^8.27.0
^6.2.1
->^6.2.2
^3.0.8
->^3.0.9
Release Notes
TanStack/query (@tanstack/query-core)
v5.69.0
Compare Source
Version 5.69.0 - 3/18/25, 11:11 AM
Changes
Feat
4d67c1c
) by Dominik DorfmeisterTest
081ef3c
) by @manudeli4922f06
) by @manudeli730b79a
) by @manudelifb7edb4
) by @manudeliDocs
f03b109
) by TkDodo4b7fd0e
) by TkDodo980d08d
) by TkDodoff788ac
) by TkDodo84b1bed
) by TkDodo21c5e09
) by HYUNJOONPackages
v5.68.0
Compare Source
Version 5.68.0 - 3/14/25, 10:00 AM
Changes
Feat
796032d
) by Eliya CohenTest
4a89814
) by @dngur9801e86c395
) by @dngur9801Docs
d7f4cb0
) by @dngur9801edbb304
) by Julien PironPackages
v5.67.3
Compare Source
Version 5.67.3 - 3/11/25, 5:19 PM
Changes
Refactor
79496dd
) by Yoomin KangTest
36eca99
) by @manudeli2c8cf3c
) by @manudelidcfc100
) by @manudeli0511c82
) by @manudeli4140898
) by @manudeli887820c
) by @manudeliDocs
79608f3
) by Arnoud8bfa77b
) by Harry4fb781f
) by Raj Suhail67e52cf
) by Joseph Markusd85ee75
) by Sina SepahvandPackages
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.3
v5.2.2
define
(#545) (46d3d65), closes #545resolved
declaration (7288a59)actions/cache (actions/cache)
v4.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
actions/setup-node (actions/setup-node)
v4.3.0
Compare Source
changesets/action (changesets/action)
v1.4.10
Compare Source
Patch Changes
8b16070
Thanks @bluwy! - Use full git email (41898282+github-actions[bot]@​users.noreply.github.com
) for github-actions bot when making commitsun-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.9.1
Compare Source
Patch Changes
e66575f
Thanks @JounQin! - refactor: revertpicomatch
back tominimatch
v4.9.0
Compare Source
Minor Changes
#248
6940b14
Thanks @TrevorBurnham! - feat: port allorder
rule new options from upstreamnewlines-between-types
named
consolidateIslands
sortTypesGroup
v4.8.1
Compare Source
Patch Changes
af5de32
Thanks @JounQin! - chore: bumprspack-resolver
to v1.2.0v4.8.0
Compare Source
Minor Changes
60eb443
Thanks @JounQin! - feat: migrateminimatch
topicomatch
v4.7.2
Compare Source
Patch Changes
437db59
Thanks @JounQin! - fix: alignpnpapi
resolved path withenhanced-resolve
v4.7.1
Compare Source
Patch Changes
5bc8976
Thanks @JounQin! - fix: userspack-resolver
fork for pnp supportv4.7.0
Compare Source
Minor Changes
#237
53b316c
Thanks @JounQin! - feat: migrateenhanced-resolve
tooxc-resolver
#214
091d2da
Thanks @mrginglymus! - Improve windows supportPatch Changes
#238
c8a388d
Thanks @JounQin! - fix: change defaultconditions
andmainFields
default
should be last matched,module
should be inmainFields
.Reference https://github.com/isaacs/resolve-import/blob/03daf0a9649d183bea40975a7777ae72955f44b8/src/resolve-conditional-value.ts#L15
nrwl/nx (nx)
v20.6.2
Compare Source
20.6.2 (2025-03-19)
🚀 Features
🩹 Fixes
❤️ Thank You
v20.6.1
Compare Source
20.6.1 (2025-03-17)
🩹 Fixes
❤️ Thank You
v20.6.0
Compare Source
20.6.0 (2025-03-14)
🚀 Features
useProjectJson
flag to project generators (#30319)🩹 Fixes
❤️ Thank You
v20.5.1
Compare Source
20.5.1 (2025-03-14)
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v10.6.5
Compare Source
v10.6.4
: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlx
with--allow-build
flag #9263.use-node-version
should not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
v10.6.3
Compare Source
Patch Changes
pnpm install --prod=false
should not crash, when executed in a project with apnpm-workspace.yaml
file #9233. This fixes regression introduced via #9211.Add the missing
node-options
config torecursive run
#9180.Removed a branching code path that only executed when
dedupe-peer-dependents=false
. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that overridededupe-peer-dependents
to false. There should be less unique bugs from turning offdedupe-peer-dependents
.See details in #9259.
publint/publint (publint)
v0.3.9
Compare Source
Patch Changes
Support the
formatMessage
utility in the browser. It has a newcolor: 'html'
option to highlight important parts with<strong>
tags instead of ANSI colors. It also has a newreference: boolean
option so the messages are worded in reference of the message location. (e1cfef0
)If
formatMessage
is passed apackage.json
object with missing keys, the message part that references the value will now fallback to"undefined"
instead of completely erroring out. (45962d1
)TypeStrong/TypeDoc (typedoc)
v0.28.1
Compare Source
Features
TypeDocOptions
interface now marks options as optional so it no longer has to be wrapped inPartial
for use in config files, #2901.
localStorage
without clearing it, #2908.Bug Fixes
--watch
can now infer entry points frompackage.json
as supported in non-watch mode, #2899.@include
with regions now works on files with CRLF line endings, #2902.module.exports = []
, #2909../
in relative links, #2910.Thanks!
v0.28.0
Compare Source
Breaking Changes
/
path separators, #2825.--entryPointStrategy merge
mode now requires JSON from at least version 0.28.0.jp
translations fromlang
, to migrate switch toja
.intentionallyNotExported
now use a package name/package relative path instead of an absolute path for matching.source-order
sort ordering now considers package names / package relative paths instead of using the absolute paths to a file.package.json
file if--readme
is not setthis change improves handling of monorepo setups where some packages have readme files and others do not, #2875.
they are initialized with a function expression. TypeDoc can be instructed to convert them as functions
with the `@functio
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 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.